@chrome-devtools/trace-app 1.20260426.0 → 1.20260510.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.
@@ -1448,6 +1448,9 @@
1448
1448
  "generated/Deprecation.ts | PrefixedVideoSupportsFullscreen": {
1449
1449
  "message": "HTMLVideoElement.webkitSupportsFullscreen is deprecated. Please use Document.fullscreenEnabled instead."
1450
1450
  },
1451
+ "generated/Deprecation.ts | PreventSvgFilterPaint": {
1452
+ "message": "SVG filters cannot be applied to cross-origin iframes, restricted iframes (e.g., sandboxed), or plugins."
1453
+ },
1451
1454
  "generated/Deprecation.ts | RangeExpand": {
1452
1455
  "message": "Range.expand() is deprecated. Please use Selection.modify() instead."
1453
1456
  },
@@ -1979,6 +1982,9 @@
1979
1982
  "models/trace/insights/DuplicatedJavaScript.ts | description": {
1980
1983
  "message": "Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity."
1981
1984
  },
1985
+ "models/trace/insights/DuplicatedJavaScript.ts | noDuplicatedJavaScript": {
1986
+ "message": "No duplicated JavaScript found"
1987
+ },
1982
1988
  "models/trace/insights/DuplicatedJavaScript.ts | title": {
1983
1989
  "message": "Duplicated JavaScript"
1984
1990
  },
@@ -1988,6 +1994,9 @@
1988
1994
  "models/trace/insights/FontDisplay.ts | fontColumn": {
1989
1995
  "message": "Font"
1990
1996
  },
1997
+ "models/trace/insights/FontDisplay.ts | noFonts": {
1998
+ "message": "No fonts with suboptimal font-display found"
1999
+ },
1991
2000
  "models/trace/insights/FontDisplay.ts | title": {
1992
2001
  "message": "Font display"
1993
2002
  },
@@ -2138,6 +2147,9 @@
2138
2147
  "models/trace/insights/LegacyJavaScript.ts | description": {
2139
2148
  "message": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
2140
2149
  },
2150
+ "models/trace/insights/LegacyJavaScript.ts | noLegacyJavaScript": {
2151
+ "message": "No legacy JavaScript found"
2152
+ },
2141
2153
  "models/trace/insights/LegacyJavaScript.ts | title": {
2142
2154
  "message": "Legacy JavaScript"
2143
2155
  },
@@ -3461,9 +3473,6 @@
3461
3473
  "panels/application/ApplicationPanelSidebar.ts | theContentOfThisDocumentHasBeen": {
3462
3474
  "message": "The content of this document has been generated dynamically via 'document.write()'."
3463
3475
  },
3464
- "panels/application/ApplicationPanelSidebar.ts | thirdPartyPhaseout": {
3465
- "message": "Cookies from {PH1} may have been blocked due to third-party cookie phaseout."
3466
- },
3467
3476
  "panels/application/ApplicationPanelSidebar.ts | versionS": {
3468
3477
  "message": "Version: {PH1}"
3469
3478
  },
@@ -6263,12 +6272,18 @@
6263
6272
  "panels/application/TrustTokensTreeElement.ts | trustTokens": {
6264
6273
  "message": "Private state tokens"
6265
6274
  },
6275
+ "panels/application/WebMCPView.ts | cancelCall": {
6276
+ "message": "Cancel"
6277
+ },
6266
6278
  "panels/application/WebMCPView.ts | canceled": {
6267
6279
  "message": "Canceled"
6268
6280
  },
6269
6281
  "panels/application/WebMCPView.ts | canceledCount": {
6270
6282
  "message": "{PH1} Canceled"
6271
6283
  },
6284
+ "panels/application/WebMCPView.ts | causedBy": {
6285
+ "message": "Caused by:"
6286
+ },
6272
6287
  "panels/application/WebMCPView.ts | clearFilters": {
6273
6288
  "message": "Clear filters"
6274
6289
  },
@@ -6290,6 +6305,9 @@
6290
6305
  "panels/application/WebMCPView.ts | declarative": {
6291
6306
  "message": "Declarative"
6292
6307
  },
6308
+ "panels/application/WebMCPView.ts | editAndRun": {
6309
+ "message": "Edit and run"
6310
+ },
6293
6311
  "panels/application/WebMCPView.ts | error": {
6294
6312
  "message": "Error"
6295
6313
  },
@@ -6332,9 +6350,15 @@
6332
6350
  "panels/application/WebMCPView.ts | output": {
6333
6351
  "message": "Output"
6334
6352
  },
