gecko-dev/devtools/client/shared
Emilio Cobos Álvarez 70a3b5a0c6 Bug 1444036: Remove trivial uses of getPropertyCSSValue. rs=johannh
getPropertyCSSValue("foo").cssText is the same as getPropertyValue("foo").

MozReview-Commit-ID: HxdSr4749hi
2018-03-08 12:39:36 +01:00
..
components Merge inbound to mozilla-central. a=merge 2018-03-08 05:59:30 +02:00
redux Bug 1443121 - Use new redux-connect wrapper for the Console; r=nchevobbe 2018-03-05 14:26:57 +01:00
source-map Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
test Bug 1444036: Remove trivial uses of getPropertyCSSValue. rs=johannh 2018-03-08 12:39:36 +01:00
vendor Bug 1440094 - Remove imports to Console.jsm that only access the 'console' object;r=mossop 2018-02-27 11:29:59 -08:00
webpack Bug 1382605 - Fix 6 tests failures on devtools/client/shared due the EventEmitter refactoring r=nchevobbe 2018-03-07 10:17:03 +01:00
widgets Bug 1382605 - Fix 6 tests failures on devtools/client/shared due the EventEmitter refactoring r=nchevobbe 2018-03-07 10:17:03 +01:00
AppCacheUtils.jsm Bug 1204268 - 'appcache validate' command doesn't work when manifest is in outer directory r=miker 2018-02-27 12:26:03 +00:00
DOMHelpers.jsm Bug 1434374 - Auto-rewrite Cu.import into ChromeUtils.import or require calls. r=jdescottes 2018-02-07 01:37:36 -08:00
SplitView.jsm Bug 1434374 - Auto-rewrite Cu.import into ChromeUtils.import or require calls. r=jdescottes 2018-02-07 01:37:36 -08:00
autocomplete-popup.js Bug 1382605 - Fix 6 tests failures on devtools/client/shared due the EventEmitter refactoring r=nchevobbe 2018-03-07 10:17:03 +01:00
browser-loader.js Bug 1419350 - Stop doing React updates while netmonitor is in background; r=ochameau 2018-03-01 10:48:26 +01:00
css-angle.js Bug 1396600 - Make some efforts to lazy load properties-db. r=tromey 2017-09-06 18:54:07 +02:00
curl.js Bug 1420982 - Fix for copy as cURL ignoring PATCH data. r=Honza 2017-12-22 00:41:50 +05:30
demangle.js Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
developer-toolbar.js Bug 1382605 - Fix 6 tests failures on devtools/client/shared due the EventEmitter refactoring r=nchevobbe 2018-03-07 10:17:03 +01:00
devices.js Bug 1412359 - Filter to matching device on remove. r=gl 2017-10-30 11:00:55 -05:00
doorhanger.js Bug 1398329 - Convert uses of defer to new Promise in client/shared (except in test/, vendor/ and widgets/ subdirs). r=Honza, r=nchevobbe 2017-09-08 23:32:47 +02:00
enum.js
file-saver.js
getjson.js Bug 792808 - Change devtools/ to import and instantiate XHRs from global properties rather than using Cc.createInstance(Ci.nsIXMLHttpRequest), and the same for FormData; r=Honza 2017-11-20 00:27:39 -05:00
inplace-editor.js Bug 1444036: Remove trivial uses of getPropertyCSSValue. rs=johannh 2018-03-08 12:39:36 +01:00
key-shortcuts.js Bug 1382605 - Fix 6 tests failures on devtools/client/shared due the EventEmitter refactoring r=nchevobbe 2018-03-07 10:17:03 +01:00
keycodes.js
moz.build Backed out 4 changesets (bug 1436187) for mochitest devtools failures at browser_se_editors-error-gutter.js on a CLOSED TREE 2018-03-07 22:04:35 +02:00
natural-sort.js Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop 2017-10-26 11:47:01 +01:00
network-throttling-profiles.js
node-attribute-parser.js Bug 1425356 - remove various dead XUL sort attributes, r=bz,florian 2017-12-20 15:08:27 +00:00
options-view.js Bug 1382605 - Fix 6 tests failures on devtools/client/shared due the EventEmitter refactoring r=nchevobbe 2018-03-07 10:17:03 +01:00
output-parser.js Bug 1382605 - Fix 6 tests failures on devtools/client/shared due the EventEmitter refactoring r=nchevobbe 2018-03-07 10:17:03 +01:00
poller.js Bug 1398329 - Convert uses of defer to new Promise in client/shared (except in test/, vendor/ and widgets/ subdirs). r=Honza, r=nchevobbe 2017-09-08 23:32:47 +02:00
prefs.js Bug 1382605 - Fix 6 tests failures on devtools/client/shared due the EventEmitter refactoring r=nchevobbe 2018-03-07 10:17:03 +01:00
react-utils.js Bug 1402394 CamelCase all React component files in \devtools\client\shared\components\. r=pbro 2017-09-27 01:12:13 -04:00
scroll.js
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 1241131 - Remove DevTools reload addon;r=ochameau 2017-11-30 19:08:44 +01:00
theme-switching.js Bug 1434374 - Auto-rewrite Cu.import into ChromeUtils.import or require calls. r=jdescottes 2018-02-07 01:37:36 -08:00
theme.js Bug 1395834 - Implement theme loader; r=nchevobbe 2017-09-14 10:03:26 +02:00
undo.js
view-source.js Bug 1418403 - Remove viewing source in a standalone window. r=jryans 2018-02-05 13:33:58 -08:00
webgl-utils.js Backed out 4 changesets (bug 1436187) for mochitest devtools failures at browser_se_editors-error-gutter.js on a CLOSED TREE 2018-03-07 22:04:35 +02:00
zoom-keys.js Bug 1382605 - Fix 6 tests failures on devtools/client/shared due the EventEmitter refactoring r=nchevobbe 2018-03-07 10:17:03 +01:00