@chrome-devtools/node-app 1.20260208.0 → 1.20260215.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.
@@ -1256,6 +1256,9 @@
1256
1256
  "entrypoints/node_app/app/NodeMain.ts | NodejsTitleS": {
1257
1257
  "message": "DevTools - Node.js: {PH1}"
1258
1258
  },
1259
+ "entrypoints/node_app/node_app.ts | application": {
1260
+ "message": "Application"
1261
+ },
1259
1262
  "entrypoints/node_app/node_app.ts | connection": {
1260
1263
  "message": "Connection"
1261
1264
  },
@@ -1265,6 +1268,9 @@
1265
1268
  "entrypoints/node_app/node_app.ts | node": {
1266
1269
  "message": "node"
1267
1270
  },
1271
+ "entrypoints/node_app/node_app.ts | showApplication": {
1272
+ "message": "Show Application"
1273
+ },
1268
1274
  "entrypoints/node_app/node_app.ts | showConnection": {
1269
1275
  "message": "Show Connection"
1270
1276
  },
@@ -1550,6 +1556,9 @@
1550
1556
  "models/issues_manager/ClientHintIssue.ts | clientHintsInfrastructure": {
1551
1557
  "message": "Client Hints Infrastructure"
1552
1558
  },
1559
+ "models/issues_manager/ConnectionAllowlistIssue.ts | connectionAllowlistHeader": {
1560
+ "message": "Connection-Allowlist specification"
1561
+ },
1553
1562
  "models/issues_manager/ContentSecurityPolicyIssue.ts | contentSecurityPolicyEval": {
1554
1563
  "message": "Content Security Policy - Eval"
1555
1564
  },
@@ -1586,9 +1595,6 @@
1586
1595
  "models/issues_manager/CorsIssue.ts | corsLocalNetworkAccess": {
1587
1596
  "message": "Local Network Access"
1588
1597
  },
1589
- "models/issues_manager/CorsIssue.ts | corsPrivateNetworkAccess": {
1590
- "message": "Private Network Access"
1591
- },
1592
1598
  "models/issues_manager/CrossOriginEmbedderPolicyIssue.ts | coopAndCoep": {
1593
1599
  "message": "COOP and COEP"
1594
1600
  },
@@ -3104,6 +3110,9 @@
3104
3110
  "panels/ai_assistance/AiAssistancePanel.ts | settings": {
3105
3111
  "message": "Settings"
3106
3112
  },
3113
+ "panels/ai_assistance/components/ChatInput.ts | addContext": {
3114
+ "message": "Add selected item as context"
3115
+ },
3107
3116
  "panels/ai_assistance/components/ChatInput.ts | inputTextAriaDescription": {
3108
3117
  "message": "You can also use one of the suggested prompts above to start your conversation"
3109
3118
  },
@@ -3111,7 +3120,7 @@
3111
3120
  "message": "Learn about AI in DevTools"
3112
3121
  },
3113
3122
  "panels/ai_assistance/components/ChatInput.ts | removeContext": {
3114
- "message": "Remove selected context"
3123
+ "message": "Remove from context"
3115
3124
  },
