@chrome-devtools/worker-app 1.20260329.0 → 1.20260405.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.
@@ -1217,9 +1217,6 @@
1217
1217
  "entrypoints/main/MainImpl.ts | dockToRight": {
1218
1218
  "message": "Dock to right"
1219
1219
  },
1220
- "entrypoints/main/MainImpl.ts | externalRequestReceived": {
1221
- "message": "DevTools received an external request"
1222
- },
1223
1220
  "entrypoints/main/MainImpl.ts | focusDebuggee": {
1224
1221
  "message": "Focus page"
1225
1222
  },
@@ -2759,6 +2756,9 @@
2759
2756
  "panels/accessibility/AccessibilityNodeView.ts | placeholderIsPlaceholderOnAncestor": {
2760
2757
  "message": "{PH1} is {PH2} on ancestor: "
2761
2758
  },
2759
+ "panels/accessibility/AccessibilitySidebarView.ts | showAccessibilityTree": {
2760
+ "message": "Show accessibility tree"
2761
+ },
2762
2762
  "panels/accessibility/AccessibilityStrings.ts | activeDescendant": {
2763
2763
  "message": "Active descendant"
2764
2764
  },
@@ -3071,24 +3071,6 @@
3071
3071
  "panels/accessibility/ARIAAttributesView.ts | noAriaAttributes": {
3072
3072
  "message": "No ARIA attributes"
3073
3073
  },
3074
- "panels/accessibility/AXBreadcrumbsPane.ts | accessibilityTree": {
3075
- "message": "Accessibility Tree"
3076
- },
3077
- "panels/accessibility/AXBreadcrumbsPane.ts | fullTreeExperimentDescription": {
3078
- "message": "The accessibility tree moved to the top right corner of the DOM tree."
3079
- },
3080
- "panels/accessibility/AXBreadcrumbsPane.ts | fullTreeExperimentName": {
3081
- "message": "Enable full-page accessibility tree"
3082
- },
3083
- "panels/accessibility/AXBreadcrumbsPane.ts | ignored": {
3084
- "message": "Ignored"
3085
- },
3086
- "panels/accessibility/AXBreadcrumbsPane.ts | reloadRequired": {
3087
- "message": "Reload required before the change takes effect"
3088
- },
3089
- "panels/accessibility/AXBreadcrumbsPane.ts | scrollIntoView": {
3090
- "message": "Scroll into view"
3091
- },
3092
3074
  "panels/accessibility/SourceOrderView.ts | noSourceOrderInformation": {
3093
3075
  "message": "No source order information available"
3094
3076
  },
@@ -4286,6 +4268,18 @@
4286
4268
  "panels/application/components/BounceTrackingMitigationsView.ts | stateDeletedFor": {
4287
4269
  "message": "State was deleted for the following sites:"
4288
4270
  },
4271
+ "panels/application/components/CrashReportContextGrid.ts | copyKey": {
4272
+ "message": "Copy key"
4273
+ },
4274
+ "panels/application/components/CrashReportContextGrid.ts | copyValue": {
4275
+ "message": "Copy value"
4276
+ },
4277
+ "panels/application/components/CrashReportContextGrid.ts | key": {
4278
+ "message": "Key"
4279
+ },
4280
+ "panels/application/components/CrashReportContextGrid.ts | value": {
4281
+ "message": "Value"
4282
+ },
4289
4283
  "panels/application/components/EndpointsGrid.ts | endpointsDescription": {
4290
4284
  "message": "Here you will find the list of endpoints that receive the reports"
4291
4285
  },
@@ -4556,6 +4550,18 @@
4556
4550
  "panels/application/CookieItemsView.ts | showUrlDecoded": {
4557
4551
  "message": "Show URL-decoded"
4558
4552
  },
4553
+ "panels/application/CrashReportContextView.ts | filterByText": {
4554
+ "message": "Filter by key or value"
4555
+ },
4556
+ "panels/application/CrashReportContextView.ts | noContext": {
4557
+ "message": "No context entries detected across frames."
4558
+ },
4559
+ "panels/application/CrashReportContextView.ts | refresh": {
4560
+ "message": "Refresh"
4561
+ },
4562
+ "panels/application/CrashReportContextView.ts | unknownFrame": {
4563
+ "message": "Unknown Frame"
4564
+ },
4559
4565
  "panels/application/DeviceBoundSessionsTreeElement.ts | deviceBoundSessions": {
4560
4566
  "message": "Device bound sessions"
4561
4567
  },
@@ -5888,6 +5894,9 @@
5888
5894
  "panels/application/PreloadingTreeElement.ts | speculativeLoads": {
5889
5895
  "message": "Speculative loads"
5890
5896
  },
5897
+ "panels/application/ReportingApiTreeElement.ts | crashReportContext": {
5898
+ "message": "Crash Report Context"
5899
+ },
5891
5900
  "panels/application/ReportingApiTreeElement.ts | reportingApi": {
5892
5901
  "message": "Reporting API"
5893
5902
  },
@@ -6215,27 +6224,42 @@
6215
6224
  "panels/application/WebMCPView.ts | canceled": {
6216
6225
  "message": "Canceled"
6217
6226
  },
6227
+ "panels/application/WebMCPView.ts | canceledCount": {
6228
+ "message": "{PH1} Canceled"
6229
+ },
6218
6230
  "panels/application/WebMCPView.ts | clearFilters": {
6219
6231
  "message": "Clear filters"
6220
6232
  },
6221
6233
  "panels/application/WebMCPView.ts | clearLog": {
6222
6234
  "message": "Clear log"
6223
6235
  },
