gecko-dev/devtools/client/shared
Michael Ratcliffe 8c8dc702e1 Bug 1419828 - Remove devtools references to React.addons.TestUtils r=nchevobbe
Changes:

- Added testUtils to React DOMs Proxy MonkeyPatch.
- Removed TestUtils where it is not needed.
- Added syntax identifiers to Markdown fences just because VSCode can do syntax highlighting in the markdown itself when you do that.
- In our require-helper.js files I have had to keep the name "react-addons-test-utils." This is because Enzyme uses the require paths to choose which adapters are needed (none are... yet)... we will need to use "react-addons-test-utils" instead of "react-dom/test-utils" as the path until we upgrade to React 16+.

MozReview-Commit-ID: H1tgzfp0MXl

--HG--
extra : rebase_source : cbdd59f6256703e7aba2dac76aece94c1101898e
2017-11-24 18:25:52 +00:00
..
components Bug 1419828 - Remove devtools references to React.addons.TestUtils r=nchevobbe 2017-11-24 18:25:52 +00:00
redux 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
source-map Bug 1401563 - import bundles from devtools-source-map 0.14.2; r=bgrins 2017-09-27 10:11:14 -06:00
test Bug 1416711 - Add registerAllActors API;r=ochameau 2017-11-13 21:22:15 +01:00
vendor Bug 1419828 - Remove devtools references to React.addons.TestUtils r=nchevobbe 2017-11-24 18:25:52 +00:00
webpack Bug 1403106 - Fix rewrite-lazy require for non-named modules; r=Honza 2017-10-04 12:22:15 +02:00
widgets Bug 1399886 - use fill from CSS to set the fill color of devtools icons;r=gl 2017-10-02 16:47:24 +02:00
AppCacheUtils.jsm Bug 1388789 - fix invalid format in appcacheutils.properties; r=flod,pbro 2017-09-19 09:59:19 -06:00
autocomplete-popup.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
browser-loader.js Bug 1413860 - Shared components to use prop-types and react-dom-factories r=nchevobbe 2017-11-03 13:34:41 +00: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 1253487 - Remove the explicit HTTP version from curl.js: Remove unused const. r=eslint-fix 2017-09-26 21:21:28 +02:00
demangle.js
developer-toolbar.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
devices.js Bug 1412359 - Filter to matching device on remove. r=gl 2017-10-30 11:00:55 -05: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
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
frame-script-utils.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
getjson.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
inplace-editor.js Bug 1168092 - Introduce defaultIncrement property in InplaceEditor so that css properties like opacity can increment by 0.1 instead of 1. r=jdescottes 2017-10-06 00:18:05 +05:30
key-shortcuts.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
keycodes.js
moz.build Bug 1406061 - Remove the unused Jsbeautify.jsm module; r=jdescottes 2017-10-19 09:58:19 +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
options-view.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
output-parser.js Bug 1414275 - Part 2: Toggle flexbox layout highlighter from the rule view next to 'display: flex|inline-flex' declarations. r=pbro 2017-11-13 10:01:20 -05: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 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02: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 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
SplitView.jsm
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 1396811 - Add new telemetry probe collecting the current theme; r=chutten,liuche,ochameau 2017-09-11 13:47:56 +02:00
theme-switching.js Bug 1392998 - remove devtools hotreload feature;r=bgrins 2017-08-23 13:26:58 +02:00
theme.js Bug 1395834 - Implement theme loader; r=nchevobbe 2017-09-14 10:03:26 +02:00
undo.js
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