6353
+ "panels/application/WebMCPView.ts | paste": {
6354
+ "message": "Paste"
6355
+ },
6335
6356
  "panels/application/WebMCPView.ts | pending": {
6336
6357
  "message": "In Progress"
6337
6358
  },
6359
+ "panels/application/WebMCPView.ts | revealTool": {
6360
+ "message": "Reveal tool"
6361
+ },
6338
6362
  "panels/application/WebMCPView.ts | runTool": {
6339
6363
  "message": "Run Tool"
6340
6364
  },
@@ -6353,6 +6377,9 @@
6353
6377
  "panels/application/WebMCPView.ts | toolTypes": {
6354
6378
  "message": "Tool types"
6355
6379
  },
6380
+ "panels/application/WebMCPView.ts | toolUnregisteredNotice": {
6381
+ "message": "This tool has been unregistered"
6382
+ },
6356
6383
  "panels/application/WebMCPView.ts | totalCalls": {
6357
6384
  "message": "{PH1} Total calls"
6358
6385
  },
@@ -6956,6 +6983,9 @@
6956
6983
  "panels/console/ConsoleView.ts | autocompleteFromHistory": {
6957
6984
  "message": "Autocomplete from history"
6958
6985
  },
6986
+ "panels/console/ConsoleView.ts | collapseAll": {
6987
+ "message": "Collapse all"
6988
+ },
6959
6989
  "panels/console/ConsoleView.ts | consoleCleared": {
6960
6990
  "message": "Console cleared"
6961
6991
  },
@@ -6995,6 +7025,9 @@
6995
7025
  "panels/console/ConsoleView.ts | errors": {
6996
7026
  "message": "Errors"
6997
7027
  },
7028
+ "panels/console/ConsoleView.ts | expandAll": {
7029
+ "message": "Expand all"
7030
+ },
6998
7031
  "panels/console/ConsoleView.ts | filteredMessagesInConsole": {
6999
7032
  "message": "{PH1} messages in console"
7000
7033
  },
@@ -8363,6 +8396,12 @@
8363
8396
  "panels/elements/StylePropertyTreeElement.ts | viewComputedValue": {
8364
8397
  "message": "View computed value"
8365
8398
  },
8399
+ "panels/elements/StylesSidebarPane.ts | aiSuggestionAccepted": {
8400
+ "message": "{PH1} Suggestion accepted."
8401
+ },
8402
+ "panels/elements/StylesSidebarPane.ts | atRuleSection": {
8403
+ "message": "Other @rules"
8404
+ },
8366
8405
  "panels/elements/StylesSidebarPane.ts | automaticDarkMode": {
8367
8406
  "message": "Automatic dark mode"
8368
8407
  },
@@ -9296,6 +9335,12 @@
9296
9335
  "panels/lighthouse/LighthouseController.ts | accessibility": {
9297
9336
  "message": "Accessibility"
9298
9337
  },
9338
+ "panels/lighthouse/LighthouseController.ts | agenticBrowsing": {
9339
+ "message": "Agentic browsing"
9340
+ },
9341
+ "panels/lighthouse/LighthouseController.ts | agenticBrowsingDescription": {
9342
+ "message": "These checks ensure high-quality, browsable websites for AI agents and validate the correctness of WebMCP integrations. This category is still under development and subject to change."
9343
+ },
9299
9344
  "panels/lighthouse/LighthouseController.ts | applyDesktopEmulationDuring": {
9300
9345
  "message": "Apply desktop emulation during auditing"
9301
9346
  },
@@ -11987,9 +12032,6 @@
11987
12032
  "panels/profiler/HeapSnapshotView.ts | duplicatedStrings": {
11988
12033
  "message": "Duplicated strings"
11989
12034
  },
11990
- "panels/profiler/HeapSnapshotView.ts | exposeInternals": {
11991
- "message": "Internals with implementation details"
11992
- },
11993
12035
  "panels/profiler/HeapSnapshotView.ts | filter": {
11994
12036
  "message": "Filter"
11995
12037
  },
@@ -12128,33 +12170,6 @@
12128
12170
  "panels/profiler/IsolateSelector.ts | totalPageJsHeapSizeChangeTrend": {
12129
12171
  "message": "Total page JS heap size change trend over the last {PH1} minutes."
12130
12172
  },
