@chrome-devtools/devtools-app 1.20260308.0 → 1.20260315.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.
|
@@ -1832,6 +1832,30 @@
|
|
|
1832
1832
|
"models/trace/insights/Cache.ts | title": {
|
|
1833
1833
|
"message": "Use efficient cache lifetimes"
|
|
1834
1834
|
},
|
|
1835
|
+
"models/trace/insights/CharacterSet.ts | description": {
|
|
1836
|
+
"message": "A character encoding declaration is required. It can be done with a meta charset tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. [Learn more about declaring the character encoding](https://developer.chrome.com/docs/insights/charset/)."
|
|
1837
|
+
},
|
|
1838
|
+
"models/trace/insights/CharacterSet.ts | failedHttpHeader": {
|
|
1839
|
+
"message": "Does not declare charset in HTTP header"
|
|
1840
|
+
},
|
|
1841
|
+
"models/trace/insights/CharacterSet.ts | failedMetaCharsetLate": {
|
|
1842
|
+
"message": "Declares charset using a meta tag after the first 1024 bytes"
|
|
1843
|
+
},
|
|
1844
|
+
"models/trace/insights/CharacterSet.ts | failedMetaCharsetMissing": {
|
|
1845
|
+
"message": "Does not declare charset using a meta tag"
|
|
1846
|
+
},
|
|
1847
|
+
"models/trace/insights/CharacterSet.ts | failedMetaCharsetUnknown": {
|
|
1848
|
+
"message": "Could not determine meta charset declaration from trace"
|
|
1849
|
+
},
|
|
1850
|
+
"models/trace/insights/CharacterSet.ts | passingHttpHeader": {
|
|
1851
|
+
"message": "Declares charset in HTTP header"
|
|
1852
|
+
},
|
|
1853
|
+
"models/trace/insights/CharacterSet.ts | passingMetaCharsetEarly": {
|
|
1854
|
+
"message": "Declares charset using a meta tag in the first 1024 bytes"
|
|
1855
|
+
},
|
|
1856
|
+
"models/trace/insights/CharacterSet.ts | title": {
|
|
1857
|
+
"message": "Declare a character encoding"
|
|
1858
|
+
},
|
|
1835
1859
|
"models/trace/insights/CLSCulprits.ts | animation": {
|
|
1836
1860
|
"message": "Animation"
|
|
1837
1861
|
},
|
|
@@ -3179,11 +3203,14 @@
|
|
|
3179
3203
|
"panels/ai_assistance/components/WalkthroughView.ts | close": {
|
|
3180
3204
|
"message": "Close"
|
|
3181
3205
|
},
|
|
3206
|
+
"panels/ai_assistance/components/WalkthroughView.ts | showAgentWalkthrough": {
|
|
3207
|
+
"message": "Show agent walkthrough"
|
|
3208
|
+
},
|
|
3182
3209
|
"panels/ai_assistance/components/WalkthroughView.ts | showThinking": {
|
|
3183
3210
|
"message": "Show thinking"
|
|
3184
3211
|
},
|
|
3185
3212
|
"panels/ai_assistance/components/WalkthroughView.ts | title": {
|
|
3186
|
-
"message": "
|
|
3213
|
+
"message": "Agent walkthrough"
|
|
3187
3214
|
},
|
|
3188
3215
|
"panels/animation/animation-meta.ts | animations": {
|
|
3189
3216
|
"message": "Animations"
|
|
@@ -8024,6 +8051,9 @@
|
|
|
8024
8051
|
"panels/elements/ShortcutTreeElement.ts | reveal": {
|
|
8025
8052
|
"message": "reveal"
|
|
8026
8053
|
},
|
|
8054
|
+
"panels/elements/StylePropertiesSection.ts | collapseExpandedRule": {
|
|
8055
|
+
"message": "Collapse expanded rule"
|
|
8056
|
+
},
|
|
8027
8057
|
"panels/elements/StylePropertiesSection.ts | constructedStylesheet": {
|
|
8028
8058
|
"message": "constructed stylesheet"
|
|
8029
8059
|
},
|
|
@@ -8039,6 +8069,9 @@
|
|
|
8039
8069
|
"panels/elements/StylePropertiesSection.ts | cssSelector": {
|
|
8040
8070
|
"message": "CSS selector"
|
|
8041
8071
|
},
|
|
8072
|
+
"panels/elements/StylePropertiesSection.ts | expandCollapsedRule": {
|
|
8073
|
+
"message": "Expand collapsed rule"
|
|
8074
|
+
},
|
|
8042
8075
|
"panels/elements/StylePropertiesSection.ts | injectedStylesheet": {
|
|
8043
8076
|
"message": "injected stylesheet"
|
|
8044
8077
|
},
|
|
@@ -8219,9 +8252,6 @@
|
|
|
8219
8252
|
"panels/emulation/DeviceModeToolbar.ts | moreOptions": {
|
|
8220
8253
|
"message": "More options"
|
|
8221
8254
|
},
|
|
8222
|
-
"panels/emulation/DeviceModeToolbar.ts | none": {
|
|
8223
|
-
"message": "None"
|
|
8224
|
-
},
|
|
8225
8255
|
"panels/emulation/DeviceModeToolbar.ts | portrait": {
|
|
8226
8256
|
"message": "Portrait"
|
|
8227
8257
|
},
|
|
@@ -8255,6 +8285,9 @@
|
|
|
8255
8285
|
"panels/emulation/DeviceModeToolbar.ts | showRulers": {
|
|
8256
8286
|
"message": "Show rulers"
|
|
8257
8287
|
},
|
|
8288
|
+
"panels/emulation/DeviceModeToolbar.ts | throttling": {
|
|
8289
|
+
"message": "Throttling"
|
|
8290
|
+
},
|
|
8258
8291
|
"panels/emulation/DeviceModeToolbar.ts | toggleDualscreenMode": {
|
|
8259
8292
|
"message": "Toggle dual-screen mode"
|
|
8260
8293
|
},
|
|
@@ -14981,6 +15014,30 @@
|
|
|
14981
15014
|
"panels/timeline/components/CPUThrottlingSelector.ts | recommendedThrottlingReason": {
|
|
14982
15015
|
"message": "Consider changing setting to simulate real user environments"
|
|
14983
15016
|
},
|
|
15017
|
+
"panels/timeline/components/CWVMetrics.ts | dismissTitle": {
|
|
15018
|
+
"message": "Dismiss"
|
|
15019
|
+
},
|
|
15020
|
+
"panels/timeline/components/CWVMetrics.ts | fieldMismatchNotice": {
|
|
15021
|
+
"message": "There are many reasons why local and field metrics [may not match](https://web.dev/articles/lab-and-field-data-differences). Adjust [throttling settings and device emulation](https://developer.chrome.com/docs/devtools/device-mode) to analyze traces more similar to the average user's environment."
|
|
15022
|
+
},
|
|
15023
|
+
"panels/timeline/components/CWVMetrics.ts | fieldMismatchTitle": {
|
|
15024
|
+
"message": "Field & local metrics mismatch"
|
|
15025
|
+
},
|
|
15026
|
+
"panels/timeline/components/CWVMetrics.ts | fieldScoreLabel": {
|
|
15027
|
+
"message": "Field ({PH1})"
|
|
15028
|
+
},
|
|
15029
|
+
"panels/timeline/components/CWVMetrics.ts | metricScore": {
|
|
15030
|
+
"message": "{PH1}: {PH2} {PH3} score"
|
|
15031
|
+
},
|
|
15032
|
+
"panels/timeline/components/CWVMetrics.ts | metricScoreUnavailable": {
|
|
15033
|
+
"message": "{PH1}: unavailable"
|
|
15034
|
+
},
|
|
15035
|
+
"panels/timeline/components/CWVMetrics.ts | originOption": {
|
|
15036
|
+
"message": "Origin"
|
|
15037
|
+
},
|
|
15038
|
+
"panels/timeline/components/CWVMetrics.ts | urlOption": {
|
|
15039
|
+
"message": "URL"
|
|
15040
|
+
},
|
|
14984
15041
|
"panels/timeline/components/DetailsView.ts | forcedReflow": {
|
|
14985
15042
|
"message": "Forced reflow"
|
|
14986
15043
|
},
|
|
@@ -15674,33 +15731,9 @@
|
|
|
15674
15731
|
"panels/timeline/components/SidebarAnnotationsTab.ts | timeRangeTutorialTitle": {
|
|
15675
15732
|
"message": "Define a time range"
|
|
15676
15733
|
},
|
|
15677
|
-
"panels/timeline/components/SidebarSingleInsightSet.ts | dismissTitle": {
|
|
15678
|
-
"message": "Dismiss"
|
|
15679
|
-
},
|
|
15680
|
-
"panels/timeline/components/SidebarSingleInsightSet.ts | fieldMismatchNotice": {
|
|
15681
|
-
"message": "There are many reasons why local and field metrics [may not match](https://web.dev/articles/lab-and-field-data-differences). Adjust [throttling settings and device emulation](https://developer.chrome.com/docs/devtools/device-mode) to analyze traces more similar to the average user's environment."
|
|
15682
|
-
},
|
|
15683
|
-
"panels/timeline/components/SidebarSingleInsightSet.ts | fieldMismatchTitle": {
|
|
15684
|
-
"message": "Field & local metrics mismatch"
|
|
15685
|
-
},
|
|
15686
|
-
"panels/timeline/components/SidebarSingleInsightSet.ts | fieldScoreLabel": {
|
|
15687
|
-
"message": "Field ({PH1})"
|
|
15688
|
-
},
|
|
15689
|
-
"panels/timeline/components/SidebarSingleInsightSet.ts | metricScore": {
|
|
15690
|
-
"message": "{PH1}: {PH2} {PH3} score"
|
|
15691
|
-
},
|
|
15692
|
-
"panels/timeline/components/SidebarSingleInsightSet.ts | metricScoreUnavailable": {
|
|
15693
|
-
"message": "{PH1}: unavailable"
|
|
15694
|
-
},
|
|
15695
|
-
"panels/timeline/components/SidebarSingleInsightSet.ts | originOption": {
|
|
15696
|
-
"message": "Origin"
|
|
15697
|
-
},
|
|
15698
15734
|
"panels/timeline/components/SidebarSingleInsightSet.ts | passedInsights": {
|
|
15699
15735
|
"message": "Passed insights ({PH1})"
|
|
15700
15736
|
},
|
|
15701
|
-
"panels/timeline/components/SidebarSingleInsightSet.ts | urlOption": {
|
|
15702
|
-
"message": "URL"
|
|
15703
|
-
},
|
|
15704
15737
|
"panels/timeline/components/TimelineSummary.ts | rangeSS": {
|
|
15705
15738
|
"message": "Range: {PH1} – {PH2}"
|
|
15706
15739
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrome-devtools/devtools-app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20260315.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>",
|