@chrome-devtools/ndb-app 1.20260524.0 → 1.20260607.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.
- package/{chunk-3m1ndh7e.js → chunk-y515z6gw.js} +27907 -27868
- package/locales/en-US.json +1 -1
- package/locales/generated/collected-ui-strings.d +1 -1
- package/locales/generated/en-US.json +24 -3
- package/ndb_app.html +1 -1
- package/package.json +1 -1
- package/web-vitals-injected/web-vitals-injected.generated.js +2 -3
|
@@ -716,6 +716,15 @@
|
|
|
716
716
|
"core/sdk/sdk-meta.ts | osTextScaleEmulation200": {
|
|
717
717
|
"message": "200%"
|
|
718
718
|
},
|
|
719
|
+
"core/sdk/sdk-meta.ts | osTextScaleEmulation250": {
|
|
720
|
+
"message": "250%"
|
|
721
|
+
},
|
|
722
|
+
"core/sdk/sdk-meta.ts | osTextScaleEmulation300": {
|
|
723
|
+
"message": "300%"
|
|
724
|
+
},
|
|
725
|
+
"core/sdk/sdk-meta.ts | osTextScaleEmulation350": {
|
|
726
|
+
"message": "350%"
|
|
727
|
+
},
|
|
719
728
|
"core/sdk/sdk-meta.ts | osTextScaleEmulation85": {
|
|
720
729
|
"message": "85%"
|
|
721
730
|
},
|
|
@@ -1499,6 +1508,12 @@
|
|
|
1499
1508
|
"generated/Deprecation.ts | WebBluetoothRemoteCharacteristicWriteValue": {
|
|
1500
1509
|
"message": "BluetoothRemoteGATTCharacteristic.writeValue() is deprecated. Use writeValueWithResponse() or writeValueWithoutResponse() instead."
|
|
1501
1510
|
},
|
|
1511
|
+
"generated/Deprecation.ts | WebTransportDatagramDuplexStreamIncomingHighWaterMark": {
|
|
1512
|
+
"message": "WebTransportDatagramDuplexStream.incomingHighWaterMark has been renamed to incomingMaxBufferedDatagrams. incomingHighWaterMark will be removed in a future version of Chrome."
|
|
1513
|
+
},
|
|
1514
|
+
"generated/Deprecation.ts | WebTransportDatagramDuplexStreamOutgoingHighWaterMark": {
|
|
1515
|
+
"message": "WebTransportDatagramDuplexStream.outgoingHighWaterMark has been renamed to outgoingMaxBufferedDatagrams. outgoingHighWaterMark will be removed in a future version of Chrome."
|
|
1516
|
+
},
|
|
1502
1517
|
"generated/Deprecation.ts | XHRJSONEncodingDetection": {
|
|
1503
1518
|
"message": "UTF-16 is not supported by response json in XMLHttpRequest"
|
|
1504
1519
|
},
|
|
@@ -1658,6 +1673,9 @@
|
|
|
1658
1673
|
"models/issues_manager/DeprecationIssue.ts | title": {
|
|
1659
1674
|
"message": "Deprecated feature used"
|
|
1660
1675
|
},
|
|
1676
|
+
"models/issues_manager/EmailVerificationRequestIssue.ts | emailVerification": {
|
|
1677
|
+
"message": "Email Verification Protocol"
|
|
1678
|
+
},
|
|
1661
1679
|
"models/issues_manager/FederatedAuthRequestIssue.ts | fedCm": {
|
|
1662
1680
|
"message": "Federated Credential Management API"
|
|
1663
1681
|
},
|
|
@@ -5528,9 +5546,6 @@
|
|
|
5528
5546
|
"panels/application/preloading/components/PreloadingGrid.ts | status": {
|
|
5529
5547
|
"message": "Status"
|
|
5530
5548
|
},
|
|
5531
|
-
"panels/application/preloading/components/PreloadingString.ts | PrefetchCancelledOnUserNavigation": {
|
|
5532
|
-
"message": "The prefetch was cancelled because the user navigated the page before the prefetch finished"
|
|
5533
|
-
},
|
|
5534
5549
|
"panels/application/preloading/components/PreloadingString.ts | PrefetchEvictedAfterBrowsingDataRemoved": {
|
|
5535
5550
|
"message": "The prefetch was discarded because browsing data was removed."
|
|
5536
5551
|
},
|
|
@@ -7799,6 +7814,9 @@
|
|
|
7799
7814
|
"panels/elements/elements-meta.ts | captureAreaScreenshot": {
|
|
7800
7815
|
"message": "Capture area screenshot"
|
|
7801
7816
|
},
|
|
7817
|
+
"panels/elements/elements-meta.ts | collapseNonContributingCSSRules": {
|
|
7818
|
+
"message": "Collapse non-contributing CSS rules"
|
|
7819
|
+
},
|
|
7802
7820
|
"panels/elements/elements-meta.ts | copyStyles": {
|
|
7803
7821
|
"message": "Copy styles"
|
|
7804
7822
|
},
|
|
@@ -17861,6 +17879,9 @@
|
|
|
17861
17879
|
"ui/legacy/components/source_frame/ImageView.ts | saveImageAs": {
|
|
17862
17880
|
"message": "Save image as…"
|
|
17863
17881
|
},
|
|
17882
|
+
"ui/legacy/components/source_frame/ImageView.ts | thisImageIsTooBig": {
|
|
17883
|
+
"message": "This image is too big to display in DevTools. Click here to open it in a new tab."
|
|
17884
|
+
},
|
|
17864
17885
|
"ui/legacy/components/source_frame/JSONView.ts | find": {
|
|
17865
17886
|
"message": "Find"
|
|
17866
17887
|
},
|
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-
|
|
26
|
+
<link rel="stylesheet" crossorigin href="./chunk-9s9mfj17.css"><script type="module" crossorigin src="./chunk-y515z6gw.js"></script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrome-devtools/ndb-app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20260607.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>",
|
|
@@ -1028,7 +1028,6 @@
|
|
|
1028
1028
|
var EVENT_BINDING_NAME = "__chromium_devtools_metrics_reporter";
|
|
1029
1029
|
var INTERNAL_KILL_SWITCH = "__chromium_devtools_kill_live_metrics";
|
|
1030
1030
|
var SCRIPTS_PER_LOAF_LIMIT = 10;
|
|
1031
|
-
var LOAF_LIMIT = 5;
|
|
1032
1031
|
function getUniqueLayoutShiftId(entry) {
|
|
1033
1032
|
return `layout-shift-${entry.value}-${entry.startTime}`;
|
|
1034
1033
|
}
|
|
@@ -1109,7 +1108,7 @@
|
|
|
1109
1108
|
};
|
|
1110
1109
|
function sendEventToDevTools(event) {
|
|
1111
1110
|
const payload = JSON.stringify(event);
|
|
1112
|
-
window[EVENT_BINDING_NAME](payload);
|
|
1111
|
+
window[EVENT_BINDING_NAME]?.(payload);
|
|
1113
1112
|
}
|
|
1114
1113
|
/**
|
|
1115
1114
|
* The data sent over the event binding needs to be JSON serializable, so we
|
|
@@ -1213,7 +1212,7 @@
|
|
|
1213
1212
|
interactionType: interaction.attribution.interactionType,
|
|
1214
1213
|
eventName: interaction.entries[0].name,
|
|
1215
1214
|
// To limit the amount of events, just get the last 5 LoAFs
|
|
1216
|
-
longAnimationFrameEntries: limitScripts(interaction.attribution.longAnimationFrameEntries.slice(-
|
|
1215
|
+
longAnimationFrameEntries: limitScripts(interaction.attribution.longAnimationFrameEntries.slice(-5).map(loaf => loaf.toJSON())),
|
|
1217
1216
|
};
|
|
1218
1217
|
const target = interaction.attribution.interactionTarget;
|
|
1219
1218
|
if (target) {
|