gecko-dev/devtools/shared
Tom Tromey ae1f9fd8ec Bug 1297890 - don't allow token pasting in parseDeclarations; r=pbro
MozReview-Commit-ID: ASs3ldqxMoI

--HG--
extra : rebase_source : e6ddf2633ec734b931959e07abb2b12950e7b49a
2016-08-29 08:16:22 -06:00
..
acorn Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
apps Backed out changeset 16aa7041c009 (bug 1287107) for causing xpcshell and mac tests 2016-07-22 11:30:23 +02:00
client Bug 1287910 - move devtools stack-related APIs to per-platform require; r=jryans 2016-08-05 13:17:17 -06:00
discovery Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
fronts Bug 1295608 - Migrate devtools/shared to use l10n.js instead of Services.string;r=tromey 2016-08-26 15:01:52 +02:00
gcli Bug 1265887 - migrate devtools/ from PluralForm.jsm to plural-form.js;r=tromey 2016-08-27 18:42:33 +02:00
heapsnapshot Bug 1292892 part 1 - Stop using JSRuntime outside SpiderMonkey. r=bz,terrence,fitzgen,kanru 2016-08-11 14:39:22 +02:00
inspector Bug 1295608 - Migrate devtools/shared to use l10n.js instead of Services.string;r=tromey 2016-08-26 15:01:52 +02:00
jsbeautify Bug 1284887 - Replaced references to mxr.mozilla.org in the codebase with dxr.mozilla.org r=dolske 2016-08-15 17:28:05 -07:00
layout Merge fx-team to m-c. a=merge 2016-08-19 09:54:25 -04:00
locales Bug 1298012 - Use a shared locale file for ellipsis character;r=bgrins 2016-08-26 15:16:44 +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 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
platform Bug 1290230 - move clipboard helper to new devtools platform module; r=gregtatum 2016-08-12 12:52:40 -06:00
pretty-fast Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
qrcode Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
security Bug 1295608 - Migrate devtools/shared to use l10n.js instead of Services.string;r=tromey 2016-08-26 15:01:52 +02:00
shims Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
sourcemap Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
specs Bug 1254386 - Move custom UA emulation to emulation actor. r=jryans 2016-08-23 01:51:16 -07: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 1265887 - port PluralForm.jsm to plural-form.js without chrome APIs;r=tromey 2016-08-29 12:17:42 +02:00
touch Bug 1285566 - Create an EmulationActor and use per-tab API for touch simulator, r=jryans 2016-08-16 21:56:14 -05:00
transport Bug 1240912 - Toolbox remains connected across frame swaps. r=ochameau 2016-08-19 10:01:29 -05:00
webconsole Bug 1244227 - Add an API to enable throttling. r=Honza 2016-08-23 07:36:52 -06:00
worker Bug 1287910 - move devtools stack-related APIs to per-platform require; r=jryans 2016-08-05 13:17:17 -06:00
DevToolsUtils.js Bug 1287910 - move devtools stack-related APIs to per-platform require; r=jryans 2016-08-05 13:17:17 -06:00
Loader.jsm Bug 1287910 - move devtools stack-related APIs to per-platform require; r=jryans 2016-08-05 13:17:17 -06:00
Parser.jsm Bug 1193390 - Remove single arg Cu.import from /devtools. r=tromey 2016-06-09 14:10:07 -05:00
ThreadSafeDevToolsUtils.js Bug 1267365 - move various flags out of DevToolsUtils and don't depend on that module so much r=tromey 2016-08-05 17:41:01 -04:00
async-storage.js Bug 1291834 - make indexDB a global via devtools loader; r=jryans 2016-08-03 13:26:34 -06:00
async-utils.js Bug 1292245 - remove some unnecessary imports of chrome from devtools; r=gregtatum 2016-08-04 11:55:40 -06:00
builtin-modules.js Bug 1292253 - replace some Ci uses in view-helpers and TableWidget; r=gregtatum 2016-08-09 09:43:58 -06:00
content-observer.js Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey 2016-05-18 12:49:23 -05:00
css-color-db.js Bug 1262439 - 1 - Introduce a new eye-dropper highlighter; r=zer0 2016-07-21 14:35:14 +02:00
css-color.js merge fx-team to mozilla-central a=merge 2016-07-25 15:49:05 +02:00
css-lexer.js Bug 790997. Align our tokenization of CSS bad-url-token with the CSS Syntax Level 3 CR. r=heycam,tromey 2016-07-13 22:54:20 -04:00
css-parsing-utils.js Bug 1297890 - don't allow token pasting in parseDeclarations; r=pbro 2016-08-29 08:16:22 -06:00
css-properties-db.js Bug 1294660: Part 3 - regenerate CSS_PROPERTIES list in devtools/shared/css-properties-db.js. r=tromey 2016-08-02 02:57:00 +08:00
defer.js Bug 1273941 - replace uses of promise.defer in devtools/shared; r=jryans 2016-06-09 09:03:47 -06:00
deprecated-sync-thenables.js Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey 2016-05-18 12:49:23 -05:00
dom-node-constants.js Bug 1265854 - replace uses of nsiDOMNode constants in devtools frontend r=tromey 2016-06-03 09:47:58 -04: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 1287910 - move devtools stack-related APIs to per-platform require; r=jryans 2016-08-05 13:17:17 -06:00
flags.js Bug 1267365 - move various flags out of DevToolsUtils and don't depend on that module so much r=tromey 2016-08-05 17:41:01 -04:00
indentation.js Bug 1292245 - remove some unnecessary imports of chrome from devtools; r=gregtatum 2016-08-04 11:55:40 -06:00
jar.mn Bug 1203159 - Add resource:// mapping in all DevTools directories. r=glandium,ochameau 2015-10-21 12:22:58 -05:00
l10n.js Bug 1298012 - Use a shared locale file for ellipsis character;r=bgrins 2016-08-26 15:16:44 +02:00
loader-plugin-raw.jsm Bug 1294220 - part4: Add chrome:// protocol when loading raw properties files;r=tromey 2016-08-20 20:31:53 +02:00
moz.build Bug 1265887 - port PluralForm.jsm to plural-form.js without chrome APIs;r=tromey 2016-08-29 12:17:42 +02:00
path.js Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey 2016-05-18 12:49:23 -05:00
plural-form.js Bug 1265887 - port PluralForm.jsm to plural-form.js without chrome APIs;r=tromey 2016-08-29 12:17:42 +02:00
protocol.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
system.js Bug 1266839 - replace uses of nsIXULAppInfo in devtools; r=gregtatum 2016-07-15 14:04:02 -06:00
task.js Bug 1294187 - correctly define Task at top level; r=bgrins 2016-08-10 12:44:39 -06:00
webaudio.js Bug 1265732 - Decouple the AudioNodeFront and WebAudioFront from the AudioNodeActor and WebAudioActor respectively; r=ejpbruel 2016-06-03 10:45:10 -07:00