gecko-dev/devtools/shared
Nicolas Chevobbe 38fc79b020 Bug 1566850 - Remove target.activeConsole usage in tests. r=ochameau.
Differential Revision: https://phabricator.services.mozilla.com/D56688

--HG--
extra : moz-landing-system : lando
2019-12-13 13:58:54 +00:00
..
acorn Bug 1519103 - Remove Scratchpad panel. r=bgrins. 2019-10-27 09:05:58 +00:00
adb Bug 1582020 - Minimize time between adb.py's OKAY and exit r=jdescottes 2019-10-21 09:59:02 +00:00
client Bug 1602769 - Remove unused DebuggerClient.connect onConnected param. r=ladybenko. 2019-12-13 13:26:29 +00:00
css Bug 770780 - Add support for parsing of the CSS text-underline-position property. r=emilio 2019-12-04 11:39:15 +00:00
discovery
fronts Bug 1602727 - Fix DevTools destroyer patterns r=nchevobbe 2019-12-15 21:07:59 +00:00
heapsnapshot Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
inspector Bug 1596800 - Remove document.getBindingParent usage from devtools. r=jdescottes 2019-11-18 20:54:10 +00:00
jsbeautify Bug 1568779 - Remove editors settings comments in devtools files. r=pbro. 2019-08-19 12:48:16 +00:00
layout Bug 1596800 - Remove document.getBindingParent usage from devtools. r=jdescottes 2019-11-18 20:54:10 +00:00
locales Bug 1550804 - Add color scheme simulation to the inspector. r=pbro 2019-10-25 19:28:02 +00:00
node-properties
performance
performance-new Bug 1602800 - Move the function that gets BrowsingContext ID to a new file inside shared folder r=gregtatum 2019-12-12 13:53:31 +00:00
platform Bug 1568779 - Remove editors settings comments in devtools files. r=pbro. 2019-08-19 12:48:16 +00:00
protocol Bug 1525966 - Reject Error object instead of string in DevTools Front:onPacket r=nchevobbe 2019-12-11 17:31:39 +00:00
qrcode Bug 1589334 - Enable ESLint for all of devtools/shared/ (automatic changes). r=Standard8,jdescottes 2019-12-03 10:11:13 +00:00
resources Bug 1594739 - Test workers listening via the TargetList API. r=jdescottes 2019-12-12 12:33:45 +00:00
screenshot
security Bug 1539462 - Remove WebIDE r=ochameau,jryans,janerik,fluent-reviewers,flod 2019-09-25 17:24:58 +00:00
specs Bug 1602489 - Basic eager evaluation support, r=nchevobbe. 2019-12-12 21:48:03 +00:00
sprintfjs
storage Bug 1573201 - Add limited write support for extension storage.local data in addon debugger r=miker,rpl 2019-11-22 20:09:59 +00:00
test-helpers Bug 1582512 - Disable the javascript filename load restriction on specific tests r=jdescottes 2019-12-02 17:27:24 +00:00
tests Bug 1603035 - Return a function from EventEmitter.on that removes the event listener when called. r=rcaliman. 2019-12-13 13:55:23 +00:00
transport Bug 1602769 - Remove unused DebuggerClient.connect onConnected param. r=ladybenko. 2019-12-13 13:26:29 +00:00
webconsole Bug 1566850 - Remove target.activeConsole usage in tests. r=ochameau. 2019-12-13 13:58:54 +00:00
worker Bug 1582512 - Disable the javascript filename load restriction on specific tests r=jdescottes 2019-12-02 17:27:24 +00:00
.eslintrc.js
accessibility.js
async-storage.js Bug 1603126 - Fix Promise rejections in async-storage. r=jdescottes. 2019-12-13 07:55:22 +00:00
async-utils.js
base-loader.js Bug 1571466 - Cleanup unnecessary ESLint global definitions. r=mossop 2019-08-19 07:11:56 +00:00
builtin-modules.js Bug 1539453 - Don't mark debugger sandbox as invisible to the debugger, r=ochameau. 2019-09-24 16:48:43 +00:00
constants.js Bug 1577759 - add a keyboard check for non-focusable non-semantic elements that are interactive with mouse only. r=nchevobbe 2019-09-02 06:59:33 +00:00
content-observer.js
debounce.js Bug 1595068 - Fix issue with debounced autocompletion in JsTerm. r=Honza,julienw. 2019-11-13 16:19:18 +00:00
defer.js Bug 1585271 - Remove custom defer function in Front.js. r=ochameau. 2019-10-01 09:41:24 +00:00
DevToolsUtils.js Bug 1593921 - Use eslint-disable-next-line to disable complexity checks in DevTools r=pbro 2019-11-05 14:29:04 +00:00
dom-helpers.js Bug 1592517 - Migrate devtools DOMHelpers.jsm from JSM to plain JS module r=ochameau 2019-10-30 11:25:01 +00:00
dom-node-constants.js Bug 1599135 - Expose all Reps file. r=jlast. 2019-11-27 07:07:30 +00:00
dom-node-filter-constants.js
event-emitter.js Bug 1603035 - Return a function from EventEmitter.on that removes the event listener when called. r=rcaliman. 2019-12-13 13:55:23 +00:00
execution-point-utils.js Bug 1580104 Part 1 - Fix various control logic bugs, r=jlast. 2019-09-10 22:14:16 +00:00
extend.js
flags.js
generate-uuid.js
indentation.js Bug 1568779 - Remove editors settings comments in devtools files. r=pbro. 2019-08-19 12:48:16 +00:00
indexed-db.js
jar.mn Bug 1572793 - Move webextension-fallback.html from devtools/client/jar.mn to devtools/shared/jar.mn. r=jdescottes 2019-08-19 06:30:56 +00:00
l10n.js
loader-plugin-raw.jsm
Loader.jsm Bug 1598557 - Move all BrowserToolbox files to a dedicated folder r=ochameau 2019-11-27 11:08:11 +00:00
moz.build Bug 1573201 - Add limited write support for extension storage.local data in addon debugger r=miker,rpl 2019-11-22 20:09:59 +00:00
natural-sort.js Bug 1593921 - Use eslint-disable-next-line to disable complexity checks in DevTools r=pbro 2019-11-05 14:29:04 +00:00
path.js
plural-form.js
protocol.js
service-workers-debug-helper.js Bug 1552945 - Send push events to ServiceWorkerRegistrationActor's active Service Worker r=jdescottes 2019-08-20 15:21:02 +00:00
system.js
task.js Bug 1568779 - Remove editors settings comments in devtools files. r=pbro. 2019-08-19 12:48:16 +00:00
ThreadSafeDevToolsUtils.js
throttle.js
wasm-source-map.js
webextension-fallback.html Bug 1572793 - Move webextension-fallback.html from devtools/client/jar.mn to devtools/shared/jar.mn. r=jdescottes 2019-08-19 06:30:56 +00:00