@chrome-devtools/trace-app 1.20251910.0 → 1.20252610.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.
@@ -1403,6 +1403,9 @@
1403
1403
  "generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
1404
1404
  "message": "Extensions should opt into cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
1405
1405
  },
1406
+ "generated/Deprecation.ts | WebBluetoothRemoteCharacteristicWriteValue": {
1407
+ "message": "BluetoothRemoteGATTCharacteristic.writeValue() is deprecated. Use writeValueWithResponse() or writeValueWithoutResponse() instead."
1408
+ },
1406
1409
  "generated/Deprecation.ts | XHRJSONEncodingDetection": {
1407
1410
  "message": "UTF-16 is not supported by response json in XMLHttpRequest"
1408
1411
  },
@@ -1889,8 +1892,8 @@
1889
1892
  "models/trace/insights/ForcedReflow.ts | description": {
1890
1893
  "message": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
1891
1894
  },
1892
- "models/trace/insights/ForcedReflow.ts | relatedStackTrace": {
1893
- "message": "Stack trace"
1895
+ "models/trace/insights/ForcedReflow.ts | reflowCallFrames": {
1896
+ "message": "Call frames that trigger reflow"
1894
1897
  },
1895
1898
  "models/trace/insights/ForcedReflow.ts | title": {
1896
1899
  "message": "Forced reflow"
@@ -7541,6 +7544,9 @@
7541
7544
  "panels/elements/StylePropertyTreeElement.ts | jumpToAnimationsPanel": {
7542
7545
  "message": "Jump to Animations panel"
7543
7546
  },
7547
+ "panels/elements/StylePropertyTreeElement.ts | masonryEditorButton": {
7548
+ "message": "Open masonry editor"
7549
+ },
7544
7550
  "panels/elements/StylePropertyTreeElement.ts | openColorPickerS": {
7545
7551
  "message": "Open color picker. {PH1}"
7546
7552
  },
@@ -9305,51 +9311,6 @@
9305
9311
  "panels/network/BinaryResourceView.ts | hexViewer": {
9306
9312
  "message": "Hex Viewer"
9307
9313
  },
9308
- "panels/network/BlockedURLsPane.ts | addNetworkRequestBlockingPattern": {
9309
- "message": "Add network request blocking pattern"
9310
- },
9311
- "panels/network/BlockedURLsPane.ts | addPattern": {
9312
- "message": "Add pattern"
9313
- },
9314
- "panels/network/BlockedURLsPane.ts | addPatternToBlock": {
9315
- "message": "Add a pattern to block network requests by clicking on the \"{PH1}\" button."
9316
- },
9317
- "panels/network/BlockedURLsPane.ts | dBlocked": {
9318
- "message": "{PH1} blocked"
9319
- },
9320
- "panels/network/BlockedURLsPane.ts | enableNetworkRequestBlocking": {
9321
- "message": "Enable network request blocking"
9322
- },
9323
- "panels/network/BlockedURLsPane.ts | itemDeleted": {
9324
- "message": "Item successfully deleted"
9325
- },
9326
- "panels/network/BlockedURLsPane.ts | learnMore": {
9327
- "message": "Learn more"
9328
- },
9329
- "panels/network/BlockedURLsPane.ts | noNetworkRequestsBlocked": {
9330
- "message": "No blocked network requests"
9331
- },
9332
- "panels/network/BlockedURLsPane.ts | patternAlreadyExists": {
9333
- "message": "Pattern already exists."
9334
- },
9335
- "panels/network/BlockedURLsPane.ts | patternFailedToParse": {
9336
- "message": "This pattern failed to parse as a URLPattern"
9337
- },
9338
- "panels/network/BlockedURLsPane.ts | patternFailedWithRegExpGroups": {
9339
- "message": "RegExp groups are not allowed"
9340
- },
9341
- "panels/network/BlockedURLsPane.ts | patternInputCannotBeEmpty": {
9342
- "message": "Pattern input cannot be empty."
9343
- },
9344
- "panels/network/BlockedURLsPane.ts | patternWasUpgraded": {
9345
- "message": "This pattern was upgraded from \"{PH1}\""
9346
- },
9347
- "panels/network/BlockedURLsPane.ts | textPatternToBlockMatching": {
9348
- "message": "Text pattern to block matching requests; use * for wildcard"
9349
- },
9350
- "panels/network/BlockedURLsPane.ts | textPatternToBlockMatchingURLPatterns": {
9351
- "message": "Text pattern to block matching requests; use URLPattern syntax."
9352
- },
9353
9314
  "panels/network/components/DirectSocketConnectionView.ts | directSocketStatusAborted": {
9354
9315
  "message": "Aborted"
9355
9316
  },
@@ -9587,6 +9548,9 @@
9587
9548
  "panels/network/EventSourceMessagesView.ts | type": {
9588
9549
  "message": "Type"
9589
9550
  },
9551
+ "panels/network/network-meta.ts | addNetworkRequestBlockingOrThrottlingPattern": {
9552
+ "message": "Add network request blocking or throttling pattern"
9553
+ },
9590
9554
  "panels/network/network-meta.ts | addNetworkRequestBlockingPattern": {
9591
9555
  "message": "Add network request blocking pattern"
9592
9556
  },
@@ -9644,12 +9608,18 @@
9644
9608
  "panels/network/network-meta.ts | networkRequestBlocking": {
9645
9609
  "message": "Network request blocking"
9646
9610
  },
9611
+ "panels/network/network-meta.ts | networkRequestConditions": {
9612
+ "message": "Request conditions"
9613
+ },
9647
9614
  "panels/network/network-meta.ts | networkThrottling": {
9648
9615
  "message": "network throttling"
9649
9616
  },
9650
9617
  "panels/network/network-meta.ts | recordNetworkLog": {
9651
9618
  "message": "Record network log"
9652
9619
  },
9620
+ "panels/network/network-meta.ts | removeAllNetworkRequestBlockingOrThrottlingPatterns": {
9621
+ "message": "Remove all network request blocking or throttling patterns"
9622
+ },
9653
9623
  "panels/network/network-meta.ts | removeAllNetworkRequestBlockingPatterns": {
9654
9624
  "message": "Remove all network request blocking patterns"
9655
9625
  },
@@ -9668,6 +9638,9 @@
9668
9638
  "panels/network/network-meta.ts | showNetworkRequestBlocking": {
9669
9639
  "message": "Show Network request blocking"
9670
9640
  },
9641
+ "panels/network/network-meta.ts | showRequestConditions": {
9642
+ "message": "Show Request conditions"
9643
+ },
9671
9644
  "panels/network/network-meta.ts | showSearch": {
9672
9645
  "message": "Show Search"
9673
9646
  },
@@ -9884,6 +9857,9 @@
9884
9857
  "panels/network/NetworkDataGridNode.ts | unknownExplanation": {
9885
9858
  "message": "The request status cannot be shown here because the page that issued it unloaded while the request was in flight. You can use chrome://net-export to capture a network log and see all request details."
9886
9859
  },
9860
+ "panels/network/NetworkDataGridNode.ts | wasThrottled": {
9861
+ "message": "Request was throttled ({PH1})"
9862
+ },
9887
9863
  "panels/network/NetworkItemView.ts | connectionInfo": {
9888
9864
  "message": "Connection Info"
9889
9865
  },
@@ -10406,6 +10382,69 @@
10406
10382
  "panels/network/NetworkSearchScope.ts | url": {
10407
10383
  "message": "URL"
10408
10384
  },
10385
+ "panels/network/RequestConditionsDrawer.ts | addNetworkRequestBlockingPattern": {
10386
+ "message": "Add network request blocking pattern"
10387
+ },
10388
+ "panels/network/RequestConditionsDrawer.ts | addPattern": {
10389
+ "message": "Add pattern"
10390
+ },
10391
+ "panels/network/RequestConditionsDrawer.ts | addPatternLabel": {
10392
+ "message": "Add network request throttling or blocking pattern"
10393
+ },
10394
+ "panels/network/RequestConditionsDrawer.ts | addPatternToBlock": {
10395
+ "message": "Add a pattern by clicking on the \"{PH1}\" button."
10396
+ },
10397
+ "panels/network/RequestConditionsDrawer.ts | dAffected": {
10398
+ "message": "{PH1} affected"
10399
+ },
10400
+ "panels/network/RequestConditionsDrawer.ts | dBlocked": {
10401
+ "message": "{PH1} blocked"
10402
+ },
10403
+ "panels/network/RequestConditionsDrawer.ts | decreasePriority": {
10404
+ "message": "Decrease priority"
10405
+ },
10406
+ "panels/network/RequestConditionsDrawer.ts | enableBlockingAndThrottling": {
10407
+ "message": "Enable blocking and throttling"
10408
+ },
10409
+ "panels/network/RequestConditionsDrawer.ts | enableNetworkRequestBlocking": {
10410
+ "message": "Enable network request blocking"
10411
+ },
10412
+ "panels/network/RequestConditionsDrawer.ts | increasePriority": {
10413
+ "message": "Increase priority"
10414
+ },
10415
+ "panels/network/RequestConditionsDrawer.ts | itemDeleted": {
10416
+ "message": "Item successfully deleted"
10417
+ },
10418
+ "panels/network/RequestConditionsDrawer.ts | learnMore": {
10419
+ "message": "Learn more"
10420
+ },
10421
+ "panels/network/RequestConditionsDrawer.ts | noNetworkRequestsBlocked": {
10422
+ "message": "No blocked network requests"
10423
+ },
10424
+ "panels/network/RequestConditionsDrawer.ts | noPattern": {
10425
+ "message": "No request throttling or blocking patterns"
10426
+ },
10427
+ "panels/network/RequestConditionsDrawer.ts | patternAlreadyExists": {
10428
+ "message": "Pattern already exists."
10429
+ },
10430
+ "panels/network/RequestConditionsDrawer.ts | patternFailedToParse": {
10431
+ "message": "This pattern failed to parse as a URLPattern"
10432
+ },
10433
+ "panels/network/RequestConditionsDrawer.ts | patternFailedWithRegExpGroups": {
10434
+ "message": "RegExp groups are not allowed"
10435
+ },
10436
+ "panels/network/RequestConditionsDrawer.ts | patternInputCannotBeEmpty": {
10437
+ "message": "Pattern input cannot be empty."
10438
+ },
10439
+ "panels/network/RequestConditionsDrawer.ts | patternWasUpgraded": {
10440
+ "message": "This pattern was upgraded from \"{PH1}\""
10441
+ },
10442
+ "panels/network/RequestConditionsDrawer.ts | textEditPattern": {
10443
+ "message": "Text pattern to block or throttle matching requests; use URLPattern syntax."
10444
+ },
10445
+ "panels/network/RequestConditionsDrawer.ts | textPatternToBlockMatching": {
10446
+ "message": "Text pattern to block matching requests; use * for wildcard"
10447
+ },
10409
10448
  "panels/network/RequestCookiesView.ts | cookiesThatWereReceivedFromThe": {
10410
10449
  "message": "Cookies that were received from the server in the 'set-cookie' header of the response"
10411
10450
  },
@@ -16304,6 +16343,9 @@
16304
16343
  "panels/utils/utils.ts | requestHeadersOverridden": {
16305
16344
  "message": "Request headers are overridden"
16306
16345
  },
16346
+ "panels/utils/utils.ts | resourceTypeWithThrottling": {
16347
+ "message": "{PH1} (throttled to {PH2})"
16348
+ },
16307
16349
  "panels/utils/utils.ts | thirdPartyPhaseout": {
16308
16350
  "message": "Cookies for this request are blocked either because of Chrome flags or browser configuration. Learn more in the Issues panel."
16309
16351
  },
@@ -16730,6 +16772,9 @@
16730
16772
  "ui/legacy/components/cookie_table/CookiesTable.ts | cookies": {
16731
16773
  "message": "Cookies"
16732
16774
  },
16775
+ "ui/legacy/components/cookie_table/CookiesTable.ts | domain": {
16776
+ "message": "Domain"
16777
+ },
16733
16778
  "ui/legacy/components/cookie_table/CookiesTable.ts | editableCookies": {
16734
16779
  "message": "Editable Cookies"
16735
16780
  },
@@ -16742,6 +16787,18 @@
16742
16787
  "ui/legacy/components/cookie_table/CookiesTable.ts | opaquePartitionKey": {
16743
16788
  "message": "(opaque)"
16744
16789
  },
16790
+ "ui/legacy/components/cookie_table/CookiesTable.ts | partitionKeySite": {
16791
+ "message": "Partition Key Site"
16792
+ },
16793
+ "ui/legacy/components/cookie_table/CookiesTable.ts | path": {
16794
+ "message": "Path"
16795
+ },
16796
+ "ui/legacy/components/cookie_table/CookiesTable.ts | priority": {
16797
+ "message": "Priority"
16798
+ },
16799
+ "ui/legacy/components/cookie_table/CookiesTable.ts | secure": {
16800
+ "message": "Secure"
16801
+ },
16745
16802
  "ui/legacy/components/cookie_table/CookiesTable.ts | session": {
16746
16803
  "message": "Session"
16747
16804
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-devtools/trace-app",
3
- "version": "1.20251910.0",
3
+ "version": "1.20252610.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>",
@@ -0,0 +1,4 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.5 18V14H9V6H3.5V2H2V18H3.5Z" fill="black"/>
3
+ <path d="M18 18V2H16.5V6H11V14H16.5V18H18Z" fill="black"/>
4
+ </svg>
package/trace_app.html CHANGED
@@ -20,4 +20,4 @@
20
20
 
21
21
 
22
22
  <body class="undocked" id="-blink-dev-tools">
23
- <link rel="stylesheet" crossorigin href="./chunk-f16spr11.css"><script type="module" crossorigin src="./chunk-rcmy6e6a.js"></script>
23
+ <link rel="stylesheet" crossorigin href="./chunk-f16spr11.css"><script type="module" crossorigin src="./chunk-sa5rnqa6.js"></script>