Files
palemoon27/toolkit/devtools/jar.mn
T
roytam1 8ed22681df import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1163861 - Pass window IDs in nsILoadInfo (r=ckerschb) (4cd150a88)
- fix of extra of Bug 1137287 - Part 2: (69fbdfbe0)
- Bug 1159280 - TSan: data race netwerk/protocol/websocket/WebSocketChannel.cpp:3156 WebSocketChannel::Close, r=mcmanus (306796e71)
- resources in browser, not global (f55b0a903)
- Bug 1163268 - Remove UI options for recording with memory and jit optimizations. r=vp (56e82c90a)
- Bug 1163384 - Add 'devtools-toolbarbutton' class to performance tool buttons to make them correct themed on Linux. r=jsantell (c3ce44795)
- Bug 1141313 - Reenable several disabled performance tool tests that are now resolved. r=vp (3585f6bc1)
- Bug 1146239 - Show the recording as loading in the performance sidebar after it has stopped; r=jsantell (4ee8200ea)
- Bug 1146239 - Show the recording as loading in the performance details pane after it has stopped; r=jsantell (137a5f810)
- Bug 1160313 - Remove temporary retro-mode for performance tools. r=vp (0131c940d)
- Bug 1164281 - Make a new pref devtools.performance.ui.experimental enabled on nightly to show experimental options. r=vp (1a3f90404)
- Bug 1162583 - Disable realtime rendering in performance tools when e10s is not on. r=vp (8f138f0dc)
2021-05-19 13:08:44 +08:00

