chrome-devtools-frontend 1.0.1531367 → 1.0.1532884

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.
Files changed (152) hide show
  1. package/AUTHORS +3 -0
  2. package/front_end/core/platform/ArrayUtilities.ts +1 -1
  3. package/front_end/core/protocol_client/ConnectionTransport.ts +26 -0
  4. package/front_end/core/protocol_client/InspectorBackend.ts +24 -42
  5. package/front_end/core/protocol_client/protocol_client.ts +2 -10
  6. package/front_end/core/root/Runtime.ts +0 -2
  7. package/front_end/core/sdk/ChildTargetManager.ts +3 -3
  8. package/front_end/core/sdk/Connections.ts +8 -8
  9. package/front_end/core/sdk/NetworkManager.ts +20 -0
  10. package/front_end/core/sdk/RehydratingConnection.ts +6 -4
  11. package/front_end/core/sdk/Target.ts +2 -1
  12. package/front_end/core/sdk/TargetManager.ts +2 -1
  13. package/front_end/entrypoints/node_app/NodeMain.ts +1 -1
  14. package/front_end/generated/ARIAProperties.js +1301 -174
  15. package/front_end/generated/Deprecation.ts +7 -0
  16. package/front_end/generated/InspectorBackendCommands.js +1 -0
  17. package/front_end/generated/protocol-mapping.d.ts +4 -0
  18. package/front_end/generated/protocol-proxy-api.d.ts +5 -0
  19. package/front_end/models/ai_assistance/data_formatters/PerformanceInsightFormatter.snapshot.txt +1 -1
  20. package/front_end/models/ai_assistance/data_formatters/PerformanceInsightFormatter.ts +1 -1
  21. package/front_end/models/issues_manager/AttributionReportingIssue.ts +4 -3
  22. package/front_end/models/issues_manager/BounceTrackingIssue.ts +4 -3
  23. package/front_end/models/issues_manager/ClientHintIssue.ts +4 -3
  24. package/front_end/models/issues_manager/ContentSecurityPolicyIssue.ts +4 -3
  25. package/front_end/models/issues_manager/CookieDeprecationMetadataIssue.ts +5 -3
  26. package/front_end/models/issues_manager/CookieIssue.ts +4 -4
  27. package/front_end/models/issues_manager/CorsIssue.ts +3 -3
  28. package/front_end/models/issues_manager/CrossOriginEmbedderPolicyIssue.ts +2 -1
  29. package/front_end/models/issues_manager/DeprecationIssue.ts +4 -3
  30. package/front_end/models/issues_manager/ElementAccessibilityIssue.ts +4 -3
  31. package/front_end/models/issues_manager/FederatedAuthRequestIssue.ts +4 -3
  32. package/front_end/models/issues_manager/GenericIssue.ts +3 -3
  33. package/front_end/models/issues_manager/HeavyAdIssue.ts +3 -3
  34. package/front_end/models/issues_manager/IssuesManager.ts +3 -3
  35. package/front_end/models/issues_manager/LowTextContrastIssue.ts +5 -3
  36. package/front_end/models/issues_manager/MixedContentIssue.ts +4 -3
  37. package/front_end/models/issues_manager/PartitioningBlobURLIssue.ts +5 -3
  38. package/front_end/models/issues_manager/PropertyRuleIssue.ts +4 -3
  39. package/front_end/models/issues_manager/QuirksModeIssue.ts +4 -3
  40. package/front_end/models/issues_manager/SRIMessageSignatureIssue.ts +5 -3
  41. package/front_end/models/issues_manager/SharedArrayBufferIssue.ts +5 -3
  42. package/front_end/models/issues_manager/SharedDictionaryIssue.ts +5 -3
  43. package/front_end/models/issues_manager/StylesheetLoadingIssue.ts +5 -3
  44. package/front_end/models/issues_manager/UnencodedDigestIssue.ts +5 -3
  45. package/front_end/models/issues_manager/UserReidentificationIssue.ts +4 -3
  46. package/front_end/models/javascript_metadata/NativeFunctions.js +1 -1
  47. package/front_end/models/trace/extras/TraceTree.ts +13 -3
  48. package/front_end/models/trace/insights/ForcedReflow.ts +1 -1
  49. package/front_end/panels/ai_assistance/AiAssistancePanel.ts +16 -3
  50. package/front_end/panels/console/ConsoleInsightTeaser.ts +40 -48
  51. package/front_end/panels/console/consoleInsightTeaser.css +13 -0
  52. package/front_end/panels/lighthouse/LighthousePanel.ts +1 -1
  53. package/front_end/panels/lighthouse/LighthouseProtocolService.ts +1 -1
  54. package/front_end/panels/network/{BlockedURLsPane.ts → RequestConditionsDrawer.ts} +78 -28
  55. package/front_end/panels/network/network-meta.ts +33 -9
  56. package/front_end/panels/network/network.ts +3 -3
  57. package/front_end/panels/protocol_monitor/ProtocolMonitor.ts +18 -6
  58. package/front_end/panels/recorder/components/stepView.css +2 -2
  59. package/front_end/panels/sources/SourcesPanel.ts +10 -9
  60. package/front_end/panels/sources/SourcesSearchScope.ts +5 -0
  61. package/front_end/panels/timeline/TimelinePanel.ts +1 -2
  62. package/front_end/panels/timeline/TimingsTrackAppender.ts +10 -8
  63. package/front_end/panels/timeline/components/ExportTraceOptions.ts +2 -8
  64. package/front_end/panels/timeline/components/insights/ForcedReflow.ts +2 -2
  65. package/front_end/third_party/chromium/README.chromium +1 -1
  66. package/front_end/third_party/puppeteer/README.chromium +2 -2
  67. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.d.ts +1 -1
  68. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.d.ts +2 -2
  69. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.d.ts.map +1 -1
  70. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.d.ts.map +1 -1
  71. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.js +20 -14
  72. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.js.map +1 -1
  73. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Connection.d.ts.map +1 -1
  74. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Connection.js +16 -0
  75. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Connection.js.map +1 -1
  76. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/HTTPRequest.d.ts.map +1 -1
  77. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/HTTPRequest.js +2 -4
  78. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/HTTPRequest.js.map +1 -1
  79. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Realm.d.ts +2 -2
  80. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Request.d.ts +1 -0
  81. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Request.d.ts.map +1 -1
  82. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Request.js +30 -4
  83. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Request.js.map +1 -1
  84. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Accessibility.js +18 -0
  85. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Accessibility.js.map +1 -1
  86. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.d.ts.map +1 -1
  87. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.js.map +1 -1
  88. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/HTTPRequest.d.ts.map +1 -1
  89. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/HTTPRequest.js +2 -1
  90. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/HTTPRequest.js.map +1 -1
  91. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/HTTPResponse.js +1 -1
  92. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/HTTPResponse.js.map +1 -1
  93. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/JSHandle.js.map +1 -1
  94. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/utils.d.ts +2 -2
  95. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/utils.d.ts.map +1 -1
  96. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/injected.d.ts +1 -1
  97. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Mutex.d.ts +2 -2
  98. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/version.d.ts +1 -1
  99. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/version.js +1 -1
  100. package/front_end/third_party/puppeteer/package/lib/es5-iife/puppeteer-core-browser.d.ts +3 -3
  101. package/front_end/third_party/puppeteer/package/lib/es5-iife/puppeteer-core-browser.js +22 -3
  102. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPRequest.d.ts +1 -1
  103. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.d.ts +2 -2
  104. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.d.ts.map +1 -1
  105. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.d.ts.map +1 -1
  106. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.js +20 -14
  107. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.js.map +1 -1
  108. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Connection.d.ts.map +1 -1
  109. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Connection.js +16 -0
  110. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Connection.js.map +1 -1
  111. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/HTTPRequest.d.ts.map +1 -1
  112. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/HTTPRequest.js +2 -4
  113. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/HTTPRequest.js.map +1 -1
  114. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Request.d.ts +1 -0
  115. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Request.d.ts.map +1 -1
  116. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Request.js +31 -5
  117. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Request.js.map +1 -1
  118. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Accessibility.js +18 -0
  119. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Accessibility.js.map +1 -1
  120. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.d.ts.map +1 -1
  121. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.js.map +1 -1
  122. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/HTTPRequest.d.ts.map +1 -1
  123. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/HTTPRequest.js +2 -1
  124. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/HTTPRequest.js.map +1 -1
  125. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/HTTPResponse.js +1 -1
  126. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/HTTPResponse.js.map +1 -1
  127. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/JSHandle.js.map +1 -1
  128. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/utils.d.ts +2 -2
  129. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/utils.d.ts.map +1 -1
  130. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/version.d.ts +1 -1
  131. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/version.js +1 -1
  132. package/front_end/third_party/puppeteer/package/lib/types.d.ts +3 -3
  133. package/front_end/third_party/puppeteer/package/package.json +5 -4
  134. package/front_end/third_party/puppeteer/package/src/api/HTTPRequest.ts +1 -1
  135. package/front_end/third_party/puppeteer/package/src/api/Page.ts +2 -2
  136. package/front_end/third_party/puppeteer/package/src/bidi/Browser.ts +24 -14
  137. package/front_end/third_party/puppeteer/package/src/bidi/Connection.ts +16 -0
  138. package/front_end/third_party/puppeteer/package/src/bidi/HTTPRequest.ts +2 -4
  139. package/front_end/third_party/puppeteer/package/src/bidi/core/Request.ts +35 -5
  140. package/front_end/third_party/puppeteer/package/src/cdp/Accessibility.ts +20 -0
  141. package/front_end/third_party/puppeteer/package/src/cdp/ExecutionContext.ts +6 -2
  142. package/front_end/third_party/puppeteer/package/src/cdp/HTTPRequest.ts +2 -1
  143. package/front_end/third_party/puppeteer/package/src/cdp/HTTPResponse.ts +1 -1
  144. package/front_end/third_party/puppeteer/package/src/cdp/JSHandle.ts +1 -1
  145. package/front_end/third_party/puppeteer/package/src/cdp/utils.ts +2 -2
  146. package/front_end/third_party/puppeteer/package/src/util/version.ts +1 -1
  147. package/front_end/ui/components/tooltips/Tooltip.ts +5 -0
  148. package/front_end/ui/legacy/components/cookie_table/CookiesTable.ts +31 -5
  149. package/front_end/ui/legacy/components/utils/TargetDetachedDialog.ts +3 -0
  150. package/front_end/ui/visual_logging/KnownContextValues.ts +2 -0
  151. package/package.json +1 -1
  152. /package/front_end/panels/network/{blockedURLsPane.css → requestConditionsDrawer.css} +0 -0
