chrome-devtools-frontend 1.0.1611099 → 1.0.1611825
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.
- package/front_end/core/host/AidaClientTypes.ts +5 -0
- package/front_end/core/host/AidaGcaTranslation.ts +2 -1
- package/front_end/core/sdk/ResourceTreeModel.ts +2 -1
- package/front_end/core/sdk/Target.ts +1 -3
- package/front_end/generated/InspectorBackendCommands.ts +1 -1
- package/front_end/generated/SupportedCSSProperties.js +4 -0
- package/front_end/generated/protocol.ts +0 -8
- package/front_end/models/web_mcp/WebMCPModel.ts +73 -18
- package/front_end/panels/ai_assistance/AiAssistancePanel.ts +2 -3
- package/front_end/panels/ai_assistance/components/ChatMessage.ts +30 -7
- package/front_end/panels/ai_assistance/components/ExportForAgentsDialog.ts +8 -4
- package/front_end/panels/ai_assistance/components/WalkthroughView.ts +6 -2
- package/front_end/panels/ai_assistance/components/exportForAgentsDialog.css +1 -1
- package/front_end/panels/ai_assistance/components/walkthroughView.css +18 -17
- package/front_end/panels/application/WebMCPView.ts +97 -6
- package/front_end/panels/application/webMCPView.css +7 -1
- package/front_end/panels/console/ConsolePinPane.ts +6 -2
- package/front_end/panels/sources/BreakpointEditDialog.ts +6 -0
- package/front_end/third_party/chromium/README.chromium +1 -1
- package/front_end/third_party/lighthouse/README.chromium +2 -2
- package/front_end/third_party/lighthouse/lighthouse-dt-bundle.js +5635 -1498
- package/front_end/third_party/lighthouse/locales/en-GB.json +2 -2
- package/front_end/third_party/lighthouse/locales/en-US.json +14 -2
- package/front_end/third_party/lighthouse/locales/en-XL.json +12 -0
- package/front_end/third_party/lighthouse/report/bundle.d.ts +4 -4
- package/front_end/third_party/lighthouse/report/bundle.js +30 -3
- package/front_end/third_party/lighthouse/report-assets/report-generator.mjs +2 -2
- package/front_end/ui/components/markdown_view/CodeBlock.ts +6 -0
- package/front_end/ui/legacy/components/settings_ui/SettingsUI.ts +83 -68
- package/front_end/ui/visual_logging/KnownContextValues.ts +5 -0
- package/front_end/ui/visual_logging/LoggingDriver.ts +3 -3
- package/mcp/mcp.ts +2 -1
- package/package.json +1 -1
|
@@ -2370,13 +2370,13 @@
|
|
|
2370
2370
|
"message": "Duration"
|
|
2371
2371
|
},
|
|
2372
2372
|
"node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | noRenderBlocking": {
|
|
2373
|
-
"message": "No render
|
|
2373
|
+
"message": "No render blocking requests for this navigation"
|
|
2374
2374
|
},
|
|
2375
2375
|
"node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | renderBlockingRequest": {
|
|
2376
2376
|
"message": "Request"
|
|
2377
2377
|
},
|
|
2378
2378
|
"node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | title": {
|
|
2379
|
-
"message": "Render
|
|
2379
|
+
"message": "Render blocking requests"
|
|
2380
2380
|
},
|
|
2381
2381
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | description": {
|
|
2382
2382
|
"message": "If Recalculate Style costs remain high, selector optimisation can reduce them. [Optimise the selectors](https://developer.chrome.com/docs/devtools/performance/selector-stats) with both a high elapsed time and high slow-path %. Simpler selectors, fewer selectors, a smaller DOM and a shallower DOM will all reduce matching costs."
|
|
@@ -596,6 +596,18 @@
|
|
|
596
596
|
"core/audits/autocomplete.js | warningOrder": {
|
|
597
597
|
"message": "Review order of tokens: \"{tokens}\" in {snippet}"
|
|
598
598
|
},
|
|
599
|
+
"core/audits/baseline.js | columnFeature": {
|
|
600
|
+
"message": "Web-features"
|
|
601
|
+
},
|
|
602
|
+
"core/audits/baseline.js | columnStatus": {
|
|
603
|
+
"message": "Baseline Status"
|
|
604
|
+
},
|
|
605
|
+
"core/audits/baseline.js | description": {
|
|
606
|
+
"message": "Lists web features used on the page and their Baseline status as of {date}. [Learn more about Baseline](https://webstatus.dev/)."
|
|
607
|
+
},
|
|
608
|
+
"core/audits/baseline.js | title": {
|
|
609
|
+
"message": "Baseline Features"
|
|
610
|
+
},
|
|
599
611
|
"core/audits/bf-cache.js | actionableFailureType": {
|
|
600
612
|
"message": "Actionable"
|
|
601
613
|
},
|
|
@@ -2370,13 +2382,13 @@
|
|
|
2370
2382
|
"message": "Duration"
|
|
2371
2383
|
},
|
|
2372
2384
|
"node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | noRenderBlocking": {
|
|
2373
|
-
"message": "No render
|
|
2385
|
+
"message": "No render blocking requests for this navigation"
|
|
2374
2386
|
},
|
|
2375
2387
|
"node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | renderBlockingRequest": {
|
|
2376
2388
|
"message": "Request"
|
|
2377
2389
|
},
|
|
2378
2390
|
"node_modules/@paulirish/trace_engine/models/trace/insights/RenderBlocking.js | title": {
|
|
2379
|
-
"message": "Render
|
|
2391
|
+
"message": "Render blocking requests"
|
|
2380
2392
|
},
|
|
2381
2393
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | description": {
|
|
2382
2394
|
"message": "If Recalculate Style costs remain high, selector optimization can reduce them. [Optimize the selectors](https://developer.chrome.com/docs/performance/insights/slow-css-selector) with both high elapsed time and high slow-path %. Simpler selectors, fewer selectors, a smaller DOM, and a shallower DOM will all reduce matching costs."
|
|
@@ -596,6 +596,18 @@
|
|
|
596
596
|
"core/audits/autocomplete.js | warningOrder": {
|
|
597
597
|
"message": "R̂év̂íêẃ ôŕd̂ér̂ óf̂ t́ôḱêńŝ: \"{tokens}\" ín̂ {snippet}"
|
|
598
598
|
},
|
|
599
|
+
"core/audits/baseline.js | columnFeature": {
|
|
600
|
+
"message": "Ŵéb̂-f́êát̂úr̂éŝ"
|
|
601
|
+
},
|
|
602
|
+
"core/audits/baseline.js | columnStatus": {
|
|
603
|
+
"message": "B̂áŝél̂ín̂é Ŝt́ât́ûś"
|
|
604
|
+
},
|
|
605
|
+
"core/audits/baseline.js | description": {
|
|
606
|
+
"message": "L̂íŝt́ŝ ẃêb́ f̂éât́ûŕêś ûśêd́ ôń t̂h́ê ṕâǵê án̂d́ t̂h́êír̂ B́âśêĺîńê śt̂át̂úŝ áŝ óf̂ {date}. [Ĺêár̂ń m̂ór̂é âb́ôút̂ B́âśêĺîńê](https://webstatus.dev/)."
|
|
607
|
+
},
|
|
608
|
+
"core/audits/baseline.js | title": {
|
|
609
|
+
"message": "B̂áŝél̂ín̂é F̂éât́ûŕêś"
|
|
610
|
+
},
|
|
599
611
|
"core/audits/bf-cache.js | actionableFailureType": {
|
|
600
612
|
"message": "Âćt̂íôńâb́l̂é"
|
|
601
613
|
},
|
|
@@ -100,8 +100,8 @@ declare var ne: {
|
|
|
100
100
|
_saveFile(e: any): void;
|
|
101
101
|
};
|
|
102
102
|
};
|
|
103
|
-
declare namespace
|
|
104
|
-
export {
|
|
103
|
+
declare namespace St {
|
|
104
|
+
export { Lt as registerLocaleData };
|
|
105
105
|
export { Ct as hasLocale };
|
|
106
106
|
}
|
|
107
107
|
declare function kt(r: any, e?: {}): HTMLElement;
|
|
@@ -109,6 +109,6 @@ declare function Et(r: any, e: any): {
|
|
|
109
109
|
lhr: any;
|
|
110
110
|
missingIcuMessageIds: any[];
|
|
111
111
|
};
|
|
112
|
-
declare function
|
|
112
|
+
declare function Lt(r: any, e: any): void;
|
|
113
113
|
declare function Ct(r: any): boolean;
|
|
114
|
-
export { Q as DOM, te as ReportRenderer, ne as ReportUIFeatures,
|
|
114
|
+
export { Q as DOM, te as ReportRenderer, ne as ReportUIFeatures, St as format, kt as renderReport, Et as swapLocale };
|