chrome-devtools-frontend 1.0.944427 → 1.0.945677
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.
- package/config/gni/devtools_grd_files.gni +4 -0
- package/config/gni/devtools_image_files.gni +1 -0
- package/front_end/Images/src/circled_exclamation_icon.svg +3 -0
- package/front_end/core/common/ParsedURL.ts +1 -1
- package/front_end/core/host/UserMetrics.ts +3 -1
- package/front_end/core/i18n/i18nImpl.ts +7 -4
- package/front_end/core/i18n/locales/en-US.json +3 -60
- package/front_end/core/i18n/locales/en-XL.json +15 -72
- package/front_end/core/protocol_client/NodeURL.ts +1 -0
- package/front_end/core/sdk/CSSMetadata.ts +0 -1
- package/front_end/core/sdk/CSSStyleSheetHeader.ts +2 -3
- package/front_end/core/sdk/CompilerSourceMappingContentProvider.ts +2 -3
- package/front_end/core/sdk/Cookie.ts +17 -0
- package/front_end/core/sdk/CookieModel.ts +1 -0
- package/front_end/core/sdk/DebuggerModel.ts +5 -4
- package/front_end/core/sdk/NetworkManager.ts +4 -1
- package/front_end/core/sdk/NetworkRequest.ts +2 -2
- package/front_end/core/sdk/Resource.ts +2 -2
- package/front_end/core/sdk/Script.ts +2 -3
- package/front_end/entrypoints/main/MainImpl.ts +6 -0
- package/front_end/generated/protocol.d.ts +0 -4
- package/front_end/models/bindings/BreakpointManager.ts +3 -4
- package/front_end/models/bindings/ResourceMapping.ts +1 -2
- package/front_end/models/bindings/StylesSourceMapping.ts +1 -2
- package/front_end/models/emulation/EmulatedDevices.ts +2 -4
- package/front_end/models/persistence/IsolatedFileSystem.ts +7 -6
- package/front_end/models/persistence/PersistenceActions.ts +4 -1
- package/front_end/models/persistence/PlatformFileSystem.ts +3 -4
- package/front_end/models/text_utils/ContentProvider.ts +1 -2
- package/front_end/models/text_utils/StaticContentProvider.ts +2 -3
- package/front_end/models/timeline_model/TimelineJSProfile.ts +16 -3
- package/front_end/models/timeline_model/TimelineModel.ts +1 -0
- package/front_end/models/workspace/UISourceCode.ts +2 -2
- package/front_end/models/workspace_diff/WorkspaceDiff.ts +20 -6
- package/front_end/panels/animation/AnimationTimeline.ts +1 -1
- package/front_end/panels/animation/animationTimeline.css +2 -0
- package/front_end/panels/application/BackForwardCacheStrings.ts +15 -75
- package/front_end/panels/application/BackForwardCacheView.ts +8 -1
- package/front_end/panels/application/ReportingApiView.ts +15 -1
- package/front_end/panels/application/components/EndpointsGrid.ts +63 -4
- package/front_end/panels/application/components/FrameDetailsView.ts +21 -34
- package/front_end/panels/changes/ChangesView.ts +8 -7
- package/front_end/panels/elements/StyleEditorWidget.ts +7 -7
- package/front_end/panels/elements/StylePropertyTreeElement.ts +8 -15
- package/front_end/panels/elements/StylesSidebarPane.ts +35 -9
- package/front_end/panels/emulation/DeviceModeView.ts +3 -0
- package/front_end/panels/help/ReleaseNoteText.ts +3 -1
- package/front_end/panels/network/NetworkItemView.ts +7 -1
- package/front_end/panels/profiler/heapProfiler.css +2 -5
- package/front_end/panels/snippets/ScriptSnippetFileSystem.ts +1 -1
- package/front_end/panels/sources/DebuggerPlugin.ts +1 -1
- package/front_end/panels/sources/NavigatorView.ts +1 -1
- package/front_end/panels/sources/UISourceCodeFrame.ts +0 -1
- package/front_end/panels/timeline/TimelineController.ts +3 -0
- package/front_end/panels/timeline/TimelineFlameChartDataProvider.ts +3 -34
- package/front_end/panels/timeline/TimelineUIUtils.ts +51 -3
- package/front_end/panels/webauthn/WebauthnPane.ts +31 -32
- package/front_end/services/window_bounds/WindowBoundsService.ts +27 -0
- package/front_end/services/window_bounds/window_bounds.ts +9 -0
- package/front_end/third_party/acorn/README.chromium +2 -2
- package/front_end/third_party/acorn/acorn.ts +1 -1
- package/front_end/third_party/acorn/package/CHANGELOG.md +31 -1
- package/front_end/third_party/acorn/package/README.md +1 -1
- package/front_end/third_party/acorn/package/dist/acorn.d.ts +3 -0
- package/front_end/third_party/acorn/package/dist/acorn.js +772 -708
- package/front_end/third_party/acorn/package/dist/acorn.mjs +767 -703
- package/front_end/third_party/acorn/package/dist/bin.js +47 -21
- package/front_end/third_party/acorn/package/package.json +1 -1
- package/front_end/third_party/acorn-loose/README.chromium +2 -2
- package/front_end/third_party/acorn-loose/package/CHANGELOG.md +12 -0
- package/front_end/third_party/acorn-loose/package/dist/acorn-loose.js +27 -7
- package/front_end/third_party/acorn-loose/package/dist/acorn-loose.mjs +28 -8
- package/front_end/third_party/acorn-loose/package/package.json +2 -2
- package/front_end/third_party/codemirror.next/bundle.ts +1 -1
- package/front_end/third_party/codemirror.next/chunk/codemirror.js +1 -1
- package/front_end/third_party/codemirror.next/codemirror.next.d.ts +8 -1
- package/front_end/third_party/codemirror.next/codemirror.next.js +1 -1
- package/front_end/third_party/codemirror.next/package.json +1 -1
- package/front_end/third_party/i18n/i18n-impl.ts +1 -1
- package/front_end/third_party/lit-html/README.chromium +2 -2
- package/front_end/third_party/lit-html/package/CHANGELOG.md +216 -28
- package/front_end/third_party/lit-html/package/LICENSE +9 -9
- package/front_end/third_party/lit-html/package/README.md +12 -162
- package/front_end/third_party/lit-html/package/async-directive.d.ts +23 -54
- package/front_end/third_party/lit-html/package/async-directive.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/async-directive.js +2 -7
- package/front_end/third_party/lit-html/package/async-directive.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/async-directive.d.ts +23 -54
- package/front_end/third_party/lit-html/package/development/async-directive.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/async-directive.js +44 -194
- package/front_end/third_party/lit-html/package/development/async-directive.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directive-helpers.d.ts +6 -5
- package/front_end/third_party/lit-html/package/development/directive-helpers.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directive-helpers.js +25 -9
- package/front_end/third_party/lit-html/package/development/directive-helpers.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directive.d.ts +3 -16
- package/front_end/third_party/lit-html/package/development/directive.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directive.js +6 -1
- package/front_end/third_party/lit-html/package/development/directive.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/async-append.d.ts +7 -14
- package/front_end/third_party/lit-html/package/development/directives/async-append.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/async-append.js +17 -58
- package/front_end/third_party/lit-html/package/development/directives/async-append.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/async-replace.d.ts +9 -14
- package/front_end/third_party/lit-html/package/development/directives/async-replace.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/async-replace.js +57 -37
- package/front_end/third_party/lit-html/package/development/directives/async-replace.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/cache.d.ts +2 -3
- package/front_end/third_party/lit-html/package/development/directives/cache.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/cache.js +4 -6
- package/front_end/third_party/lit-html/package/development/directives/cache.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/class-map.d.ts +2 -2
- package/front_end/third_party/lit-html/package/development/directives/class-map.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/class-map.js +17 -7
- package/front_end/third_party/lit-html/package/development/directives/class-map.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/guard.d.ts +3 -2
- package/front_end/third_party/lit-html/package/development/directives/guard.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/guard.js +3 -2
- package/front_end/third_party/lit-html/package/development/directives/guard.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/live.d.ts +4 -3
- package/front_end/third_party/lit-html/package/development/directives/live.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/live.js +5 -7
- package/front_end/third_party/lit-html/package/development/directives/live.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/private-async-helpers.d.ts +58 -0
- package/front_end/third_party/lit-html/package/development/directives/private-async-helpers.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/private-async-helpers.js +85 -0
- package/front_end/third_party/lit-html/package/development/directives/private-async-helpers.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/ref.d.ts +14 -11
- package/front_end/third_party/lit-html/package/development/directives/ref.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/ref.js +13 -11
- package/front_end/third_party/lit-html/package/development/directives/ref.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/repeat.d.ts +8 -4
- package/front_end/third_party/lit-html/package/development/directives/repeat.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/repeat.js +23 -9
- package/front_end/third_party/lit-html/package/development/directives/repeat.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/style-map.d.ts +1 -2
- package/front_end/third_party/lit-html/package/development/directives/style-map.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/style-map.js +1 -2
- package/front_end/third_party/lit-html/package/development/directives/style-map.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/template-content.d.ts +1 -2
- package/front_end/third_party/lit-html/package/development/directives/template-content.js +1 -2
- package/front_end/third_party/lit-html/package/development/directives/unsafe-html.d.ts +6 -4
- package/front_end/third_party/lit-html/package/development/directives/unsafe-html.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/unsafe-html.js +7 -5
- package/front_end/third_party/lit-html/package/development/directives/unsafe-html.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/unsafe-svg.d.ts +4 -1
- package/front_end/third_party/lit-html/package/development/directives/unsafe-svg.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/unsafe-svg.js +3 -0
- package/front_end/third_party/lit-html/package/development/directives/unsafe-svg.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/until.d.ts +12 -8
- package/front_end/third_party/lit-html/package/development/directives/until.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/until.js +63 -23
- package/front_end/third_party/lit-html/package/development/directives/until.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/experimental-hydrate.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/experimental-hydrate.js +9 -8
- package/front_end/third_party/lit-html/package/development/experimental-hydrate.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/lit-html.d.ts +81 -136
- package/front_end/third_party/lit-html/package/development/lit-html.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/lit-html.js +249 -76
- package/front_end/third_party/lit-html/package/development/lit-html.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/polyfill-support.d.ts +1 -41
- package/front_end/third_party/lit-html/package/development/polyfill-support.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/polyfill-support.js +40 -21
- package/front_end/third_party/lit-html/package/development/polyfill-support.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/private-ssr-support.d.ts +12 -10
- package/front_end/third_party/lit-html/package/development/private-ssr-support.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/private-ssr-support.js +11 -3
- package/front_end/third_party/lit-html/package/development/private-ssr-support.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/static.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/static.js +6 -5
- package/front_end/third_party/lit-html/package/development/static.js.map +1 -1
- package/front_end/third_party/lit-html/package/directive-helpers.d.ts +6 -5
- package/front_end/third_party/lit-html/package/directive-helpers.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directive-helpers.js +2 -2
- package/front_end/third_party/lit-html/package/directive-helpers.js.map +1 -1
- package/front_end/third_party/lit-html/package/directive.d.ts +3 -16
- package/front_end/third_party/lit-html/package/directive.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directive.js +1 -1
- package/front_end/third_party/lit-html/package/directive.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/async-append.d.ts +7 -14
- package/front_end/third_party/lit-html/package/directives/async-append.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directives/async-append.js +2 -6
- package/front_end/third_party/lit-html/package/directives/async-append.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/async-replace.d.ts +9 -14
- package/front_end/third_party/lit-html/package/directives/async-replace.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directives/async-replace.js +2 -5
- package/front_end/third_party/lit-html/package/directives/async-replace.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/cache.d.ts +2 -3
- package/front_end/third_party/lit-html/package/directives/cache.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directives/cache.js +2 -5
- package/front_end/third_party/lit-html/package/directives/cache.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/class-map.d.ts +2 -2
- package/front_end/third_party/lit-html/package/directives/class-map.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directives/class-map.js +2 -4
- package/front_end/third_party/lit-html/package/directives/class-map.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/guard.d.ts +3 -2
- package/front_end/third_party/lit-html/package/directives/guard.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directives/guard.js +2 -4
- package/front_end/third_party/lit-html/package/directives/guard.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/live.d.ts +4 -3
- package/front_end/third_party/lit-html/package/directives/live.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directives/live.js +1 -4
- package/front_end/third_party/lit-html/package/directives/live.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/private-async-helpers.d.ts +58 -0
- package/front_end/third_party/lit-html/package/directives/private-async-helpers.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/private-async-helpers.js +7 -0
- package/front_end/third_party/lit-html/package/directives/private-async-helpers.js.map +1 -0
- package/front_end/third_party/lit-html/package/directives/ref.d.ts +14 -11
- package/front_end/third_party/lit-html/package/directives/ref.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directives/ref.js +2 -5
- package/front_end/third_party/lit-html/package/directives/ref.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/repeat.d.ts +8 -4
- package/front_end/third_party/lit-html/package/directives/repeat.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directives/repeat.js +2 -5
- package/front_end/third_party/lit-html/package/directives/repeat.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/style-map.d.ts +1 -2
- package/front_end/third_party/lit-html/package/directives/style-map.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directives/style-map.js +2 -4
- package/front_end/third_party/lit-html/package/directives/style-map.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/template-content.d.ts +1 -2
- package/front_end/third_party/lit-html/package/directives/template-content.js +2 -4
- package/front_end/third_party/lit-html/package/directives/template-content.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/unsafe-html.d.ts +6 -4
- package/front_end/third_party/lit-html/package/directives/unsafe-html.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directives/unsafe-html.js +2 -4
- package/front_end/third_party/lit-html/package/directives/unsafe-html.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/unsafe-svg.d.ts +4 -1
- package/front_end/third_party/lit-html/package/directives/unsafe-svg.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directives/unsafe-svg.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/until.d.ts +12 -8
- package/front_end/third_party/lit-html/package/directives/until.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/directives/until.js +2 -6
- package/front_end/third_party/lit-html/package/directives/until.js.map +1 -1
- package/front_end/third_party/lit-html/package/experimental-hydrate.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/experimental-hydrate.js +2 -5
- package/front_end/third_party/lit-html/package/experimental-hydrate.js.map +1 -1
- package/front_end/third_party/lit-html/package/lit-html.d.ts +81 -136
- package/front_end/third_party/lit-html/package/lit-html.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/lit-html.js +1 -1
- package/front_end/third_party/lit-html/package/lit-html.js.map +1 -1
- package/front_end/third_party/lit-html/package/package.json +75 -24
- package/front_end/third_party/lit-html/package/polyfill-support.d.ts +1 -41
- package/front_end/third_party/lit-html/package/polyfill-support.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/polyfill-support.js +1 -1
- package/front_end/third_party/lit-html/package/polyfill-support.js.map +1 -1
- package/front_end/third_party/lit-html/package/private-ssr-support.d.ts +12 -10
- package/front_end/third_party/lit-html/package/private-ssr-support.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/private-ssr-support.js +2 -2
- package/front_end/third_party/lit-html/package/private-ssr-support.js.map +1 -1
- package/front_end/third_party/lit-html/package/static.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/static.js +1 -1
- package/front_end/third_party/lit-html/package/static.js.map +1 -1
- package/front_end/third_party/marked/README.chromium +2 -2
- package/front_end/third_party/marked/marked.ts +2 -2
- package/front_end/third_party/marked/package/README.md +7 -1
- package/front_end/third_party/marked/package/bin/marked.js +214 -0
- package/front_end/third_party/marked/package/lib/marked.cjs +2907 -0
- package/front_end/third_party/marked/package/lib/marked.esm.d.ts +1 -3
- package/front_end/third_party/marked/package/lib/marked.esm.js +627 -586
- package/front_end/third_party/marked/package/lib/marked.umd.js +2913 -0
- package/front_end/third_party/marked/package/man/marked.1 +5 -24
- package/front_end/third_party/marked/package/man/marked.1.txt +21 -31
- package/front_end/third_party/marked/package/marked.min.js +1 -1
- package/front_end/third_party/marked/package/package.json +41 -32
- package/front_end/third_party/marked/package/src/Lexer.js +109 -108
- package/front_end/third_party/marked/package/src/Parser.js +38 -15
- package/front_end/third_party/marked/package/src/Renderer.js +5 -5
- package/front_end/third_party/marked/package/src/Slugger.js +2 -2
- package/front_end/third_party/marked/package/src/TextRenderer.js +2 -2
- package/front_end/third_party/marked/package/src/Tokenizer.js +215 -190
- package/front_end/third_party/marked/package/src/defaults.js +6 -9
- package/front_end/third_party/marked/package/src/helpers.js +16 -27
- package/front_end/third_party/marked/package/src/marked.js +146 -63
- package/front_end/third_party/marked/package/src/rules.js +20 -45
- package/front_end/third_party/wasmparser/README.chromium +2 -2
- package/front_end/third_party/wasmparser/package/.github/workflows/main.yml +47 -0
- package/front_end/third_party/wasmparser/package/CHANGELOG.md +12 -0
- package/front_end/third_party/wasmparser/package/dist/cjs/WasmParser.js +53 -53
- package/front_end/third_party/wasmparser/package/dist/cjs/WasmParser.js.map +1 -1
- package/front_end/third_party/wasmparser/package/dist/esm/WasmParser.js +53 -53
- package/front_end/third_party/wasmparser/package/dist/esm/WasmParser.js.map +1 -1
- package/front_end/third_party/wasmparser/package/package.json +1 -1
- package/front_end/third_party/wasmparser/package/src/WasmParser.ts +53 -53
- package/front_end/ui/components/adorners/Adorner.ts +14 -14
- package/front_end/ui/components/buttons/Button.ts +133 -42
- package/front_end/ui/components/buttons/button.css +31 -0
- package/front_end/ui/components/data_grid/DataGrid.ts +131 -122
- package/front_end/ui/components/data_grid/DataGridController.ts +42 -42
- package/front_end/ui/components/diff_view/DiffView.ts +4 -4
- package/front_end/ui/components/docs/button/basic.html +3 -0
- package/front_end/ui/components/docs/button/basic.ts +58 -0
- package/front_end/ui/components/expandable_list/ExpandableList.ts +11 -11
- package/front_end/ui/components/icon_button/Icon.ts +24 -21
- package/front_end/ui/components/icon_button/IconButton.ts +31 -31
- package/front_end/ui/components/issue_counter/IssueCounter.ts +52 -52
- package/front_end/ui/components/issue_counter/IssueLinkIcon.ts +42 -42
- package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspector.ts +67 -67
- package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspectorController.ts +22 -22
- package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspectorPane.ts +36 -36
- package/front_end/ui/components/linear_memory_inspector/LinearMemoryNavigator.ts +19 -19
- package/front_end/ui/components/linear_memory_inspector/LinearMemoryValueInterpreter.ts +25 -25
- package/front_end/ui/components/linear_memory_inspector/LinearMemoryViewer.ts +52 -52
- package/front_end/ui/components/linear_memory_inspector/ValueInterpreterDisplay.ts +21 -21
- package/front_end/ui/components/linear_memory_inspector/ValueInterpreterSettings.ts +6 -6
- package/front_end/ui/components/markdown_view/MarkdownImage.ts +14 -14
- package/front_end/ui/components/markdown_view/MarkdownLink.ts +8 -8
- package/front_end/ui/components/markdown_view/MarkdownView.ts +6 -6
- package/front_end/ui/components/render_coordinator/RenderCoordinator.ts +33 -33
- package/front_end/ui/components/report_view/ReportView.ts +18 -18
- package/front_end/ui/components/request_link_icon/RequestLinkIcon.ts +53 -53
- package/front_end/ui/components/settings/SettingCheckbox.ts +15 -15
- package/front_end/ui/components/survey_link/SurveyLink.ts +28 -28
- package/front_end/ui/components/text_editor/TextEditor.ts +68 -36
- package/front_end/ui/components/text_editor/config.ts +4 -2
- package/front_end/ui/components/text_editor/javascript.ts +6 -6
- package/front_end/ui/components/text_prompt/TextPrompt.ts +19 -19
- package/front_end/ui/components/tree_outline/TreeOutline.ts +56 -56
- package/front_end/ui/legacy/Infobar.ts +9 -0
- package/front_end/ui/legacy/InspectorView.ts +1 -1
- package/front_end/ui/legacy/ListWidget.ts +2 -2
- package/front_end/ui/legacy/ViewManager.ts +6 -0
- package/front_end/ui/legacy/components/cookie_table/CookiesTable.ts +20 -0
- package/front_end/ui/legacy/tabbedPane.css +1 -1
- package/inspector_overlay/main.ts +3 -0
- package/package.json +1 -1
- package/scripts/eslint_rules/lib/l10n_filename_matches.js +17 -4
- package/scripts/eslint_rules/tests/l10n_filename_matches_test.js +21 -0
|
@@ -4,21 +4,44 @@ var path = require('path');
|
|
|
4
4
|
var fs = require('fs');
|
|
5
5
|
var acorn = require('./acorn.js');
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
function _interopNamespace(e) {
|
|
8
|
+
if (e && e.__esModule) return e;
|
|
9
|
+
var n = Object.create(null);
|
|
10
|
+
if (e) {
|
|
11
|
+
Object.keys(e).forEach(function (k) {
|
|
12
|
+
if (k !== 'default') {
|
|
13
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () { return e[k]; }
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
n["default"] = e;
|
|
22
|
+
return Object.freeze(n);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
var acorn__namespace = /*#__PURE__*/_interopNamespace(acorn);
|
|
26
|
+
|
|
27
|
+
var inputFilePaths = [], forceFileName = false, fileMode = false, silent = false, compact = false, tokenize = false;
|
|
8
28
|
var options = {};
|
|
9
29
|
|
|
10
30
|
function help(status) {
|
|
11
31
|
var print = (status === 0) ? console.log : console.error;
|
|
12
32
|
print("usage: " + path.basename(process.argv[1]) + " [--ecma3|--ecma5|--ecma6|--ecma7|--ecma8|--ecma9|...|--ecma2015|--ecma2016|--ecma2017|--ecma2018|...]");
|
|
13
|
-
print(" [--tokenize] [--locations] [---allow-hash-bang] [--allow-await-outside-function] [--compact] [--silent] [--module] [--help] [--] [infile]");
|
|
33
|
+
print(" [--tokenize] [--locations] [---allow-hash-bang] [--allow-await-outside-function] [--compact] [--silent] [--module] [--help] [--] [<infile>...]");
|
|
14
34
|
process.exit(status);
|
|
15
35
|
}
|
|
16
36
|
|
|
17
37
|
for (var i = 2; i < process.argv.length; ++i) {
|
|
18
38
|
var arg = process.argv[i];
|
|
19
|
-
if (
|
|
20
|
-
else if (arg === "--"
|
|
21
|
-
|
|
39
|
+
if (arg[0] !== "-" || arg === "-") { inputFilePaths.push(arg); }
|
|
40
|
+
else if (arg === "--") {
|
|
41
|
+
inputFilePaths.push.apply(inputFilePaths, process.argv.slice(i + 1));
|
|
42
|
+
forceFileName = true;
|
|
43
|
+
break
|
|
44
|
+
} else if (arg === "--locations") { options.locations = true; }
|
|
22
45
|
else if (arg === "--allow-hash-bang") { options.allowHashBang = true; }
|
|
23
46
|
else if (arg === "--allow-await-outside-function") { options.allowAwaitOutsideFunction = true; }
|
|
24
47
|
else if (arg === "--silent") { silent = true; }
|
|
@@ -35,31 +58,34 @@ for (var i = 2; i < process.argv.length; ++i) {
|
|
|
35
58
|
}
|
|
36
59
|
}
|
|
37
60
|
|
|
38
|
-
function run(
|
|
39
|
-
var result;
|
|
61
|
+
function run(codeList) {
|
|
62
|
+
var result = [], fileIdx = 0;
|
|
40
63
|
try {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
64
|
+
codeList.forEach(function (code, idx) {
|
|
65
|
+
fileIdx = idx;
|
|
66
|
+
if (!tokenize) {
|
|
67
|
+
result = acorn__namespace.parse(code, options);
|
|
68
|
+
options.program = result;
|
|
69
|
+
} else {
|
|
70
|
+
var tokenizer = acorn__namespace.tokenizer(code, options), token;
|
|
71
|
+
do {
|
|
72
|
+
token = tokenizer.getToken();
|
|
73
|
+
result.push(token);
|
|
74
|
+
} while (token.type !== acorn__namespace.tokTypes.eof)
|
|
75
|
+
}
|
|
76
|
+
});
|
|
51
77
|
} catch (e) {
|
|
52
|
-
console.error(
|
|
78
|
+
console.error(fileMode ? e.message.replace(/\(\d+:\d+\)$/, function (m) { return m.slice(0, 1) + inputFilePaths[fileIdx] + " " + m.slice(1); }) : e.message);
|
|
53
79
|
process.exit(1);
|
|
54
80
|
}
|
|
55
81
|
if (!silent) { console.log(JSON.stringify(result, null, compact ? null : 2)); }
|
|
56
82
|
}
|
|
57
83
|
|
|
58
|
-
if (
|
|
59
|
-
run(fs.readFileSync(
|
|
84
|
+
if (fileMode = inputFilePaths.length && (forceFileName || !inputFilePaths.includes("-") || inputFilePaths.length !== 1)) {
|
|
85
|
+
run(inputFilePaths.map(function (path) { return fs.readFileSync(path, "utf8"); }));
|
|
60
86
|
} else {
|
|
61
87
|
var code = "";
|
|
62
88
|
process.stdin.resume();
|
|
63
89
|
process.stdin.on("data", function (chunk) { return code += chunk; });
|
|
64
|
-
process.stdin.on("end", function () { return run(code); });
|
|
90
|
+
process.stdin.on("end", function () { return run([code]); });
|
|
65
91
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Name: An error-tolerant JavaScript parser written in JavaScript.
|
|
2
2
|
Short Name: acorn-loose
|
|
3
3
|
URL: https://github.com/acornjs/acorn
|
|
4
|
-
Version: 8.1
|
|
4
|
+
Version: 8.2.1
|
|
5
5
|
License: MIT
|
|
6
6
|
License File: LICENSE
|
|
7
7
|
Security Critical: no
|
|
@@ -14,7 +14,7 @@ This parser will parse any text into an ESTree syntax tree that is a reasonable
|
|
|
14
14
|
It will, to recover from missing brackets, treat whitespace as significant, which has the downside that it might mis-parse a valid but weirdly indented file. It is recommended to always try a parse with the regular acorn parser first, and only fall back to this parser when that one finds syntax errors.
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
|
-
wget -qO- https://registry.npmjs.org/acorn-loose/-/acorn-loose-8.1.
|
|
17
|
+
wget -qO- https://registry.npmjs.org/acorn-loose/-/acorn-loose-8.2.1.tgz | tar xzf -
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
Local Modifications:
|
|
@@ -597,16 +597,21 @@
|
|
|
597
597
|
var isGenerator = false;
|
|
598
598
|
var isAsync = false;
|
|
599
599
|
var kind = "method";
|
|
600
|
+
var isStatic = false;
|
|
600
601
|
|
|
601
|
-
// Parse modifiers
|
|
602
|
-
node.static = false;
|
|
603
602
|
if (this.eatContextual("static")) {
|
|
603
|
+
// Parse static init block
|
|
604
|
+
if (ecmaVersion >= 13 && this.eat(acorn.tokTypes.braceL)) {
|
|
605
|
+
this.parseClassStaticBlock(node);
|
|
606
|
+
return node
|
|
607
|
+
}
|
|
604
608
|
if (this.isClassElementNameStart() || this.toks.type === acorn.tokTypes.star) {
|
|
605
|
-
|
|
609
|
+
isStatic = true;
|
|
606
610
|
} else {
|
|
607
611
|
keyName = "static";
|
|
608
612
|
}
|
|
609
613
|
}
|
|
614
|
+
node.static = isStatic;
|
|
610
615
|
if (!keyName && ecmaVersion >= 8 && this.eatContextual("async")) {
|
|
611
616
|
if ((this.isClassElementNameStart() || this.toks.type === acorn.tokTypes.star) && !this.canInsertSemicolon()) {
|
|
612
617
|
isAsync = true;
|
|
@@ -686,6 +691,18 @@
|
|
|
686
691
|
return node
|
|
687
692
|
};
|
|
688
693
|
|
|
694
|
+
lp$1.parseClassStaticBlock = function(node) {
|
|
695
|
+
var blockIndent = this.curIndent, line = this.curLineStart;
|
|
696
|
+
node.body = [];
|
|
697
|
+
this.pushCx();
|
|
698
|
+
while (!this.closes(acorn.tokTypes.braceR, blockIndent, line, true))
|
|
699
|
+
{ node.body.push(this.parseStatement()); }
|
|
700
|
+
this.popCx();
|
|
701
|
+
this.eat(acorn.tokTypes.braceR);
|
|
702
|
+
|
|
703
|
+
return this.finishNode(node, "StaticBlock")
|
|
704
|
+
};
|
|
705
|
+
|
|
689
706
|
lp$1.isClassElementNameStart = function() {
|
|
690
707
|
return this.toks.isClassElementNameStart()
|
|
691
708
|
};
|
|
@@ -952,8 +969,8 @@
|
|
|
952
969
|
lp$2.parseMaybeUnary = function(sawUnary) {
|
|
953
970
|
var start = this.storeCurrentPos(), expr;
|
|
954
971
|
if (this.options.ecmaVersion >= 8 && this.toks.isContextual("await") &&
|
|
955
|
-
|
|
956
|
-
|
|
972
|
+
(this.inAsync || (this.toks.inModule && this.options.ecmaVersion >= 13) ||
|
|
973
|
+
(!this.inFunction && this.options.allowAwaitOutsideFunction))) {
|
|
957
974
|
expr = this.parseAwait();
|
|
958
975
|
sawUnary = true;
|
|
959
976
|
} else if (this.tok.type.prefix) {
|
|
@@ -1084,8 +1101,10 @@
|
|
|
1084
1101
|
var id = this.parseIdent();
|
|
1085
1102
|
var isAsync = false;
|
|
1086
1103
|
if (id.name === "async" && !this.canInsertSemicolon()) {
|
|
1087
|
-
if (this.eat(acorn.tokTypes._function))
|
|
1088
|
-
|
|
1104
|
+
if (this.eat(acorn.tokTypes._function)) {
|
|
1105
|
+
this.toks.overrideContext(acorn.tokContexts.f_expr);
|
|
1106
|
+
return this.parseFunction(this.startNodeAt(start), false, true)
|
|
1107
|
+
}
|
|
1089
1108
|
if (this.tok.type === acorn.tokTypes.name) {
|
|
1090
1109
|
id = this.parseIdent();
|
|
1091
1110
|
isAsync = true;
|
|
@@ -1142,6 +1161,7 @@
|
|
|
1142
1161
|
return this.finishNode(node, "ArrayExpression")
|
|
1143
1162
|
|
|
1144
1163
|
case acorn.tokTypes.braceL:
|
|
1164
|
+
this.toks.overrideContext(acorn.tokContexts.b_expr);
|
|
1145
1165
|
return this.parseObj()
|
|
1146
1166
|
|
|
1147
1167
|
case acorn.tokTypes._class:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { tokTypes, SourceLocation, Node, lineBreak, isNewLine, Parser, Token, getLineInfo, lineBreakG, defaultOptions } from '../../../acorn/acorn.js';
|
|
1
|
+
import { tokTypes, SourceLocation, Node, lineBreak, isNewLine, Parser, Token, getLineInfo, lineBreakG, tokContexts, defaultOptions } from '../../../acorn/acorn.js';
|
|
2
2
|
|
|
3
3
|
var dummyValue = "✖";
|
|
4
4
|
|
|
@@ -593,16 +593,21 @@ lp$1.parseClassElement = function() {
|
|
|
593
593
|
var isGenerator = false;
|
|
594
594
|
var isAsync = false;
|
|
595
595
|
var kind = "method";
|
|
596
|
+
var isStatic = false;
|
|
596
597
|
|
|
597
|
-
// Parse modifiers
|
|
598
|
-
node.static = false;
|
|
599
598
|
if (this.eatContextual("static")) {
|
|
599
|
+
// Parse static init block
|
|
600
|
+
if (ecmaVersion >= 13 && this.eat(tokTypes.braceL)) {
|
|
601
|
+
this.parseClassStaticBlock(node);
|
|
602
|
+
return node
|
|
603
|
+
}
|
|
600
604
|
if (this.isClassElementNameStart() || this.toks.type === tokTypes.star) {
|
|
601
|
-
|
|
605
|
+
isStatic = true;
|
|
602
606
|
} else {
|
|
603
607
|
keyName = "static";
|
|
604
608
|
}
|
|
605
609
|
}
|
|
610
|
+
node.static = isStatic;
|
|
606
611
|
if (!keyName && ecmaVersion >= 8 && this.eatContextual("async")) {
|
|
607
612
|
if ((this.isClassElementNameStart() || this.toks.type === tokTypes.star) && !this.canInsertSemicolon()) {
|
|
608
613
|
isAsync = true;
|
|
@@ -682,6 +687,18 @@ lp$1.parseClassElement = function() {
|
|
|
682
687
|
return node
|
|
683
688
|
};
|
|
684
689
|
|
|
690
|
+
lp$1.parseClassStaticBlock = function(node) {
|
|
691
|
+
var blockIndent = this.curIndent, line = this.curLineStart;
|
|
692
|
+
node.body = [];
|
|
693
|
+
this.pushCx();
|
|
694
|
+
while (!this.closes(tokTypes.braceR, blockIndent, line, true))
|
|
695
|
+
{ node.body.push(this.parseStatement()); }
|
|
696
|
+
this.popCx();
|
|
697
|
+
this.eat(tokTypes.braceR);
|
|
698
|
+
|
|
699
|
+
return this.finishNode(node, "StaticBlock")
|
|
700
|
+
};
|
|
701
|
+
|
|
685
702
|
lp$1.isClassElementNameStart = function() {
|
|
686
703
|
return this.toks.isClassElementNameStart()
|
|
687
704
|
};
|
|
@@ -948,8 +965,8 @@ lp$2.parseExprOp = function(left, start, minPrec, noIn, indent, line) {
|
|
|
948
965
|
lp$2.parseMaybeUnary = function(sawUnary) {
|
|
949
966
|
var start = this.storeCurrentPos(), expr;
|
|
950
967
|
if (this.options.ecmaVersion >= 8 && this.toks.isContextual("await") &&
|
|
951
|
-
|
|
952
|
-
|
|
968
|
+
(this.inAsync || (this.toks.inModule && this.options.ecmaVersion >= 13) ||
|
|
969
|
+
(!this.inFunction && this.options.allowAwaitOutsideFunction))) {
|
|
953
970
|
expr = this.parseAwait();
|
|
954
971
|
sawUnary = true;
|
|
955
972
|
} else if (this.tok.type.prefix) {
|
|
@@ -1080,8 +1097,10 @@ lp$2.parseExprAtom = function() {
|
|
|
1080
1097
|
var id = this.parseIdent();
|
|
1081
1098
|
var isAsync = false;
|
|
1082
1099
|
if (id.name === "async" && !this.canInsertSemicolon()) {
|
|
1083
|
-
if (this.eat(tokTypes._function))
|
|
1084
|
-
|
|
1100
|
+
if (this.eat(tokTypes._function)) {
|
|
1101
|
+
this.toks.overrideContext(tokContexts.f_expr);
|
|
1102
|
+
return this.parseFunction(this.startNodeAt(start), false, true)
|
|
1103
|
+
}
|
|
1085
1104
|
if (this.tok.type === tokTypes.name) {
|
|
1086
1105
|
id = this.parseIdent();
|
|
1087
1106
|
isAsync = true;
|
|
@@ -1138,6 +1157,7 @@ lp$2.parseExprAtom = function() {
|
|
|
1138
1157
|
return this.finishNode(node, "ArrayExpression")
|
|
1139
1158
|
|
|
1140
1159
|
case tokTypes.braceL:
|
|
1160
|
+
this.toks.overrideContext(tokContexts.b_expr);
|
|
1141
1161
|
return this.parseObj()
|
|
1142
1162
|
|
|
1143
1163
|
case tokTypes._class:
|
|
@@ -39,7 +39,7 @@ export {
|
|
|
39
39
|
} from '@codemirror/state';
|
|
40
40
|
export {StreamLanguage, StreamParser, StringStream} from '@codemirror/stream-parser';
|
|
41
41
|
export {Line, Text, TextIterator} from '@codemirror/text';
|
|
42
|
-
export {showTooltip, Tooltip, tooltips, TooltipView} from '@codemirror/tooltip';
|
|
42
|
+
export { repositionTooltips,showTooltip, Tooltip, tooltips, TooltipView} from '@codemirror/tooltip';
|
|
43
43
|
export {
|
|
44
44
|
Command, Decoration, DecorationSet, drawSelection, EditorView,
|
|
45
45
|
highlightSpecialChars, KeyBinding, keymap, MatchDecorator, placeholder,
|