@chrome-devtools/integration-test-runner 1.20260621.0 → 1.20260628.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.
|
@@ -1331,6 +1331,9 @@
|
|
|
1331
1331
|
"generated/Deprecation.ts | DataUrlInSvgUse": {
|
|
1332
1332
|
"message": "Support for data: URLs in SVGUseElement is deprecated and it will be removed in the future."
|
|
1333
1333
|
},
|
|
1334
|
+
"generated/Deprecation.ts | DigitalCredentialsUnknownProtocol": {
|
|
1335
|
+
"message": "An unknown Digital Credentials protocol was requested in navigator.credentials.get() or create(). In a future release, unrecognized protocols will be blocked."
|
|
1336
|
+
},
|
|
1334
1337
|
"generated/Deprecation.ts | DocumentCreateEventKeyboardEvents": {
|
|
1335
1338
|
"message": "document.createEvent('KeyboardEvents') is deprecated and will be removed. Use new KeyboardEvent() instead."
|
|
1336
1339
|
},
|
|
@@ -7790,6 +7793,18 @@
|
|
|
7790
7793
|
"panels/elements/CSSRuleValidator.ts | unusedAnchorPositioning": {
|
|
7791
7794
|
"message": "An anchor was defined but the element is hidden."
|
|
7792
7795
|
},
|
|
7796
|
+
"panels/elements/CSSSpecificityBreakdown.ts | classLikeSpecificity": {
|
|
7797
|
+
"message": "(b) Class-like: {PH1}"
|
|
7798
|
+
},
|
|
7799
|
+
"panels/elements/CSSSpecificityBreakdown.ts | idLikeSpecificity": {
|
|
7800
|
+
"message": "(a) ID-like: {PH1}"
|
|
7801
|
+
},
|
|
7802
|
+
"panels/elements/CSSSpecificityBreakdown.ts | specificity": {
|
|
7803
|
+
"message": "Specificity: ({PH1},{PH2},{PH3})"
|
|
7804
|
+
},
|
|
7805
|
+
"panels/elements/CSSSpecificityBreakdown.ts | typeLikeSpecificity": {
|
|
7806
|
+
"message": "(c) Type-like: {PH1}"
|
|
7807
|
+
},
|
|
7793
7808
|
"panels/elements/ElementIssueUtils.ts | disallowedOptGroupChild": {
|
|
7794
7809
|
"message": "Invalid element or text node within <optgroup>"
|
|
7795
7810
|
},
|
|
@@ -8375,9 +8390,6 @@
|
|
|
8375
8390
|
"panels/elements/StylePropertiesSection.ts | showAllPropertiesSMore": {
|
|
8376
8391
|
"message": "Show all properties ({PH1} more)"
|
|
8377
8392
|
},
|
|
8378
|
-
"panels/elements/StylePropertiesSection.ts | specificity": {
|
|
8379
|
-
"message": "Specificity: {PH1}"
|
|
8380
|
-
},
|
|
8381
8393
|
"panels/elements/StylePropertiesSection.ts | styleAttribute": {
|
|
8382
8394
|
"message": "style attribute"
|
|
8383
8395
|
},
|
|
@@ -11273,9 +11285,6 @@
|
|
|
11273
11285
|
"panels/network/RequestConditionsDrawer.ts | decreasePriority": {
|
|
11274
11286
|
"message": "Move down {PH1}"
|
|
11275
11287
|
},
|
|
11276
|
-
"panels/network/RequestConditionsDrawer.ts | editPattern": {
|
|
11277
|
-
"message": "Edit {PH1}"
|
|
11278
|
-
},
|
|
11279
11288
|
"panels/network/RequestConditionsDrawer.ts | enableBlockingAndThrottling": {
|
|
11280
11289
|
"message": "Enable blocking and throttling"
|
|
11281
11290
|
},
|
|
@@ -11291,9 +11300,6 @@
|
|
|
11291
11300
|
"panels/network/RequestConditionsDrawer.ts | learnMore": {
|
|
11292
11301
|
"message": "Learn more"
|
|
11293
11302
|
},
|
|
11294
|
-
"panels/network/RequestConditionsDrawer.ts | learnMoreLabel": {
|
|
11295
|
-
"message": "Learn more about URL pattern syntax"
|
|
11296
|
-
},
|
|
11297
11303
|
"panels/network/RequestConditionsDrawer.ts | noPattern": {
|
|
11298
11304
|
"message": "Nothing throttled or blocked"
|
|
11299
11305
|
},
|
|
@@ -11321,9 +11327,6 @@
|
|
|
11321
11327
|
"panels/network/RequestConditionsDrawer.ts | patternWasUpgraded": {
|
|
11322
11328
|
"message": "This pattern was upgraded from \"{PH1}\""
|
|
11323
11329
|
},
|
|
11324
|
-
"panels/network/RequestConditionsDrawer.ts | removePattern": {
|
|
11325
|
-
"message": "Remove {PH1}"
|
|
11326
|
-
},
|
|
11327
11330
|
"panels/network/RequestConditionsDrawer.ts | requestConditionsLabel": {
|
|
11328
11331
|
"message": "Request conditions"
|
|
11329
11332
|
},
|
|
@@ -12140,6 +12143,9 @@
|
|
|
12140
12143
|
"panels/profiler/HeapSnapshotView.ts | objectsRetainedByConsole": {
|
|
12141
12144
|
"message": "Objects retained by DevTools Console"
|
|
12142
12145
|
},
|
|
12146
|
+
"panels/profiler/HeapSnapshotView.ts | objectsRetainedByContexts": {
|
|
12147
|
+
"message": "Objects retained by contexts"
|
|
12148
|
+
},
|
|
12143
12149
|
"panels/profiler/HeapSnapshotView.ts | objectsRetainedByDetachedDomNodes": {
|
|
12144
12150
|
"message": "Objects retained by detached DOM nodes"
|
|
12145
12151
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrome-devtools/integration-test-runner",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20260628.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>",
|