@chrome-devtools/inspector 1.20252109.0 → 1.20252809.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.
|
@@ -1049,9 +1049,6 @@
|
|
|
1049
1049
|
"entrypoints/main/main-meta.ts | enableShortcutToSwitchPanels": {
|
|
1050
1050
|
"message": "Enable ⌘ + 1-9 shortcut to switch panels"
|
|
1051
1051
|
},
|
|
1052
|
-
"entrypoints/main/main-meta.ts | enableSync": {
|
|
1053
|
-
"message": "Enable settings sync"
|
|
1054
|
-
},
|
|
1055
1052
|
"entrypoints/main/main-meta.ts | findNextResult": {
|
|
1056
1053
|
"message": "Find next result"
|
|
1057
1054
|
},
|
|
@@ -1106,6 +1103,9 @@
|
|
|
1106
1103
|
"entrypoints/main/main-meta.ts | right": {
|
|
1107
1104
|
"message": "Right"
|
|
1108
1105
|
},
|
|
1106
|
+
"entrypoints/main/main-meta.ts | saveSettings": {
|
|
1107
|
+
"message": "Save DevTools settings to your Google account"
|
|
1108
|
+
},
|
|
1109
1109
|
"entrypoints/main/main-meta.ts | searchAsYouTypeCommand": {
|
|
1110
1110
|
"message": "Enable search as you type"
|
|
1111
1111
|
},
|
|
@@ -7259,6 +7259,9 @@
|
|
|
7259
7259
|
"panels/elements/ElementsTreeElement.ts | disableScrollSnap": {
|
|
7260
7260
|
"message": "Disable scroll-snap overlay"
|
|
7261
7261
|
},
|
|
7262
|
+
"panels/elements/ElementsTreeElement.ts | disableStartingStyle": {
|
|
7263
|
+
"message": "Disable @starting-style mode"
|
|
7264
|
+
},
|
|
7262
7265
|
"panels/elements/ElementsTreeElement.ts | distributeItemsEvenly": {
|
|
7263
7266
|
"message": "Distribute items evenly"
|
|
7264
7267
|
},
|
|
@@ -7289,6 +7292,9 @@
|
|
|
7289
7292
|
"panels/elements/ElementsTreeElement.ts | enableScrollSnap": {
|
|
7290
7293
|
"message": "Enable scroll-snap overlay"
|
|
7291
7294
|
},
|
|
7295
|
+
"panels/elements/ElementsTreeElement.ts | enableStartingStyle": {
|
|
7296
|
+
"message": "Enable @starting-style mode"
|
|
7297
|
+
},
|
|
7292
7298
|
"panels/elements/ElementsTreeElement.ts | expandRecursively": {
|
|
7293
7299
|
"message": "Expand recursively"
|
|
7294
7300
|
},
|
|
@@ -10256,6 +10262,9 @@
|
|
|
10256
10262
|
"panels/network/NetworkLogViewColumns.ts | initiatorAddressSpace": {
|
|
10257
10263
|
"message": "Initiator Address Space"
|
|
10258
10264
|
},
|
|
10265
|
+
"panels/network/NetworkLogViewColumns.ts | isAdRelated": {
|
|
10266
|
+
"message": "Is Ad-Related"
|
|
10267
|
+
},
|
|
10259
10268
|
"panels/network/NetworkLogViewColumns.ts | latency": {
|
|
10260
10269
|
"message": "Latency"
|
|
10261
10270
|
},
|
|
@@ -12998,17 +13007,11 @@
|
|
|
12998
13007
|
"panels/settings/components/SyncSection.ts | dataDisclaimer": {
|
|
12999
13008
|
"message": "({PH1} is sent to Google)"
|
|
13000
13009
|
},
|
|
13001
|
-
"panels/settings/components/SyncSection.ts |
|
|
13002
|
-
"message": "Premium
|
|
13010
|
+
"panels/settings/components/SyncSection.ts | gdpPremiumSubscription": {
|
|
13011
|
+
"message": "Premium"
|
|
13003
13012
|
},
|
|
13004
|
-
"panels/settings/components/SyncSection.ts |
|
|
13005
|
-
"message": "
|
|
13006
|
-
},
|
|
13007
|
-
"panels/settings/components/SyncSection.ts | gdpProAnnualSubscription": {
|
|
13008
|
-
"message": "Pro (Annual)"
|
|
13009
|
-
},
|
|
13010
|
-
"panels/settings/components/SyncSection.ts | gdpProMonthlySubscription": {
|
|
13011
|
-
"message": "Pro (Monthly)"
|
|
13013
|
+
"panels/settings/components/SyncSection.ts | gdpProSubscription": {
|
|
13014
|
+
"message": "Pro"
|
|
13012
13015
|
},
|
|
13013
13016
|
"panels/settings/components/SyncSection.ts | gdpStandardPlan": {
|
|
13014
13017
|
"message": "Standard plan"
|
|
@@ -13020,7 +13023,7 @@
|
|
|
13020
13023
|
"message": "You're not signed into Chrome."
|
|
13021
13024
|
},
|
|
13022
13025
|
"panels/settings/components/SyncSection.ts | preferencesSyncDisabled": {
|
|
13023
|
-
"message": "
|
|
13026
|
+
"message": "You need to first enable saving Chrome settings in your Google account."
|
|
13024
13027
|
},
|
|
13025
13028
|
"panels/settings/components/SyncSection.ts | relevantData": {
|
|
13026
13029
|
"message": "Relevant data"
|
|
@@ -14570,15 +14573,24 @@
|
|
|
14570
14573
|
"panels/timeline/components/ExportTraceOptions.ts | includeSourcemap": {
|
|
14571
14574
|
"message": "Include script source maps"
|
|
14572
14575
|
},
|
|
14576
|
+
"panels/timeline/components/ExportTraceOptions.ts | moreInfoTitle": {
|
|
14577
|
+
"message": "More information"
|
|
14578
|
+
},
|
|
14573
14579
|
"panels/timeline/components/ExportTraceOptions.ts | saveButtonTitle": {
|
|
14574
14580
|
"message": "Save"
|
|
14575
14581
|
},
|
|
14582
|
+
"panels/timeline/components/ExportTraceOptions.ts | scriptContentPrivacyInfo": {
|
|
14583
|
+
"message": "Includes the full content of all loaded scripts (except extensions)."
|
|
14584
|
+
},
|
|
14576
14585
|
"panels/timeline/components/ExportTraceOptions.ts | shouldCompress": {
|
|
14577
14586
|
"message": "Compress with gzip"
|
|
14578
14587
|
},
|
|
14579
14588
|
"panels/timeline/components/ExportTraceOptions.ts | showExportTraceOptionsDialogTitle": {
|
|
14580
14589
|
"message": "Save trace…"
|
|
14581
14590
|
},
|
|
14591
|
+
"panels/timeline/components/ExportTraceOptions.ts | sourceMapsContentPrivacyInfo": {
|
|
14592
|
+
"message": "Includes available source maps, which may expose authored code."
|
|
14593
|
+
},
|
|
14582
14594
|
"panels/timeline/components/FieldSettingsDialog.ts | advanced": {
|
|
14583
14595
|
"message": "Advanced"
|
|
14584
14596
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrome-devtools/inspector",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20252809.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>",
|