gecko-dev/devtools/client/shared
Alexandre Poirot b6c47816da Bug 1382661 - Stop injecting DeveloperToolbar on top level windows. r=jdescottes
MozReview-Commit-ID: L6k7SPf8czd

--HG--
extra : rebase_source : 8bece0542a4ad3d3c360745096975efd8906c587
2017-07-20 13:52:57 +02:00
..
components Bug 1304837 - Devtools notification box colors are now fixed for the texts to be readable. r=Honza 2017-07-18 16:13:00 -04:00
redux Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian 2017-06-19 11:32:37 +01:00
shim Bug 1365014 - support pref getters with default value in Services shim;r=tromey 2017-05-15 21:49:35 +02:00
source-map Bug 1367836 - devtools-source-map v0.6.0: Update bundle from GitHub. r=jryans 2017-05-25 12:53:40 -06:00
test Bug 1382661 - Stop injecting DeveloperToolbar on top level windows. r=jdescottes 2017-07-20 13:52:57 +02:00
vendor Bug 1326937 - Patch react-dom to avoid double load r=bgrins 2017-06-15 16:43:47 +02:00
widgets Bug 1374555 - import all tooltip widgets stylesheets in tooltips.css;r=gl 2017-07-18 23:41:41 +02:00
AppCacheUtils.jsm Bug 1334776 - ResponseHeader Visitor will get original header casing. We need to fix it at some places in devtools. 2017-04-27 16:48:43 +02:00
DOMHelpers.jsm Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
Jsbeautify.jsm
SplitView.jsm Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws. 2017-01-30 08:10:22 +01:00
autocomplete-popup.js Bug 1351608 - Disable warnings for existing violations to no-unsanitize rule r=Standard8. 2017-07-03 20:07:02 +01:00
browser-loader.js Bug 1363097 - Convert font inspector to React/Redux. r=gl 2017-05-10 14:57:05 -04:00
css-angle.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
css-reload.js Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
curl.js Bug 1334776 - ResponseHeader Visitor will get original header casing. We need to fix it at some places in devtools. 2017-04-27 16:48:43 +02:00
demangle.js
developer-toolbar.js Bug 1382661 - Stop injecting DeveloperToolbar on top level windows. r=jdescottes 2017-07-20 13:52:57 +02:00
devices.js Bug 1321675 - Add / remove custom devices in RDM. r=gl 2017-02-03 17:09:01 -06:00
devtools-file-watcher.js Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
doorhanger.js Bug 1378821 - Stop using sdk/window/utils in DevTools; r=zer0 2017-07-10 10:55:40 +02:00
enum.js
file-saver.js Bug 1340368 - Rewrite har-exporter and use WebAPIs instead r=Honza 2017-02-17 14:57:14 +08:00
file-watcher-worker.js
file-watcher.js
frame-script-utils.js 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
getjson.js
inplace-editor.js 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
key-shortcuts.js Bug 1322028 - Avoid destructuring requires where possible in the inspector. r=jdescottes 2016-12-17 12:44:56 +09:00
keycodes.js
moz.build Bug 1359090 - extract appendStyleSheet util from theme-switching to dedicated util;r=ochameau 2017-04-27 15:26:38 +02:00
natural-sort.js Bug 1073967 - Storage Inspector columns should use natural sort r=nchevobbe 2017-04-10 18:04:25 +01:00
network-throttling-profiles.js
node-attribute-parser.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
options-view.js Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
output-parser.js Bug 1346378 - Grid inspector toggle should appear for display: [inline-]grid !important declarations. r=jdescottes 2017-03-17 13:55:50 +01:00
poller.js
prefs.js Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
react-utils.js Bug 1355454 - Move "createFactories" function from Reps to a shared util. r=jdescottes 2017-04-12 08:33:37 +02:00
scroll.js Bug 1335192 - improving accessibility of tree-view component (keyboard and semantics). r=Honza 2017-03-28 12:53:45 -04:00
source-utils.js Bug 1265526 - Correctly categorize blob URLs and wasm frames as user content; r=julienw 2017-05-26 18:07:56 -05:00
splitview.css
stylesheet-utils.js Bug 1359090 - extract appendStyleSheet util from theme-switching to dedicated util;r=ochameau 2017-04-27 15:26:38 +02:00
suggestion-picker.js
telemetry.js Bug 1373483 - Add telemetry for the grid inspector. r=pbro. data-r=bsmedberg 2017-06-20 16:32:18 -07:00
theme-switching.js Bug 1378825 - Stop using sdk/stylesheet/utils in DevTools; r=zer0 2017-07-10 11:10:55 +02:00
theme.js Bug 1349896 - Part 1: Expose devtools theme via gDevTools, r=ochameau 2017-05-09 13:03:19 -04:00
undo.js Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
view-source.js Bug 1354672 - update debugger frontend 04/18/17;r=jdescottes 2017-04-20 14:49:44 +02:00
webgl-utils.js
zoom-keys.js Bug 1322028 - Avoid destructuring requires where possible in the inspector. r=jdescottes 2016-12-17 12:44:56 +09:00