154 lines
15 KiB
Plaintext

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#ifdef MOZ_DEVTOOLS
toolkit.jar:
content/global/devtools/widgets.css (shared/widgets/widgets.css)
content/global/devtools/widgets/VariablesView.xul (shared/widgets/VariablesView.xul)
content/global/devtools/markup-view.xhtml (markupview/markup-view.xhtml)
content/global/devtools/markup-view.css (markupview/markup-view.css)
content/global/devtools/projecteditor.xul (projecteditor/chrome/content/projecteditor.xul)
content/global/devtools/readdir.js (projecteditor/lib/helpers/readdir.js)
content/global/devtools/projecteditor-loader.xul (projecteditor/chrome/content/projecteditor-loader.xul)
content/global/devtools/projecteditor-test.xul (projecteditor/chrome/content/projecteditor-test.xul)
content/global/devtools/projecteditor-loader.js (projecteditor/chrome/content/projecteditor-loader.js)
content/global/devtools/netmonitor.xul (netmonitor/netmonitor.xul)
content/global/devtools/netmonitor.css (netmonitor/netmonitor.css)
content/global/devtools/netmonitor-controller.js (netmonitor/netmonitor-controller.js)
content/global/devtools/netmonitor-view.js (netmonitor/netmonitor-view.js)
content/global/devtools/NetworkPanel.xhtml (webconsole/NetworkPanel.xhtml)
content/global/devtools/webconsole.xul (webconsole/webconsole.xul)
* content/global/devtools/scratchpad.xul (scratchpad/scratchpad.xul)
content/global/devtools/scratchpad.js (scratchpad/scratchpad.js)
content/global/devtools/scratchpad-commands.js (scratchpad/scratchpad-commands.js)
content/global/devtools/splitview.css (shared/splitview.css)
content/global/devtools/theme-switching.js (shared/theme-switching.js)
content/global/devtools/frame-script-utils.js (shared/frame-script-utils.js)
content/global/devtools/styleeditor.xul (styleeditor/styleeditor.xul)
content/global/devtools/styleeditor.css (styleeditor/styleeditor.css)
content/global/devtools/storage.xul (storage/storage.xul)
content/global/devtools/computedview.xhtml (styleinspector/computedview.xhtml)
content/global/devtools/cssruleview.xhtml (styleinspector/cssruleview.xhtml)
content/global/devtools/ruleview.css (styleinspector/ruleview.css)
content/global/devtools/layoutview/view.js (layoutview/view.js)
content/global/devtools/layoutview/view.xhtml (layoutview/view.xhtml)
content/global/devtools/layoutview/view.css (layoutview/view.css)
content/global/devtools/fontinspector/font-inspector.js (fontinspector/font-inspector.js)
content/global/devtools/fontinspector/font-inspector.xhtml (fontinspector/font-inspector.xhtml)
content/global/devtools/fontinspector/font-inspector.css (fontinspector/font-inspector.css)
content/global/devtools/animationinspector/animation-controller.js (animationinspector/animation-controller.js)
content/global/devtools/animationinspector/animation-panel.js (animationinspector/animation-panel.js)
content/global/devtools/animationinspector/animation-inspector.xhtml (animationinspector/animation-inspector.xhtml)
content/global/devtools/codemirror/codemirror.js (sourceeditor/codemirror/codemirror.js)
content/global/devtools/codemirror/codemirror.css (sourceeditor/codemirror/codemirror.css)
content/global/devtools/codemirror/javascript.js (sourceeditor/codemirror/mode/javascript.js)
content/global/devtools/codemirror/xml.js (sourceeditor/codemirror/mode/xml.js)
content/global/devtools/codemirror/css.js (sourceeditor/codemirror/mode/css.js)
content/global/devtools/codemirror/htmlmixed.js (sourceeditor/codemirror/mode/htmlmixed.js)
content/global/devtools/codemirror/clike.js (sourceeditor/codemirror/mode/clike.js)
content/global/devtools/codemirror/activeline.js (sourceeditor/codemirror/selection/active-line.js)
content/global/devtools/codemirror/trailingspace.js (sourceeditor/codemirror/edit/trailingspace.js)
content/global/devtools/codemirror/matchbrackets.js (sourceeditor/codemirror/edit/matchbrackets.js)
content/global/devtools/codemirror/closebrackets.js (sourceeditor/codemirror/edit/closebrackets.js)
content/global/devtools/codemirror/comment.js (sourceeditor/codemirror/comment/comment.js)
content/global/devtools/codemirror/searchcursor.js (sourceeditor/codemirror/search/searchcursor.js)
content/global/devtools/codemirror/search.js (sourceeditor/codemirror/search/search.js)
content/global/devtools/codemirror/dialog.js (sourceeditor/codemirror/dialog/dialog.js)
content/global/devtools/codemirror/dialog.css (sourceeditor/codemirror/dialog/dialog.css)
content/global/devtools/codemirror/emacs.js (sourceeditor/codemirror/keymap/emacs.js)
content/global/devtools/codemirror/sublime.js (sourceeditor/codemirror/keymap/sublime.js)
content/global/devtools/codemirror/vim.js (sourceeditor/codemirror/keymap/vim.js)
content/global/devtools/codemirror/foldcode.js (sourceeditor/codemirror/fold/foldcode.js)
content/global/devtools/codemirror/brace-fold.js (sourceeditor/codemirror/fold/brace-fold.js)
content/global/devtools/codemirror/comment-fold.js (sourceeditor/codemirror/fold/comment-fold.js)
content/global/devtools/codemirror/xml-fold.js (sourceeditor/codemirror/fold/xml-fold.js)
content/global/devtools/codemirror/foldgutter.js (sourceeditor/codemirror/fold/foldgutter.js)
content/global/devtools/codemirror/tern.js (sourceeditor/codemirror/tern/tern.js)
content/global/devtools/codemirror/show-hint.js (sourceeditor/codemirror/hint/show-hint.js)
content/global/devtools/codemirror/mozilla.css (sourceeditor/codemirror/mozilla.css)
content/global/devtools/debugger.xul (debugger/debugger.xul)
content/global/devtools/debugger.css (debugger/debugger.css)
content/global/devtools/debugger-controller.js (debugger/debugger-controller.js)
content/global/devtools/debugger-view.js (debugger/debugger-view.js)
content/global/devtools/debugger-toolbar.js (debugger/debugger-toolbar.js)
content/global/devtools/debugger/sources-view.js (debugger/views/sources-view.js)
content/global/devtools/debugger/event-listeners-view.js (debugger/views/event-listeners-view.js)
content/global/devtools/debugger/global-search-view.js (debugger/views/global-search-view.js)
content/global/devtools/debugger-panes.js (debugger/debugger-panes.js)
content/global/devtools/debugger/utils.js (debugger/utils.js)
content/global/devtools/shadereditor.xul (shadereditor/shadereditor.xul)
content/global/devtools/shadereditor.js (shadereditor/shadereditor.js)
content/global/devtools/canvasdebugger.xul (canvasdebugger/canvasdebugger.xul)
content/global/devtools/canvasdebugger.js (canvasdebugger/canvasdebugger.js)
content/global/devtools/canvasdebugger/snapshotslist.js (canvasdebugger/snapshotslist.js)
content/global/devtools/canvasdebugger/callslist.js (canvasdebugger/callslist.js)
content/global/devtools/d3.js (shared/d3.js)
content/global/devtools/webaudioeditor.xul (webaudioeditor/webaudioeditor.xul)
content/global/devtools/dagre-d3.js (webaudioeditor/lib/dagre-d3.js)
content/global/devtools/webaudioeditor/includes.js (webaudioeditor/includes.js)
content/global/devtools/webaudioeditor/models.js (webaudioeditor/models.js)
content/global/devtools/webaudioeditor/controller.js (webaudioeditor/controller.js)
content/global/devtools/webaudioeditor/views/utils.js (webaudioeditor/views/utils.js)
content/global/devtools/webaudioeditor/views/context.js (webaudioeditor/views/context.js)
content/global/devtools/webaudioeditor/views/inspector.js (webaudioeditor/views/inspector.js)
content/global/devtools/webaudioeditor/views/properties.js (webaudioeditor/views/properties.js)
content/global/devtools/webaudioeditor/views/automation.js (webaudioeditor/views/automation.js)
content/global/devtools/performance.xul (performance/performance.xul)
* content/global/devtools/performance/system.js (performance/system.js)
content/global/devtools/performance/performance-controller.js (performance/performance-controller.js)
content/global/devtools/performance/performance-view.js (performance/performance-view.js)
content/global/devtools/performance/views/overview.js (performance/views/overview.js)
content/global/devtools/performance/views/toolbar.js (performance/views/toolbar.js)
content/global/devtools/performance/views/details.js (performance/views/details.js)
content/global/devtools/performance/views/details-subview.js (performance/views/details-abstract-subview.js)
content/global/devtools/performance/views/details-waterfall.js (performance/views/details-waterfall.js)
content/global/devtools/performance/views/details-js-call-tree.js (performance/views/details-js-call-tree.js)
content/global/devtools/performance/views/details-js-flamegraph.js (performance/views/details-js-flamegraph.js)
content/global/devtools/performance/views/details-memory-call-tree.js (performance/views/details-memory-call-tree.js)
content/global/devtools/performance/views/details-memory-flamegraph.js (performance/views/details-memory-flamegraph.js)
content/global/devtools/performance/views/recordings.js (performance/views/recordings.js)
content/global/devtools/performance/views/jit-optimizations.js (performance/views/jit-optimizations.js)
content/global/devtools/responsivedesign/resize-commands.js (responsivedesign/resize-commands.js)
content/global/devtools/commandlineoutput.xhtml (commandline/commandlineoutput.xhtml)
content/global/devtools/commandlinetooltip.xhtml (commandline/commandlinetooltip.xhtml)
content/global/devtools/commandline/commands-index.js (commandline/commands-index.js)
content/global/devtools/framework/toolbox-window.xul (framework/toolbox-window.xul)
content/global/devtools/framework/toolbox-options.xul (framework/toolbox-options.xul)
content/global/devtools/framework/toolbox-options.js (framework/toolbox-options.js)
content/global/devtools/framework/toolbox.xul (framework/toolbox.xul)
content/global/devtools/framework/options-panel.css (framework/options-panel.css)
content/global/devtools/framework/toolbox-process-window.xul (framework/toolbox-process-window.xul)
* content/global/devtools/framework/toolbox-process-window.js (framework/toolbox-process-window.js)
content/global/devtools/framework/dev-edition-promo.xul (framework/dev-edition-promo/dev-edition-promo.xul)
* content/global/devtools/framework/dev-edition-promo.css (framework/dev-edition-promo/dev-edition-promo.css)
content/global/devtools/framework/dev-edition-logo.png (framework/dev-edition-promo/dev-edition-logo.png)
content/global/devtools/inspector/inspector.xul (inspector/inspector.xul)
content/global/devtools/inspector/inspector.css (inspector/inspector.css)
content/global/devtools/connect.xhtml (framework/connect/connect.xhtml)
content/global/devtools/connect.css (framework/connect/connect.css)
content/global/devtools/connect.js (framework/connect/connect.js)
content/global/devtools/app-manager/template.js (app-manager/content/template.js)
content/global/devtools/app-manager/utils.js (app-manager/content/utils.js)
content/global/devtools/app-manager/connection-footer.js (app-manager/content/connection-footer.js)
content/global/devtools/app-manager/connection-footer.xhtml (app-manager/content/connection-footer.xhtml)
content/global/devtools/app-manager/device.js (app-manager/content/device.js)
content/global/devtools/app-manager/device.xhtml (app-manager/content/device.xhtml)
content/global/devtools/app-manager/projects.js (app-manager/content/projects.js)
content/global/devtools/app-manager/projects.xhtml (app-manager/content/projects.xhtml)
content/global/devtools/app-manager/index.xul (app-manager/content/index.xul)
content/global/devtools/app-manager/index.js (app-manager/content/index.js)
content/global/devtools/app-manager/help.xhtml (app-manager/content/help.xhtml)
content/global/devtools/app-manager/manifest-editor.js (app-manager/content/manifest-editor.js)
content/global/devtools/graphs-frame.xhtml (shared/widgets/graphs-frame.xhtml)
content/global/devtools/spectrum-frame.xhtml (shared/widgets/spectrum-frame.xhtml)
content/global/devtools/spectrum.css (shared/widgets/spectrum.css)
content/global/devtools/cubic-bezier-frame.xhtml (shared/widgets/cubic-bezier-frame.xhtml)
content/global/devtools/cubic-bezier.css (shared/widgets/cubic-bezier.css)
content/global/devtools/filter-frame.xhtml (shared/widgets/filter-frame.xhtml)
content/global/devtools/filter-widget.css (shared/widgets/filter-widget.css)
content/global/devtools/eyedropper.xul (eyedropper/eyedropper.xul)
content/global/devtools/eyedropper/crosshairs.css (eyedropper/crosshairs.css)
content/global/devtools/eyedropper/nocursor.css (eyedropper/nocursor.css)
#endif