gecko-dev/devtools/shared
Jefry Lagrange bd7874038e Bug 1517728 - Export Console content to file. .
Add a context menu entry to export the console output to a file.
We group the 2 export entries into a submenu.

Differential Revision: https://phabricator.services.mozilla.com/D22158

--HG--
extra : moz-landing-system : lando
2019-06-28 08:28:53 +00:00
..
acorn Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
adb Bug 1552108 - Do not wait for runtimes in about:debugging init if ADB not started r=ladybenko 2019-05-16 13:23:40 +00:00
client Bug 1550835 - DOM mutation breakpoint server API. r=jlast,gl 2019-06-26 06:23:03 +00:00
css Bug 1561131: Adding parsing support for text-decoration-skip-ink r=emilio 2019-06-27 21:34:33 +00:00
discovery Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
fronts Bug 1555625 - Basic skeleton of side panel for WS frames. r=Honza 2019-06-19 20:00:30 +00:00
heapsnapshot Bug 1544322 - Part 4 - Remove the [type] attribute for multiline <script> tags loading files in /tests/SimpleTest/ r=bzbarsky 2019-04-16 04:01:46 +00:00
inspector Bug 1553451 - Lower the eslint complexity level to 20 for devtools and exlude more complex functions; r=jdescottes 2019-05-23 09:06:16 +00:00
jsbeautify Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
layout Bug 1559257 - Removing getSameTypeRootTreeItemIgnoreBrowserBoundaries and getSameTypeParentIgnoreBrowserBoundaries usage; r=ochameau 2019-06-18 15:59:29 +00:00
locales Bug 1521188 - Indicate grid/flex container/item in infobar highlighter. r=pbro 2019-06-10 17:09:56 +00:00
node-properties
performance Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
platform
preferences Bug 1552116 - Move devtools.inspector.inactive.css.enabled to devtools shared preferences r=miker 2019-05-16 09:58:43 +00:00
protocol Bug 1560445 - Extract classes from protocol.js. r=yulia 2019-06-26 15:53:20 +00:00
qrcode Bug 1544322 - Part 1 - Remove the [type] attribute for one-liner <script> tags loading files in chrome://mochikit/content/ r=bzbarsky 2019-04-15 20:56:58 +00:00
screenshot
security Bug 1558726. Stop using [array] in nsISocketTransportService. r=dragana 2019-06-13 04:21:32 +00:00
specs Bug 1550835 - DOM mutation breakpoint server API. r=jlast,gl 2019-06-26 06:23:03 +00:00
sprintfjs
test-helpers Bug 1541819 - Expose the number of still-allocated objects via the allocation tracker. r=jdescottes 2019-04-09 18:58:29 +00:00
tests Bug 1517728 - Export Console content to file. . 2019-06-28 08:28:53 +00:00
transport Bug 1540693 - Fix BrowserTabList leak. r=jdescottes 2019-04-23 08:23:16 +00:00
webconsole Bug 1556068 - Track JsPropertyProvider's analyzeInput string and bail if it's taking too long. r=Honza. 2019-06-06 13:08:21 +00:00
worker Bug 1549999 - Use notification infrastructure to implement DOM event breakpoints. r=davidwalsh 2019-06-19 22:27:57 +00:00
.eslintrc.js
async-storage.js
async-utils.js
base-loader.js Bug 1541819 - Allow the loader to load modules in a distinct system compartment. r=jdescottes 2019-04-09 18:58:25 +00:00
builtin-modules.js Bug 1549999 - Use notification infrastructure to implement DOM event breakpoints. r=davidwalsh 2019-06-19 22:27:57 +00:00
constants.js Bug 1552067 - adding text label audit type serverside support. r=nchevobbe 2019-06-06 08:05:19 +00:00
content-observer.js
debounce.js Backed out changeset 3c2a368a4c8b (bug 1552464) for xpcshell failures on test_rotate_viewport.js on a CLOSED TREE 2019-05-22 14:57:46 +03:00
defer.js
deprecated-sync-thenables.js
DevToolsUtils.js Bug 1517728 - Export Console content to file. . 2019-06-28 08:28:53 +00:00
dom-node-constants.js
dom-node-filter-constants.js
event-emitter.js Bug 1514197 - finish emitting events before clearing; r=jdescottes 2018-12-14 17:36:45 +00:00
execution-point-utils.js Bug 1547084 Part 4 - Switch to a search focused control logic architecture, r=loganfsmyth. 2019-05-12 13:17:40 -10:00
extend.js
flags.js Backed out 2 changesets (bug 1544976) for causing xpcshell failures in devtools/client/memory/test/unit/test_action_diffing_02.js. a=backout 2019-04-30 04:37:53 +03:00
generate-uuid.js
indentation.js
indexed-db.js
jar.mn
l10n.js Bug 1464132 - devtools l10n use console.error if localized string is unavailable r=jlast 2019-05-16 15:20:03 +00:00
loader-plugin-raw.jsm Bug 1520868 - Replacing AsyncOpen2 with AsyncOpen always r=valentin 2019-02-12 16:08:25 +00:00
Loader.jsm Bug 1307227 - Ensure the provider is always initialized for calls to lazyRequireGetter; r=ochameau 2019-05-31 15:54:03 +00:00
moz.build Bug 1547084 Part 4 - Switch to a search focused control logic architecture, r=loganfsmyth. 2019-05-12 13:17:40 -10:00
multi-e10s-helper.js Bug 1522511 - [remote-dbg-next] Do not prevent service-worker debugging if new sw implementation is enabled r=ladybenko 2019-03-07 09:35:52 +00:00
Parser.jsm Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
path.js
plural-form.js Bug 1340971 - Use proper plural form in editor.searchResults and sourceSearch.resultsSummary1 r=davidwalsh,flod 2019-06-11 19:25:15 +00:00
protocol.js Bug 1560445 - Extract classes from protocol.js. r=yulia 2019-06-26 15:53:20 +00:00
system.js Backed out 7 changesets (bug 1518632, bug 1463198, bug 1455707, bug 1522934, bug 1322797, bug 1474285) for build bustages at /builds/worker/workspace/build/src/toolkit/xre/nsAppRunner.cpp on a CLOSED TREE 2019-01-31 03:34:49 +02:00
task.js
ThreadSafeDevToolsUtils.js Bug 1526886 - Fix nits in main.js error messages. r=yulia. 2019-06-26 15:27:16 +00:00
throttle.js
wasm-source-map.js