@chrome-devtools/ndb-app 1.20260621.0 → 1.20260705.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.
@@ -245,21 +245,6 @@
245
245
  "core/sdk/CPUProfilerModel.ts | profileD": {
246
246
  "message": "Profile {PH1}"
247
247
  },
248
- "core/sdk/CPUThrottlingManager.ts | calibratedLowTierMobile": {
249
- "message": "Low-tier mobile"
250
- },
251
- "core/sdk/CPUThrottlingManager.ts | calibratedMidTierMobile": {
252
- "message": "Mid-tier mobile"
253
- },
254
- "core/sdk/CPUThrottlingManager.ts | calibrationErrorDeviceTooWeak": {
255
- "message": "Device is not powerful enough"
256
- },
257
- "core/sdk/CPUThrottlingManager.ts | dSlowdown": {
258
- "message": "{PH1}× slowdown"
259
- },
260
- "core/sdk/CPUThrottlingManager.ts | noThrottling": {
261
- "message": "No throttling"
262
- },
263
248
  "core/sdk/CSSStyleSheetHeader.ts | couldNotFindTheOriginalStyle": {
264
249
  "message": "Could not find the original style sheet."
265
250
  },
@@ -1331,6 +1316,9 @@
1331
1316
  "generated/Deprecation.ts | DataUrlInSvgUse": {
1332
1317
  "message": "Support for data: URLs in SVGUseElement is deprecated and it will be removed in the future."
1333
1318
  },
1319
+ "generated/Deprecation.ts | DigitalCredentialsUnknownProtocol": {
1320
+ "message": "An unknown Digital Credentials protocol was requested in navigator.credentials.get() or create(). In a future release, unrecognized protocols will be blocked."
1321
+ },
1334
1322
  "generated/Deprecation.ts | DocumentCreateEventKeyboardEvents": {
1335
1323
  "message": "document.createEvent('KeyboardEvents') is deprecated and will be removed. Use new KeyboardEvent() instead."
1336
1324
  },
@@ -4673,6 +4661,9 @@
4673
4661
  "panels/application/DeviceBoundSessionsView.ts | allowedRefreshInitiators": {
4674
4662
  "message": "Allowed refresh initiators"
4675
4663
  },
4664
+ "panels/application/DeviceBoundSessionsView.ts | attestationKeyGenerationError": {
4665
+ "message": "Attestation key generation error"
4666
+ },
4676
4667
  "panels/application/DeviceBoundSessionsView.ts | boundCookieSetForbidden": {
4677
4668
  "message": "Registration in a context that cannot set bound cookies"
4678
4669
  },
@@ -4853,9 +4844,6 @@
4853
4844
  "panels/application/DeviceBoundSessionsView.ts | invalidSessionParams": {
4854
4845
  "message": "Invalid session parameters"
4855
4846
  },
4856
- "panels/application/DeviceBoundSessionsView.ts | keyError": {
4857
- "message": "Key error"
4858
- },
4859
4847
  "panels/application/DeviceBoundSessionsView.ts | keyId": {
4860
4848
  "message": "ID"
4861
4849
  },
@@ -5012,6 +5000,9 @@
5012
5000
  "panels/application/DeviceBoundSessionsView.ts | signingError": {
5013
5001
  "message": "Signing error"
5014
5002
  },
5003
+ "panels/application/DeviceBoundSessionsView.ts | signingKeyGenerationError": {
5004
+ "message": "Signing key generation error"
5005
+ },
5015
5006
  "panels/application/DeviceBoundSessionsView.ts | signingQuotaExceeded": {
5016
5007
  "message": "Signing quota exceeded"
5017
5008
  },
@@ -5045,6 +5036,9 @@
5045
5036
  "panels/application/DeviceBoundSessionsView.ts | transientHttpError": {
5046
5037
  "message": "Transient HTTP error"
5047
5038
  },
5039
+ "panels/application/DeviceBoundSessionsView.ts | transientSigningError": {
5040
+ "message": "Transient signing error"
5041
+ },
5048
5042
  "panels/application/DeviceBoundSessionsView.ts | type": {
5049
5043
  "message": "Type"
5050
5044
  },
@@ -6767,6 +6761,21 @@
6767
6761
  "panels/common/common.ts | cancel": {
6768
6762
  "message": "Cancel"
6769
6763
  },