12131
- "panels/profiler/LiveHeapProfileView.ts | allocatedJsHeapSizeCurrentlyIn": {
12132
- "message": "Allocated JS heap size currently in use"
12133
- },
12134
- "panels/profiler/LiveHeapProfileView.ts | anonymousScriptS": {
12135
- "message": "(Anonymous Script {PH1})"
12136
- },
12137
- "panels/profiler/LiveHeapProfileView.ts | heapProfile": {
12138
- "message": "Heap Profile"
12139
- },
12140
- "panels/profiler/LiveHeapProfileView.ts | jsHeap": {
12141
- "message": "JS Heap"
12142
- },
12143
- "panels/profiler/LiveHeapProfileView.ts | kb": {
12144
- "message": "kB"
12145
- },
12146
- "panels/profiler/LiveHeapProfileView.ts | numberOfVmsSharingTheSameScript": {
12147
- "message": "Number of VMs sharing the same script source"
12148
- },
12149
- "panels/profiler/LiveHeapProfileView.ts | scriptUrl": {
12150
- "message": "Script URL"
12151
- },
12152
- "panels/profiler/LiveHeapProfileView.ts | urlOfTheScriptSource": {
12153
- "message": "URL of the script source"
12154
- },
12155
- "panels/profiler/LiveHeapProfileView.ts | vms": {
12156
- "message": "VMs"
12157
- },
12158
12173
  "panels/profiler/ModuleUIStrings.ts | buildingAllocationStatistics": {
12159
12174
  "message": "Building allocation statistics…"
12160
12175
  },
@@ -12257,9 +12272,6 @@
12257
12272
  "panels/profiler/profiler-meta.ts | deleteProfile": {
12258
12273
  "message": "Delete profile"
12259
12274
  },
12260
- "panels/profiler/profiler-meta.ts | liveHeapProfile": {
12261
- "message": "Live Heap Profile"
12262
- },
12263
12275
  "panels/profiler/profiler-meta.ts | loadProfile": {
12264
12276
  "message": "Load profile…"
12265
12277
  },
@@ -12269,24 +12281,12 @@
12269
12281
  "panels/profiler/profiler-meta.ts | saveProfile": {
12270
12282
  "message": "Save profile…"
12271
12283
  },
12272
- "panels/profiler/profiler-meta.ts | showLiveHeapProfile": {
12273
- "message": "Show Live Heap Profile"
12274
- },
12275
12284
  "panels/profiler/profiler-meta.ts | showMemory": {
12276
12285
  "message": "Show Memory"
12277
12286
  },
12278
- "panels/profiler/profiler-meta.ts | startRecordingHeapAllocations": {
12279
- "message": "Start recording heap allocations"
12280
- },
12281
- "panels/profiler/profiler-meta.ts | startRecordingHeapAllocationsAndReload": {
12282
- "message": "Start recording heap allocations and reload the page"
12283
- },
12284
12287
  "panels/profiler/profiler-meta.ts | startStopRecording": {
12285
12288
  "message": "Start/stop recording"
12286
12289
  },
12287
- "panels/profiler/profiler-meta.ts | stopRecordingHeapAllocations": {
12288
- "message": "Stop recording heap allocations"
12289
- },
12290
12290
  "panels/profiler/ProfileSidebarTreeElement.ts | profileOptions": {
12291
12291
  "message": "Profile options"
12292
12292
  },
@@ -14633,12 +14633,6 @@
14633
14633
  "panels/sources/PersistenceActions.ts | showOverrides": {
14634
14634
  "message": "Show all overrides"
14635
14635
  },
14636
- "panels/sources/ProfilePlugin.ts | kb": {
14637
- "message": "kB"
14638
- },
14639
- "panels/sources/ProfilePlugin.ts | mb": {
14640
- "message": "MB"
14641
- },
14642
14636
  "panels/sources/ProfilePlugin.ts | ms": {
14643
14637
  "message": "ms"
14644
14638
  },
@@ -17603,66 +17597,6 @@
17603
17597
  "ui/legacy/components/inline_editor/CSSShadowEditor.ts | yOffset": {
17604
17598
  "message": "Y offset"
17605
17599
  },
