.. |
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 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
client
|
Bug 1466691 - Replace callback style in favor of promise for TabClient methods. r=jryans
|
2018-06-05 01:50:40 -07:00 |
css
|
Merge inbound to central. a=merge
|
2018-06-21 04:16:40 +03:00 |
discovery
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
fronts
|
Bug 1467643 - remove 'help' accessibility property from accessibility inspector. r=pbro
|
2018-06-19 10:17:19 -04:00 |
gcli
|
Bug 1466534 - Centralize DevTools link handling. r=jdescottes
|
2018-06-11 23:42:19 -07:00 |
heapsnapshot
|
Merge inbound to central. a=merge
|
2018-06-21 04:16:40 +03:00 |
inspector
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02: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 1186265 - Move devtools over to getBounds(). r=pbro
|
2018-06-04 16:41:43 -07:00 |
locales
|
Bug 1470487 - Move grid highlighter strings to shared. r=gl
|
2018-06-22 17:51:30 -05:00 |
node-properties
|
…
|
|
performance
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
platform
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
preferences
|
Bug 1448077 - move DevTools prefs from libpref/init/all.js to devtools/shared;r=jryans
|
2018-04-06 12:22:53 +02: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 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
security
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02: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
|
Bug 1470487 - Move netmonitor security localization to client. r=Honza
|
2018-06-22 18:32:39 -05:00 |
sprintfjs
|
Bug 1406311 - sprintfjs: optimise string-format for %S patterns;r=bgrins
|
2017-10-17 21:11:48 +02:00 |
test-helpers
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
tests
|
Bug 1418874 part 3 - Remove CSSLexer and related stuff. r=emilio,tromey,smaug
|
2018-06-14 18:12:02 -07:00 |
transport
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
webconsole
|
Bug 1470487 - Move netmonitor security localization to client. r=Honza
|
2018-06-22 18:32:39 -05:00 |
worker
|
Bug 1436303 - Enable mozilla/no-define-cc-etc for some DevTools files;r=ochameau,standard8
|
2018-06-08 16:46:59 +02:00 |
.eslintrc.js
|
…
|
|
DevToolsUtils.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
Loader.jsm
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
Parser.jsm
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
ThreadSafeDevToolsUtils.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
async-storage.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
async-utils.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
base-loader.js
|
Bug 1436303 - Enable mozilla/no-define-cc-etc for some DevTools files;r=ochameau,standard8
|
2018-06-08 16:46:59 +02:00 |
builtin-modules.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
content-observer.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
debounce.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
defer.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
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
|
Bug 1443081 - Apply spacing via `eslint --fix` for DevTools. r=jdescottes
|
2018-03-12 13:44:41 -05:00 |
dom-node-filter-constants.js
|
…
|
|
event-emitter.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
extend.js
|
Bug 1443081 - Apply spacing via `eslint --fix` for DevTools. r=jdescottes
|
2018-03-12 13:44:41 -05:00 |
flags.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
generate-uuid.js
|
…
|
|
indentation.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
indexed-db.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
jar.mn
|
…
|
|
l10n.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
loader-plugin-raw.jsm
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
moz.build
|
Bug 1469872 - update bugzilla products and components in moz.build files: devtools. r=nalexander
|
2018-06-20 21:34:40 +03:00 |
path.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
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 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
system.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
task.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
throttle.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |
wasm-source-map.js
|
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
|
2018-06-01 12:36:09 +02:00 |