6236
+ "panels/application/WebMCPView.ts | close": {
6237
+ "message": "Close"
6238
+ },
6224
6239
  "panels/application/WebMCPView.ts | declarative": {
6225
6240
  "message": "Declarative"
6226
6241
  },
6227
6242
  "panels/application/WebMCPView.ts | error": {
6228
6243
  "message": "Error"
6229
6244
  },
6245
+ "panels/application/WebMCPView.ts | failed": {
6246
+ "message": "{PH1} Failed"
6247
+ },
6230
6248
  "panels/application/WebMCPView.ts | filter": {
6231
6249
  "message": "Filter"
6232
6250
  },
6251
+ "panels/application/WebMCPView.ts | frame": {
6252
+ "message": "Frame"
6253
+ },
6233
6254
  "panels/application/WebMCPView.ts | imperative": {
6234
6255
  "message": "Imperative"
6235
6256
  },
6236
6257
  "panels/application/WebMCPView.ts | inProgress": {
6237
6258
  "message": "In Progress"
6238
6259
  },
6260
+ "panels/application/WebMCPView.ts | inProgressCount": {
6261
+ "message": "{PH1} In Progress"
6262
+ },
6239
6263
  "panels/application/WebMCPView.ts | input": {
6240
6264
  "message": "Input"
6241
6265
  },
@@ -6269,12 +6293,21 @@
6269
6293
  "panels/application/WebMCPView.ts | success": {
6270
6294
  "message": "Success"
6271
6295
  },
6296
+ "panels/application/WebMCPView.ts | toolDetails": {
6297
+ "message": "Details"
6298
+ },
6272
6299
  "panels/application/WebMCPView.ts | toolRegistry": {
6273
6300
  "message": "Available Tools"
6274
6301
  },
6275
6302
  "panels/application/WebMCPView.ts | toolTypes": {
6276
6303
  "message": "Tool types"
6277
6304
  },
6305
+ "panels/application/WebMCPView.ts | totalCalls": {
6306
+ "message": "{PH1} Total calls"
6307
+ },
6308
+ "panels/application/WebMCPView.ts | viewInElementsPanel": {
6309
+ "message": "View in Elements panel"
6310
+ },
6278
6311
  "panels/autofill/autofill-meta.ts | autofill": {
6279
6312
  "message": "Autofill"
6280
6313
  },
@@ -7802,12 +7835,6 @@
7802
7835
  "panels/elements/ElementsPanel.ts | styles": {
7803
7836
  "message": "Styles"
7804
7837
  },
7805
- "panels/elements/ElementsPanel.ts | switchToAccessibilityTreeView": {
7806
- "message": "Switch to Accessibility Tree view"
7807
- },
7808
- "panels/elements/ElementsPanel.ts | switchToDomTreeView": {
7809
- "message": "Switch to DOM Tree view"
7810
- },
7811
7838
  "panels/elements/ElementsPanel.ts | theDeferredDomNodeCouldNotBe": {
7812
7839
  "message": "The deferred DOM Node could not be resolved to a valid node."
7813
7840
  },
@@ -11873,9 +11900,6 @@
11873
11900
  "panels/profiler/HeapSnapshotGridNodes.ts | userObjectReachableFromWindow": {
11874
11901
  "message": "User object reachable from window"
11875
11902
  },
11876
- "panels/profiler/HeapSnapshotProxy.ts | anErrorOccurredWhenACallToMethod": {
11877
- "message": "An error occurred when a call to method ''{PH1}'' was requested"
11878
- },
11879
11903
  "panels/profiler/HeapSnapshotView.ts | allObjects": {
11880
11904
  "message": "All objects"
11881
11905
  },
@@ -16097,6 +16121,9 @@
16097
16121
  "panels/timeline/timeline-meta.ts | stop": {
16098
16122
  "message": "Stop"
16099
16123
  },
16124
+ "panels/timeline/timeline-meta.ts | timelineShowAllEvents": {
16125
+ "message": "Show all events"
16126
+ },
16100
16127
  "panels/timeline/TimelineController.ts | initializingTracing": {
16101
16128
  "message": "Initializing tracing…"
16102
16129
  },
@@ -16283,9 +16310,6 @@
16283
16310
  "panels/timeline/TimelinePanel.ts | exportingFailed": {
16284
16311
  "message": "Exporting the trace failed"
16285
16312
  },
16286
- "panels/timeline/TimelinePanel.ts | externalRequestReceived": {
16287
- "message": "DevTools received an external request"
16288
- },
16289
16313
  "panels/timeline/TimelinePanel.ts | fixMe": {
16290
16314
  "message": "Fix me"
16291
16315
  },
@@ -17165,6 +17189,9 @@
17165
17189
  "ui/components/markdown_view/CodeBlock.ts | disclaimer": {
17166
17190
  "message": "Use code snippets with caution"
17167
17191
  },
17192
+ "ui/components/markdown_view/CodeBlock.ts | showAllLines": {
17193
+ "message": "Show all lines ({PH1} more)"
17194
+ },
17168
17195
  "ui/components/panel_feedback/FeedbackButton.ts | feedback": {
17169
17196
  "message": "Feedback"
17170
17197
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-devtools/worker-app",
3
- "version": "1.20260329.0",
3
+ "version": "1.20260405.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>",
package/worker_app.html CHANGED
@@ -24,4 +24,4 @@
24
24
 
25
25
 
26
26
  <body class="undocked" id="-blink-dev-tools">
27
- <link rel="stylesheet" crossorigin href="./chunk-9s9mfj17.css"><script type="module" crossorigin src="./chunk-q129kydk.js"></script>
27
+ <link rel="stylesheet" crossorigin href="./chunk-9s9mfj17.css"><script type="module" crossorigin src="./chunk-vm677egz.js"></script>