3116
3125
  "panels/ai_assistance/components/ChatInput.ts | revealContextDescription": {
3117
3126
  "message": "Reveal the selected context item in DevTools"
@@ -5366,6 +5375,9 @@
5366
5375
  "panels/application/preloading/components/PreloadingString.ts | PrefetchFailedNon2XX": {
5367
5376
  "message": "The prefetch failed because of a non-2xx HTTP response status code."
5368
5377
  },
5378
+ "panels/application/preloading/components/PreloadingString.ts | PrefetchFailedNon2XXWithStatusCode": {
5379
+ "message": "The prefetch failed because of a non-2xx HTTP response status code ({PH1})."
5380
+ },
5369
5381
  "panels/application/preloading/components/PreloadingString.ts | PrefetchIneligibleRetryAfter": {
5370
5382
  "message": "A previous prefetch to the origin got a HTTP 503 response with an Retry-After header that has not elapsed yet."
5371
5383
  },
@@ -10049,9 +10061,6 @@
10049
10061
  "panels/network/network-meta.ts | addNetworkRequestBlockingOrThrottlingPattern": {
10050
10062
  "message": "Add network request blocking or throttling pattern"
10051
10063
  },
10052
- "panels/network/network-meta.ts | addNetworkRequestBlockingPattern": {
10053
- "message": "Add network request blocking pattern"
10054
- },
10055
10064
  "panels/network/network-meta.ts | allowToGenerateHarWithSensitiveData": {
10056
10065
  "message": "Allow to generate HAR with sensitive data"
10057
10066
  },
@@ -10103,9 +10112,6 @@
10103
10112
  "panels/network/network-meta.ts | networkConditions": {
10104
10113
  "message": "Network conditions"
10105
10114
  },
10106
- "panels/network/network-meta.ts | networkRequestBlocking": {
10107
- "message": "Network request blocking"
10108
- },
10109
10115
  "panels/network/network-meta.ts | networkRequestConditions": {
10110
10116
  "message": "Request conditions"
10111
10117
  },
@@ -10118,9 +10124,6 @@
10118
10124
  "panels/network/network-meta.ts | removeAllNetworkRequestBlockingOrThrottlingPatterns": {
10119
10125
  "message": "Remove all network request blocking or throttling patterns"
10120
10126
  },
10121
- "panels/network/network-meta.ts | removeAllNetworkRequestBlockingPatterns": {
10122
- "message": "Remove all network request blocking patterns"
10123
- },
10124
10127
  "panels/network/network-meta.ts | resourceType": {
10125
10128
  "message": "resource type"
10126
10129
  },
@@ -10133,9 +10136,6 @@
10133
10136
  "panels/network/network-meta.ts | showNetworkConditions": {
10134
10137
  "message": "Show Network conditions"
10135
10138
  },
10136
- "panels/network/network-meta.ts | showNetworkRequestBlocking": {
10137
- "message": "Show Network request blocking"
10138
- },
10139
10139
  "panels/network/network-meta.ts | showRequestConditions": {
10140
10140
  "message": "Show Request conditions"
10141
10141
  },
@@ -10892,27 +10892,15 @@
10892
10892
  "panels/network/NetworkSearchScope.ts | url": {
10893
10893
  "message": "URL"
10894
10894
  },
10895
- "panels/network/RequestConditionsDrawer.ts | addNetworkRequestBlockingPattern": {
10896
- "message": "Add network request blocking pattern"
10897
- },
10898
- "panels/network/RequestConditionsDrawer.ts | addPattern": {
10899
- "message": "Add pattern"
10900
- },
10901
10895
  "panels/network/RequestConditionsDrawer.ts | addPatternLabel": {
10902
10896
  "message": "Add network request throttling or blocking pattern"
10903
10897
  },
10904
- "panels/network/RequestConditionsDrawer.ts | addPatternToBlock": {
10905
- "message": "Add a pattern by clicking on the \"{PH1}\" button."
10906
- },
10907
10898
  "panels/network/RequestConditionsDrawer.ts | addRule": {
10908
10899
  "message": "Add rule"
10909
10900
  },
10910
10901
  "panels/network/RequestConditionsDrawer.ts | dAffected": {
10911
10902
  "message": "{PH1} affected"
10912
10903
  },
10913
- "panels/network/RequestConditionsDrawer.ts | dBlocked": {
10914
- "message": "{PH1} blocked"
10915
- },
10916
10904
  "panels/network/RequestConditionsDrawer.ts | decreasePriority": {
10917
10905
  "message": "Move down {PH1}"
10918
10906
  },
@@ -10922,9 +10910,6 @@
10922
10910
  "panels/network/RequestConditionsDrawer.ts | enableBlockingAndThrottling": {
10923
10911
  "message": "Enable blocking and throttling"
10924
10912
  },
10925
- "panels/network/RequestConditionsDrawer.ts | enableNetworkRequestBlocking": {
10926
- "message": "Enable network request blocking"
10927
- },
10928
10913
  "panels/network/RequestConditionsDrawer.ts | enableThrottlingToggleLabel": {
10929
10914
  "message": "Throttle or block {PH1}"
10930
10915
  },
@@ -10940,9 +10925,6 @@
10940
10925
  "panels/network/RequestConditionsDrawer.ts | learnMoreLabel": {
10941
10926
  "message": "Learn more about URL pattern syntax"
10942
10927
  },
10943
- "panels/network/RequestConditionsDrawer.ts | noNetworkRequestsBlocked": {
10944
- "message": "No blocked network requests"
10945
- },
10946
10928
  "panels/network/RequestConditionsDrawer.ts | noPattern": {
10947
10929
  "message": "Nothing throttled or blocked"
10948
10930
  },
@@ -10979,9 +10961,6 @@
10979
10961
  "panels/network/RequestConditionsDrawer.ts | textEditPattern": {
10980
10962
  "message": "Text pattern to block or throttle matching requests; use URL Pattern syntax."
10981
10963
  },
10982
- "panels/network/RequestConditionsDrawer.ts | textPatternToBlockMatching": {
10983
- "message": "Text pattern to block matching requests; use * for wildcard"
10984
- },
10985
10964
  "panels/network/RequestCookiesView.ts | cookiesThatWereReceivedFromThe": {
10986
10965
  "message": "Cookies that were received from the server in the 'set-cookie' header of the response"
10987
10966
  },
@@ -13763,6 +13742,9 @@
13763
13742
  "panels/settings/SettingsScreen.ts | settingsChangedReloadDevTools": {
13764
13743
  "message": "Settings changed. To apply, reload DevTools."
13765
13744
  },
13745
+ "panels/settings/SettingsScreen.ts | settingsChangedRestartChrome": {
13746
+ "message": "Settings changed. To apply, restart Chrome."
13747
+ },
13766
13748
  "panels/settings/SettingsScreen.ts | shortcuts": {
13767
13749
  "message": "Shortcuts"
13768
13750
  },
@@ -17759,6 +17741,9 @@
17759
17741
  "ui/legacy/Infobar.ts | dontShowAgain": {
17760
17742
  "message": "Don't show again"
17761
17743
  },
17744
+ "ui/legacy/InspectorView.ts | areYouSureYouWantToRestartChrome": {
17745
+ "message": "Are you sure you want to restart Chrome?"
17746
+ },
17762
17747
  "ui/legacy/InspectorView.ts | closeDrawer": {
17763
17748
  "message": "Close drawer"
17764
17749
  },
@@ -17795,6 +17780,9 @@
17795
17780
  "ui/legacy/InspectorView.ts | reloadDevtools": {
17796
17781
  "message": "Reload DevTools"
17797
17782
  },
17783
+ "ui/legacy/InspectorView.ts | restartChrome": {
17784
+ "message": "Restart Chrome"
17785
+ },
17798
17786
  "ui/legacy/InspectorView.ts | selectFolder": {
17799
17787
  "message": "Select folder"
17800
17788
  },
package/node_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-c5sty1s0.js"></script>
23
+ <link rel="stylesheet" crossorigin href="./chunk-f16spr11.css"><script type="module" crossorigin src="./chunk-tgh7fhzv.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-devtools/node-app",
3
- "version": "1.20260208.0",
3
+ "version": "1.20260215.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>",