@chrome-devtools/integration-test-runner 1.20260517.0 → 1.20260524.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,6 +101,9 @@
101
101
  "core/common/Revealer.ts | issuesView": {
102
102
  "message": "Issues view"
103
103
  },
104
+ "core/common/Revealer.ts | lighthousePanel": {
105
+ "message": "Lighthouse panel"
106
+ },
104
107
  "core/common/Revealer.ts | memoryInspectorPanel": {
105
108
  "message": "Memory inspector panel"
106
109
  },
@@ -3213,10 +3216,10 @@
3213
3216
  "message": "Turn on {PH1} to get help with styles, network requests, performance, and files"
3214
3217
  },
3215
3218
  "panels/ai_assistance/components/ExportForAgentsDialog.ts | asMarkdown": {
3216
- "message": "As markdown"
3219
+ "message": "Full conversation"
3217
3220
  },
3218
3221
  "panels/ai_assistance/components/ExportForAgentsDialog.ts | asPrompt": {
3219
- "message": "As prompt"
3222
+ "message": "Summary prompt"
3220
3223
  },
3221
3224
  "panels/ai_assistance/components/ExportForAgentsDialog.ts | copiedToClipboard": {
3222
3225
  "message": "Copied to clipboard"
@@ -5525,6 +5528,9 @@
5525
5528
  "panels/application/preloading/components/PreloadingGrid.ts | status": {
5526
5529
  "message": "Status"
5527
5530
  },
5531
+ "panels/application/preloading/components/PreloadingString.ts | PrefetchCancelledOnUserNavigation": {
5532
+ "message": "The prefetch was cancelled because the user navigated the page before the prefetch finished"
5533
+ },
5528
5534
  "panels/application/preloading/components/PreloadingString.ts | PrefetchEvictedAfterBrowsingDataRemoved": {
5529
5535
  "message": "The prefetch was discarded because browsing data was removed."
5530
5536
  },
@@ -6926,6 +6932,15 @@
6926
6932
  "panels/console/ConsoleContextSelector.ts | javascriptContextS": {
6927
6933
  "message": "JavaScript context: {PH1}"
6928
6934
  },
6935
+ "panels/console/ConsolePinPane.ts | allowPasting": {
6936
+ "message": "allow pasting"
6937
+ },
6938
+ "panels/console/ConsolePinPane.ts | doNotPaste": {
6939
+ "message": "Don't paste code you do not understand or have not reviewed yourself into DevTools. This could allow attackers to steal your identity or take control of your computer. Please type “{PH1}” below to allow pasting."
6940
+ },
6941
+ "panels/console/ConsolePinPane.ts | doYouTrustThisCode": {
6942
+ "message": "Do you trust this code?"
6943
+ },
6929
6944
  "panels/console/ConsolePinPane.ts | evaluateAllowingSideEffects": {
6930
6945
  "message": "Evaluate, allowing side effects"
6931
6946
  },
@@ -6950,6 +6965,9 @@
6950
6965
  "panels/console/ConsolePinPane.ts | removeExpressionS": {
6951
6966
  "message": "Remove expression: {PH1}"
6952
6967
  },
6968
+ "panels/console/ConsolePinPane.ts | typeAllowPasting": {
6969
+ "message": "Type “{PH1}”"
6970
+ },
6953
6971
  "panels/console/ConsolePrompt.ts | allowPasting": {
6954
6972
  "message": "allow pasting"
6955
6973
  },
@@ -9143,6 +9161,12 @@
9143
9161
  "panels/js_timeline/js_timeline-meta.ts | stop": {
9144
9162
  "message": "Stop"
9145
9163
  },
9164
+ "panels/js_timeline/js_timeline-meta.ts | timelineDebugMode": {
9165
+ "message": "Timeline debug mode (trace event details, etc.)"
9166
+ },
9167
+ "panels/js_timeline/js_timeline-meta.ts | timelineShowAllEvents": {
9168
+ "message": "Show all events"
9169
+ },
9146
9170
  "panels/layer_viewer/layer_viewer-meta.ts | panOrRotateDown": {
9147
9171
  "message": "Pan or rotate down"
9148
9172
  },
@@ -18095,6 +18119,9 @@
18095
18119
  "ui/legacy/ListWidget.ts | saveString": {
18096
18120
  "message": "Save"
18097
18121
  },
18122
+ "ui/legacy/PlusButton.ts | moreTools": {
18123
+ "message": "More tools"
18124
+ },
18098
18125
  "ui/legacy/RemoteDebuggingTerminatedScreen.ts | connectionClosedReason": {
18099
18126
  "message": "Reason: {PH1}."
18100
18127
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-devtools/integration-test-runner",
3
- "version": "1.20260517.0",
3
+ "version": "1.20260524.0",
4
4
  "description": "chrome-devtools-frontend built version",
5
5
  "repository": "https://github.com/iam-medvedev/chrome-devtools.git",
6
6
  "author": "Ilya Medvedev <ilya@medvedev.im>",