gecko-dev/devtools/shared
J. Ryan Stinnett 95f1b0a6e8 Bug 1268134 - Add client and toolbox access to specific windows. r=ochameau
MozReview-Commit-ID: 3IILOc6gZFi

--HG--
extra : rebase_source : d92daa4671905dc50bef4a53a2a3fd3d66055105
2016-04-14 17:09:49 -05:00
..
acorn Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
apps Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
client Bug 1268134 - Add client and toolbox access to specific windows. r=ochameau 2016-04-14 17:09:49 -05:00
css Merge mozilla-central to mozilla-inbound 2017-02-09 11:38:08 +01:00
discovery Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
fronts Bug 1334865 part 2. Remove the unused (and broken) asyncDrawXULElement API. r=smaug 2017-02-01 18:04:06 -05:00
gcli Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws. 2017-01-30 08:10:22 +01:00
heapsnapshot Bug 1338086 - Remove useless else blocks in order to reduce complexity devtools/shared/ r=fitzgen 2017-02-09 10:09:21 +01:00
inspector Bug 1327773 - Fix non-functioning devtools option 'Indent using spaces' by modifying prettifyCSS.js; r=tromey 2017-02-07 21:06:28 +05:30
jsbeautify Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
layout Bug 1334199 - script-generated patch to omit getComputedStyle's second argument when it's falsy, r=jaws. 2017-01-27 10:51:02 +01:00
locales Bug 1316855 - Tooltip of "Toolbox Buttons" should show their shortcut. r=jryans 2016-11-29 13:21:00 -05:00
node-properties
performance Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
platform Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
pretty-fast Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
qrcode Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
security Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
shims Bug 1320084 - Remove useless devtools JSM shims. r=jryans 2017-01-04 09:11:25 -08:00
sourcemap Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
specs Bug 1313155 - Remove dom/settings and related code. r=Ehsan 2016-12-29 11:26:49 -08:00
sprintfjs
tests Bug 1327773 - Fix non-functioning devtools option 'Indent using spaces' by modifying prettifyCSS.js; r=tromey 2017-02-07 21:06:28 +05:30
touch Bug 1329182 - remove trailing newURI null parameters in devtools/, r=jaws. 2017-01-09 20:27:26 +01:00
transport Bug 1326410 - Fixing ESLint Errors. r=ntim 2017-02-06 06:53:00 +00:00
webconsole Bug 1326412 - Fix ESLint issues in devtools/shared/webconsole/test/common.js. r=jryans 2017-02-13 19:16:56 +00:00
worker Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01: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 Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
Loader.jsm Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01: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 1321839 - make devtools/shared eslint-clean; r=jryans 2016-12-02 10:32:04 -07:00
async-storage.js
async-utils.js
builtin-modules.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
content-observer.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01: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 1321839 - make devtools/shared eslint-clean; r=jryans 2016-12-02 10:32:04 -07: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
event-emitter.js Bug 1330074 - Enable no-self-assign, no-useless-call and no-useless-return in devtools/. r=jryans 2017-01-10 22:14:03 +00:00
flags.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +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
jar.mn
l10n.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01: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 1330325 - add BUG_COMPONENT to devtools/* files. r=jryans 2017-01-13 08:40:35 -05:00
path.js Bug 1321839 - make devtools/shared eslint-clean; r=jryans 2016-12-02 10:32:04 -07:00
plural-form.js Backed out 2 changesets (bug 1312041) for mass failures a=backout 2016-11-01 10:30:45 -07:00
protocol.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
system.js Bug 1321839 - make devtools/shared eslint-clean; r=jryans 2016-12-02 10:32:04 -07:00
task.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00