gecko-dev/devtools/server/tests/mochitest
J. Ryan Stinnett a8aec05d11 Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau
Ever since protocol.js was added as a way to create DevTools actors, we've had
lots of confusion about the correct way to implement actor destruction.  If your
actor's _parent_ was the legacy kind, you had to use `disconnect`.  If it was
protocol.js, you had to use `destroy`.

There is no reason for this madness, which makes reasoning about destruction
quite hard.  Here we rename `disconnect` to `destroy` so there is only one name
for every destruction path.

MozReview-Commit-ID: C1Yw9NfUUR2

--HG--
extra : rebase_source : 4d018622b7547d404510e0b563c6324c0127aafc
2016-11-11 18:24:58 -06:00
..
.eslintrc.js Bug 1251003 - Change .eslintrc files to .eslintrc.js to avoid obsolete config file format. r=mossop 2016-10-18 08:38:10 +01:00
Debugger.Source.prototype.element-2.js
Debugger.Source.prototype.element.html
Debugger.Source.prototype.element.js
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 1310297 - Remove test annotations using b2g, mulet or gonk: devtools. r=RyanVM 2016-11-05 11:29:14 +01:00
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-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
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
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_Debugger.Script.prototype.global.html
test_Debugger.Source.prototype.element.html
test_Debugger.Source.prototype.introductionScript.html
test_Debugger.Source.prototype.introductionType.html
test_animation_actor-lifetime.html Bug 1240907 - Flatten RemoteBrowserTabActor into BrowserTabActor. r=ochameau 2016-07-21 12:20:55 -05:00
test_connectToChild.html Bug 1315391 - Rename all `disconnect` methods to `destroy` in actors. r=ochameau 2016-11-11 18:24:58 -06: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_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 1291866 - Replace inIDOMUtils.cssPropertyIsValid; r=tromey 2016-09-16 08:46:51 -05:00
test_css-properties_02.html Bug 1290988 - Collect devtools/shared/css-* files into a folder. r=tromey 2016-09-14 10:00:27 -05:00
test_device.html Bug 1243452 - Make DebuggerClient.close return a Promise. r=jryans 2016-08-31 09:39:42 -07:00
test_director.html
test_director_connectToChild.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 1315044 - Cache ContentActor forms to prevent creating new one when calling RootActor.getProcess multiple times. r=jryans 2016-11-04 08:05:15 -07: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_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_makeGlobalObjectReference.html
test_memory.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_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