gecko-dev/devtools/server/tests/mochitest
Greg Tatum da1990f19b Bug 1290988 - Collect devtools/shared/css-* files into a folder; r=tromey
In preparation for the additional files in the `mach generate-css-db`
command, collect the CSS files into a folder.

MozReview-Commit-ID: 9JRVsC2NMK8

--HG--
rename : devtools/shared/css-color-db.js => devtools/shared/css/color-db.js
rename : devtools/shared/css-lexer.js => devtools/shared/css/lexer.js
rename : devtools/shared/css-properties-db.js => devtools/shared/css/properties-db.js
extra : rebase_source : b73bbe7fcf8177a25b41ecdd6d6c760ed1472fb7
2016-08-29 11:02:34 -05:00
..
.eslintrc
animation-data.html Bug 1247243 - Animations are shown only every 2 reloads. r=pbrosset 2016-02-23 00:15:04 +01:00
chrome.ini Bug 1286281 - Part 8: Mochitest for WebSocket-based debugger transport r=jryans 2016-08-05 05:02:00 -07:00
Debugger.Source.prototype.element-2.js
Debugger.Source.prototype.element.html
Debugger.Source.prototype.element.js
director-helpers.js Bug 1278405 - Decouple the DirectorRegistryFront from the DirectorRegistryActor; r=ejpbruel 2016-06-07 07:53:22 -07:00
hello-actor.js Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans 2016-08-22 16:25:57 +02:00
inspector_css-properties.html Bug 1265798 - Implement CSS database to query css properties r=pbro 2016-05-26 08:48:00 -07:00
inspector_getImageData.html Bug 1171614 - Add a test for data-URI images to test_inspector_getImageData.html, and check that the server is being truthful about resizing. r=jdescottes 2016-07-01 18:31:22 +01:00
inspector-delay-image-response.sjs
inspector-eyedropper.html Bug 1262439 - 2 - Add a new pickColor inspector method to use the new eye-dropper highlighter; r=bgrins 2016-07-20 16:07:04 +02:00
inspector-helpers.js Bug 1240907 - Flatten RemoteBrowserTabActor into BrowserTabActor. r=ochameau 2016-07-21 12:20:55 -05:00
inspector-search-data.html Bug 835896 - Make inspector searchbox also provide results matching text or attributes in the page;r=pbrosset 2015-11-10 21:48:57 -08:00
inspector-styles-data.css
inspector-styles-data.html
inspector-traversal-data.html Bug 1208864 - Tests for duplicate node context menu item in markup view. r=pbro 2015-10-18 14:30:00 +02:00
large-image.jpg
memory-helpers.js Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
nonchrome_unsafeDereference.html
setup-in-child.js Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey 2016-05-18 12:49:23 -05:00
setup-in-parent.js Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey 2016-05-18 12:49:23 -05:00
small-image.gif
test_animation_actor-lifetime.html Bug 1240907 - Flatten RemoteBrowserTabActor into BrowserTabActor. r=ochameau 2016-07-21 12:20:55 -05:00
test_connection-manager.html Bug 1245530 - Use require(Services) instead of Cu.import(Services.jsm). r=jryans 2016-02-27 04:51:10 -08:00
test_connectToChild.html Bug 1273941 - do not Cu.import promises in devtools; r=jryans 2016-06-09 09:08:34 -06:00
test_css-logic-media-queries.html Bug 1225254 - split css-logic.js into server and shared files; r=pbro 2016-06-24 08:26:21 -06:00
test_css-logic-specificity.html Bug 1225254 - split css-logic.js into server and shared files; r=pbro 2016-06-24 08:26:21 -06:00
test_css-logic.html Bug 1225254 - split css-logic.js into server and shared files; r=pbro 2016-06-24 08:26:21 -06:00
test_css-properties_01.html Bug 1298082 - Various cleanups to use helpers. r=jryans 2016-08-25 05:50:44 -07:00
test_css-properties_02.html Bug 1290988 - Collect devtools/shared/css-* files into a folder; r=tromey 2016-08-29 11:02:34 -05:00
test_Debugger.Script.prototype.global.html
test_Debugger.Source.prototype.element.html
test_Debugger.Source.prototype.introductionScript.html
test_Debugger.Source.prototype.introductionType.html
test_device.html Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
test_director_connectToChild.html
test_director.html
test_executeInGlobal-outerized_this.html
test_framerate_01.html Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
test_framerate_02.html Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
test_framerate_03.html Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
test_framerate_04.html Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
test_framerate_05.html Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
test_framerate_06.html Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
test_getProcess.html Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
test_inspector_getImageData-wait-for-load.html 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
test_inspector_getImageData.html Bug 1171614 - Add a test for data-URI images to test_inspector_getImageData.html, and check that the server is being truthful about resizing. r=jdescottes 2016-07-01 18:31:22 +01:00
test_inspector_getImageDataFromURL.html 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
test_inspector_getNodeFromActor.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-anonymous.html Bug 1240907 - Flatten RemoteBrowserTabActor into BrowserTabActor. r=ochameau 2016-07-21 12:20:55 -05:00
test_inspector-changeattrs.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-changevalue.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-dead-nodes.html Bug 1240907 - Flatten RemoteBrowserTabActor into BrowserTabActor. r=ochameau 2016-07-21 12:20:55 -05:00
test_inspector-duplicate-node.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-hide.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-insert.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-mutations-attr.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-mutations-childlist.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-mutations-events.html Bug 1273941 - do not Cu.import promises in devtools; r=jryans 2016-06-09 09:08:34 -06:00
test_inspector-mutations-frameload.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-mutations-value.html Bug 1202458 - part4: update inspector actor&front tests after removing shortValue;r=pbro 2016-06-02 16:25:56 +02:00
test_inspector-pick-color.html Bug 1262439 - 2 - Add a new pickColor inspector method to use the new eye-dropper highlighter; r=bgrins 2016-07-20 16:07:04 +02:00
test_inspector-pseudoclass-lock.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-release.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-reload.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-remove.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-resize.html Bug 1273941 - do not Cu.import promises in devtools; r=jryans 2016-06-09 09:08:34 -06:00
test_inspector-resolve-url.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-retain.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-scroll-into-view.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_inspector-search-front.html Bug 1273941 - do not Cu.import promises in devtools; r=jryans 2016-06-09 09:08:34 -06:00
test_inspector-search.html Bug 1240907 - Flatten RemoteBrowserTabActor into BrowserTabActor. r=ochameau 2016-07-21 12:20:55 -05:00
test_inspector-traversal.html Bug 1202458 - part4: update inspector actor&front tests after removing shortValue;r=pbro 2016-06-02 16:25:56 +02:00
test_makeGlobalObjectReference.html
test_memory_allocations_01.html
test_memory_allocations_02.html
test_memory_allocations_03.html
test_memory_allocations_04.html
test_memory_allocations_05.html
test_memory_allocations_06.html
test_memory_allocations_07.html
test_memory_attach_01.html
test_memory_attach_02.html
test_memory_census.html
test_memory_gc_01.html
test_memory_gc_events.html
test_memory.html
test_preference.html Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
test_settings.html Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
test_setupInParentChild.html Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
test_styles-applied.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_styles-computed.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_styles-layout.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_styles-matched.html Bug 1225254 - split css-logic.js into server and shared files; r=pbro 2016-06-24 08:26:21 -06:00
test_styles-modify.html Bug 1265798 - Implement CSS database to query css properties r=pbro 2016-05-26 08:48:00 -07:00
test_styles-svg.html Bug 1265722 - Move fronts to shared directory;r=jryans 2016-05-17 14:59:21 +02:00
test_unsafeDereference.html Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
test_websocket-server.html Bug 1286281 - Part 8: Mochitest for WebSocket-based debugger transport r=jryans 2016-08-05 05:02:00 -07:00