@chrome-devtools/integration-test-runner 1.20252408.0 → 1.20253108.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.
@@ -9711,7 +9711,7 @@
9711
9711
  "message": "Show only blocked requests"
9712
9712
  },
9713
9713
  "panels/network/NetworkLogView.ts | onlyShowIPProtectedRequests": {
9714
- "message": "(Incognito Only) Show only requests sent to IP Protection proxies"
9714
+ "message": "Show only requests sent to IP Protection proxies. Has no effect in regular browsing."
9715
9715
  },
9716
9716
  "panels/network/NetworkLogView.ts | onlyShowRequestsWithBlockedCookies": {
9717
9717
  "message": "Show only requests with blocked response cookies"
@@ -11792,12 +11792,27 @@
11792
11792
  "panels/security/IPProtectionView.ts | cardTitle": {
11793
11793
  "message": "Bypass IP Protection"
11794
11794
  },
11795
+ "panels/security/IPProtectionView.ts | idColumn": {
11796
+ "message": "ID"
11797
+ },
11798
+ "panels/security/IPProtectionView.ts | methodColumn": {
11799
+ "message": "Method"
11800
+ },
11795
11801
  "panels/security/IPProtectionView.ts | notInIncognito": {
11796
11802
  "message": "IP proxy unavailable"
11797
11803
  },
11798
11804
  "panels/security/IPProtectionView.ts | openIncognito": {
11799
11805
  "message": "IP proxy is only available within incognito mode. Open site in incognito."
11800
11806
  },
11807
+ "panels/security/IPProtectionView.ts | proxyRequests": {
11808
+ "message": "Proxy Requests"
11809
+ },
11810
+ "panels/security/IPProtectionView.ts | statusColumn": {
11811
+ "message": "Status"
11812
+ },
11813
+ "panels/security/IPProtectionView.ts | urlColumn": {
11814
+ "message": "URL"
11815
+ },
11801
11816
  "panels/security/IPProtectionView.ts | viewExplanation": {
11802
11817
  "message": "Test how this site will perform if IP Proxy is enabled in Chrome"
11803
11818
  },
@@ -12425,6 +12440,9 @@
12425
12440
  "panels/settings/AISettingsTab.ts | enableAiAssistance": {
12426
12441
  "message": "Enable AI assistance"
12427
12442
  },
12443
+ "panels/settings/AISettingsTab.ts | enableAiCodeSuggestions": {
12444
+ "message": "Enable AI code suggestions"
12445
+ },
12428
12446
  "panels/settings/AISettingsTab.ts | enableAiSuggestedAnnotations": {
12429
12447
  "message": "Enable AI suggestions for performance panel annotations"
12430
12448
  },
@@ -15578,6 +15596,9 @@
15578
15596
  "panels/timeline/TimelineUIUtils.ts | repeats": {
15579
15597
  "message": "Repeats"
15580
15598
  },
15599
+ "panels/timeline/TimelineUIUtils.ts | requestIdleCallbackTimeout": {
15600
+ "message": "Timeout"
15601
+ },
15581
15602
  "panels/timeline/TimelineUIUtils.ts | sAtS": {
15582
15603
  "message": "{PH1} at {PH2}"
15583
15604
  },
@@ -16898,6 +16919,9 @@
16898
16919
  "ui/legacy/components/quick_open/CommandMenu.ts | runCommand": {
16899
16920
  "message": "Run command"
16900
16921
  },
16922
+ "ui/legacy/components/quick_open/FilteredListWidget.ts | newFeature": {
16923
+ "message": "This is a new feature"
16924
+ },
16901
16925
  "ui/legacy/components/quick_open/FilteredListWidget.ts | noResultsFound": {
16902
16926
  "message": "No results found"
16903
16927
  },
@@ -17141,11 +17165,11 @@
17141
17165
  "ui/legacy/InspectorView.ts | moreTools": {
17142
17166
  "message": "More Tools"
17143
17167
  },
17144
- "ui/legacy/InspectorView.ts | moveToBottom": {
17145
- "message": "Move to bottom"
17168
+ "ui/legacy/InspectorView.ts | moveToDrawer": {
17169
+ "message": "Move to drawer"
17146
17170
  },
17147
- "ui/legacy/InspectorView.ts | moveToTop": {
17148
- "message": "Move to top"
17171
+ "ui/legacy/InspectorView.ts | moveToMainTabBar": {
17172
+ "message": "Move to main tab bar"
17149
17173
  },
17150
17174
  "ui/legacy/InspectorView.ts | panels": {
17151
17175
  "message": "Panels"
@@ -17264,6 +17288,9 @@
17264
17288
  "ui/legacy/SoftContextMenu.ts | checked": {
17265
17289
  "message": "checked"
17266
17290
  },
17291
+ "ui/legacy/SoftContextMenu.ts | newFeature": {
17292
+ "message": "This is a new feature"
17293
+ },
17267
17294
  "ui/legacy/SoftContextMenu.ts | sS": {
17268
17295
  "message": "{PH1}, {PH2}"
17269
17296
  },
@@ -17351,9 +17378,6 @@
17351
17378
  "ui/legacy/UIUtils.ts | new": {
17352
17379
  "message": "NEW"
17353
17380
  },
17354
- "ui/legacy/UIUtils.ts | newFeature": {
17355
- "message": "This is a new feature"
17356
- },
17357
17381
  "ui/legacy/UIUtils.ts | ok": {
17358
17382
  "message": "OK"
17359
17383
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-devtools/integration-test-runner",
3
- "version": "1.20252408.0",
3
+ "version": "1.20253108.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>",