@@ -98,6 +98,32 @@ const UIStrings = {
98
98
  * @description Text for the size of something
99
99
  */
100
100
  size: 'Size',
101
+ /**
102
+ * @description Text for the "Domain" of the cookie
103
+ * https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie#domaindomain-value
104
+ */
105
+ domain: 'Domain',
106
+ /**
107
+ * @description Text for the "Path" of the cookie
108
+ * https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie#pathpath-value
109
+ */
110
+ path: 'Path',
111
+ /**
112
+ * @description Text for the "Secure" property of the cookie
113
+ * https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie#secure
114
+ */
115
+ secure: 'Secure',
116
+ /**
117
+ * @description Text for the "Partition Key Site" property of the cookie
118
+ * https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie#partitioned
119
+ */
120
+ partitionKeySite: 'Partition Key Site',
121
+ /**
122
+ * @description Text for the "Priority" property of the cookie
123
+ * Contains Low, Medium (default), or High if using deprecated cookie Priority attribute.
124
+ * https://bugs.chromium.org/p/chromium/issues/detail?id=232693
125
+ */
126
+ priority: 'Priority',
101
127
  /**
102
128
  * @description Data grid name for Editable Cookies data grid
103
129
  */
@@ -195,10 +221,10 @@ export class CookiesTable extends UI.Widget.VBox {
195
221
  ${i18nString(UIStrings.value)}
196
222
  </th>
197
223
  <th id=${SDK.Cookie.Attribute.DOMAIN} sortable weight="7" ?editable=${input.editable}>
198
- Domain
224
+ ${i18nString(UIStrings.domain)}
199
225
  </th>
200
226
  <th id=${SDK.Cookie.Attribute.PATH} sortable weight="7" ?editable=${input.editable}>
201
- Path
227
+ ${i18nString(UIStrings.path)}
202
228
  </th>
203
229
  <th id=${SDK.Cookie.Attribute.EXPIRES} sortable weight="7" ?editable=${input.editable}>
204
230
  Expires / Max-Age
@@ -210,19 +236,19 @@ export class CookiesTable extends UI.Widget.VBox {
210
236
  HttpOnly
211
237
  </th>
212
238
  <th id=${SDK.Cookie.Attribute.SECURE} sortable align="center" weight="7" ?editable=${input.editable} type="boolean">
213
- Secure
239
+ ${i18nString(UIStrings.secure)}
214
240
  </th>
215
241
  <th id=${SDK.Cookie.Attribute.SAME_SITE} sortable weight="7" ?editable=${input.editable}>
216
242
  SameSite
217
243
  </th>
218
244
  <th id=${SDK.Cookie.Attribute.PARTITION_KEY_SITE} sortable weight="7" ?editable=${input.editable}>
219
- Partition Key Site
245
+ ${i18nString(UIStrings.partitionKeySite)}
220
246
  </th>
221
247
  <th id=${SDK.Cookie.Attribute.HAS_CROSS_SITE_ANCESTOR} sortable align="center" weight="7" ?editable=${input.editable} type="boolean">
222
248
  Cross Site
223
249
  </th>
224
250
  <th id=${SDK.Cookie.Attribute.PRIORITY} sortable weight="7" ?editable=${input.editable}>
225
- Priority
251
+ ${i18nString(UIStrings.priority)}
226
252
  </th>
227
253
  ${input.schemeBindingEnabled ? html`
228
254
  <th id=${SDK.Cookie.Attribute.SOURCE_SCHEME} sortable align="center" weight="7" ?editable=${input.editable} type="string">
@@ -21,6 +21,9 @@ export class TargetDetachedDialog extends SDK.SDKModel.SDKModel<void> implements
21
21
  }
22
22
  }
23
23
 
24
+ workerScriptLoaded(): void {
25
+ }
26
+
24
27
  detached({reason}: Protocol.Inspector.DetachedEvent): void {
25
28
  UI.RemoteDebuggingTerminatedScreen.RemoteDebuggingTerminatedScreen.show(reason);
26
29
  }
@@ -1184,6 +1184,7 @@ export const knownContextValues = new Set([
1184
1184
  'decline-execute-code',
1185
1185
  'decode-encode',
1186
1186
  'decoder-properties',
1187
+ 'decrease-priority',
1187
1188
  'default',
1188
1189
  'deflate',
1189
1190
  'delete',
@@ -1853,6 +1854,7 @@ export const knownContextValues = new Set([
1853
1854
  'import-recording',
1854
1855
  'important',
1855
1856
  'in-range',
1857
+ 'increase-priority',
1856
1858
  'indeterminate',
1857
1859
  'indexed-db',
1858
1860
  'indexed-db-data-view',
package/package.json CHANGED
@@ -102,5 +102,5 @@
102
102
  "flat-cache": "6.1.12"
103
103
  }
104
104
  },
105
- "version": "1.0.1531367"
105
+ "version": "1.0.1532884"
106
106
  }