17606
- "ui/legacy/components/inline_editor/FontEditor.ts | cssProperties": {
17607
- "message": "CSS Properties"
17608
- },
17609
- "ui/legacy/components/inline_editor/FontEditor.ts | deleteS": {
17610
- "message": "Delete {PH1}"
17611
- },
17612
- "ui/legacy/components/inline_editor/FontEditor.ts | fallbackS": {
17613
- "message": "Fallback {PH1}"
17614
- },
17615
- "ui/legacy/components/inline_editor/FontEditor.ts | fontFamily": {
17616
- "message": "Font Family"
17617
- },
17618
- "ui/legacy/components/inline_editor/FontEditor.ts | fontSelectorDeletedAtIndexS": {
17619
- "message": "Font Selector deleted at index: {PH1}"
17620
- },
17621
- "ui/legacy/components/inline_editor/FontEditor.ts | fontSize": {
17622
- "message": "Font Size"
17623
- },
17624
- "ui/legacy/components/inline_editor/FontEditor.ts | fontWeight": {
17625
- "message": "Font Weight"
17626
- },
17627
- "ui/legacy/components/inline_editor/FontEditor.ts | lineHeight": {
17628
- "message": "Line Height"
17629
- },
17630
- "ui/legacy/components/inline_editor/FontEditor.ts | PleaseEnterAValidValueForSText": {
17631
- "message": "* Please enter a valid value for {PH1} text input"
17632
- },
17633
- "ui/legacy/components/inline_editor/FontEditor.ts | selectorInputMode": {
17634
- "message": "Selector Input Mode"
17635
- },
17636
- "ui/legacy/components/inline_editor/FontEditor.ts | sKeyValueSelector": {
17637
- "message": "{PH1} Key Value Selector"
17638
- },
17639
- "ui/legacy/components/inline_editor/FontEditor.ts | sliderInputMode": {
17640
- "message": "Slider Input Mode"
17641
- },
17642
- "ui/legacy/components/inline_editor/FontEditor.ts | spacing": {
17643
- "message": "Spacing"
17644
- },
17645
- "ui/legacy/components/inline_editor/FontEditor.ts | sSliderInput": {
17646
- "message": "{PH1} Slider Input"
17647
- },
17648
- "ui/legacy/components/inline_editor/FontEditor.ts | sTextInput": {
17649
- "message": "{PH1} Text Input"
17650
- },
17651
- "ui/legacy/components/inline_editor/FontEditor.ts | sToggleInputType": {
17652
- "message": "{PH1} toggle input type"
17653
- },
17654
- "ui/legacy/components/inline_editor/FontEditor.ts | sUnitInput": {
17655
- "message": "{PH1} Unit Input"
17656
- },
17657
- "ui/legacy/components/inline_editor/FontEditor.ts | thereIsNoValueToDeleteAtIndexS": {
17658
- "message": "There is no value to delete at index: {PH1}"
17659
- },
17660
- "ui/legacy/components/inline_editor/FontEditor.ts | thisPropertyIsSetToContainUnits": {
17661
- "message": "This property is set to contain units but does not have a defined corresponding unitsArray: {PH1}"
17662
- },
17663
- "ui/legacy/components/inline_editor/FontEditor.ts | units": {
17664
- "message": "Units"
17665
- },
17666
17600
  "ui/legacy/components/object_ui/CustomPreviewComponent.ts | showAsJavascriptObject": {
17667
17601
  "message": "Show as JavaScript object"
17668
17602
  },
@@ -17816,18 +17750,9 @@
17816
17750
  "ui/legacy/components/perf_ui/perf_ui-meta.ts | flamechartSelectedNavigation": {
17817
17751
  "message": "Flamechart navigation:"
17818
17752
  },
17819
- "ui/legacy/components/perf_ui/perf_ui-meta.ts | hideLiveMemoryAllocation": {
17820
- "message": "Hide live memory allocation annotations"
17821
- },
17822
- "ui/legacy/components/perf_ui/perf_ui-meta.ts | liveMemoryAllocationAnnotations": {
17823
- "message": "Live memory allocation annotations"
17824
- },
17825
17753
  "ui/legacy/components/perf_ui/perf_ui-meta.ts | modern": {
17826
17754
  "message": "Modern"
17827
17755
  },
17828
- "ui/legacy/components/perf_ui/perf_ui-meta.ts | showLiveMemoryAllocation": {
17829
- "message": "Show live memory allocation annotations"
17830
- },
17831
17756
  "ui/legacy/components/perf_ui/PieChart.ts | total": {
17832
17757
  "message": "Total"
17833
17758
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-devtools/trace-app",
3
- "version": "1.20260426.0",
3
+ "version": "1.20260510.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/src/expand.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20"><path d="M192-96v-72h576v72H192Zm288-144L336-384l51-51 57 57v-204l-57 57-51-51 144-144 144 144-51 51-57-57v204l57-57 51 51-144 144ZM192-792v-72h576v72H192Z"/></svg>
package/trace_app.html CHANGED
@@ -23,4 +23,4 @@
23
23
 
24
24
 
25
25
  <body class="undocked" id="-blink-dev-tools">
26
- <link rel="stylesheet" crossorigin href="./chunk-9s9mfj17.css"><script type="module" crossorigin src="./chunk-e8waszay.js"></script>
26
+ <link rel="stylesheet" crossorigin href="./chunk-9s9mfj17.css"><script type="module" crossorigin src="./chunk-qztxy02n.js"></script>