6764
+ "panels/common/CPUThrottlingOption.ts | calibratedLowTierMobile": {
6765
+ "message": "Low-tier mobile"
6766
+ },
6767
+ "panels/common/CPUThrottlingOption.ts | calibratedMidTierMobile": {
6768
+ "message": "Mid-tier mobile"
6769
+ },
6770
+ "panels/common/CPUThrottlingOption.ts | calibrationErrorDeviceTooWeak": {
6771
+ "message": "Device is not powerful enough"
6772
+ },
6773
+ "panels/common/CPUThrottlingOption.ts | dSlowdown": {
6774
+ "message": "{PH1}× slowdown"
6775
+ },
6776
+ "panels/common/CPUThrottlingOption.ts | noThrottling": {
6777
+ "message": "No throttling"
6778
+ },
6770
6779
  "panels/common/DOMLinkifier.ts | node": {
6771
6780
  "message": "<node>"
6772
6781
  },
@@ -7202,6 +7211,15 @@
7202
7211
  "panels/console/ConsoleViewMessage.ts | consoleWasCleared": {
7203
7212
  "message": "Console was cleared"
7204
7213
  },
7214
+ "panels/console/ConsoleViewMessage.ts | copyAsCsv": {
7215
+ "message": "Copy as CSV"
7216
+ },
7217
+ "panels/console/ConsoleViewMessage.ts | copyAsMarkdown": {
7218
+ "message": "Copy as Markdown"
7219
+ },
7220
+ "panels/console/ConsoleViewMessage.ts | copyTableAs": {
7221
+ "message": "Copy table as"
7222
+ },
7205
7223
  "panels/console/ConsoleViewMessage.ts | deprecationS": {
7206
7224
  "message": "[Deprecation] {PH1}"
7207
7225
  },
@@ -7790,6 +7808,18 @@
7790
7808
  "panels/elements/CSSRuleValidator.ts | unusedAnchorPositioning": {
7791
7809
  "message": "An anchor was defined but the element is hidden."
7792
7810
  },
7811
+ "panels/elements/CSSSpecificityBreakdown.ts | classLikeSpecificity": {
7812
+ "message": "(b) Class-like: {PH1}"
7813
+ },
7814
+ "panels/elements/CSSSpecificityBreakdown.ts | idLikeSpecificity": {
7815
+ "message": "(a) ID-like: {PH1}"
7816
+ },
7817
+ "panels/elements/CSSSpecificityBreakdown.ts | specificity": {
7818
+ "message": "Specificity: ({PH1},{PH2},{PH3})"
7819
+ },
7820
+ "panels/elements/CSSSpecificityBreakdown.ts | typeLikeSpecificity": {
7821
+ "message": "(c) Type-like: {PH1}"
7822
+ },
7793
7823
  "panels/elements/ElementIssueUtils.ts | disallowedOptGroupChild": {
7794
7824
  "message": "Invalid element or text node within <optgroup>"
7795
7825
  },
@@ -8375,9 +8405,6 @@
8375
8405
  "panels/elements/StylePropertiesSection.ts | showAllPropertiesSMore": {
8376
8406
  "message": "Show all properties ({PH1} more)"
8377
8407
  },
8378
- "panels/elements/StylePropertiesSection.ts | specificity": {
8379
- "message": "Specificity: {PH1}"
8380
- },
8381
8408
  "panels/elements/StylePropertiesSection.ts | styleAttribute": {
8382
8409
  "message": "style attribute"
8383
8410
  },
@@ -8501,9 +8528,6 @@
8501
8528
  "panels/emulation/DeviceModeToolbar.ts | addDeviceType": {
8502
8529
  "message": "Add device type"
8503
8530
  },
8504
- "panels/emulation/DeviceModeToolbar.ts | autoadjustZoom": {
8505
- "message": "Auto-adjust zoom"
8506
- },
8507
8531
  "panels/emulation/DeviceModeToolbar.ts | closeDevtools": {
8508
8532
  "message": "Close DevTools"
8509
8533
  },
@@ -8528,8 +8552,8 @@
8528
8552
  "panels/emulation/DeviceModeToolbar.ts | edit": {
8529
8553
  "message": "Edit…"
8530
8554
  },
