chrome-devtools-frontend 1.0.1031822 → 1.0.1032245
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 +1 -0
- package/front_end/core/host/UserMetrics.ts +2 -1
- package/front_end/core/i18n/locales/en-US.json +20 -5
- package/front_end/core/i18n/locales/en-XL.json +20 -5
- package/front_end/core/root/Runtime.ts +1 -0
- package/front_end/entrypoints/main/MainImpl.ts +3 -0
- package/front_end/generated/InspectorBackendCommands.js +3 -3
- package/front_end/generated/SupportedCSSProperties.js +2 -4
- package/front_end/generated/protocol.ts +2 -1
- package/front_end/models/issues_manager/DeprecationIssue.ts +3 -1
- package/front_end/models/text_utils/CodeMirrorUtils.ts +1 -2
- package/front_end/models/timeline_model/TimelineModel.ts +52 -0
- package/front_end/panels/elements/CSSRuleValidator.ts +12 -13
- package/front_end/panels/network/NetworkItemView.ts +15 -2
- package/front_end/panels/network/components/RequestHeadersView.css +13 -0
- package/front_end/panels/network/components/RequestHeadersView.ts +59 -57
- package/front_end/panels/sources/BreakpointsSidebarPane.ts +37 -0
- package/front_end/panels/sources/sources-meta.ts +3 -0
- package/front_end/panels/sources/sources.ts +2 -0
- package/front_end/panels/timeline/TimelineFlameChartDataProvider.ts +21 -2
- package/front_end/panels/timeline/TimelineUIUtils.ts +16 -0
- 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/chunk/cpp.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/java.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/json.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/legacy.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/markdown.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/php.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/python.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/wast.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/xml.js +1 -1
- package/front_end/third_party/codemirror.next/codemirror.next.d.ts +342 -1314
- package/front_end/third_party/codemirror.next/codemirror.next.js +1 -1
- package/front_end/third_party/codemirror.next/package.json +21 -21
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
export{aw as Annotation,ax as AnnotationType,ay as ChangeDesc,az as ChangeSet,aA as Compartment,W as CompletionContext,aO as Decoration,
|
1
|
+
export{aw as Annotation,ax as AnnotationType,ay as ChangeDesc,az as ChangeSet,aA as Compartment,W as CompletionContext,aO as Decoration,n as EditorSelection,aB as EditorState,aQ as EditorView,aC as Facet,aS as GutterMarker,ao as HighlightStyle,L as LRParser,l as Language,g as LanguageSupport,aD as Line,aE as MapMode,aX as MatchDecorator,h as NodeProp,j as NodeSet,N as NodeType,P as Parser,o as Prec,aF as Range,aG as RangeSet,aH as RangeSetBuilder,aI as SelectionRange,aJ as StateEffect,aK as StateEffectType,aL as StateField,ar as StreamLanguage,as as StringStream,b7 as StyleModule,T as Tag,aM as Text,aN as Transaction,k as Tree,b5 as TreeCursor,b2 as ViewPlugin,b3 as ViewUpdate,b4 as WidgetType,O as acceptCompletion,Q as autocompletion,aj as bracketMatching,y as clojure,R as closeBrackets,S as closeBracketsKeymap,U as closeCompletion,ak as codeFolding,z as coffeescript,V as completeAnyWord,A as cpp,ag as css,J as cssStreamParser,X as currentCompletions,$ as cursorMatchingBracket,a0 as cursorSubwordBackward,a1 as cursorSubwordForward,aP as drawSelection,al as ensureSyntaxTree,am as foldGutter,an as foldKeymap,aR as gutter,aT as gutters,au as highlightSelectionMatches,aU as highlightSpecialChars,b6 as highlightTree,a2 as history,a3 as historyKeymap,ah as html,Y as ifNotIn,a4 as indentLess,a5 as indentMore,ap as indentOnInput,aq as indentUnit,a6 as insertNewlineAndIndent,B as java,ai as javascript,D as json,q as keymap,aV as lineNumberMarkers,aW as lineNumbers,F as markdown,G as php,aY as placeholder,H as python,a7 as redo,a8 as redoSelection,aZ as repositionTooltips,a_ as scrollPastEnd,a9 as selectMatchingBracket,av as selectNextOccurrence,aa as selectSubwordBackward,ab as selectSubwordForward,Z as selectedCompletion,I as shell,a$ as showPanel,b0 as showTooltip,ac as standardKeymap,_ as startCompletion,at as syntaxHighlighting,m as syntaxTree,t as tags,ad as toggleComment,b1 as tooltips,ae as undo,af as undoSelection,K as wast,M as xml}from"./chunk/codemirror.js";
|
@@ -3,27 +3,27 @@
|
|
3
3
|
"version": "0.0.1",
|
4
4
|
"private": true,
|
5
5
|
"dependencies": {
|
6
|
-
"@codemirror/autocomplete": "
|
7
|
-
"@codemirror/commands": "0.
|
8
|
-
"@codemirror/lang-cpp": "0.
|
9
|
-
"@codemirror/lang-css": "0.
|
10
|
-
"@codemirror/lang-html": "
|
11
|
-
"@codemirror/lang-java": "0.
|
12
|
-
"@codemirror/lang-javascript": "0.
|
13
|
-
"@codemirror/lang-json": "0.
|
14
|
-
"@codemirror/lang-markdown": "0.
|
15
|
-
"@codemirror/lang-php": "0.
|
16
|
-
"@codemirror/lang-python": "0.
|
17
|
-
"@codemirror/lang-wast": "0.
|
18
|
-
"@codemirror/lang-xml": "0.
|
19
|
-
"@codemirror/language": "0.
|
20
|
-
"@codemirror/legacy-modes": "
|
21
|
-
"@codemirror/search": "0.
|
22
|
-
"@codemirror/state": "
|
23
|
-
"@codemirror/view": "
|
24
|
-
"@lezer/common": "0.
|
25
|
-
"@lezer/highlight": "0.
|
26
|
-
"@lezer/lr": "
|
6
|
+
"@codemirror/autocomplete": "6.1.0",
|
7
|
+
"@codemirror/commands": "6.0.1",
|
8
|
+
"@codemirror/lang-cpp": "6.0.1",
|
9
|
+
"@codemirror/lang-css": "6.0.0",
|
10
|
+
"@codemirror/lang-html": "6.1.0",
|
11
|
+
"@codemirror/lang-java": "6.0.0",
|
12
|
+
"@codemirror/lang-javascript": "6.0.2",
|
13
|
+
"@codemirror/lang-json": "6.0.0",
|
14
|
+
"@codemirror/lang-markdown": "6.0.1",
|
15
|
+
"@codemirror/lang-php": "6.0.0",
|
16
|
+
"@codemirror/lang-python": "6.0.1",
|
17
|
+
"@codemirror/lang-wast": "6.0.0",
|
18
|
+
"@codemirror/lang-xml": "6.0.0",
|
19
|
+
"@codemirror/language": "6.0.0",
|
20
|
+
"@codemirror/legacy-modes": "6.1.0",
|
21
|
+
"@codemirror/search": "6.0.1",
|
22
|
+
"@codemirror/state": "6.1.1",
|
23
|
+
"@codemirror/view": "6.1.4",
|
24
|
+
"@lezer/common": "1.0.0",
|
25
|
+
"@lezer/highlight": "1.0.0",
|
26
|
+
"@lezer/lr": "1.2.1",
|
27
27
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
28
28
|
"rollup-plugin-dts": "^4.0.0",
|
29
29
|
"rollup-plugin-terser": "^7.0.2",
|
package/package.json
CHANGED