gecko-dev/devtools/shared
Julian Descottes 23efb92efc Bug 1391563 - stop exporting event-emitter emit method from devtools protocol.js;r=ochameau
MozReview-Commit-ID: Eeh55k6DDCd

--HG--
extra : rebase_source : 4a0c5d3704baf673aaac51ba7702546532bd6056
2017-08-18 17:16:12 +02:00
..
acorn Backed out changeset 192d517219c1 (bug 1369801) 2017-07-27 18:14:38 +02:00
apps Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
client Bug 1137935 - remove all usage of sdk/event/core/ in devtools;r=ochameau 2017-08-16 15:11:21 +02:00
css Bug 1383075 part 2 - Update CSS lexer in devtools to match the change. r=jryans 2017-07-31 09:23:01 +10:00
discovery Bug 1392098 - Enable the new ESLint no-useless-run-test rule across the tree. r=mossop 2017-08-20 18:52:05 +01:00
fronts Bug 1137935 - remove all usage of sdk/event/core/ in devtools;r=ochameau 2017-08-16 15:11:21 +02:00
gcli Bug 1137935 - remove all usage of sdk/event/core/ in devtools;r=ochameau 2017-08-16 15:11:21 +02:00
heapsnapshot Bug 1392098 - Enable the new ESLint no-useless-run-test rule across the tree. r=mossop 2017-08-20 18:52:05 +01:00
inspector Bug 1360868 - Properly formatted data URLs in source links. r=gl 2017-07-29 11:31:13 +02:00
jsbeautify Backed out changeset 192d517219c1 (bug 1369801) 2017-07-27 18:14:38 +02:00
layout Bug 1370278 - used getTransformToAncestor in Grid Inspector highlighter; r=gl 2017-06-09 01:32:27 +02:00
locales Backed out changeset e2100bb65c97 (bug 1369801) 2017-07-27 18:15:03 +02:00
node-properties Bug 1298012 - move l10n.js from devtools/client/shared to devtools/shared;r=bgrins 2016-08-25 17:51:42 +02:00
performance Bug 1392098 - Enable the new ESLint no-useless-run-test rule across the tree. r=mossop 2017-08-20 18:52:05 +01:00
platform Bug 1386584 - Remove JSM boilerplate in devtools/shared/platform/chrome/stack;r=ochameau 2017-08-02 13:24:14 +02:00
pretty-fast Backed out changeset 192d517219c1 (bug 1369801) 2017-07-27 18:14:38 +02:00
qrcode Backed out changeset 192d517219c1 (bug 1369801) 2017-07-27 18:14:38 +02:00
security Backed out changeset 192d517219c1 (bug 1369801) 2017-07-27 18:14:38 +02:00
shims Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
sourcemap Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
specs Bug 1378864 - Stop using sdk/core/heritage in DevTools shared specs/string. r=zer0 2017-08-01 10:03:58 +01:00
sprintfjs Bug 1298012 - move l10n.js from devtools/client/shared to devtools/shared;r=bgrins 2016-08-25 17:51:42 +02:00
tests Bug 1137935 - add support for wildcard event type in devtools event emitter;r=ochameau 2017-08-17 16:42:50 +02:00
touch Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
transport Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
webconsole Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
worker Bug 1378821 - Stop using sdk/window/utils in DevTools; r=zer0 2017-07-10 10:55:40 +02:00
.eslintrc.js Bug 1338585 - Add an eslint rule to require using .ownerGlobal instead of .ownerDocument.defaultView, r=jaws. 2017-02-13 13:01:32 +01:00
DevToolsUtils.js Bug 1382833 - Don't throw when dealing with CPOWs in the Object Actor;r=jimb 2017-07-26 11:22:56 -07:00
Loader.jsm Bug 1386616 - dt-addon: move key-shortcuts.properties to devtools/shim/locales;r=ochameau 2017-08-02 16:20:58 +02:00
Parser.jsm Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
ThreadSafeDevToolsUtils.js Bug 1382833 - Don't throw when dealing with CPOWs in the Object Actor;r=jimb 2017-07-26 11:22:56 -07:00
async-storage.js Bug 1387122 - Remove all useless Promise = require("promise"). r=tromey 2017-08-07 17:53:29 +02:00
async-utils.js Bug 1387122 - Remove all useless Promise = require("promise"). r=tromey 2017-08-07 17:53:29 +02:00
builtin-modules.js Bug 1361333 - use a common Sandbox instance to retrieve devtools globals;r=ochameau 2017-08-01 14:52:23 +02:00
content-observer.js Bug 1137935 - remove all usage of sdk/event/core/ in devtools;r=ochameau 2017-08-16 15:11:21 +02:00
debounce.js Bug 1386545 - Edit comment to stop false-positiveing for sdk/ usages in debounce.js file. r=sole 2017-08-05 07:50:00 -04:00
defer.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
deprecated-sync-thenables.js Bug 1362970 - Part 1 - Add support for "catch" to "deprecated-sync-thenables". r=florian 2017-06-16 11:07:08 +01:00
dom-node-constants.js Bug 1321839 - make devtools/shared eslint-clean; r=jryans 2016-12-02 10:32:04 -07:00
dom-node-filter-constants.js Bug 1274609 - Replace uses of Ci.nsIDOMNodeFilter constants. r=jlongster 2016-07-11 20:28:00 +02:00
event-emitter.js Bug 1137935 - add support for wildcard event type in devtools event emitter;r=ochameau 2017-08-17 16:42:50 +02:00
extend.js Backed out changeset 68c5012ba344 (bug 1378850) for ESlint no-unused-vars failures on a CLOSED TREE. 2017-07-19 12:26:25 -04:00
flags.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
generate-uuid.js Bug 1378824 - Stop using sdk/util/uuid in DevTools. r=jdescottes 2017-07-28 14:36:33 +01:00
indentation.js Bug 1327773 - Fix non-functioning devtools option 'Indent using spaces' by modifying prettifyCSS.js; r=tromey 2017-02-07 21:06:28 +05:30
indexed-db.js Bug 1361333 - move sdk/util/indexed-db to devtools;r=ochameau 2017-07-31 21:55:33 +02:00
jar.mn Backed out changeset 8a8f5e718ddd (bug 1369801) for frequently breaking devtools menus (bug 1384967). r=backout a=backout on a CLOSED TREE 2017-07-27 18:16:52 +02:00
l10n.js Bug 1386616 - dt-addon: move key-shortcuts.properties to devtools/shim/locales;r=ochameau 2017-08-02 16:20:58 +02:00
loader-plugin-raw.jsm Backed out 2 changesets (bug 1312041) for mass failures a=backout 2016-11-01 10:30:45 -07:00
moz.build Bug 1381542 - refactored EventEmitter with old SDK event/core capabilities; r=ochameau 2017-08-11 22:21:28 +02:00
old-event-emitter.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
path.js Bug 1321839 - make devtools/shared eslint-clean; r=jryans 2016-12-02 10:32:04 -07:00
plural-form.js Bug 1356146 - Link webpack alias to m-c shared r=Honza 2017-04-13 14:26:47 +08:00
protocol.js Bug 1391563 - stop exporting event-emitter emit method from devtools protocol.js;r=ochameau 2017-08-18 17:16:12 +02:00
system.js Bug 1375125 - Stop using nsILocalFile in the tree. r=froydnj 2017-08-04 17:49:22 +09:00
task.js Bug 1387122 - Remove all useless Promise = require("promise"). r=tromey 2017-08-07 17:53:29 +02:00
wasm-source-map.js Bug 1364535 - Inverse source mapping for WebAssembly maps. r=jlast 2017-06-19 10:55:20 -05:00