8531
- "panels/emulation/DeviceModeToolbar.ts | fitToWindowPercentage": {
8532
- "message": "{PH1}% (fit to window)"
8555
+ "panels/emulation/DeviceModeToolbar.ts | fitToWindow": {
8556
+ "message": "Fit to window"
8533
8557
  },
8534
8558
  "panels/emulation/DeviceModeToolbar.ts | heightLeaveEmptyForFull": {
8535
8559
  "message": "Height (leave empty for full)"
@@ -10139,6 +10163,12 @@
10139
10163
  "panels/mobile_throttling/ThrottlingSettingsTab.ts | cpuThrottlingPresets": {
10140
10164
  "message": "CPU throttling presets"
10141
10165
  },
10166
+ "panels/mobile_throttling/ThrottlingSettingsTab.ts | customProfiles": {
10167
+ "message": "Custom profiles"
10168
+ },
10169
+ "panels/mobile_throttling/ThrottlingSettingsTab.ts | defaultProfiles": {
10170
+ "message": "Default profiles"
10171
+ },
10142
10172
  "panels/mobile_throttling/ThrottlingSettingsTab.ts | dms": {
10143
10173
  "message": "{PH1} ms"
10144
10174
  },
@@ -10163,9 +10193,6 @@
10163
10193
  "panels/mobile_throttling/ThrottlingSettingsTab.ts | needsCalibration": {
10164
10194
  "message": "Needs calibration"
10165
10195
  },
10166
- "panels/mobile_throttling/ThrottlingSettingsTab.ts | networkThrottlingProfiles": {
10167
- "message": "Network throttling profiles"
10168
- },
10169
10196
  "panels/mobile_throttling/ThrottlingSettingsTab.ts | off": {
10170
10197
  "message": "Off"
10171
10198
  },
@@ -10283,6 +10310,9 @@
10283
10310
  "panels/network/components/HeaderSectionRow.ts | activeClientExperimentVariationIds": {
10284
10311
  "message": "Active client experiment variation IDs that trigger server-side behavior."
10285
10312
  },
10313
+ "panels/network/components/HeaderSectionRow.ts | copyValue": {
10314
+ "message": "Copy value"
10315
+ },
10286
10316
  "panels/network/components/HeaderSectionRow.ts | decoded": {
10287
10317
  "message": "Decoded:"
10288
10318
  },
@@ -10910,6 +10940,9 @@
10910
10940
  "panels/network/NetworkLogView.ts | copyAsPowershell": {
10911
10941
  "message": "Copy as PowerShell"
10912
10942
  },
10943
+ "panels/network/NetworkLogView.ts | copyAsPreload": {
10944
+ "message": "Copy as preload element"
10945
+ },
10913
10946
  "panels/network/NetworkLogView.ts | copyRequestHeaders": {
10914
10947
  "message": "Copy request headers"
10915
10948
  },
@@ -11273,9 +11306,6 @@
11273
11306
  "panels/network/RequestConditionsDrawer.ts | decreasePriority": {
11274
11307
  "message": "Move down {PH1}"
11275
11308
  },
11276
- "panels/network/RequestConditionsDrawer.ts | editPattern": {
11277
- "message": "Edit {PH1}"
11278
- },
11279
11309
  "panels/network/RequestConditionsDrawer.ts | enableBlockingAndThrottling": {
11280
11310
  "message": "Enable blocking and throttling"
11281
11311
  },
@@ -11291,9 +11321,6 @@
11291
11321
  "panels/network/RequestConditionsDrawer.ts | learnMore": {
11292
11322
  "message": "Learn more"
11293
11323
  },
11294
- "panels/network/RequestConditionsDrawer.ts | learnMoreLabel": {
11295
- "message": "Learn more about URL pattern syntax"
11296
- },
11297
11324
  "panels/network/RequestConditionsDrawer.ts | noPattern": {
11298
11325
  "message": "Nothing throttled or blocked"
11299
11326
  },
@@ -11321,9 +11348,6 @@
11321
11348
  "panels/network/RequestConditionsDrawer.ts | patternWasUpgraded": {
11322
11349
  "message": "This pattern was upgraded from \"{PH1}\""
11323
11350
  },
11324
- "panels/network/RequestConditionsDrawer.ts | removePattern": {
11325
- "message": "Remove {PH1}"
11326
- },
11327
11351
  "panels/network/RequestConditionsDrawer.ts | requestConditionsLabel": {
11328
11352
  "message": "Request conditions"
11329
11353
  },
@@ -12137,15 +12161,27 @@
12137
12161
  "panels/profiler/HeapSnapshotView.ts | objectsAllocatedBetweenSAndS": {
12138
12162
  "message": "Objects allocated between {PH1} and {PH2}"
12139
12163
  },
12164
+ "panels/profiler/HeapSnapshotView.ts | objectsAttributedToNativeContextS": {
12165
+ "message": "Native context {PH1}@{PH2} ({PH3})"
12166
+ },
12167
+ "panels/profiler/HeapSnapshotView.ts | objectsNotAttributedToNativeContextS": {
12168
+ "message": "Objects not attributed to a native context ({PH1})"
12169
+ },
12140
12170
  "panels/profiler/HeapSnapshotView.ts | objectsRetainedByConsole": {
12141
12171
  "message": "Objects retained by DevTools Console"
12142
12172
  },
12173
+ "panels/profiler/HeapSnapshotView.ts | objectsRetainedByContexts": {
12174
+ "message": "Objects retained by contexts"
12175
+ },
12143
12176
  "panels/profiler/HeapSnapshotView.ts | objectsRetainedByDetachedDomNodes": {
12144
12177
  "message": "Objects retained by detached DOM nodes"
12145
12178
  },
12146
12179
  "panels/profiler/HeapSnapshotView.ts | objectsRetainedByEventHandlers": {
12147
12180
  "message": "Objects retained by Event Handlers"
12148
12181
  },
12182
+ "panels/profiler/HeapSnapshotView.ts | objectsSharedBetweenNativeContextsS": {
12183
+ "message": "Objects shared between native contexts ({PH1})"
12184
+ },
12149
12185
  "panels/profiler/HeapSnapshotView.ts | otherJSObjects": {
12150
12186
  "message": "Other JS objects"
12151
12187
  },
@@ -12257,6 +12293,9 @@
12257
12293
  "panels/profiler/ModuleUIStrings.ts | calculatingDistances": {
12258
12294
  "message": "Calculating distances…"
12259
12295
  },
12296
+ "panels/profiler/ModuleUIStrings.ts | calculatingNativeContextAttribution": {
12297
+ "message": "Calculating native context attribution…"
12298
+ },
12260
12299
  "panels/profiler/ModuleUIStrings.ts | calculatingNodeFlags": {
12261
12300
  "message": "Calculating node flags…"
12262
12301
  },
@@ -14066,9 +14105,6 @@
14066
14105
  "panels/settings/settings-meta.ts | experiments": {
14067
14106
  "message": "Experiments"
14068
14107
  },
14069
- "panels/settings/settings-meta.ts | greenDevProtoTypes": {
14070
- "message": "GreenDev"
14071
- },
14072
14108
  "panels/settings/settings-meta.ts | ignoreList": {
14073
14109
  "message": "Ignore list"
14074
14110
  },
@@ -14087,9 +14123,6 @@
14087
14123
  "panels/settings/settings-meta.ts | showExperiments": {
14088
14124
  "message": "Show Experiments"
14089
14125
  },
14090
- "panels/settings/settings-meta.ts | showGreenDev": {
14091
- "message": "Show GreenDev"
14092
- },
14093
14126
  "panels/settings/settings-meta.ts | showIgnoreList": {
14094
14127
  "message": "Show Ignore list"
14095
14128
  },
@@ -14111,9 +14144,6 @@
14111
14144
  "panels/settings/SettingsScreen.ts | experimentsFound": {
14112
14145
  "message": "{n, plural, =1 {# experiment found} other {# experiments found}}"
14113
14146
  },
14114
- "panels/settings/SettingsScreen.ts | greenDevUnstable": {
14115
- "message": "Warning: All these features are prototype and very unstable. They exist for user testing and are not designed to be relied on."
14116
- },
14117
14147
  "panels/settings/SettingsScreen.ts | learnMore": {
14118
14148
  "message": "Learn more"
14119
14149
  },
@@ -15647,9 +15677,6 @@
15647
15677
  "panels/timeline/components/LiveMetricsView.ts | percentDevices": {
15648
15678
  "message": "{PH1}% mobile, {PH2}% desktop"
15649
15679
  },
15650
- "panels/timeline/components/LiveMetricsView.ts | phase": {
15651
- "message": "Phase"
15652
- },
15653
15680
  "panels/timeline/components/LiveMetricsView.ts | presentationDelay": {
15654
15681
  "message": "Presentation delay"
15655
15682
  },
@@ -15677,6 +15704,9 @@
15677
15704
  "panels/timeline/components/LiveMetricsView.ts | showInpInteraction": {
15678
15705
  "message": "Go to the INP interaction."
15679
15706
  },
15707
+ "panels/timeline/components/LiveMetricsView.ts | subpart": {
15708
+ "message": "Subpart"
15709
+ },
15680
15710
  "panels/timeline/components/LiveMetricsView.ts | tablet": {
15681
15711
  "message": "Tablet"
15682
15712
  },
@@ -15743,9 +15773,6 @@
15743
15773
  "panels/timeline/components/MetricCard.ts | percentage": {
15744
15774
  "message": "{PH1}%"
15745
15775
  },
15746
- "panels/timeline/components/MetricCard.ts | phase": {
15747
- "message": "Phase"
15748
- },
15749
15776
  "panels/timeline/components/MetricCard.ts | poor": {
15750
15777
  "message": "Poor"
15751
15778
  },
@@ -15773,6 +15800,9 @@
15773
15800
  "panels/timeline/components/MetricCard.ts | recViewportLCP": {
15774
15801
  "message": "Screen size can influence what the LCP element is. Ensure you are testing common viewport sizes."
15775
15802
  },
15803
+ "panels/timeline/components/MetricCard.ts | subpart": {
15804
+ "message": "Subpart"
15805
+ },
15776
15806
  "panels/timeline/components/MetricCard.ts | viewCardDetails": {
15777
15807
  "message": "View card details"
15778
15808
  },
@@ -18287,9 +18317,6 @@
18287
18317
  "ui/legacy/TabbedPane.ts | moveTabRight": {
18288
18318
  "message": "Move right"
18289
18319
  },
18290
- "ui/legacy/TabbedPane.ts | panelContainsAnnotation": {
18291
- "message": "This panel has one or more annotations"
18292
- },
18293
18320
  "ui/legacy/TabbedPane.ts | previewFeature": {
18294
18321
  "message": "Preview feature"
18295
18322
  },
package/ndb_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-rqrphz15.js"></script>
26
+ <link rel="stylesheet" crossorigin href="./chunk-9s9mfj17.css"><script type="module" crossorigin src="./chunk-epd5fmrf.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-devtools/ndb-app",
3
- "version": "1.20260621.0",
3
+ "version": "1.20260705.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>",
@@ -1173,7 +1173,7 @@
1173
1173
  name: 'LCP',
1174
1174
  value: metric.value,
1175
1175
  startedHidden: Boolean(startedHidden),
1176
- phases: {
1176
+ subparts: {
1177
1177
  timeToFirstByte: metric.attribution.timeToFirstByte,
1178
1178
  resourceLoadDelay: metric.attribution.resourceLoadDelay,
1179
1179
  resourceLoadTime: metric.attribution.resourceLoadDuration,
@@ -1201,7 +1201,7 @@
1201
1201
  const event = {
1202
1202
  name: 'InteractionEntry',
1203
1203
  duration: interaction.value,
1204
- phases: {
1204
+ subparts: {
1205
1205
  inputDelay: interaction.attribution.inputDelay,
1206
1206
  processingDuration: interaction.attribution.processingDuration,
1207
1207
  presentationDelay: interaction.attribution.presentationDelay,
@@ -1224,7 +1224,7 @@
1224
1224
  const event = {
1225
1225
  name: 'INP',
1226
1226
  value: metric.value,
1227
- phases: {
1227
+ subparts: {
1228
1228
  inputDelay: metric.attribution.inputDelay,
1229
1229
  processingDuration: metric.attribution.processingDuration,
1230
1230
  presentationDelay: metric.attribution.presentationDelay,