gecko-dev/devtools/shared
yulia 77f46589d6 Bug 1494796 - Use promise pattern rather than callback pattern for threadClient methods; r=ochameau
This is preparation for moving the threadClient to a front. Fronts do not support the
callback style that clients have, they only support promises. As such, this patch migrates all
instances of the threadClient using callback style methods to promises. I have cc'd the debugger
team so that they are aware of this change and it doesn't take them by surprise.

try run : https://treeherder.mozilla.org/#/jobs?repo=try&selectedJob=242251058&revision=dbd6cca9619ca0880e920d5b86fc6d6e0c728113

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

--HG--
extra : moz-landing-system : lando
2019-05-02 15:39:20 +00:00
..
acorn Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
adb Bug 1514787 - Remain on the same Runtime page when reloading about:debugging r=ladybenko,daisuke 2019-04-29 19:32:16 +00:00
client Bug 1494796 - Use promise pattern rather than callback pattern for threadClient methods; r=ochameau 2019-05-02 15:39:20 +00:00
css Bug 1531228 - Enable the new scroll snap and disable the old scroll snap on nightly. r=botond 2019-04-11 06:22:01 +00:00
discovery Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
fronts Bug 1529247 - remove unused pausedLongString method, threadLongString and arrayBuffer methods; r=ochameau 2019-04-30 14:44:23 +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 1539265 - Handle ::marker pseudo-elements in css-logic.js, so their rules show in the rule view. r=jdescottes 2019-04-02 07:45:31 +00:00
jsbeautify Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
layout Bug 1497393 Part 7 - Server side changes for inspector support while replaying, r=pbro. 2019-03-09 16:45:50 -10:00
locales Bug 1544829 - Implement print media type emulation in the new rules view. r=mtigley 2019-04-16 16:37:11 -04:00
node-properties
performance Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
platform Bug 1493292 - Remove aDataLen parameters from nsITransferable.getTransferData. r=smaug 2018-11-20 16:59:56 +00:00
preferences 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
protocol
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 Bug 1498143 - Pass nodeActorID to screenshot actor to enable feature in iframes and shadowroots;r=pbro,yulia 2018-11-19 13:27:51 +00:00
security Bug 1540693 - Fix BrowserTabList leak. r=jdescottes 2019-04-23 08:23:16 +00:00
specs Bug 1545021 - Convert ArrayBuffer to a Front and Protocoljs actor; r=ochameau,jdescottes 2019-04-30 14:40:43 +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 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
transport Bug 1540693 - Fix BrowserTabList leak. r=jdescottes 2019-04-23 08:23:16 +00:00
webconsole Bug 1514766 - Change the order of the autocomplete popup to display lowercase items and perfect matches first. r=nchevobbe. 2019-04-16 12:31:51 +00:00
worker Bug 1533202 Part 2 - Enumerate WeakMap/WeakSet entries in workers, r=loganfsmyth. 2019-04-15 12:05:38 -10: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 1544170 Part 2 - ReplayInspector changes to support showing styles, r=loganfsmyth. 2019-04-12 16:35:18 -10:00
constants.js Bug 1546555 - include WCAG score as part of contrast check to only calculate once. Rename ColorContrastScores constant to SCORES to be used by all checks. r=nchevobbe 2019-04-27 13:33:27 +00:00
content-observer.js
debounce.js
defer.js
deprecated-sync-thenables.js
DevToolsUtils.js Merge mozilla-inbound to mozilla-central. a=merge 2019-04-19 00:36:23 +03: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
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
loader-plugin-raw.jsm Bug 1520868 - Replacing AsyncOpen2 with AsyncOpen always r=valentin 2019-02-12 16:08:25 +00:00
Loader.jsm Bug 1541819 - Allow the loader to load modules in a distinct system compartment. r=jdescottes 2019-04-09 18:58:25 +00:00
moz.build Bug 1541446 - added audited event to AccessibleActor/Front. r=pbro 2019-04-10 18:36:00 +00: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 1533688 - Sync DevTools plural-form.js with intl/PluralForm.jsm (add rule #19) r=jdescottes 2019-03-19 08:41:43 +00:00
protocol.js Bug 1465635 - Merge all target fronts with Target class. r=yulia,jdescottes 2019-02-02 11:24:32 +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 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
throttle.js
wasm-source-map.js