gecko-dev/devtools/shared
Jonathan Kew ec211a5398 Bug 1435983 - Make the 'font' shorthand reset the 'font-variation-settings' property, as required by css-fonts-4. r=emilio 2018-03-05 16:25:22 +01:00
..
acorn Bug 1434374 - Auto-rewrite Cu.import into ChromeUtils.import or require calls. r=jdescottes 2018-02-07 01:37:36 -08:00
apps Bug 1435483 part 1. Stop using nsIXPCException in devtools code. r=ochameau 2018-02-05 16:34:03 -05:00
client Bug 1440320 - Convert Task.jsm to async/await in devtools/shared. r=jryans 2018-02-22 00:49:06 -08:00
css Bug 1435983 - Make the 'font' shorthand reset the 'font-variation-settings' property, as required by css-fonts-4. r=emilio 2018-03-05 16:25:22 +01:00
discovery Bug 1440320 - Convert Task.jsm to async/await in devtools/shared. r=jryans 2018-02-22 00:49:06 -08:00
fronts Backed out 2 changesets (bug 1428430) for devtools failure on /builds/worker/workspace/build/src/accessible/base/nsAccessibilityService.cpp:1045 a=backout 2018-03-02 01:48:52 +02:00
gcli Bug 1439000 - Remove *-actor suffix from inspector actors. r=jdescottes 2018-02-16 15:47:32 -06:00
heapsnapshot Bug 1440320 - Convert Task.jsm to async/await in devtools/shared. r=jryans 2018-02-22 00:49:06 -08:00
inspector Bug 1427512 - Part 16: Remove nsIDOMCSSRule. r=xidorn,jryans,bz 2018-01-11 16:17:56 +08:00
jsbeautify Bug 1434374 - Auto-rewrite Cu.import into ChromeUtils.import or require calls. r=jdescottes 2018-02-07 01:37:36 -08:00
layout Bug 1430918 - Rotate grid outline for writing mode. r=gl 2018-02-10 22:03:12 -06:00
locales Bug 1425280 - Fix localization note mismatch in devtools files;r=pbro 2017-12-14 15:43:37 -06:00
node-properties
performance Bug 1434374 - Auto-rewrite Cu.import into ChromeUtils.import or require calls. r=jdescottes 2018-02-07 01:37:36 -08:00
platform Bug 1438489 - Enable ESLint rule mozilla/use-services for devtools/. r=jdescottes 2018-02-15 12:00:17 +00:00
pretty-fast Bug 1440094 - Remove imports to Console.jsm that only access the 'console' object;r=mossop 2018-02-27 11:29:59 -08:00
qrcode Bug 1440320 - Convert Task.jsm to async/await in devtools/shared. r=jryans 2018-02-22 00:49:06 -08:00
security Bug 1440320 - Convert Task.jsm to async/await in devtools/shared. r=jryans 2018-02-22 00:49:06 -08:00
sourcemap Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
specs Backed out 2 changesets (bug 1428430) for devtools failure on /builds/worker/workspace/build/src/accessible/base/nsAccessibilityService.cpp:1045 a=backout 2018-03-02 01:48:52 +02:00
sprintfjs Bug 1406311 - sprintfjs: optimise string-format for %S patterns;r=bgrins 2017-10-17 21:11:48 +02:00
test-helpers Bug 1434374 - Replace usages of Cu.import in modules (where ChromeUtils isn't defined) r=jdescottes 2018-02-05 08:43:50 -08:00
tests Bug 1433175 - enable the use-cc-etc eslint rule, r=Standard8. 2018-02-28 18:51:35 +01:00
transport Bug 1382609 - Remove old-event-emitter usage from devtools/server; r=pbro. 2018-02-27 09:06:56 +01:00
webconsole Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
worker Bug 1440094 - Remove imports to Console.jsm that only access the 'console' object;r=mossop 2018-02-27 11:29:59 -08: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 1434374 - Auto-rewrite Cu.import into ChromeUtils.import or require calls. r=jdescottes 2018-02-07 01:37:36 -08:00
Loader.jsm Bug 1434374 - Auto-rewrite Cu.import into ChromeUtils.import or require calls. r=jdescottes 2018-02-07 01:37:36 -08:00
Parser.jsm Bug 1440094 - Remove imports to Console.jsm that only access the 'console' object;r=mossop 2018-02-27 11:29:59 -08:00
ThreadSafeDevToolsUtils.js Bug 1441527 - Adapt Task middleware to async functions. r=jryans 2018-02-22 10:47:41 -08: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 1440320 - Convert Task.jsm to async/await in devtools/shared. r=jryans 2018-02-22 00:49:06 -08:00
base-loader.js Bug 1438489 - Enable ESLint rule mozilla/use-services for devtools/. r=jdescottes 2018-02-15 12:00:17 +00:00
builtin-modules.js Bug 1442618 - Get FormData global in DevTools. r=jdescottes 2018-03-02 16:48:57 -06:00
content-observer.js Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00
debounce.js Bug 1383037 - Use only one debounce function in devtools. r=pbro 2017-10-03 11:03:19 +01:00
defer.js
deprecated-sync-thenables.js Bug 1434374 - Always import deprecated-sync-promises as a module. r=jdescottes 2018-02-05 08:11:30 -08:00
dom-node-constants.js
dom-node-filter-constants.js
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
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 1438489 - Enable ESLint rule mozilla/use-services for devtools/. r=jdescottes 2018-02-15 12:00:17 +00:00
jar.mn Bug 863246 - Move resources that need to be exposed to web content to locations that are marked as contentaccessible r=billm 2017-06-08 17:52:46 +08:00
l10n.js Bug 1406375 - always localize numbers in l10n::numbersWithDecimals;r=Honza 2017-10-06 15:14:56 +02:00
loader-plugin-raw.jsm Bug 1434374 - Auto-rewrite Cu.import into ChromeUtils.import or require calls. r=jdescottes 2018-02-07 01:37:36 -08:00
moz.build Bug 1423517 - Helps tracking JS allocations when running DevTools tests. r=jdescottes 2017-12-06 01:36:51 -08: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
plural-form.js Bug 1441146 - Sync DevTools plural-form.js with intl/PluralForm.jsm r=jdescottes 2018-02-26 14:41:26 +01:00
protocol.js Bug 1432496 - Clean up protocol.js deprecations. r=jdescottes 2018-01-23 09:15:49 -06:00
system.js Bug 1440320 - Convert Task.jsm to async/await in devtools/shared. r=jryans 2018-02-22 00:49:06 -08:00
task.js Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
throttle.js Bug 1171482 - extract throttle to dedicated util;r=bgrins 2017-10-18 13:05:32 +02:00
wasm-source-map.js Bug 1364535 - Inverse source mapping for WebAssembly maps. r=jlast 2017-06-19 10:55:20 -05:00