зеркало из https://github.com/mozilla/gecko-dev.git
1943 Коммитов
Автор | SHA1 | Сообщение | Дата |
---|---|---|---|
Julian Descottes | d23f8dc9a3 |
Bug 1637793 - Wait for requests to settle in 3 intermittent tests involving debugger r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D75755 |
|
David Walsh | 03b5f8b62f |
Bug 1574903 - Update remote debugging tooltip in the settings panel r=jdescottes,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D75623 |
|
David Walsh | 5cb50223f3 |
Bug 1617240 - Add reload button for remote debugging r=daisuke,flod,victoria
Differential Revision: https://phabricator.services.mozilla.com/D71370 |
|
Nicolas Chevobbe | 2834d00a38 |
Bug 1636924 - Remove unnecessary isTopLevel and type properties from onTargetAvailable/onTargetDestroyed callback parameter. r=ochameau.
Since targetFronts now have isTopLevel and targetType properties, we can directly use those, as the targetFront is included in the callback parameter. This patch remove those properties and refactor consumer code. Differential Revision: https://phabricator.services.mozilla.com/D74651 |
|
Razvan Maries | f5f48cab39 | Backed out changeset 3c239920e8fb (bug 1636924) for perma failures on browser_ext_devtools_inspectedWindow.js CLOSED TREE | |
Nicolas Chevobbe | 8140fccf69 |
Bug 1636924 - Remove unnecessary isTopLevel and type properties from onTargetAvailable/onTargetDestroyed callback parameter. r=ochameau.
Since targetFronts now have isTopLevel and targetType properties, we can directly use those, as the targetFront is included in the callback parameter. This patch remove those properties and refactor consumer code. Differential Revision: https://phabricator.services.mozilla.com/D74651 |
|
Xidorn Quan | 3eaf4644b5 |
Bug 1276537 part 4 - Remove now-useless fullscreenbutton attribute. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D74557 |
|
Daisuke Akatsuka | 80d3b6bc61 |
Bug 1633850: Use the loading policy to restrict networks of StyleEditor. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D75466 |
|
Jason Laster | bedcba7d39 |
Bug 1619622 - Various fixes after switching processes to the TargetList r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D74240 |
|
Nicolas Chevobbe | deffb48922 |
Bug 1635437 - Directly store targetFronts in toolbox redux store. r=ochameau.
We add `targetType` and `isTopLevel` properties on the target front, which are set from the targetList and are used in the EvaluationContextSelector. As a result we are able to directly call targetFront.targetType in a few places instead of calling `getTargetType` again. Differential Revision: https://phabricator.services.mozilla.com/D73890 |
|
Julian Descottes | d5b84fb6fe |
Bug 1611096 - Fix tests relying on newRoot mutations r=rcaliman
Depends on D62623 `new-root` is no longer a mutation, but an event emitted by the `walker` actor. Tests watching for mutations should be updated accordingly. They also need to call watchRootNode explicitly. Differential Revision: https://phabricator.services.mozilla.com/D62624 |
|
Narcis Beleuzu | 43ad94eeae |
Backed out 4 changesets (bug 1611096) for dt failures on browser_animation_inspector_exists.js . CLOSED TREE
Backed out changeset 0fe3613ee36b (bug 1611096) Backed out changeset c86433fe8cd0 (bug 1611096) Backed out changeset a7242f506aa6 (bug 1611096) Backed out changeset 3703fbfe567a (bug 1611096) |
|
Julian Descottes | 9aafb9457c |
Bug 1627270 - Return TabDescriptors from RootFront::getTab r=ochameau
Depends on D73780 Differential Revision: https://phabricator.services.mozilla.com/D73905 |
|
Julian Descottes | 77b0d2a7ce |
Bug 1618695 - Add test to check that TabDescriptor survives a process change r=ochameau
Depends on D73701 Differential Revision: https://phabricator.services.mozilla.com/D73726 |
|
Julian Descottes | 6c4f741806 |
Bug 1611096 - Check webprogresslistener as a fallback for non loaded documents r=rcaliman,ochameau
Depends on D62624 With the previous implementation, an uninitialized document could be returned as a root node. Here we try to be more explicit and wait for a correct root node. However in some cases a document can remain uninitialized and will never transition to any other state. If the document is uninitialized but is not currently loading, we should consider it as a valid root node. Differential Revision: https://phabricator.services.mozilla.com/D62625 |
|
Micah Tigley | 53e3836946 |
Bug 1617237 - Update snapshots for DebugTargetInfo component r=jdescottes,daisuke
Differential Revision: https://phabricator.services.mozilla.com/D74271 |
|
Micah Tigley | a97fe3876b |
Bug 1617237 - Part 4: Select all text when URL input is focused r=daisuke
Depends on D72227 Differential Revision: https://phabricator.services.mozilla.com/D72274 |
|
Micah Tigley | 02c3543611 |
Bug 1617237 - Part 3: Add the keypress listener for just DevTools' tab bar r=yzen,daisuke
`_onToolbarArrowKeypress` is only concerned with moving focus between tabs in the toolbar when the right/left arrow keys are pressed. This patch ensures the listener is only added to the container of the tab elements (.devtools-tabbar). Depends on D70279 Differential Revision: https://phabricator.services.mozilla.com/D72227 |
|
Micah Tigley | 068bfeb48b |
Bug 1617237 - Part 2: Render URL input in DebugTargetInfo for USB debugging. r=jdescottes,daisuke
Depends on D70280 Differential Revision: https://phabricator.services.mozilla.com/D70279 |
|
Micah Tigley | c2f33b7939 |
Bug 1617237 - Part 1: Ensure that ToolboxController updates its children when target navigates r=jdescottes,daisuke
The DebugTargetInfo component doesn't receive new target information when navigation occurs. This is because the ToolboxController doesn't seem to be aware of these changes. To trigger an update, we can force new props to be passed to DebugTargetInfo by setting the target's debug info on its local state. Differential Revision: https://phabricator.services.mozilla.com/D70280 |
|
Razvan Maries | 3a81bebd4b |
Backed out 5 changesets (bug 1617237) for devtools perma failures. CLOSED TREE
Backed out changeset 3acc06a17b26 (bug 1617237) Backed out changeset dfdf021a542c (bug 1617237) Backed out changeset 358ce0a1518f (bug 1617237) Backed out changeset 2e647ae9ec48 (bug 1617237) Backed out changeset 3e340cc988c8 (bug 1617237) |
|
Micah Tigley | fe40cdd7f1 |
Bug 1617237 - Part 4: Select all text when URL input is focused r=daisuke
Depends on D72227 Differential Revision: https://phabricator.services.mozilla.com/D72274 |
|
Micah Tigley | 65cbd5305b |
Bug 1617237 - Part 3: Add the keypress listener for just DevTools' tab bar r=yzen,daisuke
`_onToolbarArrowKeypress` is only concerned with moving focus between tabs in the toolbar when the right/left arrow keys are pressed. This patch ensures the listener is only added to the container of the tab elements (.devtools-tabbar). Depends on D70279 Differential Revision: https://phabricator.services.mozilla.com/D72227 |
|
Micah Tigley | e73acf279e |
Bug 1617237 - Part 2: Render URL input in DebugTargetInfo for USB debugging. r=jdescottes,daisuke
Depends on D70280 Differential Revision: https://phabricator.services.mozilla.com/D70279 |
|
Micah Tigley | cee7e3264e |
Bug 1617237 - Part 1: Ensure that ToolboxController updates its children when target navigates r=jdescottes,daisuke
The DebugTargetInfo component doesn't receive new target information when navigation occurs. This is because the ToolboxController doesn't seem to be aware of these changes. To trigger an update, we can force new props to be passed to DebugTargetInfo by setting the target's debug info on its local state. Differential Revision: https://phabricator.services.mozilla.com/D70280 |
|
Yura Zenevich | e8b2fc41bb |
Bug 1635632 - ensure that the nodeFront exists before trying to inspect it or its accessibility properties. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D73987 |
|
Yura Zenevich | 2f39083963 |
Bug 1610562 - take into account multiple browsing contexts when getting a node from content DOM reference. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D60545 |
|
Julian Descottes | e682e0e1c8 |
Bug 1633703 - Disable dom.ipc.processPrelaunch.enabled in debugger tests r=jlast
Depends on D73231 Differential Revision: https://phabricator.services.mozilla.com/D73246 |
|
Alexandre Poirot | 0df0904d08 |
Bug 1593937 - Remove/Deprecate listRemoteFrames. r=jdescottes
The previous changeset removed all the usages of listRemoteFrames from the frontend code. We can start removing this method from the actor codebase, and keep backward compat code in the client. Differential Revision: https://phabricator.services.mozilla.com/D65522 |
|
Alexandre Poirot | 1af9a59a48 |
Bug 1593937 - Fetch BrowsingContextTargets via the watcher instead of the RootFront. r=jdescottes
Now that the BrowsingContextTarget are created by the watcher, we should redirect existing code in the frontend which was using `RootFront.getBrowsingContextDescriptor` in order to directly fetch the target from the watcher. We don't really need descriptors for additional targets. I think that descriptors are mostly useful for the top level target and for about:debugging, to describe a target without debugging it yet. This patch is a bit complex because we can't fetch the "parent BrowsingContext ID" from actors/browsing-context.js:form(). browsingContext.parent and browsingContext.embedderWindowGlobal are both null from the content process. I have not found any way/API to get the parent browsing context ID from the content process, i.e. the ID of browser.xhtml from a tab content process. So, I end up with this helper method on Watcher actor to get the parent ID on-demand. We could also inject the parent ID into the browsingContextTarget's form in WindowGlobalWatcher._createTarget, but that sounds very hacky and hard to follow. Note that this patch address the issue of duplicated targets. WatcherFront.getBrowsingContextTarget ensures fetching the ParentProcessTarget for browser.xhtml instead of recreating a duplicated FrameDescriptor and BrowsingContextTarget for this document, as we do in the existing codebase. Differential Revision: https://phabricator.services.mozilla.com/D62465 |
|
Alexandre Poirot | 879475cfd3 |
Bug 1593937 - Implement watchTargets for remote frames. r=jdescottes
* Introduce a new actor "Watcher", which might in the future allow listening to anything. Here, it only implements listening for additional remote frame's WindowGlobal and notify about the WindowGlobalTargetActor's. * Also, very important part here is that it instantiates the BrowsingContextTargetActor much earlier. Before anything from the page is executed. It requires to instantiate the actor directly from the content processes, whereas before, we were doing it from a frontend request, after a notification sent from the parent process to the frontend. * Last but not least, make the TargetList use this new watcher actor in order to notify the frontend about the dynamically added remote frames. Differential Revision: https://phabricator.services.mozilla.com/D63317 |
|
Razvan Maries | c409ec27d3 |
Bug 1633850 - Disabled browser_ignore_toolbox_network_requests.js on multiple platforms. r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D73197 |
|
Julian Descottes | 7e8291c458 |
Bug 1630228 - Add tests for the F12 disabled experiment r=nchevobbe
Depends on D71988 Note: might remote the "devtools_user" test if we decide to drop D71037 Differential Revision: https://phabricator.services.mozilla.com/D72313 |
|
Julian Descottes | 3478091004 |
Bug 1630228 - Add telemetry events for OFF 12 devtools experiment r=nchevobbe,janerik
Depends on D71037 Differential Revision: https://phabricator.services.mozilla.com/D71988 |
|
Julian Descottes | bdabf1705b |
Bug 1630228 - Show a doorhanger when using F12 r=fluent-reviewers,nchevobbe,Gijs,victoria
Depends on D71035 When F12 is disabled, if the user presses this key we show a notification hanging below the Firefox Hamburger menu. This anchor was chosen because this is where the users can normally find the Web Developer menu. Note that they could also open DevTools via another keyboard shortcut, even if it's not mentioned in the message. Pressing on F12 again hides the message. The message will be displayed again if the user presses F12 again (ie, F12 is a toggle and the message is not just a one shot) {F2136447} Differential Revision: https://phabricator.services.mozilla.com/D71036 |
|
Julian Descottes | 6bd74b87a0 |
Bug 1630228 - Basic implementation to disable F12 until toolbox opens r=nchevobbe
In this changeset, we add a preference that will simply disable F12 when it is set. UI and tests are in followup patches Differential Revision: https://phabricator.services.mozilla.com/D71035 |
|
David Walsh | fe6cfda83a |
Bug 1630957 - Provide settings menu for debugger UI to allow disabling JavaScript r=jlast,Honza
Differential Revision: https://phabricator.services.mozilla.com/D71365 |
|
Narcis Beleuzu | c6a90c4273 |
Backed out 5 changesets (bug 1630228) for bc failures on browser_startup_images.js . CLOSED TREE
Backed out changeset 92172b9cef6b (bug 1630228) Backed out changeset 8a9c30923847 (bug 1630228) Backed out changeset 11f6beab6bdf (bug 1630228) Backed out changeset f9e6d07f3a90 (bug 1630228) Backed out changeset ae64b5ffc3b5 (bug 1630228) |
|
Julian Descottes | 411056375a |
Bug 1630228 - Add tests for the F12 disabled experiment r=nchevobbe
Depends on D71988 Note: might remote the "devtools_user" test if we decide to drop D71037 Differential Revision: https://phabricator.services.mozilla.com/D72313 |
|
Julian Descottes | 0c53e2927a |
Bug 1630228 - Add telemetry events for OFF 12 devtools experiment r=nchevobbe,janerik
Depends on D71037 Differential Revision: https://phabricator.services.mozilla.com/D71988 |
|
Julian Descottes | cd23320b30 |
Bug 1630228 - Show a doorhanger when using F12 r=fluent-reviewers,nchevobbe,Gijs,victoria
Depends on D71035 When F12 is disabled, if the user presses this key we show a notification hanging below the Firefox Hamburger menu. This anchor was chosen because this is where the users can normally find the Web Developer menu. Note that they could also open DevTools via another keyboard shortcut, even if it's not mentioned in the message. Pressing on F12 again hides the message. The message will be displayed again if the user presses F12 again (ie, F12 is a toggle and the message is not just a one shot) {F2136447} Differential Revision: https://phabricator.services.mozilla.com/D71036 |
|
Julian Descottes | 7642daff2c |
Bug 1630228 - Basic implementation to disable F12 until toolbox opens r=nchevobbe
In this changeset, we add a preference that will simply disable F12 when it is set. UI and tests are in followup patches Differential Revision: https://phabricator.services.mozilla.com/D71035 |
|
Florens Verschelde | 0b497b71de |
Bug 1627663 - Add separate devtools-tabbar-button style for toolbox buttons; r=Honza
This patch trades a bit of CSS code duplication for the sake of making styles more independent and less prone to break. - Remove usage of `devtools-button` in the toolbox's toolbar. - Create a ad-hoc `devtools-tabbar-button` style specifically for the toolbox icon buttons. Differential Revision: https://phabricator.services.mozilla.com/D72488 |
|
Logan Smyth | bfe7013db8 |
Bug 1607639 - Part 4: Convert introductionUrl into sourceMapBaseURL to match actual usage. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D72115 |
|
Julian Descottes | 9a1ee3807c |
Bug 1632227 - Record the size of vendored modules in the devtools metrics tests r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D72006 |
|
Cosmin Sabou | c7b157939a |
Backed out 6 changesets (bug 1470768, bug 1607639) for causing xpc failures on xpcshell/test_objectgrips-13.js. CLOSED TREE
Backed out changeset 15642af7fdbd (bug 1607639) Backed out changeset 53565f45e275 (bug 1607639) Backed out changeset 9f1749c622fe (bug 1607639) Backed out changeset 747efa62d7d6 (bug 1607639) Backed out changeset 10d0aed39069 (bug 1607639) Backed out changeset 70aa92ce25b7 (bug 1470768) |
|
Logan Smyth | 2cdc9b1bbb |
Bug 1607639 - Part 4: Convert introductionUrl into sourceMapBaseURL to match actual usage. r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D72115 |
|
Daisuke Akatsuka | 1c0e943acf |
Bug 1604211: Introduce target-switching mechanism for devtools inspectedWindow. r=rpl,ochameau,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D66736 |
|
Cosmin Sabou | e40dfd85ea |
Backed out changeset 0c52ed0a7e04 (bug 1630957 ) for dt failures on browser_dbg-sourcemapped-toggle.js. CLOSED TREE
|
|
David Walsh | 554b08a36d |
Bug 1630957 - Provide settings menu for debugger UI to allow disabling JavaScript r=jlast,Honza
Differential Revision: https://phabricator.services.mozilla.com/D71365 |
|
Nicolas Chevobbe | 6a000148bd |
Bug 1631725 - Use TargetList TYPES instead of custom ones for targets in Toolbox redux store. r=ochameau.
Differential Revision: https://phabricator.services.mozilla.com/D71729 |
|
Gijs Kruitbosch | 11836f7641 |
Bug 1631358 - remove traces of CPOWs from devtools, r=jdescottes,loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D71509 |
|
Stefan Hindli | 15cb1192a5 | Backed out changeset 887f1769a2c6 (bug 1609446) for causing bc permafails in browser/base/content/test/webextensions/browser_permissions_installTrigger.js CLOSED TREE | |
Emilio Cobos Álvarez | 59de159bd9 |
Bug 1609446 - Make default window-constraints always show the content. r=mats,mstange
This code is used to determine the sizes of the top-level windows. However the code doesn't cause quite desirable behavior (see the bug, and comment 15). This patch does two things: * Unifies the html / xul code-paths. This shouldn't change behavior (because GetXULMinSize returns the fixed min-* property if present anyways), but makes the patch a bit simpler. * Makes the min-width of the XUL window be the pref size instead of the min-size (for the cases where you have no explicit min-width). This looks a bit counter intuitive, but it's the only way to guarantee that the content will be shown. This matches the sizing algorithm that dialogs use by default (via calling window.sizeToContent()), while allowing to undersize the window via a fixed min-width property. This in turn makes sizeToContent() work "by default" on XUL windows, avoiding having to make JS listen to everything that possibly could change the layout of the document (like resolution changes). Differential Revision: https://phabricator.services.mozilla.com/D70209 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | 9b57f6f875 |
Bug 1618691 - Use tab descriptor in about:debugging r=ochameau
Depends on D69545 Differential Revision: https://phabricator.services.mozilla.com/D65693 --HG-- extra : moz-landing-system : lando |
|
Nicolas Chevobbe | 475cf3a59a |
Bug 1624873 - Show frame targets in context selector. r=ochameau.
Differential Revision: https://phabricator.services.mozilla.com/D68762 --HG-- extra : moz-landing-system : lando |
|
Nicolas Chevobbe | b1ccb3a468 |
Bug 1627932 - Remove unused devtools.debugger.source-maps-enabled pref. r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D69987 --HG-- extra : moz-landing-system : lando |
|
Jason Laster | db85ee3240 |
Bug 1605331 - Watch expressions should be evaluated in the right context. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D67701 --HG-- extra : moz-landing-system : lando |
|
Razvan Caliman | da154ce911 |
Bug 1464876 - Load reducers on-demand in Inspector sidebar panels r=gl
The Inspector [loads all its panels' Redux reducers](https://searchfox.org/mozilla-central/source/devtools/client/inspector/reducers.js) up front, regardless if they're used or not. Some of the reducers are quite hefty. It seems needless to load and parse code that's not needed. In addition, the reducers are loaded in a different place than their corresponding actions. Actions are loaded and used in the panels, but the reducers are all loaded in the [Inpector when creating the store](https://searchfox.org/mozilla-central/rev/d69ec052bed8700af7a283e37b60b4af22734930/devtools/client/inspector/store.js#8,11). It helps reduce the cognitive load if actions and reducers are loaded together where they are used, in the sidebar panels. This patch uses the approach described in the Redux docs to inject reducers on-demand: https://redux.js.org/recipes/code-splitting/#reducer-injection-approaches There still are reducers which need to load immediately when the Inspector is initialized (mostly related to the Rules panel). But others, like the reducer for the Animations or Fonts panel, are loaded on-demand when the corresponding panels are visible. For the most part, reducers are used in response to actions from their corresponding panels. However, the grid, flexbox and grid highlighter reducers are also [used in HighlightersOverlay.js](https://searchfox.org/mozilla-central/rev/d69ec052bed8700af7a283e37b60b4af22734930/devtools/client/inspector/shared/highlighters-overlay.js#502) to provide highlighters with configuration or node context. In these cases, we load the reducers on-demand even if their corresponding panels haven't been opened yet. When the panels do get opened, the reducers are not re-loaded since they're already available. Differential Revision: https://phabricator.services.mozilla.com/D67008 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | c936069c09 |
Bug 1627933 - Fix preference name to disable new perf panel for the Browser Toolbox r=julienw
This line was introduced in https://bugzilla.mozilla.org/show_bug.cgi?id=1408124 However the preference is incorrectly named. It should be devtools.performance.new-panel-enabled instead of devtools.preference.new-panel-enabled (which doesn't exist) Differential Revision: https://phabricator.services.mozilla.com/D69985 --HG-- extra : moz-landing-system : lando |
|
Brindusan Cristian | ed2dea237d | Backed out changeset 185a33dcfa94 (bug 1605331) for devtools failures at browser_dbg-windowless-workers.js. CLOSED TREE | |
Jason Laster | df29502fe7 |
Bug 1605331 - Watch expressions should be evaluated in the right context. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D67701 --HG-- extra : moz-landing-system : lando |
|
Nicolas Chevobbe | a3cbcd2e16 |
Bug 1616301 - Rename clearTarget into unregisterTarget. r=jlast.
This is more consistent with the registerTarget action we have Differential Revision: https://phabricator.services.mozilla.com/D68761 --HG-- extra : moz-landing-system : lando |
|
Nicolas Chevobbe | a4e15d00dd |
Bug 1616301 - Handle targets in toolbox store instead of threads. r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D68760 --HG-- rename : devtools/client/framework/actions/threads.js => devtools/client/framework/actions/targets.js rename : devtools/client/framework/reducers/threads.js => devtools/client/framework/reducers/targets.js rename : devtools/client/framework/test/node/store/threads.test.js => devtools/client/framework/test/node/store/targets.test.js extra : moz-landing-system : lando |
|
Julian Descottes | fdec3e7197 |
Bug 1625495 - Remove devtools/shared/client folder r=daisuke,ochameau,nchevobbe
Depends on D68599 This changeset moves devtools-client.js and constants.js to devtools/client and removes devtools/shared/client Differential Revision: https://phabricator.services.mozilla.com/D68600 --HG-- rename : devtools/shared/client/constants.js => devtools/client/constants.js rename : devtools/shared/client/devtools-client.js => devtools/client/devtools-client.js extra : moz-landing-system : lando |
|
Alexandre Poirot | f8a471355a |
Bug 1576624 - Prototype a Resources API. r=jdescottes,nchevobbe
This focus on implementing a client side version of the Resources API. This helps demonstrate that this API can works against existing and old Firefox runtimes, using existing actor APIs. A following changeset (bug 1620243) will introduce a server-side implementation, which will help listening to resources early. And will help getting rid of the LegacyListeners object which is introduced by the next changeset (bug 1620234). Differential Revision: https://phabricator.services.mozilla.com/D65527 --HG-- extra : moz-landing-system : lando |
|
Nicolas Chevobbe | c77c585d14 |
Bug 1623919 - Add jest tests for toolbox redux store. r=jlast.
This patch adds some unit tests for the toolbox redux store, especially for the threads reducers and actions. In order for jest to work, we need to add babel as well as some mocks. Differential Revision: https://phabricator.services.mozilla.com/D68157 --HG-- extra : moz-landing-system : lando |
|
Greg Tatum | 9578995f40 |
Bug 1621022 - Change the workflow of enabling the profiler menu button; r=canaltinova
This patch makes it so that the profiler shortcuts work based on the location of the profiler menu button. It changes it so that if the menu button is in the navbar or other menus, the shortcuts will work. Otherwise, the shortcuts will be a no-op. This removes the Tools -> Web Developer - Enable Profiler Menu Button option. By default on Nightly and Dev Edition the profiler menu button will be available. On other channels, users must visit profiler.firefox.com. Differential Revision: https://phabricator.services.mozilla.com/D66785 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | 388bab6ee6 |
Bug 1602468 - Skip destroy for object fronts on Toolbox destroy r=ochameau,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D56546 --HG-- extra : moz-landing-system : lando |
|
Brindusan Cristian | 78dff22220 |
Backed out 2 changesets (bug 1572786, bug 1621022) for bc failures at browser_downloads_autohide.js. CLOSED TREE
Backed out changeset e86e00c78134 (bug 1572786) Backed out changeset bc5fee900c02 (bug 1621022) |
|
Narcis Beleuzu | 9f05df43d6 | Backed out changeset 4aa0213b5603 (bug 1602468) for dt failures on framework/toolbox.js . CLOSED TREE | |
Greg Tatum | 2272f2bb03 |
Bug 1621022 - Change the workflow of enabling the profiler menu button; r=canaltinova
This patch makes it so that the profiler shortcuts work based on the location of the profiler menu button. It changes it so that if the menu button is in the navbar or other menus, the shortcuts will work. Otherwise, the shortcuts will be a no-op. This removes the Tools -> Web Developer - Enable Profiler Menu Button option. By default on Nightly and Dev Edition the profiler menu button will be available. On other channels, users must visit profiler.firefox.com. Differential Revision: https://phabricator.services.mozilla.com/D66785 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | 652361c1b4 |
Bug 1602468 - Skip destroy for object fronts on Toolbox destroy r=ochameau,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D56546 --HG-- extra : moz-landing-system : lando |
|
Jason Laster | 069676f934 |
Bug 1605175 - Selecting an element in remote iframe should switch context and update selector. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D67083 --HG-- extra : moz-landing-system : lando |
|
Nicolas Chevobbe | 3d2bbd8d77 |
Bug 1623910 - Make toolbox selectThread more explicit. r=jlast.
This patch adds a few JSDoc comments, renames some variables, and changes the structure of the stored thread (`actor` becomes `actorID`), in order to make it more clear what we're dealing with and avoid confusion. Differential Revision: https://phabricator.services.mozilla.com/D67627 --HG-- extra : moz-landing-system : lando |
|
Nicolas Chevobbe | 09f8c97773 |
Bug 1624308 - Select top-level context if selected context is removed from the context list. r=jlast.
Differential Revision: https://phabricator.services.mozilla.com/D67865 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | cfab47ff53 |
Bug 1604539 - Rename shared/fronts to client/fronts in the devtools codebase r=nchevobbe
Depends on D67603 This patch is an automated string replace of shared/fronts/ to client/fronts/ in devtools. Differential Revision: https://phabricator.services.mozilla.com/D67604 --HG-- extra : moz-landing-system : lando |
|
Bogdan Tara | b03ab7d69b |
Backed out 5 changesets (bug 1604539) for xpc failures complanining about test_encryption.js CLOSED TREE
Backed out changeset 8455e50002a9 (bug 1604539) Backed out changeset fb410a1bf9aa (bug 1604539) Backed out changeset da94f7d503a1 (bug 1604539) Backed out changeset b4b54335ee2d (bug 1604539) Backed out changeset 866d6794bbba (bug 1604539) --HG-- rename : devtools/client/fronts/accessibility.js => devtools/shared/fronts/accessibility.js rename : devtools/client/fronts/addon/addons.js => devtools/shared/fronts/addon/addons.js rename : devtools/client/fronts/addon/moz.build => devtools/shared/fronts/addon/moz.build rename : devtools/client/fronts/addon/webextension-inspected-window.js => devtools/shared/fronts/addon/webextension-inspected-window.js rename : devtools/client/fronts/animation.js => devtools/shared/fronts/animation.js rename : devtools/client/fronts/array-buffer.js => devtools/shared/fronts/array-buffer.js rename : devtools/client/fronts/changes.js => devtools/shared/fronts/changes.js rename : devtools/client/fronts/content-viewer.js => devtools/shared/fronts/content-viewer.js rename : devtools/client/fronts/css-properties.js => devtools/shared/fronts/css-properties.js rename : devtools/client/fronts/descriptors/frame.js => devtools/shared/fronts/descriptors/frame.js rename : devtools/client/fronts/descriptors/moz.build => devtools/shared/fronts/descriptors/moz.build rename : devtools/client/fronts/descriptors/process.js => devtools/shared/fronts/descriptors/process.js rename : devtools/client/fronts/descriptors/tab.js => devtools/shared/fronts/descriptors/tab.js rename : devtools/client/fronts/descriptors/webextension.js => devtools/shared/fronts/descriptors/webextension.js rename : devtools/client/fronts/device.js => devtools/shared/fronts/device.js rename : devtools/client/fronts/environment.js => devtools/shared/fronts/environment.js rename : devtools/client/fronts/frame.js => devtools/shared/fronts/frame.js rename : devtools/client/fronts/framerate.js => devtools/shared/fronts/framerate.js rename : devtools/client/fronts/highlighters.js => devtools/shared/fronts/highlighters.js rename : devtools/client/fronts/inspector.js => devtools/shared/fronts/inspector.js rename : devtools/client/fronts/inspector/moz.build => devtools/shared/fronts/inspector/moz.build rename : devtools/client/fronts/inspector/rule-rewriter.js => devtools/shared/fronts/inspector/rule-rewriter.js rename : devtools/client/fronts/layout.js => devtools/shared/fronts/layout.js rename : devtools/client/fronts/manifest.js => devtools/shared/fronts/manifest.js rename : devtools/client/fronts/memory.js => devtools/shared/fronts/memory.js rename : devtools/client/fronts/moz.build => devtools/shared/fronts/moz.build rename : devtools/client/fronts/node.js => devtools/shared/fronts/node.js rename : devtools/client/fronts/object.js => devtools/shared/fronts/object.js rename : devtools/client/fronts/perf.js => devtools/shared/fronts/perf.js rename : devtools/client/fronts/performance-recording.js => devtools/shared/fronts/performance-recording.js rename : devtools/client/fronts/performance.js => devtools/shared/fronts/performance.js rename : devtools/client/fronts/preference.js => devtools/shared/fronts/preference.js rename : devtools/client/fronts/property-iterator.js => devtools/shared/fronts/property-iterator.js rename : devtools/client/fronts/reflow.js => devtools/shared/fronts/reflow.js rename : devtools/client/fronts/responsive.js => devtools/shared/fronts/responsive.js rename : devtools/client/fronts/root.js => devtools/shared/fronts/root.js rename : devtools/client/fronts/screenshot.js => devtools/shared/fronts/screenshot.js rename : devtools/client/fronts/source.js => devtools/shared/fronts/source.js rename : devtools/client/fronts/storage.js => devtools/shared/fronts/storage.js rename : devtools/client/fronts/string.js => devtools/shared/fronts/string.js rename : devtools/client/fronts/styles.js => devtools/shared/fronts/styles.js rename : devtools/client/fronts/stylesheets.js => devtools/shared/fronts/stylesheets.js rename : devtools/client/fronts/symbol-iterator.js => devtools/shared/fronts/symbol-iterator.js rename : devtools/client/fronts/targets/browsing-context.js => devtools/shared/fronts/targets/browsing-context.js rename : devtools/client/fronts/targets/content-process.js => devtools/shared/fronts/targets/content-process.js rename : devtools/client/fronts/targets/local-tab.js => devtools/shared/fronts/targets/local-tab.js rename : devtools/client/fronts/targets/moz.build => devtools/shared/fronts/targets/moz.build rename : devtools/client/fronts/targets/target-mixin.js => devtools/shared/fronts/targets/target-mixin.js rename : devtools/client/fronts/targets/worker.js => devtools/shared/fronts/targets/worker.js rename : devtools/client/fronts/thread.js => devtools/shared/fronts/thread.js rename : devtools/client/fronts/walker.js => devtools/shared/fronts/walker.js rename : devtools/client/fronts/webconsole.js => devtools/shared/fronts/webconsole.js rename : devtools/client/fronts/websocket.js => devtools/shared/fronts/websocket.js rename : devtools/client/fronts/worker/moz.build => devtools/shared/fronts/worker/moz.build rename : devtools/client/fronts/worker/push-subscription.js => devtools/shared/fronts/worker/push-subscription.js rename : devtools/client/fronts/worker/service-worker-registration.js => devtools/shared/fronts/worker/service-worker-registration.js rename : devtools/client/fronts/worker/service-worker.js => devtools/shared/fronts/worker/service-worker.js |
|
Julian Descottes | ad4b5dfb37 |
Bug 1604539 - Rename shared/fronts to client/fronts in the devtools codebase r=nchevobbe
Depends on D67603 This patch is an automated string replace of shared/fronts/ to client/fronts/ in devtools. Differential Revision: https://phabricator.services.mozilla.com/D67604 --HG-- extra : moz-landing-system : lando |
|
Jason Laster | 5f29a6d696 |
Bug 1622996 - Refactor devtools codebase to use optional chaining (automated changes). r=jdescottes
Depends on D67084 Differential Revision: https://phabricator.services.mozilla.com/D67537 --HG-- extra : moz-landing-system : lando |
|
Daniel Varga | 2d266171ee |
Backed out 2 changesets (bug 1572786, bug 1621022) for causing mochitest failures at widget/tests/test_keycodes.xhtml
CLOSED TREE Backed out changeset 6afede62221b (bug 1572786) Backed out changeset e08a023c7212 (bug 1621022) |
|
Greg Tatum | c1b2f46f80 |
Bug 1621022 - Change the workflow of enabling the profiler menu button; r=canaltinova
This patch makes it so that the profiler shortcuts work based on the location of the profiler menu button. It changes it so that if the menu button is in the navbar or other menus, the shortcuts will work. Otherwise, the shortcuts will be a no-op. This removes the Tools -> Web Developer - Enable Profiler Menu Button option. By default on Nightly and Dev Edition the profiler menu button will be available. On other channels, users must visit profiler.firefox.com. Differential Revision: https://phabricator.services.mozilla.com/D66785 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | 0cf76f06a1 |
Bug 1620194 - Remove test-actor-registry and expose simplified helpers in shared-head.js r=ochameau
Depends on D65570 Differential Revision: https://phabricator.services.mozilla.com/D65575 --HG-- extra : moz-landing-system : lando |
|
Nicolas Chevobbe | 44f13d14ef |
Bug 1620288 - Rename Pool#parent to getParent. r=ochameau.
This makes it more obvious that it's a function, and not a property. Differential Revision: https://phabricator.services.mozilla.com/D66603 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | e540d28f07 |
Bug 1621576 - Apply mozilla/balanced-observers eslint rule in devtools r=ochameau
Depends on D66378 Differential Revision: https://phabricator.services.mozilla.com/D66379 --HG-- extra : moz-landing-system : lando |
|
Alexandre Poirot | 69614d0bdc |
Bug 1622219 - Return only the thread front from Target.attachThread. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D65124 --HG-- extra : moz-landing-system : lando |
|
Andreea Pavel | 43ef099e3f |
Backed out 4 changesets (bug 1619622, bug 1622219) for failing dt at browser_dbg-browser-content-toolbox.js on a CLOSED TREE
Backed out changeset ee78eb11695d (bug 1619622) Backed out changeset f83aee4ecf04 (bug 1622219) Backed out changeset 6616e4b92e83 (bug 1622219) Backed out changeset 48d662255ed1 (bug 1622219) |
|
Alexandre Poirot | 3130556e78 |
Bug 1622219 - Return only the thread front from Target.attachThread. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D65124 --HG-- extra : moz-landing-system : lando |
|
Nicolas Chevobbe | 06299eefe9 |
Bug 1621239 - Round values returned by calculate(Horizontal|Vertical)Position in HTMLTooltip. r=jdescottes.
There are currently cases where the HTMLTooltip would "jump" when its content is updated whereas it shouldn't, as when applying those result to CSS, decimals aren't taken into account (so a "left" of 152.9999 would translate into a CSS "left" property of 152px). Rounding those values seems to fix the issue. Differential Revision: https://phabricator.services.mozilla.com/D66576 --HG-- extra : moz-landing-system : lando |
|
Mihai Alexandru Michis | 6aff1e4070 |
Backed out 5 changesets (bug 1619622) for causing devtool failures in browser_dbg-browser-content-toolbox.js
CLOSED TREE Backed out changeset d447fd6fa18d (bug 1619622) Backed out changeset f2ac72165a3a (bug 1619622) Backed out changeset ceeaf109d8b6 (bug 1619622) Backed out changeset 778c166fd33f (bug 1619622) Backed out changeset 9a2b75a25794 (bug 1619622) |
|
Alexandre Poirot | b7bd94a4f5 |
Bug 1619622 - Return only the thread front from Target.attachThread. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D65124 --HG-- extra : moz-landing-system : lando |
|
Alexandre Poirot | 0f4a46b235 |
Bug 1620257 - Print the actorID when we receive a error in protocol.js Fronts. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D65525 --HG-- extra : moz-landing-system : lando |
|
Nicolas Chevobbe | a75555296e |
Bug 1620967 - Clean up EvaluationContextSelector. r=jlast.
Store and expose thread types in constants, and use those. Only loop once through the threads. Differential Revision: https://phabricator.services.mozilla.com/D65966 --HG-- extra : moz-landing-system : lando |
|
Mark Banner | 15cfe23b88 |
Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D65703 --HG-- extra : moz-landing-system : lando |
|
Jason Laster | 9d1ccbfbbf |
Bug 1605166 - Selecting non paused thread should switch context and update selector. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D65419 --HG-- extra : moz-landing-system : lando |
|
Alexandre Poirot | 3369493912 |
Bug 1619311 - Synchronize the webconsole.input.context preference when the Browser Toolbox starts. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D65333 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | 0bc74c9a03 |
Bug 1618876 - Return a process descriptor in RootFront getProcess/getMainProcess r=ochameau
Depends on D64744 Differential Revision: https://phabricator.services.mozilla.com/D64750 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | 4e3fc764f9 |
Bug 1618876 - Remove backward compatibility related to process descriptor r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D64744 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | c556500039 |
Bug 1579042 - Test tab descriptor in browser_target_parents.js r=ochameau
Depends on D63504 Differential Revision: https://phabricator.services.mozilla.com/D63514 --HG-- extra : moz-landing-system : lando |
|
Jason Laster | 94122266ac |
Bug 1605329: Console input should execute expression in the right context. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D63423 --HG-- extra : moz-landing-system : lando |
|
Andrew McCreight | 4babb2b5ab |
Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown
Patch by bhackett and jlaster. Also reviewed by mccr8. Differential Revision: https://phabricator.services.mozilla.com/D60197 --HG-- extra : moz-landing-system : lando |
|
Ciure Andrei | 00dd87f6f4 |
Backed out changeset d407a28318e6 (bug 1609815) for causing windows ming bustages CLOSED TREE
--HG-- extra : histedit_source : b2c748e31e0f6ba8fcf9960a336e0bbd361b07e6 |
|
Andrew McCreight | b197e1f783 |
Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown
Patch by bhackett and jlaster. Also reviewed by mccr8. Differential Revision: https://phabricator.services.mozilla.com/D60197 --HG-- extra : moz-landing-system : lando |
|
Cosmin Sabou | 0d4837b9f2 |
Backed out changeset 8f9a32288d2c (bug 1605329) for dt failures on browser_toolbox_remoteness_change.js.
CLOSED TREE --HG-- extra : rebase_source : 089fcd86febdece7e450d1c03eaeee7dedebf2d8 |
|
Jason Laster | 92da0c32c4 |
Bug 1605329: Console input should execute expression in the right context. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D63423 --HG-- extra : moz-landing-system : lando |
|
Alexandre Poirot | f3c23535d7 |
Bug 1614792 - Rename DebuggerClient to DevToolsClient. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D62495 --HG-- rename : devtools/shared/client/debugger-client.js => devtools/shared/client/devtools-client.js extra : moz-landing-system : lando |
|
Alexandre Poirot | e86eab6af2 |
Bug 1615283 - Use shared `navigateTo` helper instead of BrowserTestUtils.loadURI. r=nchevobbe
The netmonitor may benefit from a custom helper to open the netmonitor and navigate to an URL as the current code forces a bit of duplication between each test. Differential Revision: https://phabricator.services.mozilla.com/D62804 --HG-- extra : moz-landing-system : lando |
|
Alexandre Poirot | 9073e966ec |
Bug 1614791 - Rename DebuggerServer to DevToolsServer. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D61363 --HG-- rename : devtools/server/debugger-server.js => devtools/server/devtools-server.js extra : moz-landing-system : lando |
|
Julian Descottes | 02970540ac |
Bug 1615640 - Remove references to panel.switchToTarget in toolbox::switchToTarget r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D62935 --HG-- extra : moz-landing-system : lando |
|
Jason Laster | f22cd3317d |
Bug 1605154 - Implement JS execution context selector UI. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D59027 --HG-- extra : moz-landing-system : lando |
|
Alexandre Poirot | 5df0d80f13 |
Bug 1605763 - Initialize browser console UI before attaching to all process targets. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D58947 --HG-- extra : moz-landing-system : lando |
|
Nicolas Chevobbe | 895226c6fe |
Bug 1613035 - Set devtools.target-switching.enabled in tests when needed and remove skip/fail-if = fision. r=ochameau.
This patch sets the pref for tests where it's needed (often when the test navigates from an origin to another). When possible, the skip-if=fission tag is removed. For remaining issue, referencing to the bug where we should re-enable those tests. Differential Revision: https://phabricator.services.mozilla.com/D61559 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | f5bedf7f0b |
Bug 1614925 - Set devtools.browsertoolbox.fission before opening the BrowserToolbox in BrowserToolboxTask r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D62580 --HG-- extra : moz-landing-system : lando |
|
Jason Laster | 897b14485f |
Bug 1609815 - Remove Web Replay UI. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D60679 --HG-- extra : source : cfe2388a674e024d1920245e867f9982087c8164 |
|
Alexandre Poirot | c62035feda |
Bug 1613322 - Define common test helpers for browser toolbox tasks. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D62319 --HG-- extra : moz-landing-system : lando |
|
Alexandre Poirot | 07d03a2e68 |
Bug 1613119 - Test the inspector node picker from Multiprocess Browser Toolbox. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D61570 --HG-- extra : moz-landing-system : lando |
|
Noemi Erli | 85558b46c4 | Backed out changeset cfe2388a674e (bug 1609815) for causing TypeError in browserContext CLOSED TREE | |
Jason Laster | f5531f3716 |
Bug 1609815 - Remove Web Replay UI. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D60679 --HG-- extra : moz-landing-system : lando |
|
Zibi Braniecki | da8c270950 |
Bug 1608022 - Remove obsolete toolbox.dtd. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D60821 --HG-- extra : moz-landing-system : lando |
|
Ciure Andrei | 7ae304fe1e |
Backed out 3 changesets (bug 1608022) for causing browser_findbar.js to perma fail CLOSED TREE
Backed out changeset b7097a9f6a16 (bug 1608022) Backed out changeset 853e5ec59184 (bug 1608022) Backed out changeset d538041cc083 (bug 1608022) |
|
Zibi Braniecki | 6cd675f486 |
Bug 1608022 - Remove obsolete toolbox.dtd. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D60821 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | 19c8bdd3d8 |
Bug 1611099 - Do not set frame.tooltip when creating the devtools BrowserToolbox frame r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D60984 --HG-- extra : moz-landing-system : lando |
|
Oana Pop Rus | c66b8439b5 | Backed out changeset d3dc60cc5291 (bug 1610562) for devtools failures in browser_inspector_inspect_node_contextmenu.js on a CLOSED TREE | |
Yura Zenevich | 139344118f |
Bug 1610562 - take into account multiple browsing contexts when getting a node from content DOM reference. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D60545 --HG-- extra : moz-landing-system : lando |
|
Luca Greco | d961c28763 |
Bug 1611418 - SourceMapURLService originalPositionFor should return null when sourcemaps are disable via prefs. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D60956 --HG-- extra : moz-landing-system : lando |
|
Luca Greco | 05661deda5 |
Bug 1609671 - Inspect binding should try to get the sourcemapped location while inspecting a function. r=jdescottes,vporof
Differential Revision: https://phabricator.services.mozilla.com/D60138 --HG-- extra : moz-landing-system : lando |
|
Andreea Pavel | bc1b47b96a | Backed out changeset c41e5432b3c5 (bug 1609815) for build bustages at JSControl.cpp on a CLOSED TREE | |
Jason Laster | 6626357ec2 |
Bug 1609815 - Remove Web Replay UI. r=loganfsmyth
Differential Revision: https://phabricator.services.mozilla.com/D60679 --HG-- extra : moz-landing-system : lando |
|
Belén Albeza | d2f4284de1 |
Bug 1609356 - Part 2: Fix devtools toolbox tests r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D60700 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | 3621d59bc9 |
Bug 1610823 - Fix missing dependency for browser_browser_toolbox_fission_contentframe_inspector r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D60674 --HG-- extra : moz-landing-system : lando |
|
Christoph Kerschbaumer | 357ee3d14c |
Bug 1609877: Convert prefs for domsecurity to use static prefs. r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D60403 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | c9c4a4d0a7 |
Bug 1610277 - Stop emitting unused "ready" event from DevTools host r=ochameau
Depends on D59132 Differential Revision: https://phabricator.services.mozilla.com/D60398 --HG-- extra : moz-landing-system : lando |
|
Csoregi Natalia | 77cb44a9dc | Backed out changeset f6ccc4ba38d9 (bug 1609356) for failures on browser_toolbox_dynamic_registration.js. CLOSED TREE | |
Belén Albeza | fb1055410b |
Bug 1609356 - Enable application panel in Nightly r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D60143 --HG-- extra : moz-landing-system : lando |
|
Cosmin Sabou | 6975d37d43 |
Bug 1387827 - Delete skip line for browser_browser_toolbox.js and browser_browser_toolbox_fission_inspector.js as they are green on ccov. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D60393 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | 62d3c2a016 |
Bug 1609199 - Track picker types independantly in devtools touch-simulator.js r=mtigley
Depends on D60294 Differential Revision: https://phabricator.services.mozilla.com/D60295 --HG-- extra : moz-landing-system : lando |
|
Razvan Maries | 41ffa16326 | Backed out changeset dbaa31392a53 (bug 1609877) for build bustages on DOMSecurityMonitor.cpp. CLOSED TREE | |
Christoph Kerschbaumer | b7a9b6218a |
Bug 1609877: Convert prefs for domsecurity to use static prefs. r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D60403 --HG-- extra : moz-landing-system : lando |
|
Alexandre Poirot | 432c8c7f1b |
Bug 1609716 - Unify xpcshell test folders in devtools. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D60160 --HG-- rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/client/aboutdebugging/test/xpcshell/.eslintrc.js rename : devtools/client/aboutdebugging/test/unit/test_extensions_path.js => devtools/client/aboutdebugging/test/xpcshell/test_extensions_path.js rename : devtools/client/aboutdebugging/test/unit/xpcshell-head.js => devtools/client/aboutdebugging/test/xpcshell/xpcshell-head.js rename : devtools/client/aboutdebugging/test/unit/xpcshell.ini => devtools/client/aboutdebugging/test/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/client/application/test/xpcshell/.eslintrc.js rename : devtools/client/application/test/unit/test_manifest_reducer.js => devtools/client/application/test/xpcshell/test_manifest_reducer.js rename : devtools/client/application/test/unit/test_page_reducer.js => devtools/client/application/test/xpcshell/test_page_reducer.js rename : devtools/client/application/test/unit/test_ui_reducer.js => devtools/client/application/test/xpcshell/test_ui_reducer.js rename : devtools/client/application/test/unit/test_workers_reducer.js => devtools/client/application/test/xpcshell/test_workers_reducer.js rename : devtools/client/aboutdebugging/test/unit/xpcshell-head.js => devtools/client/application/test/xpcshell/xpcshell-head.js rename : devtools/client/application/test/unit/xpcshell.ini => devtools/client/application/test/xpcshell/xpcshell.ini rename : devtools/client/framework/test/unit/.eslintrc.js => devtools/client/framework/test/xpcshell/.eslintrc.js rename : devtools/client/framework/test/unit/test_tabs_absolute_order.js => devtools/client/framework/test/xpcshell/test_tabs_absolute_order.js rename : devtools/client/framework/test/unit/xpcshell.ini => devtools/client/framework/test/xpcshell/xpcshell.ini rename : devtools/client/inspector/changes/test/unit/.eslintrc.js => devtools/client/inspector/changes/test/xpcshell/.eslintrc.js rename : devtools/client/inspector/changes/test/unit/head.js => devtools/client/inspector/changes/test/xpcshell/head.js rename : devtools/client/inspector/changes/test/unit/mocks.js => devtools/client/inspector/changes/test/xpcshell/mocks.js rename : devtools/client/inspector/changes/test/unit/test_changes_stylesheet.js => devtools/client/inspector/changes/test/xpcshell/test_changes_stylesheet.js rename : devtools/client/inspector/changes/test/unit/xpcshell.ini => devtools/client/inspector/changes/test/xpcshell/xpcshell.ini rename : devtools/client/inspector/changes/test/unit/.eslintrc.js => devtools/client/inspector/compatibility/test/xpcshell/.eslintrc.js rename : devtools/client/aboutdebugging/test/unit/xpcshell-head.js => devtools/client/inspector/compatibility/test/xpcshell/head.js rename : devtools/client/inspector/compatibility/test/unit/test_mdn-compatibility.js => devtools/client/inspector/compatibility/test/xpcshell/test_mdn-compatibility.js rename : devtools/client/inspector/compatibility/test/unit/xpcshell.ini => devtools/client/inspector/compatibility/test/xpcshell/xpcshell.ini rename : devtools/client/inspector/changes/test/unit/.eslintrc.js => devtools/client/inspector/grids/test/xpcshell/.eslintrc.js rename : devtools/client/aboutdebugging/test/unit/xpcshell-head.js => devtools/client/inspector/grids/test/xpcshell/head.js rename : devtools/client/inspector/grids/test/unit/test_compare_fragments_geometry.js => devtools/client/inspector/grids/test/xpcshell/test_compare_fragments_geometry.js rename : devtools/client/inspector/grids/test/unit/xpcshell.ini => devtools/client/inspector/grids/test/xpcshell/xpcshell.ini rename : devtools/client/memory/test/unit/.eslintrc.js => devtools/client/memory/test/xpcshell/.eslintrc.js rename : devtools/client/memory/test/unit/head.js => devtools/client/memory/test/xpcshell/head.js rename : devtools/client/memory/test/unit/test_action-clear-snapshots_01.js => devtools/client/memory/test/xpcshell/test_action-clear-snapshots_01.js rename : devtools/client/memory/test/unit/test_action-clear-snapshots_02.js => devtools/client/memory/test/xpcshell/test_action-clear-snapshots_02.js rename : devtools/client/memory/test/unit/test_action-clear-snapshots_03.js => devtools/client/memory/test/xpcshell/test_action-clear-snapshots_03.js rename : devtools/client/memory/test/unit/test_action-clear-snapshots_04.js => devtools/client/memory/test/xpcshell/test_action-clear-snapshots_04.js rename : devtools/client/memory/test/unit/test_action-clear-snapshots_05.js => devtools/client/memory/test/xpcshell/test_action-clear-snapshots_05.js rename : devtools/client/memory/test/unit/test_action-clear-snapshots_06.js => devtools/client/memory/test/xpcshell/test_action-clear-snapshots_06.js rename : devtools/client/memory/test/unit/test_action-export-snapshot.js => devtools/client/memory/test/xpcshell/test_action-export-snapshot.js rename : devtools/client/memory/test/unit/test_action-filter-01.js => devtools/client/memory/test/xpcshell/test_action-filter-01.js rename : devtools/client/memory/test/unit/test_action-filter-02.js => devtools/client/memory/test/xpcshell/test_action-filter-02.js rename : devtools/client/memory/test/unit/test_action-filter-03.js => devtools/client/memory/test/xpcshell/test_action-filter-03.js rename : devtools/client/memory/test/unit/test_action-import-snapshot-and-census.js => devtools/client/memory/test/xpcshell/test_action-import-snapshot-and-census.js rename : devtools/client/memory/test/unit/test_action-import-snapshot-dominator-tree.js => devtools/client/memory/test/xpcshell/test_action-import-snapshot-dominator-tree.js rename : devtools/client/memory/test/unit/test_action-select-snapshot.js => devtools/client/memory/test/xpcshell/test_action-select-snapshot.js rename : devtools/client/memory/test/unit/test_action-set-display-and-refresh-01.js => devtools/client/memory/test/xpcshell/test_action-set-display-and-refresh-01.js rename : devtools/client/memory/test/unit/test_action-set-display-and-refresh-02.js => devtools/client/memory/test/xpcshell/test_action-set-display-and-refresh-02.js rename : devtools/client/memory/test/unit/test_action-set-display.js => devtools/client/memory/test/xpcshell/test_action-set-display.js rename : devtools/client/memory/test/unit/test_action-take-census.js => devtools/client/memory/test/xpcshell/test_action-take-census.js rename : devtools/client/memory/test/unit/test_action-take-snapshot-and-census.js => devtools/client/memory/test/xpcshell/test_action-take-snapshot-and-census.js rename : devtools/client/memory/test/unit/test_action-take-snapshot.js => devtools/client/memory/test/xpcshell/test_action-take-snapshot.js rename : devtools/client/memory/test/unit/test_action-toggle-inverted-and-refresh-01.js => devtools/client/memory/test/xpcshell/test_action-toggle-inverted-and-refresh-01.js rename : devtools/client/memory/test/unit/test_action-toggle-inverted-and-refresh-02.js => devtools/client/memory/test/xpcshell/test_action-toggle-inverted-and-refresh-02.js rename : devtools/client/memory/test/unit/test_action-toggle-inverted.js => devtools/client/memory/test/xpcshell/test_action-toggle-inverted.js rename : devtools/client/memory/test/unit/test_action-toggle-recording-allocations.js => devtools/client/memory/test/xpcshell/test_action-toggle-recording-allocations.js rename : devtools/client/memory/test/unit/test_action_diffing_01.js => devtools/client/memory/test/xpcshell/test_action_diffing_01.js rename : devtools/client/memory/test/unit/test_action_diffing_02.js => devtools/client/memory/test/xpcshell/test_action_diffing_02.js rename : devtools/client/memory/test/unit/test_action_diffing_03.js => devtools/client/memory/test/xpcshell/test_action_diffing_03.js rename : devtools/client/memory/test/unit/test_action_diffing_04.js => devtools/client/memory/test/xpcshell/test_action_diffing_04.js rename : devtools/client/memory/test/unit/test_action_diffing_05.js => devtools/client/memory/test/xpcshell/test_action_diffing_05.js rename : devtools/client/memory/test/unit/test_dominator_trees_01.js => devtools/client/memory/test/xpcshell/test_dominator_trees_01.js rename : devtools/client/memory/test/unit/test_dominator_trees_02.js => devtools/client/memory/test/xpcshell/test_dominator_trees_02.js rename : devtools/client/memory/test/unit/test_dominator_trees_03.js => devtools/client/memory/test/xpcshell/test_dominator_trees_03.js rename : devtools/client/memory/test/unit/test_dominator_trees_04.js => devtools/client/memory/test/xpcshell/test_dominator_trees_04.js rename : devtools/client/memory/test/unit/test_dominator_trees_05.js => devtools/client/memory/test/xpcshell/test_dominator_trees_05.js rename : devtools/client/memory/test/unit/test_dominator_trees_06.js => devtools/client/memory/test/xpcshell/test_dominator_trees_06.js rename : devtools/client/memory/test/unit/test_dominator_trees_07.js => devtools/client/memory/test/xpcshell/test_dominator_trees_07.js rename : devtools/client/memory/test/unit/test_dominator_trees_08.js => devtools/client/memory/test/xpcshell/test_dominator_trees_08.js rename : devtools/client/memory/test/unit/test_dominator_trees_09.js => devtools/client/memory/test/xpcshell/test_dominator_trees_09.js rename : devtools/client/memory/test/unit/test_dominator_trees_10.js => devtools/client/memory/test/xpcshell/test_dominator_trees_10.js rename : devtools/client/memory/test/unit/test_individuals_01.js => devtools/client/memory/test/xpcshell/test_individuals_01.js rename : devtools/client/memory/test/unit/test_individuals_02.js => devtools/client/memory/test/xpcshell/test_individuals_02.js rename : devtools/client/memory/test/unit/test_individuals_03.js => devtools/client/memory/test/xpcshell/test_individuals_03.js rename : devtools/client/memory/test/unit/test_individuals_04.js => devtools/client/memory/test/xpcshell/test_individuals_04.js rename : devtools/client/memory/test/unit/test_individuals_05.js => devtools/client/memory/test/xpcshell/test_individuals_05.js rename : devtools/client/memory/test/unit/test_individuals_06.js => devtools/client/memory/test/xpcshell/test_individuals_06.js rename : devtools/client/memory/test/unit/test_pop_view_01.js => devtools/client/memory/test/xpcshell/test_pop_view_01.js rename : devtools/client/memory/test/unit/test_tree-map-01.js => devtools/client/memory/test/xpcshell/test_tree-map-01.js rename : devtools/client/memory/test/unit/test_tree-map-02.js => devtools/client/memory/test/xpcshell/test_tree-map-02.js rename : devtools/client/memory/test/unit/test_utils-get-snapshot-totals.js => devtools/client/memory/test/xpcshell/test_utils-get-snapshot-totals.js rename : devtools/client/memory/test/unit/test_utils.js => devtools/client/memory/test/xpcshell/test_utils.js rename : devtools/client/memory/test/unit/xpcshell.ini => devtools/client/memory/test/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/client/netmonitor/test/xpcshell/.eslintrc.js rename : devtools/client/netmonitor/test/unit/test_mdn-utils.js => devtools/client/netmonitor/test/xpcshell/test_mdn-utils.js rename : devtools/client/netmonitor/test/unit/test_request-utils-js-getFormattedProtocol.js => devtools/client/netmonitor/test/xpcshell/test_request-utils-js-getFormattedProtocol.js rename : devtools/client/netmonitor/test/unit/xpcshell.ini => devtools/client/netmonitor/test/xpcshell/xpcshell.ini rename : devtools/client/framework/test/unit/.eslintrc.js => devtools/client/performance/test/xpcshell/.eslintrc.js rename : devtools/client/performance/test/unit/head.js => devtools/client/performance/test/xpcshell/head.js rename : devtools/client/performance/test/unit/test_frame-utils-01.js => devtools/client/performance/test/xpcshell/test_frame-utils-01.js rename : devtools/client/performance/test/unit/test_frame-utils-02.js => devtools/client/performance/test/xpcshell/test_frame-utils-02.js rename : devtools/client/performance/test/unit/test_jit-graph-data.js => devtools/client/performance/test/xpcshell/test_jit-graph-data.js rename : devtools/client/performance/test/unit/test_jit-model-01.js => devtools/client/performance/test/xpcshell/test_jit-model-01.js rename : devtools/client/performance/test/unit/test_jit-model-02.js => devtools/client/performance/test/xpcshell/test_jit-model-02.js rename : devtools/client/performance/test/unit/test_marker-blueprint.js => devtools/client/performance/test/xpcshell/test_marker-blueprint.js rename : devtools/client/performance/test/unit/test_marker-utils.js => devtools/client/performance/test/xpcshell/test_marker-utils.js rename : devtools/client/performance/test/unit/test_perf-utils-allocations-to-samples.js => devtools/client/performance/test/xpcshell/test_perf-utils-allocations-to-samples.js rename : devtools/client/performance/test/unit/test_profiler-categories.js => devtools/client/performance/test/xpcshell/test_profiler-categories.js rename : devtools/client/performance/test/unit/test_tree-model-01.js => devtools/client/performance/test/xpcshell/test_tree-model-01.js rename : devtools/client/performance/test/unit/test_tree-model-02.js => devtools/client/performance/test/xpcshell/test_tree-model-02.js rename : devtools/client/performance/test/unit/test_tree-model-03.js => devtools/client/performance/test/xpcshell/test_tree-model-03.js rename : devtools/client/performance/test/unit/test_tree-model-04.js => devtools/client/performance/test/xpcshell/test_tree-model-04.js rename : devtools/client/performance/test/unit/test_tree-model-05.js => devtools/client/performance/test/xpcshell/test_tree-model-05.js rename : devtools/client/performance/test/unit/test_tree-model-06.js => devtools/client/performance/test/xpcshell/test_tree-model-06.js rename : devtools/client/performance/test/unit/test_tree-model-07.js => devtools/client/performance/test/xpcshell/test_tree-model-07.js rename : devtools/client/performance/test/unit/test_tree-model-08.js => devtools/client/performance/test/xpcshell/test_tree-model-08.js rename : devtools/client/performance/test/unit/test_tree-model-09.js => devtools/client/performance/test/xpcshell/test_tree-model-09.js rename : devtools/client/performance/test/unit/test_tree-model-10.js => devtools/client/performance/test/xpcshell/test_tree-model-10.js rename : devtools/client/performance/test/unit/test_tree-model-11.js => devtools/client/performance/test/xpcshell/test_tree-model-11.js rename : devtools/client/performance/test/unit/test_tree-model-12.js => devtools/client/performance/test/xpcshell/test_tree-model-12.js rename : devtools/client/performance/test/unit/test_tree-model-13.js => devtools/client/performance/test/xpcshell/test_tree-model-13.js rename : devtools/client/performance/test/unit/test_tree-model-allocations-01.js => devtools/client/performance/test/xpcshell/test_tree-model-allocations-01.js rename : devtools/client/performance/test/unit/test_tree-model-allocations-02.js => devtools/client/performance/test/xpcshell/test_tree-model-allocations-02.js rename : devtools/client/performance/test/unit/test_waterfall-utils-collapse-01.js => devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-01.js rename : devtools/client/performance/test/unit/test_waterfall-utils-collapse-02.js => devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-02.js rename : devtools/client/performance/test/unit/test_waterfall-utils-collapse-03.js => devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-03.js rename : devtools/client/performance/test/unit/test_waterfall-utils-collapse-04.js => devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-04.js rename : devtools/client/performance/test/unit/test_waterfall-utils-collapse-05.js => devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-05.js rename : devtools/client/performance/test/unit/xpcshell.ini => devtools/client/performance/test/xpcshell/xpcshell.ini rename : devtools/client/responsive/test/unit/.eslintrc.js => devtools/client/responsive/test/xpcshell/.eslintrc.js rename : devtools/client/responsive/test/unit/head.js => devtools/client/responsive/test/xpcshell/head.js rename : devtools/client/responsive/test/unit/test_add_device.js => devtools/client/responsive/test/xpcshell/test_add_device.js rename : devtools/client/responsive/test/unit/test_add_device_type.js => devtools/client/responsive/test/xpcshell/test_add_device_type.js rename : devtools/client/responsive/test/unit/test_add_viewport.js => devtools/client/responsive/test/xpcshell/test_add_viewport.js rename : devtools/client/responsive/test/unit/test_change_device.js => devtools/client/responsive/test/xpcshell/test_change_device.js rename : devtools/client/responsive/test/unit/test_change_display_pixel_ratio.js => devtools/client/responsive/test/xpcshell/test_change_display_pixel_ratio.js rename : devtools/client/responsive/test/unit/test_change_network_throttling.js => devtools/client/responsive/test/xpcshell/test_change_network_throttling.js rename : devtools/client/responsive/test/unit/test_change_pixel_ratio.js => devtools/client/responsive/test/xpcshell/test_change_pixel_ratio.js rename : devtools/client/responsive/test/unit/test_change_user_agent.js => devtools/client/responsive/test/xpcshell/test_change_user_agent.js rename : devtools/client/responsive/test/unit/test_resize_viewport.js => devtools/client/responsive/test/xpcshell/test_resize_viewport.js rename : devtools/client/responsive/test/unit/test_rotate_viewport.js => devtools/client/responsive/test/xpcshell/test_rotate_viewport.js rename : devtools/client/responsive/test/unit/test_ua_parser.js => devtools/client/responsive/test/xpcshell/test_ua_parser.js rename : devtools/client/responsive/test/unit/test_update_device_displayed.js => devtools/client/responsive/test/xpcshell/test_update_device_displayed.js rename : devtools/client/responsive/test/unit/test_update_touch_simulation_enabled.js => devtools/client/responsive/test/xpcshell/test_update_touch_simulation_enabled.js rename : devtools/client/responsive/test/unit/xpcshell.ini => devtools/client/responsive/test/xpcshell/xpcshell.ini rename : devtools/client/shared/redux/middleware/test/.eslintrc.js => devtools/client/shared/redux/middleware/xpcshell/.eslintrc.js rename : devtools/client/shared/redux/middleware/test/head.js => devtools/client/shared/redux/middleware/xpcshell/head.js rename : devtools/client/shared/redux/middleware/test/test_middleware-task-01.js => devtools/client/shared/redux/middleware/xpcshell/test_middleware-task-01.js rename : devtools/client/shared/redux/middleware/test/test_middleware-task-02.js => devtools/client/shared/redux/middleware/xpcshell/test_middleware-task-02.js rename : devtools/client/shared/redux/middleware/test/test_middleware-task-03.js => devtools/client/shared/redux/middleware/xpcshell/test_middleware-task-03.js rename : devtools/client/shared/redux/middleware/test/xpcshell.ini => devtools/client/shared/redux/middleware/xpcshell/xpcshell.ini rename : devtools/client/inspector/changes/test/unit/.eslintrc.js => devtools/client/shared/remote-debugging/test/xpcshell/.eslintrc.js rename : devtools/client/shared/remote-debugging/test/unit/test_remote_client_manager.js => devtools/client/shared/remote-debugging/test/xpcshell/test_remote_client_manager.js rename : devtools/client/shared/remote-debugging/test/unit/test_version_checker.js => devtools/client/shared/remote-debugging/test/xpcshell/test_version_checker.js rename : devtools/client/aboutdebugging/test/unit/xpcshell-head.js => devtools/client/shared/remote-debugging/test/xpcshell/xpcshell-head.js rename : devtools/client/shared/remote-debugging/test/unit/xpcshell.ini => devtools/client/shared/remote-debugging/test/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/client/shared/test/xpcshell/.eslintrc.js rename : devtools/client/shared/test/unit/test_VariablesView_filtering-without-controller.js => devtools/client/shared/test/xpcshell/test_VariablesView_filtering-without-controller.js rename : devtools/client/shared/test/unit/test_VariablesView_getString_promise.js => devtools/client/shared/test/xpcshell/test_VariablesView_getString_promise.js rename : devtools/client/shared/test/unit/test_WeakMapMap.js => devtools/client/shared/test/xpcshell/test_WeakMapMap.js rename : devtools/client/shared/test/unit/test_advanceValidate.js => devtools/client/shared/test/xpcshell/test_advanceValidate.js rename : devtools/client/shared/test/unit/test_attribute-parsing-01.js => devtools/client/shared/test/xpcshell/test_attribute-parsing-01.js rename : devtools/client/shared/test/unit/test_attribute-parsing-02.js => devtools/client/shared/test/xpcshell/test_attribute-parsing-02.js rename : devtools/client/shared/test/unit/test_bezierCanvas.js => devtools/client/shared/test/xpcshell/test_bezierCanvas.js rename : devtools/client/shared/test/unit/test_cssAngle.js => devtools/client/shared/test/xpcshell/test_cssAngle.js rename : devtools/client/shared/test/unit/test_cssColor-01.js => devtools/client/shared/test/xpcshell/test_cssColor-01.js rename : devtools/client/shared/test/unit/test_cssColor-02.js => devtools/client/shared/test/xpcshell/test_cssColor-02.js rename : devtools/client/shared/test/unit/test_cssColor-03.js => devtools/client/shared/test/xpcshell/test_cssColor-03.js rename : devtools/client/shared/test/unit/test_cssColor-8-digit-hex.js => devtools/client/shared/test/xpcshell/test_cssColor-8-digit-hex.js rename : devtools/client/shared/test/unit/test_cssColorDatabase.js => devtools/client/shared/test/xpcshell/test_cssColorDatabase.js rename : devtools/client/shared/test/unit/test_cubicBezier.js => devtools/client/shared/test/xpcshell/test_cubicBezier.js rename : devtools/client/shared/test/unit/test_curl.js => devtools/client/shared/test/xpcshell/test_curl.js rename : devtools/client/shared/test/unit/test_escapeCSSComment.js => devtools/client/shared/test/xpcshell/test_escapeCSSComment.js rename : devtools/client/shared/test/unit/test_hasCSSVariable.js => devtools/client/shared/test/xpcshell/test_hasCSSVariable.js rename : devtools/client/shared/test/unit/test_parseDeclarations.js => devtools/client/shared/test/xpcshell/test_parseDeclarations.js rename : devtools/client/shared/test/unit/test_parsePseudoClassesAndAttributes.js => devtools/client/shared/test/xpcshell/test_parsePseudoClassesAndAttributes.js rename : devtools/client/shared/test/unit/test_parseSingleValue.js => devtools/client/shared/test/xpcshell/test_parseSingleValue.js rename : devtools/client/shared/test/unit/test_rewriteDeclarations.js => devtools/client/shared/test/xpcshell/test_rewriteDeclarations.js rename : devtools/client/shared/test/unit/test_source-utils.js => devtools/client/shared/test/xpcshell/test_source-utils.js rename : devtools/client/shared/test/unit/test_suggestion-picker.js => devtools/client/shared/test/xpcshell/test_suggestion-picker.js rename : devtools/client/shared/test/unit/test_undoStack.js => devtools/client/shared/test/xpcshell/test_undoStack.js rename : devtools/client/shared/test/unit/test_unicode-url.js => devtools/client/shared/test/xpcshell/test_unicode-url.js rename : devtools/client/shared/test/unit/xpcshell.ini => devtools/client/shared/test/xpcshell/xpcshell.ini rename : devtools/platform/tests/unit/.eslintrc.js => devtools/platform/tests/xpcshell/.eslintrc.js rename : devtools/platform/tests/unit/test_nsjsinspector.js => devtools/platform/tests/xpcshell/test_nsjsinspector.js rename : devtools/platform/tests/unit/xpcshell.ini => devtools/platform/tests/xpcshell/xpcshell.ini rename : devtools/server/tests/unit/.eslintrc.js => devtools/server/tests/xpcshell/.eslintrc.js rename : devtools/server/tests/unit/addons/web-extension-upgrade/manifest.json => devtools/server/tests/xpcshell/addons/web-extension-upgrade/manifest.json rename : devtools/server/tests/unit/addons/web-extension/manifest.json => devtools/server/tests/xpcshell/addons/web-extension/manifest.json rename : devtools/server/tests/unit/addons/web-extension2/manifest.json => devtools/server/tests/xpcshell/addons/web-extension2/manifest.json rename : devtools/server/tests/unit/completions.js => devtools/server/tests/xpcshell/completions.js rename : devtools/server/tests/unit/head_dbg.js => devtools/server/tests/xpcshell/head_dbg.js rename : devtools/server/tests/unit/hello-actor.js => devtools/server/tests/xpcshell/hello-actor.js rename : devtools/server/tests/unit/post_init_global_actors.js => devtools/server/tests/xpcshell/post_init_global_actors.js rename : devtools/server/tests/unit/post_init_target_scoped_actors.js => devtools/server/tests/xpcshell/post_init_target_scoped_actors.js rename : devtools/server/tests/unit/pre_init_global_actors.js => devtools/server/tests/xpcshell/pre_init_global_actors.js rename : devtools/server/tests/unit/pre_init_target_scoped_actors.js => devtools/server/tests/xpcshell/pre_init_target_scoped_actors.js rename : devtools/server/tests/unit/registertestactors-lazy.js => devtools/server/tests/xpcshell/registertestactors-lazy.js rename : devtools/server/tests/unit/setBreakpoint-on-column-in-gcd-script.js => devtools/server/tests/xpcshell/setBreakpoint-on-column-in-gcd-script.js rename : devtools/server/tests/unit/setBreakpoint-on-column-minified.js => devtools/server/tests/xpcshell/setBreakpoint-on-column-minified.js rename : devtools/server/tests/unit/setBreakpoint-on-column-with-no-offsets-in-gcd-script.js => devtools/server/tests/xpcshell/setBreakpoint-on-column-with-no-offsets-in-gcd-script.js rename : devtools/server/tests/unit/setBreakpoint-on-column-with-no-offsets.js => devtools/server/tests/xpcshell/setBreakpoint-on-column-with-no-offsets.js rename : devtools/server/tests/unit/setBreakpoint-on-column.js => devtools/server/tests/xpcshell/setBreakpoint-on-column.js rename : devtools/server/tests/unit/setBreakpoint-on-line-in-gcd-script.js => devtools/server/tests/xpcshell/setBreakpoint-on-line-in-gcd-script.js rename : devtools/server/tests/unit/setBreakpoint-on-line-with-multiple-offsets.js => devtools/server/tests/xpcshell/setBreakpoint-on-line-with-multiple-offsets.js rename : devtools/server/tests/unit/setBreakpoint-on-column.js => devtools/server/tests/xpcshell/setBreakpoint-on-line-with-multiple-statements.js rename : devtools/server/tests/unit/setBreakpoint-on-line-with-no-offsets-in-gcd-script.js => devtools/server/tests/xpcshell/setBreakpoint-on-line-with-no-offsets-in-gcd-script.js rename : devtools/server/tests/unit/setBreakpoint-on-line-with-no-offsets.js => devtools/server/tests/xpcshell/setBreakpoint-on-line-with-no-offsets.js rename : devtools/server/tests/unit/setBreakpoint-on-line.js => devtools/server/tests/xpcshell/setBreakpoint-on-line.js rename : devtools/server/tests/unit/source-03.js => devtools/server/tests/xpcshell/source-03.js rename : devtools/server/tests/unit/source-map-data/sourcemapped.coffee => devtools/server/tests/xpcshell/source-map-data/sourcemapped.coffee rename : devtools/server/tests/unit/source-map-data/sourcemapped.map => devtools/server/tests/xpcshell/source-map-data/sourcemapped.map rename : devtools/server/tests/unit/sourcemapped.js => devtools/server/tests/xpcshell/sourcemapped.js rename : devtools/server/tests/unit/stepping.js => devtools/server/tests/xpcshell/stepping.js rename : devtools/server/tests/unit/test_MemoryActor_saveHeapSnapshot_01.js => devtools/server/tests/xpcshell/test_MemoryActor_saveHeapSnapshot_01.js rename : devtools/server/tests/unit/test_MemoryActor_saveHeapSnapshot_02.js => devtools/server/tests/xpcshell/test_MemoryActor_saveHeapSnapshot_02.js rename : devtools/server/tests/unit/test_MemoryActor_saveHeapSnapshot_03.js => devtools/server/tests/xpcshell/test_MemoryActor_saveHeapSnapshot_03.js rename : devtools/server/tests/unit/test_actor-registry-actor.js => devtools/server/tests/xpcshell/test_actor-registry-actor.js rename : devtools/server/tests/unit/test_add_actors.js => devtools/server/tests/xpcshell/test_add_actors.js rename : devtools/server/tests/unit/test_addon_events.js => devtools/server/tests/xpcshell/test_addon_events.js rename : devtools/server/tests/unit/test_addon_reload.js => devtools/server/tests/xpcshell/test_addon_reload.js rename : devtools/server/tests/unit/test_addons_actor.js => devtools/server/tests/xpcshell/test_addons_actor.js rename : devtools/server/tests/unit/test_animation_name.js => devtools/server/tests/xpcshell/test_animation_name.js rename : devtools/server/tests/unit/test_animation_type.js => devtools/server/tests/xpcshell/test_animation_type.js rename : devtools/server/tests/unit/test_attach.js => devtools/server/tests/xpcshell/test_attach.js rename : devtools/server/tests/unit/test_blackboxing-01.js => devtools/server/tests/xpcshell/test_blackboxing-01.js rename : devtools/server/tests/unit/test_blackboxing-02.js => devtools/server/tests/xpcshell/test_blackboxing-02.js rename : devtools/server/tests/unit/test_blackboxing-03.js => devtools/server/tests/xpcshell/test_blackboxing-03.js rename : devtools/server/tests/unit/test_blackboxing-04.js => devtools/server/tests/xpcshell/test_blackboxing-04.js rename : devtools/server/tests/unit/test_blackboxing-05.js => devtools/server/tests/xpcshell/test_blackboxing-05.js rename : devtools/server/tests/unit/test_blackboxing-07.js => devtools/server/tests/xpcshell/test_blackboxing-07.js rename : devtools/server/tests/unit/test_blackboxing-08.js => devtools/server/tests/xpcshell/test_blackboxing-08.js rename : devtools/server/tests/unit/test_breakpoint-01.js => devtools/server/tests/xpcshell/test_breakpoint-01.js rename : devtools/server/tests/unit/test_breakpoint-02.js => devtools/server/tests/xpcshell/test_breakpoint-02.js rename : devtools/server/tests/unit/test_breakpoint-03.js => devtools/server/tests/xpcshell/test_breakpoint-03.js rename : devtools/server/tests/unit/test_breakpoint-04.js => devtools/server/tests/xpcshell/test_breakpoint-04.js rename : devtools/server/tests/unit/test_breakpoint-05.js => devtools/server/tests/xpcshell/test_breakpoint-05.js rename : devtools/server/tests/unit/test_breakpoint-06.js => devtools/server/tests/xpcshell/test_breakpoint-06.js rename : devtools/server/tests/unit/test_breakpoint-07.js => devtools/server/tests/xpcshell/test_breakpoint-07.js rename : devtools/server/tests/unit/test_breakpoint-08.js => devtools/server/tests/xpcshell/test_breakpoint-08.js rename : devtools/server/tests/unit/test_breakpoint-09.js => devtools/server/tests/xpcshell/test_breakpoint-09.js rename : devtools/server/tests/unit/test_breakpoint-10.js => devtools/server/tests/xpcshell/test_breakpoint-10.js rename : devtools/server/tests/unit/test_breakpoint-11.js => devtools/server/tests/xpcshell/test_breakpoint-11.js rename : devtools/server/tests/unit/test_breakpoint-12.js => devtools/server/tests/xpcshell/test_breakpoint-12.js rename : devtools/server/tests/unit/test_breakpoint-13.js => devtools/server/tests/xpcshell/test_breakpoint-13.js rename : devtools/server/tests/unit/test_breakpoint-14.js => devtools/server/tests/xpcshell/test_breakpoint-14.js rename : devtools/server/tests/unit/test_breakpoint-16.js => devtools/server/tests/xpcshell/test_breakpoint-16.js rename : devtools/server/tests/unit/test_breakpoint-17.js => devtools/server/tests/xpcshell/test_breakpoint-17.js rename : devtools/server/tests/unit/test_breakpoint-18.js => devtools/server/tests/xpcshell/test_breakpoint-18.js rename : devtools/server/tests/unit/test_breakpoint-19.js => devtools/server/tests/xpcshell/test_breakpoint-19.js rename : devtools/server/tests/unit/test_breakpoint-20.js => devtools/server/tests/xpcshell/test_breakpoint-20.js rename : devtools/server/tests/unit/test_breakpoint-21.js => devtools/server/tests/xpcshell/test_breakpoint-21.js rename : devtools/server/tests/unit/test_breakpoint-22.js => devtools/server/tests/xpcshell/test_breakpoint-22.js rename : devtools/server/tests/unit/test_breakpoint-23.js => devtools/server/tests/xpcshell/test_breakpoint-23.js rename : devtools/server/tests/unit/test_breakpoint-24.js => devtools/server/tests/xpcshell/test_breakpoint-24.js rename : devtools/server/tests/unit/test_breakpoint-25.js => devtools/server/tests/xpcshell/test_breakpoint-25.js rename : devtools/server/tests/unit/test_breakpoint-26.js => devtools/server/tests/xpcshell/test_breakpoint-26.js rename : devtools/server/tests/unit/test_breakpoint-actor-map.js => devtools/server/tests/xpcshell/test_breakpoint-actor-map.js rename : devtools/server/tests/unit/test_client_request.js => devtools/server/tests/xpcshell/test_client_request.js rename : devtools/server/tests/unit/test_conditional_breakpoint-01.js => devtools/server/tests/xpcshell/test_conditional_breakpoint-01.js rename : devtools/server/tests/unit/test_conditional_breakpoint-02.js => devtools/server/tests/xpcshell/test_conditional_breakpoint-02.js rename : devtools/server/tests/unit/test_conditional_breakpoint-03.js => devtools/server/tests/xpcshell/test_conditional_breakpoint-03.js rename : devtools/server/tests/unit/test_conditional_breakpoint-04.js => devtools/server/tests/xpcshell/test_conditional_breakpoint-04.js rename : devtools/server/tests/unit/test_dbgactor.js => devtools/server/tests/xpcshell/test_dbgactor.js rename : devtools/server/tests/unit/test_dbgclient_debuggerstatement.js => devtools/server/tests/xpcshell/test_dbgclient_debuggerstatement.js rename : devtools/server/tests/unit/test_dbgglobal.js => devtools/server/tests/xpcshell/test_dbgglobal.js rename : devtools/server/tests/unit/test_extension_storage_actor.js => devtools/server/tests/xpcshell/test_extension_storage_actor.js rename : devtools/server/tests/unit/test_format_command.js => devtools/server/tests/xpcshell/test_format_command.js rename : devtools/server/tests/unit/test_forwardingprefix.js => devtools/server/tests/xpcshell/test_forwardingprefix.js rename : devtools/server/tests/unit/test_frameactor-01.js => devtools/server/tests/xpcshell/test_frameactor-01.js rename : devtools/server/tests/unit/test_frameactor-02.js => devtools/server/tests/xpcshell/test_frameactor-02.js rename : devtools/server/tests/unit/test_frameactor-03.js => devtools/server/tests/xpcshell/test_frameactor-03.js rename : devtools/server/tests/unit/test_frameactor-04.js => devtools/server/tests/xpcshell/test_frameactor-04.js rename : devtools/server/tests/unit/test_frameactor-05.js => devtools/server/tests/xpcshell/test_frameactor-05.js rename : devtools/server/tests/unit/test_frameactor_wasm-01.js => devtools/server/tests/xpcshell/test_frameactor_wasm-01.js rename : devtools/server/tests/unit/test_framearguments-01.js => devtools/server/tests/xpcshell/test_framearguments-01.js rename : devtools/server/tests/unit/test_framebindings-01.js => devtools/server/tests/xpcshell/test_framebindings-01.js rename : devtools/server/tests/unit/test_framebindings-02.js => devtools/server/tests/xpcshell/test_framebindings-02.js rename : devtools/server/tests/unit/test_framebindings-03.js => devtools/server/tests/xpcshell/test_framebindings-03.js rename : devtools/server/tests/unit/test_framebindings-04.js => devtools/server/tests/xpcshell/test_framebindings-04.js rename : devtools/server/tests/unit/test_framebindings-05.js => devtools/server/tests/xpcshell/test_framebindings-05.js rename : devtools/server/tests/unit/test_framebindings-06.js => devtools/server/tests/xpcshell/test_framebindings-06.js rename : devtools/server/tests/unit/test_framebindings-07.js => devtools/server/tests/xpcshell/test_framebindings-07.js rename : devtools/server/tests/unit/test_front_destroy.js => devtools/server/tests/xpcshell/test_front_destroy.js rename : devtools/server/tests/unit/test_functiongrips-01.js => devtools/server/tests/xpcshell/test_functiongrips-01.js rename : devtools/server/tests/unit/test_getRuleText.js => devtools/server/tests/xpcshell/test_getRuleText.js rename : devtools/server/tests/unit/test_getTextAtLineColumn.js => devtools/server/tests/xpcshell/test_getTextAtLineColumn.js rename : devtools/server/tests/unit/test_getyoungestframe.js => devtools/server/tests/xpcshell/test_getyoungestframe.js rename : devtools/server/tests/unit/test_ignore_caught_exceptions.js => devtools/server/tests/xpcshell/test_ignore_caught_exceptions.js rename : devtools/server/tests/unit/test_ignore_no_interface_exceptions.js => devtools/server/tests/xpcshell/test_ignore_no_interface_exceptions.js rename : devtools/server/tests/unit/test_interrupt.js => devtools/server/tests/xpcshell/test_interrupt.js rename : devtools/server/tests/unit/test_layout-reflows-observer.js => devtools/server/tests/xpcshell/test_layout-reflows-observer.js rename : devtools/server/tests/unit/test_listsources-01.js => devtools/server/tests/xpcshell/test_listsources-01.js rename : devtools/server/tests/unit/test_listsources-02.js => devtools/server/tests/xpcshell/test_listsources-02.js rename : devtools/server/tests/unit/test_listsources-03.js => devtools/server/tests/xpcshell/test_listsources-03.js rename : devtools/server/tests/unit/test_logpoint-01.js => devtools/server/tests/xpcshell/test_logpoint-01.js rename : devtools/server/tests/unit/test_logpoint-02.js => devtools/server/tests/xpcshell/test_logpoint-02.js rename : devtools/server/tests/unit/test_logpoint-03.js => devtools/server/tests/xpcshell/test_logpoint-03.js rename : devtools/server/tests/unit/test_longstringgrips-01.js => devtools/server/tests/xpcshell/test_longstringgrips-01.js rename : devtools/server/tests/unit/test_nativewrappers.js => devtools/server/tests/xpcshell/test_nativewrappers.js rename : devtools/server/tests/unit/test_nesting-01.js => devtools/server/tests/xpcshell/test_nesting-01.js rename : devtools/server/tests/unit/test_nesting-02.js => devtools/server/tests/xpcshell/test_nesting-02.js rename : devtools/server/tests/unit/test_nesting-03.js => devtools/server/tests/xpcshell/test_nesting-03.js rename : devtools/server/tests/unit/test_new_source-01.js => devtools/server/tests/xpcshell/test_new_source-01.js rename : devtools/server/tests/unit/test_new_source-02.js => devtools/server/tests/xpcshell/test_new_source-02.js rename : devtools/server/tests/unit/test_nodelistactor.js => devtools/server/tests/xpcshell/test_nodelistactor.js rename : devtools/server/tests/unit/test_objectgrips-01.js => devtools/server/tests/xpcshell/test_objectgrips-01.js rename : devtools/server/tests/unit/test_objectgrips-02.js => devtools/server/tests/xpcshell/test_objectgrips-02.js rename : devtools/server/tests/unit/test_objectgrips-03.js => devtools/server/tests/xpcshell/test_objectgrips-03.js rename : devtools/server/tests/unit/test_objectgrips-04.js => devtools/server/tests/xpcshell/test_objectgrips-04.js rename : devtools/server/tests/unit/test_objectgrips-05.js => devtools/server/tests/xpcshell/test_objectgrips-05.js rename : devtools/server/tests/unit/test_objectgrips-06.js => devtools/server/tests/xpcshell/test_objectgrips-06.js rename : devtools/server/tests/unit/test_objectgrips-07.js => devtools/server/tests/xpcshell/test_objectgrips-07.js rename : devtools/server/tests/unit/test_objectgrips-08.js => devtools/server/tests/xpcshell/test_objectgrips-08.js rename : devtools/server/tests/unit/test_objectgrips-10.js => devtools/server/tests/xpcshell/test_objectgrips-10.js rename : devtools/server/tests/unit/test_objectgrips-11.js => devtools/server/tests/xpcshell/test_objectgrips-11.js rename : devtools/server/tests/unit/test_objectgrips-12.js => devtools/server/tests/xpcshell/test_objectgrips-12.js rename : devtools/server/tests/unit/test_objectgrips-13.js => devtools/server/tests/xpcshell/test_objectgrips-13.js rename : devtools/server/tests/unit/test_objectgrips-14.js => devtools/server/tests/xpcshell/test_objectgrips-14.js rename : devtools/server/tests/unit/test_objectgrips-15.js => devtools/server/tests/xpcshell/test_objectgrips-15.js rename : devtools/server/tests/unit/test_objectgrips-16.js => devtools/server/tests/xpcshell/test_objectgrips-16.js rename : devtools/server/tests/unit/test_objectgrips-17.js => devtools/server/tests/xpcshell/test_objectgrips-17.js rename : devtools/server/tests/unit/test_objectgrips-18.js => devtools/server/tests/xpcshell/test_objectgrips-18.js rename : devtools/server/tests/unit/test_objectgrips-19.js => devtools/server/tests/xpcshell/test_objectgrips-19.js rename : devtools/server/tests/unit/test_objectgrips-20.js => devtools/server/tests/xpcshell/test_objectgrips-20.js rename : devtools/server/tests/unit/test_objectgrips-21.js => devtools/server/tests/xpcshell/test_objectgrips-21.js rename : devtools/server/tests/unit/test_objectgrips-22.js => devtools/server/tests/xpcshell/test_objectgrips-22.js rename : devtools/server/tests/unit/test_objectgrips-23.js => devtools/server/tests/xpcshell/test_objectgrips-23.js rename : devtools/server/tests/unit/test_objectgrips-24.js => devtools/server/tests/xpcshell/test_objectgrips-24.js rename : devtools/server/tests/unit/test_objectgrips-array-like-object.js => devtools/server/tests/xpcshell/test_objectgrips-array-like-object.js rename : devtools/server/tests/unit/test_objectgrips-fn-apply-01.js => devtools/server/tests/xpcshell/test_objectgrips-fn-apply-01.js rename : devtools/server/tests/unit/test_objectgrips-fn-apply-02.js => devtools/server/tests/xpcshell/test_objectgrips-fn-apply-02.js rename : devtools/server/tests/unit/test_objectgrips-fn-apply-03.js => devtools/server/tests/xpcshell/test_objectgrips-fn-apply-03.js rename : devtools/server/tests/unit/test_objectgrips-nested-proxy.js => devtools/server/tests/xpcshell/test_objectgrips-nested-proxy.js rename : devtools/server/tests/unit/test_objectgrips-property-value-01.js => devtools/server/tests/xpcshell/test_objectgrips-property-value-01.js rename : devtools/server/tests/unit/test_objectgrips-property-value-02.js => devtools/server/tests/xpcshell/test_objectgrips-property-value-02.js rename : devtools/server/tests/unit/test_objectgrips-property-value-03.js => devtools/server/tests/xpcshell/test_objectgrips-property-value-03.js rename : devtools/server/tests/unit/test_pause_exceptions-01.js => devtools/server/tests/xpcshell/test_pause_exceptions-01.js rename : devtools/server/tests/unit/test_pause_exceptions-02.js => devtools/server/tests/xpcshell/test_pause_exceptions-02.js rename : devtools/server/tests/unit/test_pause_exceptions-03.js => devtools/server/tests/xpcshell/test_pause_exceptions-03.js rename : devtools/server/tests/unit/test_pause_exceptions-04.js => devtools/server/tests/xpcshell/test_pause_exceptions-04.js rename : devtools/server/tests/unit/test_pauselifetime-01.js => devtools/server/tests/xpcshell/test_pauselifetime-01.js rename : devtools/server/tests/unit/test_pauselifetime-02.js => devtools/server/tests/xpcshell/test_pauselifetime-02.js rename : devtools/server/tests/unit/test_pauselifetime-03.js => devtools/server/tests/xpcshell/test_pauselifetime-03.js rename : devtools/server/tests/unit/test_pauselifetime-04.js => devtools/server/tests/xpcshell/test_pauselifetime-04.js rename : devtools/server/tests/unit/test_promise_state-01.js => devtools/server/tests/xpcshell/test_promise_state-01.js rename : devtools/server/tests/unit/test_promise_state-02.js => devtools/server/tests/xpcshell/test_promise_state-02.js rename : devtools/server/tests/unit/test_promise_state-03.js => devtools/server/tests/xpcshell/test_promise_state-03.js rename : devtools/server/tests/unit/test_promises_run_to_completion.js => devtools/server/tests/xpcshell/test_promises_run_to_completion.js rename : devtools/server/tests/unit/test_protocolSpec.js => devtools/server/tests/xpcshell/test_protocolSpec.js rename : devtools/server/tests/unit/test_reattach-thread.js => devtools/server/tests/xpcshell/test_reattach-thread.js rename : devtools/server/tests/unit/test_register_actor.js => devtools/server/tests/xpcshell/test_register_actor.js rename : devtools/server/tests/unit/test_requestTypes.js => devtools/server/tests/xpcshell/test_requestTypes.js rename : devtools/server/tests/unit/test_safe-getter.js => devtools/server/tests/xpcshell/test_safe-getter.js rename : devtools/server/tests/unit/test_setBreakpoint-at-the-beginning-of-a-minified-fn.js => devtools/server/tests/xpcshell/test_setBreakpoint-at-the-beginning-of-a-minified-fn.js rename : devtools/server/tests/unit/test_setBreakpoint-at-the-end-of-a-minified-fn.js => devtools/server/tests/xpcshell/test_setBreakpoint-at-the-end-of-a-minified-fn.js rename : devtools/server/tests/unit/test_setBreakpoint-on-column-in-gcd-script.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-column-in-gcd-script.js rename : devtools/server/tests/unit/test_setBreakpoint-on-column.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-column.js rename : devtools/server/tests/unit/test_setBreakpoint-on-line-in-gcd-script.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-line-in-gcd-script.js rename : devtools/server/tests/unit/test_setBreakpoint-on-line-with-multiple-offsets.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-line-with-multiple-offsets.js rename : devtools/server/tests/unit/test_setBreakpoint-on-line-with-multiple-statements.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-line-with-multiple-statements.js rename : devtools/server/tests/unit/test_setBreakpoint-on-line-with-no-offsets-in-gcd-script.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-line-with-no-offsets-in-gcd-script.js rename : devtools/server/tests/unit/test_setBreakpoint-on-line-with-no-offsets.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-line-with-no-offsets.js rename : devtools/server/tests/unit/test_setBreakpoint-on-line.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-line.js rename : devtools/server/tests/unit/test_shapes_highlighter_helpers.js => devtools/server/tests/xpcshell/test_shapes_highlighter_helpers.js rename : devtools/server/tests/unit/test_source-01.js => devtools/server/tests/xpcshell/test_source-01.js rename : devtools/server/tests/unit/test_source-02.js => devtools/server/tests/xpcshell/test_source-02.js rename : devtools/server/tests/unit/test_source-03.js => devtools/server/tests/xpcshell/test_source-03.js rename : devtools/server/tests/unit/test_source-04.js => devtools/server/tests/xpcshell/test_source-04.js rename : devtools/server/tests/unit/test_stepping-01.js => devtools/server/tests/xpcshell/test_stepping-01.js rename : devtools/server/tests/unit/test_stepping-02.js => devtools/server/tests/xpcshell/test_stepping-02.js rename : devtools/server/tests/unit/test_stepping-03.js => devtools/server/tests/xpcshell/test_stepping-03.js rename : devtools/server/tests/unit/test_stepping-04.js => devtools/server/tests/xpcshell/test_stepping-04.js rename : devtools/server/tests/unit/test_stepping-05.js => devtools/server/tests/xpcshell/test_stepping-05.js rename : devtools/server/tests/unit/test_stepping-06.js => devtools/server/tests/xpcshell/test_stepping-06.js rename : devtools/server/tests/unit/test_stepping-07.js => devtools/server/tests/xpcshell/test_stepping-07.js rename : devtools/server/tests/unit/test_stepping-08.js => devtools/server/tests/xpcshell/test_stepping-08.js rename : devtools/server/tests/unit/test_stepping-09.js => devtools/server/tests/xpcshell/test_stepping-09.js rename : devtools/server/tests/unit/test_stepping-10.js => devtools/server/tests/xpcshell/test_stepping-10.js rename : devtools/server/tests/unit/test_stepping-11.js => devtools/server/tests/xpcshell/test_stepping-11.js rename : devtools/server/tests/unit/test_stepping-12.js => devtools/server/tests/xpcshell/test_stepping-12.js rename : devtools/server/tests/unit/test_stepping-13.js => devtools/server/tests/xpcshell/test_stepping-13.js rename : devtools/server/tests/unit/test_stepping-14.js => devtools/server/tests/xpcshell/test_stepping-14.js rename : devtools/server/tests/unit/test_stepping-15.js => devtools/server/tests/xpcshell/test_stepping-15.js rename : devtools/server/tests/unit/test_stepping-16.js => devtools/server/tests/xpcshell/test_stepping-16.js rename : devtools/server/tests/unit/test_stepping-with-skip-breakpoints.js => devtools/server/tests/xpcshell/test_stepping-with-skip-breakpoints.js rename : devtools/server/tests/unit/test_symbolactor.js => devtools/server/tests/xpcshell/test_symbolactor.js rename : devtools/server/tests/unit/test_symbols-01.js => devtools/server/tests/xpcshell/test_symbols-01.js rename : devtools/server/tests/unit/test_symbols-02.js => devtools/server/tests/xpcshell/test_symbols-02.js rename : devtools/server/tests/unit/test_threadlifetime-01.js => devtools/server/tests/xpcshell/test_threadlifetime-01.js rename : devtools/server/tests/unit/test_threadlifetime-02.js => devtools/server/tests/xpcshell/test_threadlifetime-02.js rename : devtools/server/tests/unit/test_threadlifetime-04.js => devtools/server/tests/xpcshell/test_threadlifetime-04.js rename : devtools/server/tests/unit/test_unsafeDereference.js => devtools/server/tests/xpcshell/test_unsafeDereference.js rename : devtools/server/tests/unit/test_wasm_source-01.js => devtools/server/tests/xpcshell/test_wasm_source-01.js rename : devtools/server/tests/unit/test_watchpoint-01.js => devtools/server/tests/xpcshell/test_watchpoint-01.js rename : devtools/server/tests/unit/test_watchpoint-02.js => devtools/server/tests/xpcshell/test_watchpoint-02.js rename : devtools/server/tests/unit/test_watchpoint-03.js => devtools/server/tests/xpcshell/test_watchpoint-03.js rename : devtools/server/tests/unit/test_xpcshell_debugging.js => devtools/server/tests/xpcshell/test_xpcshell_debugging.js rename : devtools/server/tests/unit/testactors.js => devtools/server/tests/xpcshell/testactors.js rename : devtools/server/tests/unit/xpcshell.ini => devtools/server/tests/xpcshell/xpcshell.ini rename : devtools/server/tests/unit/xpcshell_debugging_script.js => devtools/server/tests/xpcshell/xpcshell_debugging_script.js rename : devtools/shared/acorn/tests/unit/head_acorn.js => devtools/shared/acorn/tests/xpcshell/head_acorn.js rename : devtools/shared/acorn/tests/unit/test_import_acorn.js => devtools/shared/acorn/tests/xpcshell/test_import_acorn.js rename : devtools/shared/acorn/tests/unit/test_lenient_parser.js => devtools/shared/acorn/tests/xpcshell/test_lenient_parser.js rename : devtools/shared/acorn/tests/unit/test_same_ast.js => devtools/shared/acorn/tests/xpcshell/test_same_ast.js rename : devtools/shared/acorn/tests/unit/xpcshell.ini => devtools/shared/acorn/tests/xpcshell/xpcshell.ini rename : devtools/shared/adb/test/.eslintrc.js => devtools/shared/adb/xpcshell/.eslintrc.js rename : devtools/shared/adb/test/adb.py => devtools/shared/adb/xpcshell/adb.py rename : devtools/shared/adb/test/test_adb.js => devtools/shared/adb/xpcshell/test_adb.js rename : devtools/client/aboutdebugging/test/unit/xpcshell-head.js => devtools/shared/adb/xpcshell/xpcshell-head.js rename : devtools/shared/adb/test/xpcshell.ini => devtools/shared/adb/xpcshell/xpcshell.ini rename : devtools/shared/discovery/tests/unit/.eslintrc.js => devtools/shared/discovery/tests/xpcshell/.eslintrc.js rename : devtools/shared/discovery/tests/unit/test_discovery.js => devtools/shared/discovery/tests/xpcshell/test_discovery.js rename : devtools/shared/discovery/tests/unit/xpcshell.ini => devtools/shared/discovery/tests/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/shared/heapsnapshot/tests/xpcshell/.eslintrc.js rename : devtools/shared/heapsnapshot/tests/unit/Census.jsm => devtools/shared/heapsnapshot/tests/xpcshell/Census.jsm rename : devtools/shared/heapsnapshot/tests/unit/Match.jsm => devtools/shared/heapsnapshot/tests/xpcshell/Match.jsm rename : devtools/shared/heapsnapshot/tests/unit/dominator-tree-worker.js => devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js rename : devtools/shared/heapsnapshot/tests/unit/head_heapsnapshot.js => devtools/shared/heapsnapshot/tests/xpcshell/head_heapsnapshot.js rename : devtools/shared/heapsnapshot/tests/unit/heap-snapshot-worker.js => devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_LabelAndShallowSize_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_LabelAndShallowSize_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_LabelAndShallowSize_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_LabelAndShallowSize_04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_04.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_attachShortestPaths_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_attachShortestPaths_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_getNodeByIdAlongPath_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_getNodeByIdAlongPath_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_insert_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_insert_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_insert_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_partialTraversal_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_partialTraversal_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_04.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_05.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_05.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_06.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_06.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_computeDominatorTree_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_computeDominatorTree_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_computeDominatorTree_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_computeDominatorTree_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_deleteHeapSnapshot_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_deleteHeapSnapshot_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_deleteHeapSnapshot_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_deleteHeapSnapshot_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_deleteHeapSnapshot_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_deleteHeapSnapshot_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getCensusIndividuals_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getCensusIndividuals_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getCreationTime_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getCreationTime_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getDominatorTree_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getDominatorTree_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getDominatorTree_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getDominatorTree_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getImmediatelyDominated_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getImmediatelyDominated_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_readHeapSnapshot_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_readHeapSnapshot_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensusDiff_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensusDiff_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensusDiff_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensusDiff_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_04.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_05.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_05.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_06.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_06.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_07.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_07.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_computeShortestPaths_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_computeShortestPaths_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_computeShortestPaths_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_computeShortestPaths_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_creationTime_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_creationTime_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_deepStack_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_deepStack_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_describeNode_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_describeNode_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_getObjectNodeId_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_getObjectNodeId_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_04.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_05.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_05.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_06.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_06.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_07.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_07.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_08.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_08.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_09.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_09.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_10.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_10.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_11.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_11.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_12.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_12.js rename : devtools/shared/heapsnapshot/tests/unit/test_ReadHeapSnapshot.js => devtools/shared/heapsnapshot/tests/xpcshell/test_ReadHeapSnapshot.js rename : devtools/shared/heapsnapshot/tests/unit/test_ReadHeapSnapshot_with_allocations.js => devtools/shared/heapsnapshot/tests/xpcshell/test_ReadHeapSnapshot_with_allocations.js rename : devtools/shared/heapsnapshot/tests/unit/test_ReadHeapSnapshot_worker.js => devtools/shared/heapsnapshot/tests/xpcshell/test_ReadHeapSnapshot_worker.js rename : devtools/shared/heapsnapshot/tests/unit/test_SaveHeapSnapshot.js => devtools/shared/heapsnapshot/tests/xpcshell/test_SaveHeapSnapshot.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-01.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-02.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-03.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-04.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-05.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-05.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-06.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-06.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-07.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-07.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-08.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-08.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-09.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-09.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-10.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-10.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_diff_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_diff_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_diff_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_diff_04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_04.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_diff_05.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_05.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_diff_06.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_06.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_filtering_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_filtering_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_filtering_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_filtering_04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_04.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_filtering_05.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_05.js rename : devtools/shared/heapsnapshot/tests/unit/test_countToBucketBreakdown_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_countToBucketBreakdown_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_deduplicatePaths_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_deduplicatePaths_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_getCensusIndividuals_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_getCensusIndividuals_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_getReportLeaves_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_getReportLeaves_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_saveHeapSnapshot_e10s_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_saveHeapSnapshot_e10s_01.js rename : devtools/shared/heapsnapshot/tests/unit/xpcshell.ini => devtools/shared/heapsnapshot/tests/xpcshell/xpcshell.ini rename : devtools/shared/jsbeautify/tests/unit/head_jsbeautify.js => devtools/shared/jsbeautify/tests/xpcshell/head_jsbeautify.js rename : devtools/shared/jsbeautify/tests/unit/test.js => devtools/shared/jsbeautify/tests/xpcshell/test.js rename : devtools/shared/jsbeautify/tests/unit/xpcshell.ini => devtools/shared/jsbeautify/tests/xpcshell/xpcshell.ini rename : devtools/shared/performance/test/.eslintrc.js => devtools/shared/performance/xpcshell/.eslintrc.js rename : devtools/shared/performance/test/head.js => devtools/shared/performance/xpcshell/head.js rename : devtools/shared/performance/test/test_perf-utils-allocations-to-samples.js => devtools/shared/performance/xpcshell/test_perf-utils-allocations-to-samples.js rename : devtools/shared/performance/test/xpcshell.ini => devtools/shared/performance/xpcshell/xpcshell.ini rename : devtools/shared/discovery/tests/unit/.eslintrc.js => devtools/shared/qrcode/tests/xpcshell/.eslintrc.js rename : devtools/shared/qrcode/tests/unit/test_encode.js => devtools/shared/qrcode/tests/xpcshell/test_encode.js rename : devtools/shared/qrcode/tests/unit/xpcshell.ini => devtools/shared/qrcode/tests/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/shared/security/tests/xpcshell/.eslintrc.js rename : devtools/shared/security/tests/unit/head_dbg.js => devtools/shared/security/tests/xpcshell/head_dbg.js rename : devtools/shared/security/tests/unit/test_encryption.js => devtools/shared/security/tests/xpcshell/test_encryption.js rename : devtools/shared/security/tests/unit/test_oob_cert_auth.js => devtools/shared/security/tests/xpcshell/test_oob_cert_auth.js rename : devtools/shared/security/tests/unit/testactors.js => devtools/shared/security/tests/xpcshell/testactors.js rename : devtools/shared/security/tests/unit/xpcshell.ini => devtools/shared/security/tests/xpcshell/xpcshell.ini rename : devtools/shared/storage/vendor/stringvalidator/tests/unit/head_stringvalidator.js => devtools/shared/storage/vendor/stringvalidator/tests/xpcshell/head_stringvalidator.js rename : devtools/shared/storage/vendor/stringvalidator/tests/unit/test_sanitizers.js => devtools/shared/storage/vendor/stringvalidator/tests/xpcshell/test_sanitizers.js rename : devtools/shared/storage/vendor/stringvalidator/tests/unit/test_validators.js => devtools/shared/storage/vendor/stringvalidator/tests/xpcshell/test_validators.js rename : devtools/shared/storage/vendor/stringvalidator/tests/unit/xpcshell.ini => devtools/shared/storage/vendor/stringvalidator/tests/xpcshell/xpcshell.ini rename : devtools/shared/tests/unit/.eslintrc.js => devtools/shared/tests/xpcshell/.eslintrc.js rename : devtools/shared/tests/unit/exposeLoader.js => devtools/shared/tests/xpcshell/exposeLoader.js rename : devtools/shared/tests/unit/head_devtools.js => devtools/shared/tests/xpcshell/head_devtools.js rename : devtools/shared/tests/unit/test_assert.js => devtools/shared/tests/xpcshell/test_assert.js rename : devtools/shared/tests/unit/test_console_filtering.js => devtools/shared/tests/xpcshell/test_console_filtering.js rename : devtools/shared/tests/unit/test_css-properties-db.js => devtools/shared/tests/xpcshell/test_css-properties-db.js rename : devtools/shared/tests/unit/test_csslexer.js => devtools/shared/tests/xpcshell/test_csslexer.js rename : devtools/shared/tests/unit/test_debugger_client.js => devtools/shared/tests/xpcshell/test_debugger_client.js rename : devtools/shared/tests/unit/test_defer.js => devtools/shared/tests/xpcshell/test_defer.js rename : devtools/shared/tests/unit/test_defineLazyPrototypeGetter.js => devtools/shared/tests/xpcshell/test_defineLazyPrototypeGetter.js rename : devtools/shared/tests/unit/test_eventemitter_basic.js => devtools/shared/tests/xpcshell/test_eventemitter_basic.js rename : devtools/shared/tests/unit/test_eventemitter_static.js => devtools/shared/tests/xpcshell/test_eventemitter_static.js rename : devtools/shared/tests/unit/test_executeSoon.js => devtools/shared/tests/xpcshell/test_executeSoon.js rename : devtools/shared/tests/unit/test_fetch-bom.js => devtools/shared/tests/xpcshell/test_fetch-bom.js rename : devtools/shared/tests/unit/test_fetch-chrome.js => devtools/shared/tests/xpcshell/test_fetch-chrome.js rename : devtools/shared/tests/unit/test_fetch-file.js => devtools/shared/tests/xpcshell/test_fetch-file.js rename : devtools/shared/tests/unit/test_fetch-http.js => devtools/shared/tests/xpcshell/test_fetch-http.js rename : devtools/shared/tests/unit/test_fetch-resource.js => devtools/shared/tests/xpcshell/test_fetch-resource.js rename : devtools/shared/tests/unit/test_flatten.js => devtools/shared/tests/xpcshell/test_flatten.js rename : devtools/shared/tests/unit/test_indentation.js => devtools/shared/tests/xpcshell/test_indentation.js rename : devtools/shared/tests/unit/test_independent_loaders.js => devtools/shared/tests/xpcshell/test_independent_loaders.js rename : devtools/shared/tests/unit/test_invisible_loader.js => devtools/shared/tests/xpcshell/test_invisible_loader.js rename : devtools/shared/tests/unit/test_isSet.js => devtools/shared/tests/xpcshell/test_isSet.js rename : devtools/shared/tests/unit/test_pluralForm-english.js => devtools/shared/tests/xpcshell/test_pluralForm-english.js rename : devtools/shared/tests/unit/test_pluralForm-makeGetter.js => devtools/shared/tests/xpcshell/test_pluralForm-makeGetter.js rename : devtools/shared/tests/unit/test_prettifyCSS.js => devtools/shared/tests/xpcshell/test_prettifyCSS.js rename : devtools/shared/tests/unit/test_require.js => devtools/shared/tests/xpcshell/test_require.js rename : devtools/shared/tests/unit/test_require_lazy.js => devtools/shared/tests/xpcshell/test_require_lazy.js rename : devtools/shared/tests/unit/test_require_raw.js => devtools/shared/tests/xpcshell/test_require_raw.js rename : devtools/shared/tests/unit/test_safeErrorString.js => devtools/shared/tests/xpcshell/test_safeErrorString.js rename : devtools/shared/tests/unit/test_sprintfjs.js => devtools/shared/tests/xpcshell/test_sprintfjs.js rename : devtools/shared/tests/unit/test_stack.js => devtools/shared/tests/xpcshell/test_stack.js rename : devtools/shared/tests/unit/throwing-module-1.js => devtools/shared/tests/xpcshell/throwing-module-1.js rename : devtools/shared/tests/unit/throwing-module-2.js => devtools/shared/tests/xpcshell/throwing-module-2.js rename : devtools/shared/tests/unit/xpcshell.ini => devtools/shared/tests/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/shared/transport/tests/xpcshell/.eslintrc.js rename : devtools/shared/transport/tests/unit/head_dbg.js => devtools/shared/transport/tests/xpcshell/head_dbg.js rename : devtools/shared/transport/tests/unit/test_bulk_error.js => devtools/shared/transport/tests/xpcshell/test_bulk_error.js rename : devtools/shared/transport/tests/unit/test_client_server_bulk.js => devtools/shared/transport/tests/xpcshell/test_client_server_bulk.js rename : devtools/shared/transport/tests/unit/test_dbgsocket.js => devtools/shared/transport/tests/xpcshell/test_dbgsocket.js rename : devtools/shared/transport/tests/unit/test_dbgsocket_connection_drop.js => devtools/shared/transport/tests/xpcshell/test_dbgsocket_connection_drop.js rename : devtools/shared/transport/tests/unit/test_delimited_read.js => devtools/shared/transport/tests/xpcshell/test_delimited_read.js rename : devtools/shared/transport/tests/unit/test_no_bulk.js => devtools/shared/transport/tests/xpcshell/test_no_bulk.js rename : devtools/shared/transport/tests/unit/test_packet.js => devtools/shared/transport/tests/xpcshell/test_packet.js rename : devtools/shared/transport/tests/unit/test_queue.js => devtools/shared/transport/tests/xpcshell/test_queue.js rename : devtools/shared/transport/tests/unit/test_transport_bulk.js => devtools/shared/transport/tests/xpcshell/test_transport_bulk.js rename : devtools/shared/transport/tests/unit/testactors-no-bulk.js => devtools/shared/transport/tests/xpcshell/testactors-no-bulk.js rename : devtools/shared/security/tests/unit/testactors.js => devtools/shared/transport/tests/xpcshell/testactors.js rename : devtools/shared/transport/tests/unit/xpcshell.ini => devtools/shared/transport/tests/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/shared/webconsole/test/xpcshell/.eslintrc.js rename : devtools/shared/webconsole/test/unit/test_js_property_provider.js => devtools/shared/webconsole/test/xpcshell/test_js_property_provider.js rename : devtools/shared/webconsole/test/unit/test_network_helper.js => devtools/shared/webconsole/test/xpcshell/test_network_helper.js rename : devtools/shared/webconsole/test/unit/test_security-info-certificate.js => devtools/shared/webconsole/test/xpcshell/test_security-info-certificate.js rename : devtools/shared/webconsole/test/unit/test_security-info-parser.js => devtools/shared/webconsole/test/xpcshell/test_security-info-parser.js rename : devtools/shared/webconsole/test/unit/test_security-info-protocol-version.js => devtools/shared/webconsole/test/xpcshell/test_security-info-protocol-version.js rename : devtools/shared/webconsole/test/unit/test_security-info-state.js => devtools/shared/webconsole/test/xpcshell/test_security-info-state.js rename : devtools/shared/webconsole/test/unit/test_security-info-static-hpkp.js => devtools/shared/webconsole/test/xpcshell/test_security-info-static-hpkp.js rename : devtools/shared/webconsole/test/unit/test_security-info-weakness-reasons.js => devtools/shared/webconsole/test/xpcshell/test_security-info-weakness-reasons.js rename : devtools/shared/webconsole/test/unit/test_throttle.js => devtools/shared/webconsole/test/xpcshell/test_throttle.js rename : devtools/shared/webconsole/test/unit/xpcshell.ini => devtools/shared/webconsole/test/xpcshell/xpcshell.ini rename : devtools/shared/adb/test/.eslintrc.js => devtools/startup/tests/xpcshell/.eslintrc.js rename : devtools/startup/tests/unit/test_devtools_shim.js => devtools/startup/tests/xpcshell/test_devtools_shim.js rename : devtools/startup/tests/unit/xpcshell.ini => devtools/startup/tests/xpcshell/xpcshell.ini extra : source : ccd0583750961a40068209610f5a2e7fa665161e |
|
Cosmin Sabou | 73177747e8 |
Backed out changeset ccd058375096 (bug 1609716 ) for devtools failures on browser_device_custom_remove. CLOSED TREE
--HG-- rename : devtools/shared/webconsole/test/xpcshell/.eslintrc.js => devtools/client/aboutdebugging/test/unit/.eslintrc.js rename : devtools/client/aboutdebugging/test/xpcshell/test_extensions_path.js => devtools/client/aboutdebugging/test/unit/test_extensions_path.js rename : devtools/shared/adb/xpcshell/xpcshell-head.js => devtools/client/aboutdebugging/test/unit/xpcshell-head.js rename : devtools/client/aboutdebugging/test/xpcshell/xpcshell.ini => devtools/client/aboutdebugging/test/unit/xpcshell.ini rename : devtools/client/application/test/xpcshell/test_manifest_reducer.js => devtools/client/application/test/unit/test_manifest_reducer.js rename : devtools/client/application/test/xpcshell/test_page_reducer.js => devtools/client/application/test/unit/test_page_reducer.js rename : devtools/client/application/test/xpcshell/test_ui_reducer.js => devtools/client/application/test/unit/test_ui_reducer.js rename : devtools/client/application/test/xpcshell/test_workers_reducer.js => devtools/client/application/test/unit/test_workers_reducer.js rename : devtools/client/application/test/xpcshell/xpcshell.ini => devtools/client/application/test/unit/xpcshell.ini rename : devtools/client/performance/test/xpcshell/.eslintrc.js => devtools/client/framework/test/unit/.eslintrc.js rename : devtools/client/framework/test/xpcshell/test_tabs_absolute_order.js => devtools/client/framework/test/unit/test_tabs_absolute_order.js rename : devtools/client/framework/test/xpcshell/xpcshell.ini => devtools/client/framework/test/unit/xpcshell.ini rename : devtools/client/shared/remote-debugging/test/xpcshell/.eslintrc.js => devtools/client/inspector/changes/test/unit/.eslintrc.js rename : devtools/client/inspector/changes/test/xpcshell/head.js => devtools/client/inspector/changes/test/unit/head.js rename : devtools/client/inspector/changes/test/xpcshell/mocks.js => devtools/client/inspector/changes/test/unit/mocks.js rename : devtools/client/inspector/changes/test/xpcshell/test_changes_stylesheet.js => devtools/client/inspector/changes/test/unit/test_changes_stylesheet.js rename : devtools/client/inspector/changes/test/xpcshell/xpcshell.ini => devtools/client/inspector/changes/test/unit/xpcshell.ini rename : devtools/client/inspector/compatibility/test/xpcshell/test_mdn-compatibility.js => devtools/client/inspector/compatibility/test/unit/test_mdn-compatibility.js rename : devtools/client/inspector/compatibility/test/xpcshell/xpcshell.ini => devtools/client/inspector/compatibility/test/unit/xpcshell.ini rename : devtools/client/inspector/grids/test/xpcshell/test_compare_fragments_geometry.js => devtools/client/inspector/grids/test/unit/test_compare_fragments_geometry.js rename : devtools/client/inspector/grids/test/xpcshell/xpcshell.ini => devtools/client/inspector/grids/test/unit/xpcshell.ini rename : devtools/client/memory/test/xpcshell/.eslintrc.js => devtools/client/memory/test/unit/.eslintrc.js rename : devtools/client/memory/test/xpcshell/head.js => devtools/client/memory/test/unit/head.js rename : devtools/client/memory/test/xpcshell/test_action-clear-snapshots_01.js => devtools/client/memory/test/unit/test_action-clear-snapshots_01.js rename : devtools/client/memory/test/xpcshell/test_action-clear-snapshots_02.js => devtools/client/memory/test/unit/test_action-clear-snapshots_02.js rename : devtools/client/memory/test/xpcshell/test_action-clear-snapshots_03.js => devtools/client/memory/test/unit/test_action-clear-snapshots_03.js rename : devtools/client/memory/test/xpcshell/test_action-clear-snapshots_04.js => devtools/client/memory/test/unit/test_action-clear-snapshots_04.js rename : devtools/client/memory/test/xpcshell/test_action-clear-snapshots_05.js => devtools/client/memory/test/unit/test_action-clear-snapshots_05.js rename : devtools/client/memory/test/xpcshell/test_action-clear-snapshots_06.js => devtools/client/memory/test/unit/test_action-clear-snapshots_06.js rename : devtools/client/memory/test/xpcshell/test_action-export-snapshot.js => devtools/client/memory/test/unit/test_action-export-snapshot.js rename : devtools/client/memory/test/xpcshell/test_action-filter-01.js => devtools/client/memory/test/unit/test_action-filter-01.js rename : devtools/client/memory/test/xpcshell/test_action-filter-02.js => devtools/client/memory/test/unit/test_action-filter-02.js rename : devtools/client/memory/test/xpcshell/test_action-filter-03.js => devtools/client/memory/test/unit/test_action-filter-03.js rename : devtools/client/memory/test/xpcshell/test_action-import-snapshot-and-census.js => devtools/client/memory/test/unit/test_action-import-snapshot-and-census.js rename : devtools/client/memory/test/xpcshell/test_action-import-snapshot-dominator-tree.js => devtools/client/memory/test/unit/test_action-import-snapshot-dominator-tree.js rename : devtools/client/memory/test/xpcshell/test_action-select-snapshot.js => devtools/client/memory/test/unit/test_action-select-snapshot.js rename : devtools/client/memory/test/xpcshell/test_action-set-display-and-refresh-01.js => devtools/client/memory/test/unit/test_action-set-display-and-refresh-01.js rename : devtools/client/memory/test/xpcshell/test_action-set-display-and-refresh-02.js => devtools/client/memory/test/unit/test_action-set-display-and-refresh-02.js rename : devtools/client/memory/test/xpcshell/test_action-set-display.js => devtools/client/memory/test/unit/test_action-set-display.js rename : devtools/client/memory/test/xpcshell/test_action-take-census.js => devtools/client/memory/test/unit/test_action-take-census.js rename : devtools/client/memory/test/xpcshell/test_action-take-snapshot-and-census.js => devtools/client/memory/test/unit/test_action-take-snapshot-and-census.js rename : devtools/client/memory/test/xpcshell/test_action-take-snapshot.js => devtools/client/memory/test/unit/test_action-take-snapshot.js rename : devtools/client/memory/test/xpcshell/test_action-toggle-inverted-and-refresh-01.js => devtools/client/memory/test/unit/test_action-toggle-inverted-and-refresh-01.js rename : devtools/client/memory/test/xpcshell/test_action-toggle-inverted-and-refresh-02.js => devtools/client/memory/test/unit/test_action-toggle-inverted-and-refresh-02.js rename : devtools/client/memory/test/xpcshell/test_action-toggle-inverted.js => devtools/client/memory/test/unit/test_action-toggle-inverted.js rename : devtools/client/memory/test/xpcshell/test_action-toggle-recording-allocations.js => devtools/client/memory/test/unit/test_action-toggle-recording-allocations.js rename : devtools/client/memory/test/xpcshell/test_action_diffing_01.js => devtools/client/memory/test/unit/test_action_diffing_01.js rename : devtools/client/memory/test/xpcshell/test_action_diffing_02.js => devtools/client/memory/test/unit/test_action_diffing_02.js rename : devtools/client/memory/test/xpcshell/test_action_diffing_03.js => devtools/client/memory/test/unit/test_action_diffing_03.js rename : devtools/client/memory/test/xpcshell/test_action_diffing_04.js => devtools/client/memory/test/unit/test_action_diffing_04.js rename : devtools/client/memory/test/xpcshell/test_action_diffing_05.js => devtools/client/memory/test/unit/test_action_diffing_05.js rename : devtools/client/memory/test/xpcshell/test_dominator_trees_01.js => devtools/client/memory/test/unit/test_dominator_trees_01.js rename : devtools/client/memory/test/xpcshell/test_dominator_trees_02.js => devtools/client/memory/test/unit/test_dominator_trees_02.js rename : devtools/client/memory/test/xpcshell/test_dominator_trees_03.js => devtools/client/memory/test/unit/test_dominator_trees_03.js rename : devtools/client/memory/test/xpcshell/test_dominator_trees_04.js => devtools/client/memory/test/unit/test_dominator_trees_04.js rename : devtools/client/memory/test/xpcshell/test_dominator_trees_05.js => devtools/client/memory/test/unit/test_dominator_trees_05.js rename : devtools/client/memory/test/xpcshell/test_dominator_trees_06.js => devtools/client/memory/test/unit/test_dominator_trees_06.js rename : devtools/client/memory/test/xpcshell/test_dominator_trees_07.js => devtools/client/memory/test/unit/test_dominator_trees_07.js rename : devtools/client/memory/test/xpcshell/test_dominator_trees_08.js => devtools/client/memory/test/unit/test_dominator_trees_08.js rename : devtools/client/memory/test/xpcshell/test_dominator_trees_09.js => devtools/client/memory/test/unit/test_dominator_trees_09.js rename : devtools/client/memory/test/xpcshell/test_dominator_trees_10.js => devtools/client/memory/test/unit/test_dominator_trees_10.js rename : devtools/client/memory/test/xpcshell/test_individuals_01.js => devtools/client/memory/test/unit/test_individuals_01.js rename : devtools/client/memory/test/xpcshell/test_individuals_02.js => devtools/client/memory/test/unit/test_individuals_02.js rename : devtools/client/memory/test/xpcshell/test_individuals_03.js => devtools/client/memory/test/unit/test_individuals_03.js rename : devtools/client/memory/test/xpcshell/test_individuals_04.js => devtools/client/memory/test/unit/test_individuals_04.js rename : devtools/client/memory/test/xpcshell/test_individuals_05.js => devtools/client/memory/test/unit/test_individuals_05.js rename : devtools/client/memory/test/xpcshell/test_individuals_06.js => devtools/client/memory/test/unit/test_individuals_06.js rename : devtools/client/memory/test/xpcshell/test_pop_view_01.js => devtools/client/memory/test/unit/test_pop_view_01.js rename : devtools/client/memory/test/xpcshell/test_tree-map-01.js => devtools/client/memory/test/unit/test_tree-map-01.js rename : devtools/client/memory/test/xpcshell/test_tree-map-02.js => devtools/client/memory/test/unit/test_tree-map-02.js rename : devtools/client/memory/test/xpcshell/test_utils-get-snapshot-totals.js => devtools/client/memory/test/unit/test_utils-get-snapshot-totals.js rename : devtools/client/memory/test/xpcshell/test_utils.js => devtools/client/memory/test/unit/test_utils.js rename : devtools/client/memory/test/xpcshell/xpcshell.ini => devtools/client/memory/test/unit/xpcshell.ini rename : devtools/client/netmonitor/test/xpcshell/test_mdn-utils.js => devtools/client/netmonitor/test/unit/test_mdn-utils.js rename : devtools/client/netmonitor/test/xpcshell/test_request-utils-js-getFormattedProtocol.js => devtools/client/netmonitor/test/unit/test_request-utils-js-getFormattedProtocol.js rename : devtools/client/netmonitor/test/xpcshell/xpcshell.ini => devtools/client/netmonitor/test/unit/xpcshell.ini rename : devtools/client/performance/test/xpcshell/head.js => devtools/client/performance/test/unit/head.js rename : devtools/client/performance/test/xpcshell/test_frame-utils-01.js => devtools/client/performance/test/unit/test_frame-utils-01.js rename : devtools/client/performance/test/xpcshell/test_frame-utils-02.js => devtools/client/performance/test/unit/test_frame-utils-02.js rename : devtools/client/performance/test/xpcshell/test_jit-graph-data.js => devtools/client/performance/test/unit/test_jit-graph-data.js rename : devtools/client/performance/test/xpcshell/test_jit-model-01.js => devtools/client/performance/test/unit/test_jit-model-01.js rename : devtools/client/performance/test/xpcshell/test_jit-model-02.js => devtools/client/performance/test/unit/test_jit-model-02.js rename : devtools/client/performance/test/xpcshell/test_marker-blueprint.js => devtools/client/performance/test/unit/test_marker-blueprint.js rename : devtools/client/performance/test/xpcshell/test_marker-utils.js => devtools/client/performance/test/unit/test_marker-utils.js rename : devtools/client/performance/test/xpcshell/test_perf-utils-allocations-to-samples.js => devtools/client/performance/test/unit/test_perf-utils-allocations-to-samples.js rename : devtools/client/performance/test/xpcshell/test_profiler-categories.js => devtools/client/performance/test/unit/test_profiler-categories.js rename : devtools/client/performance/test/xpcshell/test_tree-model-01.js => devtools/client/performance/test/unit/test_tree-model-01.js rename : devtools/client/performance/test/xpcshell/test_tree-model-02.js => devtools/client/performance/test/unit/test_tree-model-02.js rename : devtools/client/performance/test/xpcshell/test_tree-model-03.js => devtools/client/performance/test/unit/test_tree-model-03.js rename : devtools/client/performance/test/xpcshell/test_tree-model-04.js => devtools/client/performance/test/unit/test_tree-model-04.js rename : devtools/client/performance/test/xpcshell/test_tree-model-05.js => devtools/client/performance/test/unit/test_tree-model-05.js rename : devtools/client/performance/test/xpcshell/test_tree-model-06.js => devtools/client/performance/test/unit/test_tree-model-06.js rename : devtools/client/performance/test/xpcshell/test_tree-model-07.js => devtools/client/performance/test/unit/test_tree-model-07.js rename : devtools/client/performance/test/xpcshell/test_tree-model-08.js => devtools/client/performance/test/unit/test_tree-model-08.js rename : devtools/client/performance/test/xpcshell/test_tree-model-09.js => devtools/client/performance/test/unit/test_tree-model-09.js rename : devtools/client/performance/test/xpcshell/test_tree-model-10.js => devtools/client/performance/test/unit/test_tree-model-10.js rename : devtools/client/performance/test/xpcshell/test_tree-model-11.js => devtools/client/performance/test/unit/test_tree-model-11.js rename : devtools/client/performance/test/xpcshell/test_tree-model-12.js => devtools/client/performance/test/unit/test_tree-model-12.js rename : devtools/client/performance/test/xpcshell/test_tree-model-13.js => devtools/client/performance/test/unit/test_tree-model-13.js rename : devtools/client/performance/test/xpcshell/test_tree-model-allocations-01.js => devtools/client/performance/test/unit/test_tree-model-allocations-01.js rename : devtools/client/performance/test/xpcshell/test_tree-model-allocations-02.js => devtools/client/performance/test/unit/test_tree-model-allocations-02.js rename : devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-01.js => devtools/client/performance/test/unit/test_waterfall-utils-collapse-01.js rename : devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-02.js => devtools/client/performance/test/unit/test_waterfall-utils-collapse-02.js rename : devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-03.js => devtools/client/performance/test/unit/test_waterfall-utils-collapse-03.js rename : devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-04.js => devtools/client/performance/test/unit/test_waterfall-utils-collapse-04.js rename : devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-05.js => devtools/client/performance/test/unit/test_waterfall-utils-collapse-05.js rename : devtools/client/performance/test/xpcshell/xpcshell.ini => devtools/client/performance/test/unit/xpcshell.ini rename : devtools/client/responsive/test/xpcshell/.eslintrc.js => devtools/client/responsive/test/unit/.eslintrc.js rename : devtools/client/responsive/test/xpcshell/head.js => devtools/client/responsive/test/unit/head.js rename : devtools/client/responsive/test/xpcshell/test_add_device.js => devtools/client/responsive/test/unit/test_add_device.js rename : devtools/client/responsive/test/xpcshell/test_add_device_type.js => devtools/client/responsive/test/unit/test_add_device_type.js rename : devtools/client/responsive/test/xpcshell/test_add_viewport.js => devtools/client/responsive/test/unit/test_add_viewport.js rename : devtools/client/responsive/test/xpcshell/test_change_device.js => devtools/client/responsive/test/unit/test_change_device.js rename : devtools/client/responsive/test/xpcshell/test_change_display_pixel_ratio.js => devtools/client/responsive/test/unit/test_change_display_pixel_ratio.js rename : devtools/client/responsive/test/xpcshell/test_change_network_throttling.js => devtools/client/responsive/test/unit/test_change_network_throttling.js rename : devtools/client/responsive/test/xpcshell/test_change_pixel_ratio.js => devtools/client/responsive/test/unit/test_change_pixel_ratio.js rename : devtools/client/responsive/test/xpcshell/test_change_user_agent.js => devtools/client/responsive/test/unit/test_change_user_agent.js rename : devtools/client/responsive/test/xpcshell/test_resize_viewport.js => devtools/client/responsive/test/unit/test_resize_viewport.js rename : devtools/client/responsive/test/xpcshell/test_rotate_viewport.js => devtools/client/responsive/test/unit/test_rotate_viewport.js rename : devtools/client/responsive/test/xpcshell/test_ua_parser.js => devtools/client/responsive/test/unit/test_ua_parser.js rename : devtools/client/responsive/test/xpcshell/test_update_device_displayed.js => devtools/client/responsive/test/unit/test_update_device_displayed.js rename : devtools/client/responsive/test/xpcshell/test_update_touch_simulation_enabled.js => devtools/client/responsive/test/unit/test_update_touch_simulation_enabled.js rename : devtools/client/responsive/test/xpcshell/xpcshell.ini => devtools/client/responsive/test/unit/xpcshell.ini rename : devtools/client/shared/redux/middleware/xpcshell/.eslintrc.js => devtools/client/shared/redux/middleware/test/.eslintrc.js rename : devtools/client/shared/redux/middleware/xpcshell/head.js => devtools/client/shared/redux/middleware/test/head.js rename : devtools/client/shared/redux/middleware/xpcshell/test_middleware-task-01.js => devtools/client/shared/redux/middleware/test/test_middleware-task-01.js rename : devtools/client/shared/redux/middleware/xpcshell/test_middleware-task-02.js => devtools/client/shared/redux/middleware/test/test_middleware-task-02.js rename : devtools/client/shared/redux/middleware/xpcshell/test_middleware-task-03.js => devtools/client/shared/redux/middleware/test/test_middleware-task-03.js rename : devtools/client/shared/redux/middleware/xpcshell/xpcshell.ini => devtools/client/shared/redux/middleware/test/xpcshell.ini rename : devtools/client/shared/remote-debugging/test/xpcshell/test_remote_client_manager.js => devtools/client/shared/remote-debugging/test/unit/test_remote_client_manager.js rename : devtools/client/shared/remote-debugging/test/xpcshell/test_version_checker.js => devtools/client/shared/remote-debugging/test/unit/test_version_checker.js rename : devtools/client/shared/remote-debugging/test/xpcshell/xpcshell.ini => devtools/client/shared/remote-debugging/test/unit/xpcshell.ini rename : devtools/client/shared/test/xpcshell/test_VariablesView_filtering-without-controller.js => devtools/client/shared/test/unit/test_VariablesView_filtering-without-controller.js rename : devtools/client/shared/test/xpcshell/test_VariablesView_getString_promise.js => devtools/client/shared/test/unit/test_VariablesView_getString_promise.js rename : devtools/client/shared/test/xpcshell/test_WeakMapMap.js => devtools/client/shared/test/unit/test_WeakMapMap.js rename : devtools/client/shared/test/xpcshell/test_advanceValidate.js => devtools/client/shared/test/unit/test_advanceValidate.js rename : devtools/client/shared/test/xpcshell/test_attribute-parsing-01.js => devtools/client/shared/test/unit/test_attribute-parsing-01.js rename : devtools/client/shared/test/xpcshell/test_attribute-parsing-02.js => devtools/client/shared/test/unit/test_attribute-parsing-02.js rename : devtools/client/shared/test/xpcshell/test_bezierCanvas.js => devtools/client/shared/test/unit/test_bezierCanvas.js rename : devtools/client/shared/test/xpcshell/test_cssAngle.js => devtools/client/shared/test/unit/test_cssAngle.js rename : devtools/client/shared/test/xpcshell/test_cssColor-01.js => devtools/client/shared/test/unit/test_cssColor-01.js rename : devtools/client/shared/test/xpcshell/test_cssColor-02.js => devtools/client/shared/test/unit/test_cssColor-02.js rename : devtools/client/shared/test/xpcshell/test_cssColor-03.js => devtools/client/shared/test/unit/test_cssColor-03.js rename : devtools/client/shared/test/xpcshell/test_cssColor-8-digit-hex.js => devtools/client/shared/test/unit/test_cssColor-8-digit-hex.js rename : devtools/client/shared/test/xpcshell/test_cssColorDatabase.js => devtools/client/shared/test/unit/test_cssColorDatabase.js rename : devtools/client/shared/test/xpcshell/test_cubicBezier.js => devtools/client/shared/test/unit/test_cubicBezier.js rename : devtools/client/shared/test/xpcshell/test_curl.js => devtools/client/shared/test/unit/test_curl.js rename : devtools/client/shared/test/xpcshell/test_escapeCSSComment.js => devtools/client/shared/test/unit/test_escapeCSSComment.js rename : devtools/client/shared/test/xpcshell/test_hasCSSVariable.js => devtools/client/shared/test/unit/test_hasCSSVariable.js rename : devtools/client/shared/test/xpcshell/test_parseDeclarations.js => devtools/client/shared/test/unit/test_parseDeclarations.js rename : devtools/client/shared/test/xpcshell/test_parsePseudoClassesAndAttributes.js => devtools/client/shared/test/unit/test_parsePseudoClassesAndAttributes.js rename : devtools/client/shared/test/xpcshell/test_parseSingleValue.js => devtools/client/shared/test/unit/test_parseSingleValue.js rename : devtools/client/shared/test/xpcshell/test_rewriteDeclarations.js => devtools/client/shared/test/unit/test_rewriteDeclarations.js rename : devtools/client/shared/test/xpcshell/test_source-utils.js => devtools/client/shared/test/unit/test_source-utils.js rename : devtools/client/shared/test/xpcshell/test_suggestion-picker.js => devtools/client/shared/test/unit/test_suggestion-picker.js rename : devtools/client/shared/test/xpcshell/test_undoStack.js => devtools/client/shared/test/unit/test_undoStack.js rename : devtools/client/shared/test/xpcshell/test_unicode-url.js => devtools/client/shared/test/unit/test_unicode-url.js rename : devtools/client/shared/test/xpcshell/xpcshell.ini => devtools/client/shared/test/unit/xpcshell.ini rename : devtools/platform/tests/xpcshell/.eslintrc.js => devtools/platform/tests/unit/.eslintrc.js rename : devtools/platform/tests/xpcshell/test_nsjsinspector.js => devtools/platform/tests/unit/test_nsjsinspector.js rename : devtools/platform/tests/xpcshell/xpcshell.ini => devtools/platform/tests/unit/xpcshell.ini rename : devtools/server/tests/xpcshell/.eslintrc.js => devtools/server/tests/unit/.eslintrc.js rename : devtools/server/tests/xpcshell/addons/web-extension-upgrade/manifest.json => devtools/server/tests/unit/addons/web-extension-upgrade/manifest.json rename : devtools/server/tests/xpcshell/addons/web-extension/manifest.json => devtools/server/tests/unit/addons/web-extension/manifest.json rename : devtools/server/tests/xpcshell/addons/web-extension2/manifest.json => devtools/server/tests/unit/addons/web-extension2/manifest.json rename : devtools/server/tests/xpcshell/completions.js => devtools/server/tests/unit/completions.js rename : devtools/server/tests/xpcshell/head_dbg.js => devtools/server/tests/unit/head_dbg.js rename : devtools/server/tests/xpcshell/hello-actor.js => devtools/server/tests/unit/hello-actor.js rename : devtools/server/tests/xpcshell/post_init_global_actors.js => devtools/server/tests/unit/post_init_global_actors.js rename : devtools/server/tests/xpcshell/post_init_target_scoped_actors.js => devtools/server/tests/unit/post_init_target_scoped_actors.js rename : devtools/server/tests/xpcshell/pre_init_global_actors.js => devtools/server/tests/unit/pre_init_global_actors.js rename : devtools/server/tests/xpcshell/pre_init_target_scoped_actors.js => devtools/server/tests/unit/pre_init_target_scoped_actors.js rename : devtools/server/tests/xpcshell/registertestactors-lazy.js => devtools/server/tests/unit/registertestactors-lazy.js rename : devtools/server/tests/xpcshell/setBreakpoint-on-column-in-gcd-script.js => devtools/server/tests/unit/setBreakpoint-on-column-in-gcd-script.js rename : devtools/server/tests/xpcshell/setBreakpoint-on-column-minified.js => devtools/server/tests/unit/setBreakpoint-on-column-minified.js rename : devtools/server/tests/xpcshell/setBreakpoint-on-column-with-no-offsets-in-gcd-script.js => devtools/server/tests/unit/setBreakpoint-on-column-with-no-offsets-in-gcd-script.js rename : devtools/server/tests/xpcshell/setBreakpoint-on-column-with-no-offsets.js => devtools/server/tests/unit/setBreakpoint-on-column-with-no-offsets.js rename : devtools/server/tests/xpcshell/setBreakpoint-on-line-with-multiple-statements.js => devtools/server/tests/unit/setBreakpoint-on-column.js rename : devtools/server/tests/xpcshell/setBreakpoint-on-line-in-gcd-script.js => devtools/server/tests/unit/setBreakpoint-on-line-in-gcd-script.js rename : devtools/server/tests/xpcshell/setBreakpoint-on-line-with-multiple-offsets.js => devtools/server/tests/unit/setBreakpoint-on-line-with-multiple-offsets.js rename : devtools/server/tests/xpcshell/setBreakpoint-on-line-with-no-offsets-in-gcd-script.js => devtools/server/tests/unit/setBreakpoint-on-line-with-no-offsets-in-gcd-script.js rename : devtools/server/tests/xpcshell/setBreakpoint-on-line-with-no-offsets.js => devtools/server/tests/unit/setBreakpoint-on-line-with-no-offsets.js rename : devtools/server/tests/xpcshell/setBreakpoint-on-line.js => devtools/server/tests/unit/setBreakpoint-on-line.js rename : devtools/server/tests/xpcshell/source-03.js => devtools/server/tests/unit/source-03.js rename : devtools/server/tests/xpcshell/source-map-data/sourcemapped.coffee => devtools/server/tests/unit/source-map-data/sourcemapped.coffee rename : devtools/server/tests/xpcshell/source-map-data/sourcemapped.map => devtools/server/tests/unit/source-map-data/sourcemapped.map rename : devtools/server/tests/xpcshell/sourcemapped.js => devtools/server/tests/unit/sourcemapped.js rename : devtools/server/tests/xpcshell/stepping.js => devtools/server/tests/unit/stepping.js rename : devtools/server/tests/xpcshell/test_MemoryActor_saveHeapSnapshot_01.js => devtools/server/tests/unit/test_MemoryActor_saveHeapSnapshot_01.js rename : devtools/server/tests/xpcshell/test_MemoryActor_saveHeapSnapshot_02.js => devtools/server/tests/unit/test_MemoryActor_saveHeapSnapshot_02.js rename : devtools/server/tests/xpcshell/test_MemoryActor_saveHeapSnapshot_03.js => devtools/server/tests/unit/test_MemoryActor_saveHeapSnapshot_03.js rename : devtools/server/tests/xpcshell/test_actor-registry-actor.js => devtools/server/tests/unit/test_actor-registry-actor.js rename : devtools/server/tests/xpcshell/test_add_actors.js => devtools/server/tests/unit/test_add_actors.js rename : devtools/server/tests/xpcshell/test_addon_events.js => devtools/server/tests/unit/test_addon_events.js rename : devtools/server/tests/xpcshell/test_addon_reload.js => devtools/server/tests/unit/test_addon_reload.js rename : devtools/server/tests/xpcshell/test_addons_actor.js => devtools/server/tests/unit/test_addons_actor.js rename : devtools/server/tests/xpcshell/test_animation_name.js => devtools/server/tests/unit/test_animation_name.js rename : devtools/server/tests/xpcshell/test_animation_type.js => devtools/server/tests/unit/test_animation_type.js rename : devtools/server/tests/xpcshell/test_attach.js => devtools/server/tests/unit/test_attach.js rename : devtools/server/tests/xpcshell/test_blackboxing-01.js => devtools/server/tests/unit/test_blackboxing-01.js rename : devtools/server/tests/xpcshell/test_blackboxing-02.js => devtools/server/tests/unit/test_blackboxing-02.js rename : devtools/server/tests/xpcshell/test_blackboxing-03.js => devtools/server/tests/unit/test_blackboxing-03.js rename : devtools/server/tests/xpcshell/test_blackboxing-04.js => devtools/server/tests/unit/test_blackboxing-04.js rename : devtools/server/tests/xpcshell/test_blackboxing-05.js => devtools/server/tests/unit/test_blackboxing-05.js rename : devtools/server/tests/xpcshell/test_blackboxing-07.js => devtools/server/tests/unit/test_blackboxing-07.js rename : devtools/server/tests/xpcshell/test_blackboxing-08.js => devtools/server/tests/unit/test_blackboxing-08.js rename : devtools/server/tests/xpcshell/test_breakpoint-01.js => devtools/server/tests/unit/test_breakpoint-01.js rename : devtools/server/tests/xpcshell/test_breakpoint-02.js => devtools/server/tests/unit/test_breakpoint-02.js rename : devtools/server/tests/xpcshell/test_breakpoint-03.js => devtools/server/tests/unit/test_breakpoint-03.js rename : devtools/server/tests/xpcshell/test_breakpoint-04.js => devtools/server/tests/unit/test_breakpoint-04.js rename : devtools/server/tests/xpcshell/test_breakpoint-05.js => devtools/server/tests/unit/test_breakpoint-05.js rename : devtools/server/tests/xpcshell/test_breakpoint-06.js => devtools/server/tests/unit/test_breakpoint-06.js rename : devtools/server/tests/xpcshell/test_breakpoint-07.js => devtools/server/tests/unit/test_breakpoint-07.js rename : devtools/server/tests/xpcshell/test_breakpoint-08.js => devtools/server/tests/unit/test_breakpoint-08.js rename : devtools/server/tests/xpcshell/test_breakpoint-09.js => devtools/server/tests/unit/test_breakpoint-09.js rename : devtools/server/tests/xpcshell/test_breakpoint-10.js => devtools/server/tests/unit/test_breakpoint-10.js rename : devtools/server/tests/xpcshell/test_breakpoint-11.js => devtools/server/tests/unit/test_breakpoint-11.js rename : devtools/server/tests/xpcshell/test_breakpoint-12.js => devtools/server/tests/unit/test_breakpoint-12.js rename : devtools/server/tests/xpcshell/test_breakpoint-13.js => devtools/server/tests/unit/test_breakpoint-13.js rename : devtools/server/tests/xpcshell/test_breakpoint-14.js => devtools/server/tests/unit/test_breakpoint-14.js rename : devtools/server/tests/xpcshell/test_breakpoint-16.js => devtools/server/tests/unit/test_breakpoint-16.js rename : devtools/server/tests/xpcshell/test_breakpoint-17.js => devtools/server/tests/unit/test_breakpoint-17.js rename : devtools/server/tests/xpcshell/test_breakpoint-18.js => devtools/server/tests/unit/test_breakpoint-18.js rename : devtools/server/tests/xpcshell/test_breakpoint-19.js => devtools/server/tests/unit/test_breakpoint-19.js rename : devtools/server/tests/xpcshell/test_breakpoint-20.js => devtools/server/tests/unit/test_breakpoint-20.js rename : devtools/server/tests/xpcshell/test_breakpoint-21.js => devtools/server/tests/unit/test_breakpoint-21.js rename : devtools/server/tests/xpcshell/test_breakpoint-22.js => devtools/server/tests/unit/test_breakpoint-22.js rename : devtools/server/tests/xpcshell/test_breakpoint-23.js => devtools/server/tests/unit/test_breakpoint-23.js rename : devtools/server/tests/xpcshell/test_breakpoint-24.js => devtools/server/tests/unit/test_breakpoint-24.js rename : devtools/server/tests/xpcshell/test_breakpoint-25.js => devtools/server/tests/unit/test_breakpoint-25.js rename : devtools/server/tests/xpcshell/test_breakpoint-26.js => devtools/server/tests/unit/test_breakpoint-26.js rename : devtools/server/tests/xpcshell/test_breakpoint-actor-map.js => devtools/server/tests/unit/test_breakpoint-actor-map.js rename : devtools/server/tests/xpcshell/test_client_request.js => devtools/server/tests/unit/test_client_request.js rename : devtools/server/tests/xpcshell/test_conditional_breakpoint-01.js => devtools/server/tests/unit/test_conditional_breakpoint-01.js rename : devtools/server/tests/xpcshell/test_conditional_breakpoint-02.js => devtools/server/tests/unit/test_conditional_breakpoint-02.js rename : devtools/server/tests/xpcshell/test_conditional_breakpoint-03.js => devtools/server/tests/unit/test_conditional_breakpoint-03.js rename : devtools/server/tests/xpcshell/test_conditional_breakpoint-04.js => devtools/server/tests/unit/test_conditional_breakpoint-04.js rename : devtools/server/tests/xpcshell/test_dbgactor.js => devtools/server/tests/unit/test_dbgactor.js rename : devtools/server/tests/xpcshell/test_dbgclient_debuggerstatement.js => devtools/server/tests/unit/test_dbgclient_debuggerstatement.js rename : devtools/server/tests/xpcshell/test_dbgglobal.js => devtools/server/tests/unit/test_dbgglobal.js rename : devtools/server/tests/xpcshell/test_extension_storage_actor.js => devtools/server/tests/unit/test_extension_storage_actor.js rename : devtools/server/tests/xpcshell/test_format_command.js => devtools/server/tests/unit/test_format_command.js rename : devtools/server/tests/xpcshell/test_forwardingprefix.js => devtools/server/tests/unit/test_forwardingprefix.js rename : devtools/server/tests/xpcshell/test_frameactor-01.js => devtools/server/tests/unit/test_frameactor-01.js rename : devtools/server/tests/xpcshell/test_frameactor-02.js => devtools/server/tests/unit/test_frameactor-02.js rename : devtools/server/tests/xpcshell/test_frameactor-03.js => devtools/server/tests/unit/test_frameactor-03.js rename : devtools/server/tests/xpcshell/test_frameactor-04.js => devtools/server/tests/unit/test_frameactor-04.js rename : devtools/server/tests/xpcshell/test_frameactor-05.js => devtools/server/tests/unit/test_frameactor-05.js rename : devtools/server/tests/xpcshell/test_frameactor_wasm-01.js => devtools/server/tests/unit/test_frameactor_wasm-01.js rename : devtools/server/tests/xpcshell/test_framearguments-01.js => devtools/server/tests/unit/test_framearguments-01.js rename : devtools/server/tests/xpcshell/test_framebindings-01.js => devtools/server/tests/unit/test_framebindings-01.js rename : devtools/server/tests/xpcshell/test_framebindings-02.js => devtools/server/tests/unit/test_framebindings-02.js rename : devtools/server/tests/xpcshell/test_framebindings-03.js => devtools/server/tests/unit/test_framebindings-03.js rename : devtools/server/tests/xpcshell/test_framebindings-04.js => devtools/server/tests/unit/test_framebindings-04.js rename : devtools/server/tests/xpcshell/test_framebindings-05.js => devtools/server/tests/unit/test_framebindings-05.js rename : devtools/server/tests/xpcshell/test_framebindings-06.js => devtools/server/tests/unit/test_framebindings-06.js rename : devtools/server/tests/xpcshell/test_framebindings-07.js => devtools/server/tests/unit/test_framebindings-07.js rename : devtools/server/tests/xpcshell/test_front_destroy.js => devtools/server/tests/unit/test_front_destroy.js rename : devtools/server/tests/xpcshell/test_functiongrips-01.js => devtools/server/tests/unit/test_functiongrips-01.js rename : devtools/server/tests/xpcshell/test_getRuleText.js => devtools/server/tests/unit/test_getRuleText.js rename : devtools/server/tests/xpcshell/test_getTextAtLineColumn.js => devtools/server/tests/unit/test_getTextAtLineColumn.js rename : devtools/server/tests/xpcshell/test_getyoungestframe.js => devtools/server/tests/unit/test_getyoungestframe.js rename : devtools/server/tests/xpcshell/test_ignore_caught_exceptions.js => devtools/server/tests/unit/test_ignore_caught_exceptions.js rename : devtools/server/tests/xpcshell/test_ignore_no_interface_exceptions.js => devtools/server/tests/unit/test_ignore_no_interface_exceptions.js rename : devtools/server/tests/xpcshell/test_interrupt.js => devtools/server/tests/unit/test_interrupt.js rename : devtools/server/tests/xpcshell/test_layout-reflows-observer.js => devtools/server/tests/unit/test_layout-reflows-observer.js rename : devtools/server/tests/xpcshell/test_listsources-01.js => devtools/server/tests/unit/test_listsources-01.js rename : devtools/server/tests/xpcshell/test_listsources-02.js => devtools/server/tests/unit/test_listsources-02.js rename : devtools/server/tests/xpcshell/test_listsources-03.js => devtools/server/tests/unit/test_listsources-03.js rename : devtools/server/tests/xpcshell/test_logpoint-01.js => devtools/server/tests/unit/test_logpoint-01.js rename : devtools/server/tests/xpcshell/test_logpoint-02.js => devtools/server/tests/unit/test_logpoint-02.js rename : devtools/server/tests/xpcshell/test_logpoint-03.js => devtools/server/tests/unit/test_logpoint-03.js rename : devtools/server/tests/xpcshell/test_longstringgrips-01.js => devtools/server/tests/unit/test_longstringgrips-01.js rename : devtools/server/tests/xpcshell/test_nativewrappers.js => devtools/server/tests/unit/test_nativewrappers.js rename : devtools/server/tests/xpcshell/test_nesting-01.js => devtools/server/tests/unit/test_nesting-01.js rename : devtools/server/tests/xpcshell/test_nesting-02.js => devtools/server/tests/unit/test_nesting-02.js rename : devtools/server/tests/xpcshell/test_nesting-03.js => devtools/server/tests/unit/test_nesting-03.js rename : devtools/server/tests/xpcshell/test_new_source-01.js => devtools/server/tests/unit/test_new_source-01.js rename : devtools/server/tests/xpcshell/test_new_source-02.js => devtools/server/tests/unit/test_new_source-02.js rename : devtools/server/tests/xpcshell/test_nodelistactor.js => devtools/server/tests/unit/test_nodelistactor.js rename : devtools/server/tests/xpcshell/test_objectgrips-01.js => devtools/server/tests/unit/test_objectgrips-01.js rename : devtools/server/tests/xpcshell/test_objectgrips-02.js => devtools/server/tests/unit/test_objectgrips-02.js rename : devtools/server/tests/xpcshell/test_objectgrips-03.js => devtools/server/tests/unit/test_objectgrips-03.js rename : devtools/server/tests/xpcshell/test_objectgrips-04.js => devtools/server/tests/unit/test_objectgrips-04.js rename : devtools/server/tests/xpcshell/test_objectgrips-05.js => devtools/server/tests/unit/test_objectgrips-05.js rename : devtools/server/tests/xpcshell/test_objectgrips-06.js => devtools/server/tests/unit/test_objectgrips-06.js rename : devtools/server/tests/xpcshell/test_objectgrips-07.js => devtools/server/tests/unit/test_objectgrips-07.js rename : devtools/server/tests/xpcshell/test_objectgrips-08.js => devtools/server/tests/unit/test_objectgrips-08.js rename : devtools/server/tests/xpcshell/test_objectgrips-10.js => devtools/server/tests/unit/test_objectgrips-10.js rename : devtools/server/tests/xpcshell/test_objectgrips-11.js => devtools/server/tests/unit/test_objectgrips-11.js rename : devtools/server/tests/xpcshell/test_objectgrips-12.js => devtools/server/tests/unit/test_objectgrips-12.js rename : devtools/server/tests/xpcshell/test_objectgrips-13.js => devtools/server/tests/unit/test_objectgrips-13.js rename : devtools/server/tests/xpcshell/test_objectgrips-14.js => devtools/server/tests/unit/test_objectgrips-14.js rename : devtools/server/tests/xpcshell/test_objectgrips-15.js => devtools/server/tests/unit/test_objectgrips-15.js rename : devtools/server/tests/xpcshell/test_objectgrips-16.js => devtools/server/tests/unit/test_objectgrips-16.js rename : devtools/server/tests/xpcshell/test_objectgrips-17.js => devtools/server/tests/unit/test_objectgrips-17.js rename : devtools/server/tests/xpcshell/test_objectgrips-18.js => devtools/server/tests/unit/test_objectgrips-18.js rename : devtools/server/tests/xpcshell/test_objectgrips-19.js => devtools/server/tests/unit/test_objectgrips-19.js rename : devtools/server/tests/xpcshell/test_objectgrips-20.js => devtools/server/tests/unit/test_objectgrips-20.js rename : devtools/server/tests/xpcshell/test_objectgrips-21.js => devtools/server/tests/unit/test_objectgrips-21.js rename : devtools/server/tests/xpcshell/test_objectgrips-22.js => devtools/server/tests/unit/test_objectgrips-22.js rename : devtools/server/tests/xpcshell/test_objectgrips-23.js => devtools/server/tests/unit/test_objectgrips-23.js rename : devtools/server/tests/xpcshell/test_objectgrips-24.js => devtools/server/tests/unit/test_objectgrips-24.js rename : devtools/server/tests/xpcshell/test_objectgrips-array-like-object.js => devtools/server/tests/unit/test_objectgrips-array-like-object.js rename : devtools/server/tests/xpcshell/test_objectgrips-fn-apply-01.js => devtools/server/tests/unit/test_objectgrips-fn-apply-01.js rename : devtools/server/tests/xpcshell/test_objectgrips-fn-apply-02.js => devtools/server/tests/unit/test_objectgrips-fn-apply-02.js rename : devtools/server/tests/xpcshell/test_objectgrips-fn-apply-03.js => devtools/server/tests/unit/test_objectgrips-fn-apply-03.js rename : devtools/server/tests/xpcshell/test_objectgrips-nested-proxy.js => devtools/server/tests/unit/test_objectgrips-nested-proxy.js rename : devtools/server/tests/xpcshell/test_objectgrips-property-value-01.js => devtools/server/tests/unit/test_objectgrips-property-value-01.js rename : devtools/server/tests/xpcshell/test_objectgrips-property-value-02.js => devtools/server/tests/unit/test_objectgrips-property-value-02.js rename : devtools/server/tests/xpcshell/test_objectgrips-property-value-03.js => devtools/server/tests/unit/test_objectgrips-property-value-03.js rename : devtools/server/tests/xpcshell/test_pause_exceptions-01.js => devtools/server/tests/unit/test_pause_exceptions-01.js rename : devtools/server/tests/xpcshell/test_pause_exceptions-02.js => devtools/server/tests/unit/test_pause_exceptions-02.js rename : devtools/server/tests/xpcshell/test_pause_exceptions-03.js => devtools/server/tests/unit/test_pause_exceptions-03.js rename : devtools/server/tests/xpcshell/test_pause_exceptions-04.js => devtools/server/tests/unit/test_pause_exceptions-04.js rename : devtools/server/tests/xpcshell/test_pauselifetime-01.js => devtools/server/tests/unit/test_pauselifetime-01.js rename : devtools/server/tests/xpcshell/test_pauselifetime-02.js => devtools/server/tests/unit/test_pauselifetime-02.js rename : devtools/server/tests/xpcshell/test_pauselifetime-03.js => devtools/server/tests/unit/test_pauselifetime-03.js rename : devtools/server/tests/xpcshell/test_pauselifetime-04.js => devtools/server/tests/unit/test_pauselifetime-04.js rename : devtools/server/tests/xpcshell/test_promise_state-01.js => devtools/server/tests/unit/test_promise_state-01.js rename : devtools/server/tests/xpcshell/test_promise_state-02.js => devtools/server/tests/unit/test_promise_state-02.js rename : devtools/server/tests/xpcshell/test_promise_state-03.js => devtools/server/tests/unit/test_promise_state-03.js rename : devtools/server/tests/xpcshell/test_promises_run_to_completion.js => devtools/server/tests/unit/test_promises_run_to_completion.js rename : devtools/server/tests/xpcshell/test_protocolSpec.js => devtools/server/tests/unit/test_protocolSpec.js rename : devtools/server/tests/xpcshell/test_reattach-thread.js => devtools/server/tests/unit/test_reattach-thread.js rename : devtools/server/tests/xpcshell/test_register_actor.js => devtools/server/tests/unit/test_register_actor.js rename : devtools/server/tests/xpcshell/test_requestTypes.js => devtools/server/tests/unit/test_requestTypes.js rename : devtools/server/tests/xpcshell/test_safe-getter.js => devtools/server/tests/unit/test_safe-getter.js rename : devtools/server/tests/xpcshell/test_setBreakpoint-at-the-beginning-of-a-minified-fn.js => devtools/server/tests/unit/test_setBreakpoint-at-the-beginning-of-a-minified-fn.js rename : devtools/server/tests/xpcshell/test_setBreakpoint-at-the-end-of-a-minified-fn.js => devtools/server/tests/unit/test_setBreakpoint-at-the-end-of-a-minified-fn.js rename : devtools/server/tests/xpcshell/test_setBreakpoint-on-column-in-gcd-script.js => devtools/server/tests/unit/test_setBreakpoint-on-column-in-gcd-script.js rename : devtools/server/tests/xpcshell/test_setBreakpoint-on-column.js => devtools/server/tests/unit/test_setBreakpoint-on-column.js rename : devtools/server/tests/xpcshell/test_setBreakpoint-on-line-in-gcd-script.js => devtools/server/tests/unit/test_setBreakpoint-on-line-in-gcd-script.js rename : devtools/server/tests/xpcshell/test_setBreakpoint-on-line-with-multiple-offsets.js => devtools/server/tests/unit/test_setBreakpoint-on-line-with-multiple-offsets.js rename : devtools/server/tests/xpcshell/test_setBreakpoint-on-line-with-multiple-statements.js => devtools/server/tests/unit/test_setBreakpoint-on-line-with-multiple-statements.js rename : devtools/server/tests/xpcshell/test_setBreakpoint-on-line-with-no-offsets-in-gcd-script.js => devtools/server/tests/unit/test_setBreakpoint-on-line-with-no-offsets-in-gcd-script.js rename : devtools/server/tests/xpcshell/test_setBreakpoint-on-line-with-no-offsets.js => devtools/server/tests/unit/test_setBreakpoint-on-line-with-no-offsets.js rename : devtools/server/tests/xpcshell/test_setBreakpoint-on-line.js => devtools/server/tests/unit/test_setBreakpoint-on-line.js rename : devtools/server/tests/xpcshell/test_shapes_highlighter_helpers.js => devtools/server/tests/unit/test_shapes_highlighter_helpers.js rename : devtools/server/tests/xpcshell/test_source-01.js => devtools/server/tests/unit/test_source-01.js rename : devtools/server/tests/xpcshell/test_source-02.js => devtools/server/tests/unit/test_source-02.js rename : devtools/server/tests/xpcshell/test_source-03.js => devtools/server/tests/unit/test_source-03.js rename : devtools/server/tests/xpcshell/test_source-04.js => devtools/server/tests/unit/test_source-04.js rename : devtools/server/tests/xpcshell/test_stepping-01.js => devtools/server/tests/unit/test_stepping-01.js rename : devtools/server/tests/xpcshell/test_stepping-02.js => devtools/server/tests/unit/test_stepping-02.js rename : devtools/server/tests/xpcshell/test_stepping-03.js => devtools/server/tests/unit/test_stepping-03.js rename : devtools/server/tests/xpcshell/test_stepping-04.js => devtools/server/tests/unit/test_stepping-04.js rename : devtools/server/tests/xpcshell/test_stepping-05.js => devtools/server/tests/unit/test_stepping-05.js rename : devtools/server/tests/xpcshell/test_stepping-06.js => devtools/server/tests/unit/test_stepping-06.js rename : devtools/server/tests/xpcshell/test_stepping-07.js => devtools/server/tests/unit/test_stepping-07.js rename : devtools/server/tests/xpcshell/test_stepping-08.js => devtools/server/tests/unit/test_stepping-08.js rename : devtools/server/tests/xpcshell/test_stepping-09.js => devtools/server/tests/unit/test_stepping-09.js rename : devtools/server/tests/xpcshell/test_stepping-10.js => devtools/server/tests/unit/test_stepping-10.js rename : devtools/server/tests/xpcshell/test_stepping-11.js => devtools/server/tests/unit/test_stepping-11.js rename : devtools/server/tests/xpcshell/test_stepping-12.js => devtools/server/tests/unit/test_stepping-12.js rename : devtools/server/tests/xpcshell/test_stepping-13.js => devtools/server/tests/unit/test_stepping-13.js rename : devtools/server/tests/xpcshell/test_stepping-14.js => devtools/server/tests/unit/test_stepping-14.js rename : devtools/server/tests/xpcshell/test_stepping-15.js => devtools/server/tests/unit/test_stepping-15.js rename : devtools/server/tests/xpcshell/test_stepping-16.js => devtools/server/tests/unit/test_stepping-16.js rename : devtools/server/tests/xpcshell/test_stepping-with-skip-breakpoints.js => devtools/server/tests/unit/test_stepping-with-skip-breakpoints.js rename : devtools/server/tests/xpcshell/test_symbolactor.js => devtools/server/tests/unit/test_symbolactor.js rename : devtools/server/tests/xpcshell/test_symbols-01.js => devtools/server/tests/unit/test_symbols-01.js rename : devtools/server/tests/xpcshell/test_symbols-02.js => devtools/server/tests/unit/test_symbols-02.js rename : devtools/server/tests/xpcshell/test_threadlifetime-01.js => devtools/server/tests/unit/test_threadlifetime-01.js rename : devtools/server/tests/xpcshell/test_threadlifetime-02.js => devtools/server/tests/unit/test_threadlifetime-02.js rename : devtools/server/tests/xpcshell/test_threadlifetime-04.js => devtools/server/tests/unit/test_threadlifetime-04.js rename : devtools/server/tests/xpcshell/test_unsafeDereference.js => devtools/server/tests/unit/test_unsafeDereference.js rename : devtools/server/tests/xpcshell/test_wasm_source-01.js => devtools/server/tests/unit/test_wasm_source-01.js rename : devtools/server/tests/xpcshell/test_watchpoint-01.js => devtools/server/tests/unit/test_watchpoint-01.js rename : devtools/server/tests/xpcshell/test_watchpoint-02.js => devtools/server/tests/unit/test_watchpoint-02.js rename : devtools/server/tests/xpcshell/test_watchpoint-03.js => devtools/server/tests/unit/test_watchpoint-03.js rename : devtools/server/tests/xpcshell/test_xpcshell_debugging.js => devtools/server/tests/unit/test_xpcshell_debugging.js rename : devtools/server/tests/xpcshell/testactors.js => devtools/server/tests/unit/testactors.js rename : devtools/server/tests/xpcshell/xpcshell.ini => devtools/server/tests/unit/xpcshell.ini rename : devtools/server/tests/xpcshell/xpcshell_debugging_script.js => devtools/server/tests/unit/xpcshell_debugging_script.js rename : devtools/shared/acorn/tests/xpcshell/head_acorn.js => devtools/shared/acorn/tests/unit/head_acorn.js rename : devtools/shared/acorn/tests/xpcshell/test_import_acorn.js => devtools/shared/acorn/tests/unit/test_import_acorn.js rename : devtools/shared/acorn/tests/xpcshell/test_lenient_parser.js => devtools/shared/acorn/tests/unit/test_lenient_parser.js rename : devtools/shared/acorn/tests/xpcshell/test_same_ast.js => devtools/shared/acorn/tests/unit/test_same_ast.js rename : devtools/shared/acorn/tests/xpcshell/xpcshell.ini => devtools/shared/acorn/tests/unit/xpcshell.ini rename : devtools/startup/tests/xpcshell/.eslintrc.js => devtools/shared/adb/test/.eslintrc.js rename : devtools/shared/adb/xpcshell/adb.py => devtools/shared/adb/test/adb.py rename : devtools/shared/adb/xpcshell/test_adb.js => devtools/shared/adb/test/test_adb.js rename : devtools/shared/adb/xpcshell/xpcshell.ini => devtools/shared/adb/test/xpcshell.ini rename : devtools/shared/qrcode/tests/xpcshell/.eslintrc.js => devtools/shared/discovery/tests/unit/.eslintrc.js rename : devtools/shared/discovery/tests/xpcshell/test_discovery.js => devtools/shared/discovery/tests/unit/test_discovery.js rename : devtools/shared/discovery/tests/xpcshell/xpcshell.ini => devtools/shared/discovery/tests/unit/xpcshell.ini rename : devtools/shared/heapsnapshot/tests/xpcshell/Census.jsm => devtools/shared/heapsnapshot/tests/unit/Census.jsm rename : devtools/shared/heapsnapshot/tests/xpcshell/Match.jsm => devtools/shared/heapsnapshot/tests/unit/Match.jsm rename : devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js => devtools/shared/heapsnapshot/tests/unit/dominator-tree-worker.js rename : devtools/shared/heapsnapshot/tests/xpcshell/head_heapsnapshot.js => devtools/shared/heapsnapshot/tests/unit/head_heapsnapshot.js rename : devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js => devtools/shared/heapsnapshot/tests/unit/heap-snapshot-worker.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_01.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_LabelAndShallowSize_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_02.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_LabelAndShallowSize_02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_03.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_LabelAndShallowSize_03.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_04.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_LabelAndShallowSize_04.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_attachShortestPaths_01.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_attachShortestPaths_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_getNodeByIdAlongPath_01.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_getNodeByIdAlongPath_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_01.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_insert_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_02.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_insert_02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_03.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_insert_03.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_partialTraversal_01.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_partialTraversal_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_01.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_02.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_03.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_03.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_04.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_04.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_05.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_05.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_06.js => devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_06.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_computeDominatorTree_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_computeDominatorTree_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_computeDominatorTree_02.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_computeDominatorTree_02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_deleteHeapSnapshot_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_deleteHeapSnapshot_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_deleteHeapSnapshot_02.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_deleteHeapSnapshot_02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_deleteHeapSnapshot_03.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_deleteHeapSnapshot_03.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getCensusIndividuals_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getCensusIndividuals_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getCreationTime_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getCreationTime_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getDominatorTree_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getDominatorTree_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getDominatorTree_02.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getDominatorTree_02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getImmediatelyDominated_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getImmediatelyDominated_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_readHeapSnapshot_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_readHeapSnapshot_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensusDiff_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensusDiff_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensusDiff_02.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensusDiff_02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_02.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_03.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_03.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_04.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_04.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_05.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_05.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_06.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_06.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_07.js => devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_07.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_computeShortestPaths_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_computeShortestPaths_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_computeShortestPaths_02.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_computeShortestPaths_02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_creationTime_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_creationTime_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_deepStack_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_deepStack_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_describeNode_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_describeNode_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_getObjectNodeId_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_getObjectNodeId_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_01.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_02.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_03.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_03.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_04.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_04.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_05.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_05.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_06.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_06.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_07.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_07.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_08.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_08.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_09.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_09.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_10.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_10.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_11.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_11.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_12.js => devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_12.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_ReadHeapSnapshot.js => devtools/shared/heapsnapshot/tests/unit/test_ReadHeapSnapshot.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_ReadHeapSnapshot_with_allocations.js => devtools/shared/heapsnapshot/tests/unit/test_ReadHeapSnapshot_with_allocations.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_ReadHeapSnapshot_worker.js => devtools/shared/heapsnapshot/tests/unit/test_ReadHeapSnapshot_worker.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_SaveHeapSnapshot.js => devtools/shared/heapsnapshot/tests/unit/test_SaveHeapSnapshot.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-01.js => devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-02.js => devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-03.js => devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-03.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-04.js => devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-04.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-05.js => devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-05.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-06.js => devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-06.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-07.js => devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-07.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-08.js => devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-08.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-09.js => devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-09.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-10.js => devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-10.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_01.js => devtools/shared/heapsnapshot/tests/unit/test_census_diff_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_02.js => devtools/shared/heapsnapshot/tests/unit/test_census_diff_02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_03.js => devtools/shared/heapsnapshot/tests/unit/test_census_diff_03.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_04.js => devtools/shared/heapsnapshot/tests/unit/test_census_diff_04.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_05.js => devtools/shared/heapsnapshot/tests/unit/test_census_diff_05.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_06.js => devtools/shared/heapsnapshot/tests/unit/test_census_diff_06.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_01.js => devtools/shared/heapsnapshot/tests/unit/test_census_filtering_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_02.js => devtools/shared/heapsnapshot/tests/unit/test_census_filtering_02.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_03.js => devtools/shared/heapsnapshot/tests/unit/test_census_filtering_03.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_04.js => devtools/shared/heapsnapshot/tests/unit/test_census_filtering_04.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_05.js => devtools/shared/heapsnapshot/tests/unit/test_census_filtering_05.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_countToBucketBreakdown_01.js => devtools/shared/heapsnapshot/tests/unit/test_countToBucketBreakdown_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_deduplicatePaths_01.js => devtools/shared/heapsnapshot/tests/unit/test_deduplicatePaths_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_getCensusIndividuals_01.js => devtools/shared/heapsnapshot/tests/unit/test_getCensusIndividuals_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_getReportLeaves_01.js => devtools/shared/heapsnapshot/tests/unit/test_getReportLeaves_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/test_saveHeapSnapshot_e10s_01.js => devtools/shared/heapsnapshot/tests/unit/test_saveHeapSnapshot_e10s_01.js rename : devtools/shared/heapsnapshot/tests/xpcshell/xpcshell.ini => devtools/shared/heapsnapshot/tests/unit/xpcshell.ini rename : devtools/shared/jsbeautify/tests/xpcshell/head_jsbeautify.js => devtools/shared/jsbeautify/tests/unit/head_jsbeautify.js rename : devtools/shared/jsbeautify/tests/xpcshell/test.js => devtools/shared/jsbeautify/tests/unit/test.js rename : devtools/shared/jsbeautify/tests/xpcshell/xpcshell.ini => devtools/shared/jsbeautify/tests/unit/xpcshell.ini rename : devtools/shared/performance/xpcshell/.eslintrc.js => devtools/shared/performance/test/.eslintrc.js rename : devtools/shared/performance/xpcshell/head.js => devtools/shared/performance/test/head.js rename : devtools/shared/performance/xpcshell/test_perf-utils-allocations-to-samples.js => devtools/shared/performance/test/test_perf-utils-allocations-to-samples.js rename : devtools/shared/performance/xpcshell/xpcshell.ini => devtools/shared/performance/test/xpcshell.ini rename : devtools/shared/qrcode/tests/xpcshell/test_encode.js => devtools/shared/qrcode/tests/unit/test_encode.js rename : devtools/shared/qrcode/tests/xpcshell/xpcshell.ini => devtools/shared/qrcode/tests/unit/xpcshell.ini rename : devtools/shared/security/tests/xpcshell/head_dbg.js => devtools/shared/security/tests/unit/head_dbg.js rename : devtools/shared/security/tests/xpcshell/test_encryption.js => devtools/shared/security/tests/unit/test_encryption.js rename : devtools/shared/security/tests/xpcshell/test_oob_cert_auth.js => devtools/shared/security/tests/unit/test_oob_cert_auth.js rename : devtools/shared/transport/tests/xpcshell/testactors.js => devtools/shared/security/tests/unit/testactors.js rename : devtools/shared/security/tests/xpcshell/xpcshell.ini => devtools/shared/security/tests/unit/xpcshell.ini rename : devtools/shared/storage/vendor/stringvalidator/tests/xpcshell/head_stringvalidator.js => devtools/shared/storage/vendor/stringvalidator/tests/unit/head_stringvalidator.js rename : devtools/shared/storage/vendor/stringvalidator/tests/xpcshell/test_sanitizers.js => devtools/shared/storage/vendor/stringvalidator/tests/unit/test_sanitizers.js rename : devtools/shared/storage/vendor/stringvalidator/tests/xpcshell/test_validators.js => devtools/shared/storage/vendor/stringvalidator/tests/unit/test_validators.js rename : devtools/shared/storage/vendor/stringvalidator/tests/xpcshell/xpcshell.ini => devtools/shared/storage/vendor/stringvalidator/tests/unit/xpcshell.ini rename : devtools/shared/tests/xpcshell/.eslintrc.js => devtools/shared/tests/unit/.eslintrc.js rename : devtools/shared/tests/xpcshell/exposeLoader.js => devtools/shared/tests/unit/exposeLoader.js rename : devtools/shared/tests/xpcshell/head_devtools.js => devtools/shared/tests/unit/head_devtools.js rename : devtools/shared/tests/xpcshell/test_assert.js => devtools/shared/tests/unit/test_assert.js rename : devtools/shared/tests/xpcshell/test_console_filtering.js => devtools/shared/tests/unit/test_console_filtering.js rename : devtools/shared/tests/xpcshell/test_css-properties-db.js => devtools/shared/tests/unit/test_css-properties-db.js rename : devtools/shared/tests/xpcshell/test_csslexer.js => devtools/shared/tests/unit/test_csslexer.js rename : devtools/shared/tests/xpcshell/test_debugger_client.js => devtools/shared/tests/unit/test_debugger_client.js rename : devtools/shared/tests/xpcshell/test_defer.js => devtools/shared/tests/unit/test_defer.js rename : devtools/shared/tests/xpcshell/test_defineLazyPrototypeGetter.js => devtools/shared/tests/unit/test_defineLazyPrototypeGetter.js rename : devtools/shared/tests/xpcshell/test_eventemitter_basic.js => devtools/shared/tests/unit/test_eventemitter_basic.js rename : devtools/shared/tests/xpcshell/test_eventemitter_static.js => devtools/shared/tests/unit/test_eventemitter_static.js rename : devtools/shared/tests/xpcshell/test_executeSoon.js => devtools/shared/tests/unit/test_executeSoon.js rename : devtools/shared/tests/xpcshell/test_fetch-bom.js => devtools/shared/tests/unit/test_fetch-bom.js rename : devtools/shared/tests/xpcshell/test_fetch-chrome.js => devtools/shared/tests/unit/test_fetch-chrome.js rename : devtools/shared/tests/xpcshell/test_fetch-file.js => devtools/shared/tests/unit/test_fetch-file.js rename : devtools/shared/tests/xpcshell/test_fetch-http.js => devtools/shared/tests/unit/test_fetch-http.js rename : devtools/shared/tests/xpcshell/test_fetch-resource.js => devtools/shared/tests/unit/test_fetch-resource.js rename : devtools/shared/tests/xpcshell/test_flatten.js => devtools/shared/tests/unit/test_flatten.js rename : devtools/shared/tests/xpcshell/test_indentation.js => devtools/shared/tests/unit/test_indentation.js rename : devtools/shared/tests/xpcshell/test_independent_loaders.js => devtools/shared/tests/unit/test_independent_loaders.js rename : devtools/shared/tests/xpcshell/test_invisible_loader.js => devtools/shared/tests/unit/test_invisible_loader.js rename : devtools/shared/tests/xpcshell/test_isSet.js => devtools/shared/tests/unit/test_isSet.js rename : devtools/shared/tests/xpcshell/test_pluralForm-english.js => devtools/shared/tests/unit/test_pluralForm-english.js rename : devtools/shared/tests/xpcshell/test_pluralForm-makeGetter.js => devtools/shared/tests/unit/test_pluralForm-makeGetter.js rename : devtools/shared/tests/xpcshell/test_prettifyCSS.js => devtools/shared/tests/unit/test_prettifyCSS.js rename : devtools/shared/tests/xpcshell/test_require.js => devtools/shared/tests/unit/test_require.js rename : devtools/shared/tests/xpcshell/test_require_lazy.js => devtools/shared/tests/unit/test_require_lazy.js rename : devtools/shared/tests/xpcshell/test_require_raw.js => devtools/shared/tests/unit/test_require_raw.js rename : devtools/shared/tests/xpcshell/test_safeErrorString.js => devtools/shared/tests/unit/test_safeErrorString.js rename : devtools/shared/tests/xpcshell/test_sprintfjs.js => devtools/shared/tests/unit/test_sprintfjs.js rename : devtools/shared/tests/xpcshell/test_stack.js => devtools/shared/tests/unit/test_stack.js rename : devtools/shared/tests/xpcshell/throwing-module-1.js => devtools/shared/tests/unit/throwing-module-1.js rename : devtools/shared/tests/xpcshell/throwing-module-2.js => devtools/shared/tests/unit/throwing-module-2.js rename : devtools/shared/tests/xpcshell/xpcshell.ini => devtools/shared/tests/unit/xpcshell.ini rename : devtools/shared/transport/tests/xpcshell/head_dbg.js => devtools/shared/transport/tests/unit/head_dbg.js rename : devtools/shared/transport/tests/xpcshell/test_bulk_error.js => devtools/shared/transport/tests/unit/test_bulk_error.js rename : devtools/shared/transport/tests/xpcshell/test_client_server_bulk.js => devtools/shared/transport/tests/unit/test_client_server_bulk.js rename : devtools/shared/transport/tests/xpcshell/test_dbgsocket.js => devtools/shared/transport/tests/unit/test_dbgsocket.js rename : devtools/shared/transport/tests/xpcshell/test_dbgsocket_connection_drop.js => devtools/shared/transport/tests/unit/test_dbgsocket_connection_drop.js rename : devtools/shared/transport/tests/xpcshell/test_delimited_read.js => devtools/shared/transport/tests/unit/test_delimited_read.js rename : devtools/shared/transport/tests/xpcshell/test_no_bulk.js => devtools/shared/transport/tests/unit/test_no_bulk.js rename : devtools/shared/transport/tests/xpcshell/test_packet.js => devtools/shared/transport/tests/unit/test_packet.js rename : devtools/shared/transport/tests/xpcshell/test_queue.js => devtools/shared/transport/tests/unit/test_queue.js rename : devtools/shared/transport/tests/xpcshell/test_transport_bulk.js => devtools/shared/transport/tests/unit/test_transport_bulk.js rename : devtools/shared/transport/tests/xpcshell/testactors-no-bulk.js => devtools/shared/transport/tests/unit/testactors-no-bulk.js rename : devtools/shared/transport/tests/xpcshell/xpcshell.ini => devtools/shared/transport/tests/unit/xpcshell.ini rename : devtools/shared/webconsole/test/xpcshell/test_js_property_provider.js => devtools/shared/webconsole/test/unit/test_js_property_provider.js rename : devtools/shared/webconsole/test/xpcshell/test_network_helper.js => devtools/shared/webconsole/test/unit/test_network_helper.js rename : devtools/shared/webconsole/test/xpcshell/test_security-info-certificate.js => devtools/shared/webconsole/test/unit/test_security-info-certificate.js rename : devtools/shared/webconsole/test/xpcshell/test_security-info-parser.js => devtools/shared/webconsole/test/unit/test_security-info-parser.js rename : devtools/shared/webconsole/test/xpcshell/test_security-info-protocol-version.js => devtools/shared/webconsole/test/unit/test_security-info-protocol-version.js rename : devtools/shared/webconsole/test/xpcshell/test_security-info-state.js => devtools/shared/webconsole/test/unit/test_security-info-state.js rename : devtools/shared/webconsole/test/xpcshell/test_security-info-static-hpkp.js => devtools/shared/webconsole/test/unit/test_security-info-static-hpkp.js rename : devtools/shared/webconsole/test/xpcshell/test_security-info-weakness-reasons.js => devtools/shared/webconsole/test/unit/test_security-info-weakness-reasons.js rename : devtools/shared/webconsole/test/xpcshell/test_throttle.js => devtools/shared/webconsole/test/unit/test_throttle.js rename : devtools/shared/webconsole/test/xpcshell/xpcshell.ini => devtools/shared/webconsole/test/unit/xpcshell.ini rename : devtools/startup/tests/xpcshell/test_devtools_shim.js => devtools/startup/tests/unit/test_devtools_shim.js rename : devtools/startup/tests/xpcshell/xpcshell.ini => devtools/startup/tests/unit/xpcshell.ini extra : rebase_source : 8667e7f91c38bd09b3005745af26007e1411f56c |
|
Alexandre Poirot | ae842f31a4 |
Bug 1609716 - Unify xpcshell test folders in devtools. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D60160 --HG-- rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/client/aboutdebugging/test/xpcshell/.eslintrc.js rename : devtools/client/aboutdebugging/test/unit/test_extensions_path.js => devtools/client/aboutdebugging/test/xpcshell/test_extensions_path.js rename : devtools/client/aboutdebugging/test/unit/xpcshell-head.js => devtools/client/aboutdebugging/test/xpcshell/xpcshell-head.js rename : devtools/client/aboutdebugging/test/unit/xpcshell.ini => devtools/client/aboutdebugging/test/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/client/application/test/xpcshell/.eslintrc.js rename : devtools/client/application/test/unit/test_manifest_reducer.js => devtools/client/application/test/xpcshell/test_manifest_reducer.js rename : devtools/client/application/test/unit/test_page_reducer.js => devtools/client/application/test/xpcshell/test_page_reducer.js rename : devtools/client/application/test/unit/test_ui_reducer.js => devtools/client/application/test/xpcshell/test_ui_reducer.js rename : devtools/client/application/test/unit/test_workers_reducer.js => devtools/client/application/test/xpcshell/test_workers_reducer.js rename : devtools/client/aboutdebugging/test/unit/xpcshell-head.js => devtools/client/application/test/xpcshell/xpcshell-head.js rename : devtools/client/application/test/unit/xpcshell.ini => devtools/client/application/test/xpcshell/xpcshell.ini rename : devtools/client/framework/test/unit/.eslintrc.js => devtools/client/framework/test/xpcshell/.eslintrc.js rename : devtools/client/framework/test/unit/test_tabs_absolute_order.js => devtools/client/framework/test/xpcshell/test_tabs_absolute_order.js rename : devtools/client/framework/test/unit/xpcshell.ini => devtools/client/framework/test/xpcshell/xpcshell.ini rename : devtools/client/inspector/changes/test/unit/.eslintrc.js => devtools/client/inspector/changes/test/xpcshell/.eslintrc.js rename : devtools/client/inspector/changes/test/unit/head.js => devtools/client/inspector/changes/test/xpcshell/head.js rename : devtools/client/inspector/changes/test/unit/mocks.js => devtools/client/inspector/changes/test/xpcshell/mocks.js rename : devtools/client/inspector/changes/test/unit/test_changes_stylesheet.js => devtools/client/inspector/changes/test/xpcshell/test_changes_stylesheet.js rename : devtools/client/inspector/changes/test/unit/xpcshell.ini => devtools/client/inspector/changes/test/xpcshell/xpcshell.ini rename : devtools/client/inspector/changes/test/unit/.eslintrc.js => devtools/client/inspector/compatibility/test/xpcshell/.eslintrc.js rename : devtools/client/aboutdebugging/test/unit/xpcshell-head.js => devtools/client/inspector/compatibility/test/xpcshell/head.js rename : devtools/client/inspector/compatibility/test/unit/test_mdn-compatibility.js => devtools/client/inspector/compatibility/test/xpcshell/test_mdn-compatibility.js rename : devtools/client/inspector/compatibility/test/unit/xpcshell.ini => devtools/client/inspector/compatibility/test/xpcshell/xpcshell.ini rename : devtools/client/inspector/changes/test/unit/.eslintrc.js => devtools/client/inspector/grids/test/xpcshell/.eslintrc.js rename : devtools/client/aboutdebugging/test/unit/xpcshell-head.js => devtools/client/inspector/grids/test/xpcshell/head.js rename : devtools/client/inspector/grids/test/unit/test_compare_fragments_geometry.js => devtools/client/inspector/grids/test/xpcshell/test_compare_fragments_geometry.js rename : devtools/client/inspector/grids/test/unit/xpcshell.ini => devtools/client/inspector/grids/test/xpcshell/xpcshell.ini rename : devtools/client/memory/test/unit/.eslintrc.js => devtools/client/memory/test/xpcshell/.eslintrc.js rename : devtools/client/memory/test/unit/head.js => devtools/client/memory/test/xpcshell/head.js rename : devtools/client/memory/test/unit/test_action-clear-snapshots_01.js => devtools/client/memory/test/xpcshell/test_action-clear-snapshots_01.js rename : devtools/client/memory/test/unit/test_action-clear-snapshots_02.js => devtools/client/memory/test/xpcshell/test_action-clear-snapshots_02.js rename : devtools/client/memory/test/unit/test_action-clear-snapshots_03.js => devtools/client/memory/test/xpcshell/test_action-clear-snapshots_03.js rename : devtools/client/memory/test/unit/test_action-clear-snapshots_04.js => devtools/client/memory/test/xpcshell/test_action-clear-snapshots_04.js rename : devtools/client/memory/test/unit/test_action-clear-snapshots_05.js => devtools/client/memory/test/xpcshell/test_action-clear-snapshots_05.js rename : devtools/client/memory/test/unit/test_action-clear-snapshots_06.js => devtools/client/memory/test/xpcshell/test_action-clear-snapshots_06.js rename : devtools/client/memory/test/unit/test_action-export-snapshot.js => devtools/client/memory/test/xpcshell/test_action-export-snapshot.js rename : devtools/client/memory/test/unit/test_action-filter-01.js => devtools/client/memory/test/xpcshell/test_action-filter-01.js rename : devtools/client/memory/test/unit/test_action-filter-02.js => devtools/client/memory/test/xpcshell/test_action-filter-02.js rename : devtools/client/memory/test/unit/test_action-filter-03.js => devtools/client/memory/test/xpcshell/test_action-filter-03.js rename : devtools/client/memory/test/unit/test_action-import-snapshot-and-census.js => devtools/client/memory/test/xpcshell/test_action-import-snapshot-and-census.js rename : devtools/client/memory/test/unit/test_action-import-snapshot-dominator-tree.js => devtools/client/memory/test/xpcshell/test_action-import-snapshot-dominator-tree.js rename : devtools/client/memory/test/unit/test_action-select-snapshot.js => devtools/client/memory/test/xpcshell/test_action-select-snapshot.js rename : devtools/client/memory/test/unit/test_action-set-display-and-refresh-01.js => devtools/client/memory/test/xpcshell/test_action-set-display-and-refresh-01.js rename : devtools/client/memory/test/unit/test_action-set-display-and-refresh-02.js => devtools/client/memory/test/xpcshell/test_action-set-display-and-refresh-02.js rename : devtools/client/memory/test/unit/test_action-set-display.js => devtools/client/memory/test/xpcshell/test_action-set-display.js rename : devtools/client/memory/test/unit/test_action-take-census.js => devtools/client/memory/test/xpcshell/test_action-take-census.js rename : devtools/client/memory/test/unit/test_action-take-snapshot-and-census.js => devtools/client/memory/test/xpcshell/test_action-take-snapshot-and-census.js rename : devtools/client/memory/test/unit/test_action-take-snapshot.js => devtools/client/memory/test/xpcshell/test_action-take-snapshot.js rename : devtools/client/memory/test/unit/test_action-toggle-inverted-and-refresh-01.js => devtools/client/memory/test/xpcshell/test_action-toggle-inverted-and-refresh-01.js rename : devtools/client/memory/test/unit/test_action-toggle-inverted-and-refresh-02.js => devtools/client/memory/test/xpcshell/test_action-toggle-inverted-and-refresh-02.js rename : devtools/client/memory/test/unit/test_action-toggle-inverted.js => devtools/client/memory/test/xpcshell/test_action-toggle-inverted.js rename : devtools/client/memory/test/unit/test_action-toggle-recording-allocations.js => devtools/client/memory/test/xpcshell/test_action-toggle-recording-allocations.js rename : devtools/client/memory/test/unit/test_action_diffing_01.js => devtools/client/memory/test/xpcshell/test_action_diffing_01.js rename : devtools/client/memory/test/unit/test_action_diffing_02.js => devtools/client/memory/test/xpcshell/test_action_diffing_02.js rename : devtools/client/memory/test/unit/test_action_diffing_03.js => devtools/client/memory/test/xpcshell/test_action_diffing_03.js rename : devtools/client/memory/test/unit/test_action_diffing_04.js => devtools/client/memory/test/xpcshell/test_action_diffing_04.js rename : devtools/client/memory/test/unit/test_action_diffing_05.js => devtools/client/memory/test/xpcshell/test_action_diffing_05.js rename : devtools/client/memory/test/unit/test_dominator_trees_01.js => devtools/client/memory/test/xpcshell/test_dominator_trees_01.js rename : devtools/client/memory/test/unit/test_dominator_trees_02.js => devtools/client/memory/test/xpcshell/test_dominator_trees_02.js rename : devtools/client/memory/test/unit/test_dominator_trees_03.js => devtools/client/memory/test/xpcshell/test_dominator_trees_03.js rename : devtools/client/memory/test/unit/test_dominator_trees_04.js => devtools/client/memory/test/xpcshell/test_dominator_trees_04.js rename : devtools/client/memory/test/unit/test_dominator_trees_05.js => devtools/client/memory/test/xpcshell/test_dominator_trees_05.js rename : devtools/client/memory/test/unit/test_dominator_trees_06.js => devtools/client/memory/test/xpcshell/test_dominator_trees_06.js rename : devtools/client/memory/test/unit/test_dominator_trees_07.js => devtools/client/memory/test/xpcshell/test_dominator_trees_07.js rename : devtools/client/memory/test/unit/test_dominator_trees_08.js => devtools/client/memory/test/xpcshell/test_dominator_trees_08.js rename : devtools/client/memory/test/unit/test_dominator_trees_09.js => devtools/client/memory/test/xpcshell/test_dominator_trees_09.js rename : devtools/client/memory/test/unit/test_dominator_trees_10.js => devtools/client/memory/test/xpcshell/test_dominator_trees_10.js rename : devtools/client/memory/test/unit/test_individuals_01.js => devtools/client/memory/test/xpcshell/test_individuals_01.js rename : devtools/client/memory/test/unit/test_individuals_02.js => devtools/client/memory/test/xpcshell/test_individuals_02.js rename : devtools/client/memory/test/unit/test_individuals_03.js => devtools/client/memory/test/xpcshell/test_individuals_03.js rename : devtools/client/memory/test/unit/test_individuals_04.js => devtools/client/memory/test/xpcshell/test_individuals_04.js rename : devtools/client/memory/test/unit/test_individuals_05.js => devtools/client/memory/test/xpcshell/test_individuals_05.js rename : devtools/client/memory/test/unit/test_individuals_06.js => devtools/client/memory/test/xpcshell/test_individuals_06.js rename : devtools/client/memory/test/unit/test_pop_view_01.js => devtools/client/memory/test/xpcshell/test_pop_view_01.js rename : devtools/client/memory/test/unit/test_tree-map-01.js => devtools/client/memory/test/xpcshell/test_tree-map-01.js rename : devtools/client/memory/test/unit/test_tree-map-02.js => devtools/client/memory/test/xpcshell/test_tree-map-02.js rename : devtools/client/memory/test/unit/test_utils-get-snapshot-totals.js => devtools/client/memory/test/xpcshell/test_utils-get-snapshot-totals.js rename : devtools/client/memory/test/unit/test_utils.js => devtools/client/memory/test/xpcshell/test_utils.js rename : devtools/client/memory/test/unit/xpcshell.ini => devtools/client/memory/test/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/client/netmonitor/test/xpcshell/.eslintrc.js rename : devtools/client/netmonitor/test/unit/test_mdn-utils.js => devtools/client/netmonitor/test/xpcshell/test_mdn-utils.js rename : devtools/client/netmonitor/test/unit/test_request-utils-js-getFormattedProtocol.js => devtools/client/netmonitor/test/xpcshell/test_request-utils-js-getFormattedProtocol.js rename : devtools/client/netmonitor/test/unit/xpcshell.ini => devtools/client/netmonitor/test/xpcshell/xpcshell.ini rename : devtools/client/framework/test/unit/.eslintrc.js => devtools/client/performance/test/xpcshell/.eslintrc.js rename : devtools/client/performance/test/unit/head.js => devtools/client/performance/test/xpcshell/head.js rename : devtools/client/performance/test/unit/test_frame-utils-01.js => devtools/client/performance/test/xpcshell/test_frame-utils-01.js rename : devtools/client/performance/test/unit/test_frame-utils-02.js => devtools/client/performance/test/xpcshell/test_frame-utils-02.js rename : devtools/client/performance/test/unit/test_jit-graph-data.js => devtools/client/performance/test/xpcshell/test_jit-graph-data.js rename : devtools/client/performance/test/unit/test_jit-model-01.js => devtools/client/performance/test/xpcshell/test_jit-model-01.js rename : devtools/client/performance/test/unit/test_jit-model-02.js => devtools/client/performance/test/xpcshell/test_jit-model-02.js rename : devtools/client/performance/test/unit/test_marker-blueprint.js => devtools/client/performance/test/xpcshell/test_marker-blueprint.js rename : devtools/client/performance/test/unit/test_marker-utils.js => devtools/client/performance/test/xpcshell/test_marker-utils.js rename : devtools/client/performance/test/unit/test_perf-utils-allocations-to-samples.js => devtools/client/performance/test/xpcshell/test_perf-utils-allocations-to-samples.js rename : devtools/client/performance/test/unit/test_profiler-categories.js => devtools/client/performance/test/xpcshell/test_profiler-categories.js rename : devtools/client/performance/test/unit/test_tree-model-01.js => devtools/client/performance/test/xpcshell/test_tree-model-01.js rename : devtools/client/performance/test/unit/test_tree-model-02.js => devtools/client/performance/test/xpcshell/test_tree-model-02.js rename : devtools/client/performance/test/unit/test_tree-model-03.js => devtools/client/performance/test/xpcshell/test_tree-model-03.js rename : devtools/client/performance/test/unit/test_tree-model-04.js => devtools/client/performance/test/xpcshell/test_tree-model-04.js rename : devtools/client/performance/test/unit/test_tree-model-05.js => devtools/client/performance/test/xpcshell/test_tree-model-05.js rename : devtools/client/performance/test/unit/test_tree-model-06.js => devtools/client/performance/test/xpcshell/test_tree-model-06.js rename : devtools/client/performance/test/unit/test_tree-model-07.js => devtools/client/performance/test/xpcshell/test_tree-model-07.js rename : devtools/client/performance/test/unit/test_tree-model-08.js => devtools/client/performance/test/xpcshell/test_tree-model-08.js rename : devtools/client/performance/test/unit/test_tree-model-09.js => devtools/client/performance/test/xpcshell/test_tree-model-09.js rename : devtools/client/performance/test/unit/test_tree-model-10.js => devtools/client/performance/test/xpcshell/test_tree-model-10.js rename : devtools/client/performance/test/unit/test_tree-model-11.js => devtools/client/performance/test/xpcshell/test_tree-model-11.js rename : devtools/client/performance/test/unit/test_tree-model-12.js => devtools/client/performance/test/xpcshell/test_tree-model-12.js rename : devtools/client/performance/test/unit/test_tree-model-13.js => devtools/client/performance/test/xpcshell/test_tree-model-13.js rename : devtools/client/performance/test/unit/test_tree-model-allocations-01.js => devtools/client/performance/test/xpcshell/test_tree-model-allocations-01.js rename : devtools/client/performance/test/unit/test_tree-model-allocations-02.js => devtools/client/performance/test/xpcshell/test_tree-model-allocations-02.js rename : devtools/client/performance/test/unit/test_waterfall-utils-collapse-01.js => devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-01.js rename : devtools/client/performance/test/unit/test_waterfall-utils-collapse-02.js => devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-02.js rename : devtools/client/performance/test/unit/test_waterfall-utils-collapse-03.js => devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-03.js rename : devtools/client/performance/test/unit/test_waterfall-utils-collapse-04.js => devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-04.js rename : devtools/client/performance/test/unit/test_waterfall-utils-collapse-05.js => devtools/client/performance/test/xpcshell/test_waterfall-utils-collapse-05.js rename : devtools/client/performance/test/unit/xpcshell.ini => devtools/client/performance/test/xpcshell/xpcshell.ini rename : devtools/client/responsive/test/unit/.eslintrc.js => devtools/client/responsive/test/xpcshell/.eslintrc.js rename : devtools/client/responsive/test/unit/head.js => devtools/client/responsive/test/xpcshell/head.js rename : devtools/client/responsive/test/unit/test_add_device.js => devtools/client/responsive/test/xpcshell/test_add_device.js rename : devtools/client/responsive/test/unit/test_add_device_type.js => devtools/client/responsive/test/xpcshell/test_add_device_type.js rename : devtools/client/responsive/test/unit/test_add_viewport.js => devtools/client/responsive/test/xpcshell/test_add_viewport.js rename : devtools/client/responsive/test/unit/test_change_device.js => devtools/client/responsive/test/xpcshell/test_change_device.js rename : devtools/client/responsive/test/unit/test_change_display_pixel_ratio.js => devtools/client/responsive/test/xpcshell/test_change_display_pixel_ratio.js rename : devtools/client/responsive/test/unit/test_change_network_throttling.js => devtools/client/responsive/test/xpcshell/test_change_network_throttling.js rename : devtools/client/responsive/test/unit/test_change_pixel_ratio.js => devtools/client/responsive/test/xpcshell/test_change_pixel_ratio.js rename : devtools/client/responsive/test/unit/test_change_user_agent.js => devtools/client/responsive/test/xpcshell/test_change_user_agent.js rename : devtools/client/responsive/test/unit/test_resize_viewport.js => devtools/client/responsive/test/xpcshell/test_resize_viewport.js rename : devtools/client/responsive/test/unit/test_rotate_viewport.js => devtools/client/responsive/test/xpcshell/test_rotate_viewport.js rename : devtools/client/responsive/test/unit/test_ua_parser.js => devtools/client/responsive/test/xpcshell/test_ua_parser.js rename : devtools/client/responsive/test/unit/test_update_device_displayed.js => devtools/client/responsive/test/xpcshell/test_update_device_displayed.js rename : devtools/client/responsive/test/unit/test_update_touch_simulation_enabled.js => devtools/client/responsive/test/xpcshell/test_update_touch_simulation_enabled.js rename : devtools/client/responsive/test/unit/xpcshell.ini => devtools/client/responsive/test/xpcshell/xpcshell.ini rename : devtools/client/shared/redux/middleware/test/.eslintrc.js => devtools/client/shared/redux/middleware/xpcshell/.eslintrc.js rename : devtools/client/shared/redux/middleware/test/head.js => devtools/client/shared/redux/middleware/xpcshell/head.js rename : devtools/client/shared/redux/middleware/test/test_middleware-task-01.js => devtools/client/shared/redux/middleware/xpcshell/test_middleware-task-01.js rename : devtools/client/shared/redux/middleware/test/test_middleware-task-02.js => devtools/client/shared/redux/middleware/xpcshell/test_middleware-task-02.js rename : devtools/client/shared/redux/middleware/test/test_middleware-task-03.js => devtools/client/shared/redux/middleware/xpcshell/test_middleware-task-03.js rename : devtools/client/shared/redux/middleware/test/xpcshell.ini => devtools/client/shared/redux/middleware/xpcshell/xpcshell.ini rename : devtools/client/inspector/changes/test/unit/.eslintrc.js => devtools/client/shared/remote-debugging/test/xpcshell/.eslintrc.js rename : devtools/client/shared/remote-debugging/test/unit/test_remote_client_manager.js => devtools/client/shared/remote-debugging/test/xpcshell/test_remote_client_manager.js rename : devtools/client/shared/remote-debugging/test/unit/test_version_checker.js => devtools/client/shared/remote-debugging/test/xpcshell/test_version_checker.js rename : devtools/client/aboutdebugging/test/unit/xpcshell-head.js => devtools/client/shared/remote-debugging/test/xpcshell/xpcshell-head.js rename : devtools/client/shared/remote-debugging/test/unit/xpcshell.ini => devtools/client/shared/remote-debugging/test/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/client/shared/test/xpcshell/.eslintrc.js rename : devtools/client/shared/test/unit/test_VariablesView_filtering-without-controller.js => devtools/client/shared/test/xpcshell/test_VariablesView_filtering-without-controller.js rename : devtools/client/shared/test/unit/test_VariablesView_getString_promise.js => devtools/client/shared/test/xpcshell/test_VariablesView_getString_promise.js rename : devtools/client/shared/test/unit/test_WeakMapMap.js => devtools/client/shared/test/xpcshell/test_WeakMapMap.js rename : devtools/client/shared/test/unit/test_advanceValidate.js => devtools/client/shared/test/xpcshell/test_advanceValidate.js rename : devtools/client/shared/test/unit/test_attribute-parsing-01.js => devtools/client/shared/test/xpcshell/test_attribute-parsing-01.js rename : devtools/client/shared/test/unit/test_attribute-parsing-02.js => devtools/client/shared/test/xpcshell/test_attribute-parsing-02.js rename : devtools/client/shared/test/unit/test_bezierCanvas.js => devtools/client/shared/test/xpcshell/test_bezierCanvas.js rename : devtools/client/shared/test/unit/test_cssAngle.js => devtools/client/shared/test/xpcshell/test_cssAngle.js rename : devtools/client/shared/test/unit/test_cssColor-01.js => devtools/client/shared/test/xpcshell/test_cssColor-01.js rename : devtools/client/shared/test/unit/test_cssColor-02.js => devtools/client/shared/test/xpcshell/test_cssColor-02.js rename : devtools/client/shared/test/unit/test_cssColor-03.js => devtools/client/shared/test/xpcshell/test_cssColor-03.js rename : devtools/client/shared/test/unit/test_cssColor-8-digit-hex.js => devtools/client/shared/test/xpcshell/test_cssColor-8-digit-hex.js rename : devtools/client/shared/test/unit/test_cssColorDatabase.js => devtools/client/shared/test/xpcshell/test_cssColorDatabase.js rename : devtools/client/shared/test/unit/test_cubicBezier.js => devtools/client/shared/test/xpcshell/test_cubicBezier.js rename : devtools/client/shared/test/unit/test_curl.js => devtools/client/shared/test/xpcshell/test_curl.js rename : devtools/client/shared/test/unit/test_escapeCSSComment.js => devtools/client/shared/test/xpcshell/test_escapeCSSComment.js rename : devtools/client/shared/test/unit/test_hasCSSVariable.js => devtools/client/shared/test/xpcshell/test_hasCSSVariable.js rename : devtools/client/shared/test/unit/test_parseDeclarations.js => devtools/client/shared/test/xpcshell/test_parseDeclarations.js rename : devtools/client/shared/test/unit/test_parsePseudoClassesAndAttributes.js => devtools/client/shared/test/xpcshell/test_parsePseudoClassesAndAttributes.js rename : devtools/client/shared/test/unit/test_parseSingleValue.js => devtools/client/shared/test/xpcshell/test_parseSingleValue.js rename : devtools/client/shared/test/unit/test_rewriteDeclarations.js => devtools/client/shared/test/xpcshell/test_rewriteDeclarations.js rename : devtools/client/shared/test/unit/test_source-utils.js => devtools/client/shared/test/xpcshell/test_source-utils.js rename : devtools/client/shared/test/unit/test_suggestion-picker.js => devtools/client/shared/test/xpcshell/test_suggestion-picker.js rename : devtools/client/shared/test/unit/test_undoStack.js => devtools/client/shared/test/xpcshell/test_undoStack.js rename : devtools/client/shared/test/unit/test_unicode-url.js => devtools/client/shared/test/xpcshell/test_unicode-url.js rename : devtools/client/shared/test/unit/xpcshell.ini => devtools/client/shared/test/xpcshell/xpcshell.ini rename : devtools/platform/tests/unit/.eslintrc.js => devtools/platform/tests/xpcshell/.eslintrc.js rename : devtools/platform/tests/unit/test_nsjsinspector.js => devtools/platform/tests/xpcshell/test_nsjsinspector.js rename : devtools/platform/tests/unit/xpcshell.ini => devtools/platform/tests/xpcshell/xpcshell.ini rename : devtools/server/tests/unit/.eslintrc.js => devtools/server/tests/xpcshell/.eslintrc.js rename : devtools/server/tests/unit/addons/web-extension-upgrade/manifest.json => devtools/server/tests/xpcshell/addons/web-extension-upgrade/manifest.json rename : devtools/server/tests/unit/addons/web-extension/manifest.json => devtools/server/tests/xpcshell/addons/web-extension/manifest.json rename : devtools/server/tests/unit/addons/web-extension2/manifest.json => devtools/server/tests/xpcshell/addons/web-extension2/manifest.json rename : devtools/server/tests/unit/completions.js => devtools/server/tests/xpcshell/completions.js rename : devtools/server/tests/unit/head_dbg.js => devtools/server/tests/xpcshell/head_dbg.js rename : devtools/server/tests/unit/hello-actor.js => devtools/server/tests/xpcshell/hello-actor.js rename : devtools/server/tests/unit/post_init_global_actors.js => devtools/server/tests/xpcshell/post_init_global_actors.js rename : devtools/server/tests/unit/post_init_target_scoped_actors.js => devtools/server/tests/xpcshell/post_init_target_scoped_actors.js rename : devtools/server/tests/unit/pre_init_global_actors.js => devtools/server/tests/xpcshell/pre_init_global_actors.js rename : devtools/server/tests/unit/pre_init_target_scoped_actors.js => devtools/server/tests/xpcshell/pre_init_target_scoped_actors.js rename : devtools/server/tests/unit/registertestactors-lazy.js => devtools/server/tests/xpcshell/registertestactors-lazy.js rename : devtools/server/tests/unit/setBreakpoint-on-column-in-gcd-script.js => devtools/server/tests/xpcshell/setBreakpoint-on-column-in-gcd-script.js rename : devtools/server/tests/unit/setBreakpoint-on-column-minified.js => devtools/server/tests/xpcshell/setBreakpoint-on-column-minified.js rename : devtools/server/tests/unit/setBreakpoint-on-column-with-no-offsets-in-gcd-script.js => devtools/server/tests/xpcshell/setBreakpoint-on-column-with-no-offsets-in-gcd-script.js rename : devtools/server/tests/unit/setBreakpoint-on-column-with-no-offsets.js => devtools/server/tests/xpcshell/setBreakpoint-on-column-with-no-offsets.js rename : devtools/server/tests/unit/setBreakpoint-on-column.js => devtools/server/tests/xpcshell/setBreakpoint-on-column.js rename : devtools/server/tests/unit/setBreakpoint-on-line-in-gcd-script.js => devtools/server/tests/xpcshell/setBreakpoint-on-line-in-gcd-script.js rename : devtools/server/tests/unit/setBreakpoint-on-line-with-multiple-offsets.js => devtools/server/tests/xpcshell/setBreakpoint-on-line-with-multiple-offsets.js rename : devtools/server/tests/unit/setBreakpoint-on-column.js => devtools/server/tests/xpcshell/setBreakpoint-on-line-with-multiple-statements.js rename : devtools/server/tests/unit/setBreakpoint-on-line-with-no-offsets-in-gcd-script.js => devtools/server/tests/xpcshell/setBreakpoint-on-line-with-no-offsets-in-gcd-script.js rename : devtools/server/tests/unit/setBreakpoint-on-line-with-no-offsets.js => devtools/server/tests/xpcshell/setBreakpoint-on-line-with-no-offsets.js rename : devtools/server/tests/unit/setBreakpoint-on-line.js => devtools/server/tests/xpcshell/setBreakpoint-on-line.js rename : devtools/server/tests/unit/source-03.js => devtools/server/tests/xpcshell/source-03.js rename : devtools/server/tests/unit/source-map-data/sourcemapped.coffee => devtools/server/tests/xpcshell/source-map-data/sourcemapped.coffee rename : devtools/server/tests/unit/source-map-data/sourcemapped.map => devtools/server/tests/xpcshell/source-map-data/sourcemapped.map rename : devtools/server/tests/unit/sourcemapped.js => devtools/server/tests/xpcshell/sourcemapped.js rename : devtools/server/tests/unit/stepping.js => devtools/server/tests/xpcshell/stepping.js rename : devtools/server/tests/unit/test_MemoryActor_saveHeapSnapshot_01.js => devtools/server/tests/xpcshell/test_MemoryActor_saveHeapSnapshot_01.js rename : devtools/server/tests/unit/test_MemoryActor_saveHeapSnapshot_02.js => devtools/server/tests/xpcshell/test_MemoryActor_saveHeapSnapshot_02.js rename : devtools/server/tests/unit/test_MemoryActor_saveHeapSnapshot_03.js => devtools/server/tests/xpcshell/test_MemoryActor_saveHeapSnapshot_03.js rename : devtools/server/tests/unit/test_actor-registry-actor.js => devtools/server/tests/xpcshell/test_actor-registry-actor.js rename : devtools/server/tests/unit/test_add_actors.js => devtools/server/tests/xpcshell/test_add_actors.js rename : devtools/server/tests/unit/test_addon_events.js => devtools/server/tests/xpcshell/test_addon_events.js rename : devtools/server/tests/unit/test_addon_reload.js => devtools/server/tests/xpcshell/test_addon_reload.js rename : devtools/server/tests/unit/test_addons_actor.js => devtools/server/tests/xpcshell/test_addons_actor.js rename : devtools/server/tests/unit/test_animation_name.js => devtools/server/tests/xpcshell/test_animation_name.js rename : devtools/server/tests/unit/test_animation_type.js => devtools/server/tests/xpcshell/test_animation_type.js rename : devtools/server/tests/unit/test_attach.js => devtools/server/tests/xpcshell/test_attach.js rename : devtools/server/tests/unit/test_blackboxing-01.js => devtools/server/tests/xpcshell/test_blackboxing-01.js rename : devtools/server/tests/unit/test_blackboxing-02.js => devtools/server/tests/xpcshell/test_blackboxing-02.js rename : devtools/server/tests/unit/test_blackboxing-03.js => devtools/server/tests/xpcshell/test_blackboxing-03.js rename : devtools/server/tests/unit/test_blackboxing-04.js => devtools/server/tests/xpcshell/test_blackboxing-04.js rename : devtools/server/tests/unit/test_blackboxing-05.js => devtools/server/tests/xpcshell/test_blackboxing-05.js rename : devtools/server/tests/unit/test_blackboxing-07.js => devtools/server/tests/xpcshell/test_blackboxing-07.js rename : devtools/server/tests/unit/test_blackboxing-08.js => devtools/server/tests/xpcshell/test_blackboxing-08.js rename : devtools/server/tests/unit/test_breakpoint-01.js => devtools/server/tests/xpcshell/test_breakpoint-01.js rename : devtools/server/tests/unit/test_breakpoint-02.js => devtools/server/tests/xpcshell/test_breakpoint-02.js rename : devtools/server/tests/unit/test_breakpoint-03.js => devtools/server/tests/xpcshell/test_breakpoint-03.js rename : devtools/server/tests/unit/test_breakpoint-04.js => devtools/server/tests/xpcshell/test_breakpoint-04.js rename : devtools/server/tests/unit/test_breakpoint-05.js => devtools/server/tests/xpcshell/test_breakpoint-05.js rename : devtools/server/tests/unit/test_breakpoint-06.js => devtools/server/tests/xpcshell/test_breakpoint-06.js rename : devtools/server/tests/unit/test_breakpoint-07.js => devtools/server/tests/xpcshell/test_breakpoint-07.js rename : devtools/server/tests/unit/test_breakpoint-08.js => devtools/server/tests/xpcshell/test_breakpoint-08.js rename : devtools/server/tests/unit/test_breakpoint-09.js => devtools/server/tests/xpcshell/test_breakpoint-09.js rename : devtools/server/tests/unit/test_breakpoint-10.js => devtools/server/tests/xpcshell/test_breakpoint-10.js rename : devtools/server/tests/unit/test_breakpoint-11.js => devtools/server/tests/xpcshell/test_breakpoint-11.js rename : devtools/server/tests/unit/test_breakpoint-12.js => devtools/server/tests/xpcshell/test_breakpoint-12.js rename : devtools/server/tests/unit/test_breakpoint-13.js => devtools/server/tests/xpcshell/test_breakpoint-13.js rename : devtools/server/tests/unit/test_breakpoint-14.js => devtools/server/tests/xpcshell/test_breakpoint-14.js rename : devtools/server/tests/unit/test_breakpoint-16.js => devtools/server/tests/xpcshell/test_breakpoint-16.js rename : devtools/server/tests/unit/test_breakpoint-17.js => devtools/server/tests/xpcshell/test_breakpoint-17.js rename : devtools/server/tests/unit/test_breakpoint-18.js => devtools/server/tests/xpcshell/test_breakpoint-18.js rename : devtools/server/tests/unit/test_breakpoint-19.js => devtools/server/tests/xpcshell/test_breakpoint-19.js rename : devtools/server/tests/unit/test_breakpoint-20.js => devtools/server/tests/xpcshell/test_breakpoint-20.js rename : devtools/server/tests/unit/test_breakpoint-21.js => devtools/server/tests/xpcshell/test_breakpoint-21.js rename : devtools/server/tests/unit/test_breakpoint-22.js => devtools/server/tests/xpcshell/test_breakpoint-22.js rename : devtools/server/tests/unit/test_breakpoint-23.js => devtools/server/tests/xpcshell/test_breakpoint-23.js rename : devtools/server/tests/unit/test_breakpoint-24.js => devtools/server/tests/xpcshell/test_breakpoint-24.js rename : devtools/server/tests/unit/test_breakpoint-25.js => devtools/server/tests/xpcshell/test_breakpoint-25.js rename : devtools/server/tests/unit/test_breakpoint-26.js => devtools/server/tests/xpcshell/test_breakpoint-26.js rename : devtools/server/tests/unit/test_breakpoint-actor-map.js => devtools/server/tests/xpcshell/test_breakpoint-actor-map.js rename : devtools/server/tests/unit/test_client_request.js => devtools/server/tests/xpcshell/test_client_request.js rename : devtools/server/tests/unit/test_conditional_breakpoint-01.js => devtools/server/tests/xpcshell/test_conditional_breakpoint-01.js rename : devtools/server/tests/unit/test_conditional_breakpoint-02.js => devtools/server/tests/xpcshell/test_conditional_breakpoint-02.js rename : devtools/server/tests/unit/test_conditional_breakpoint-03.js => devtools/server/tests/xpcshell/test_conditional_breakpoint-03.js rename : devtools/server/tests/unit/test_conditional_breakpoint-04.js => devtools/server/tests/xpcshell/test_conditional_breakpoint-04.js rename : devtools/server/tests/unit/test_dbgactor.js => devtools/server/tests/xpcshell/test_dbgactor.js rename : devtools/server/tests/unit/test_dbgclient_debuggerstatement.js => devtools/server/tests/xpcshell/test_dbgclient_debuggerstatement.js rename : devtools/server/tests/unit/test_dbgglobal.js => devtools/server/tests/xpcshell/test_dbgglobal.js rename : devtools/server/tests/unit/test_extension_storage_actor.js => devtools/server/tests/xpcshell/test_extension_storage_actor.js rename : devtools/server/tests/unit/test_format_command.js => devtools/server/tests/xpcshell/test_format_command.js rename : devtools/server/tests/unit/test_forwardingprefix.js => devtools/server/tests/xpcshell/test_forwardingprefix.js rename : devtools/server/tests/unit/test_frameactor-01.js => devtools/server/tests/xpcshell/test_frameactor-01.js rename : devtools/server/tests/unit/test_frameactor-02.js => devtools/server/tests/xpcshell/test_frameactor-02.js rename : devtools/server/tests/unit/test_frameactor-03.js => devtools/server/tests/xpcshell/test_frameactor-03.js rename : devtools/server/tests/unit/test_frameactor-04.js => devtools/server/tests/xpcshell/test_frameactor-04.js rename : devtools/server/tests/unit/test_frameactor-05.js => devtools/server/tests/xpcshell/test_frameactor-05.js rename : devtools/server/tests/unit/test_frameactor_wasm-01.js => devtools/server/tests/xpcshell/test_frameactor_wasm-01.js rename : devtools/server/tests/unit/test_framearguments-01.js => devtools/server/tests/xpcshell/test_framearguments-01.js rename : devtools/server/tests/unit/test_framebindings-01.js => devtools/server/tests/xpcshell/test_framebindings-01.js rename : devtools/server/tests/unit/test_framebindings-02.js => devtools/server/tests/xpcshell/test_framebindings-02.js rename : devtools/server/tests/unit/test_framebindings-03.js => devtools/server/tests/xpcshell/test_framebindings-03.js rename : devtools/server/tests/unit/test_framebindings-04.js => devtools/server/tests/xpcshell/test_framebindings-04.js rename : devtools/server/tests/unit/test_framebindings-05.js => devtools/server/tests/xpcshell/test_framebindings-05.js rename : devtools/server/tests/unit/test_framebindings-06.js => devtools/server/tests/xpcshell/test_framebindings-06.js rename : devtools/server/tests/unit/test_framebindings-07.js => devtools/server/tests/xpcshell/test_framebindings-07.js rename : devtools/server/tests/unit/test_front_destroy.js => devtools/server/tests/xpcshell/test_front_destroy.js rename : devtools/server/tests/unit/test_functiongrips-01.js => devtools/server/tests/xpcshell/test_functiongrips-01.js rename : devtools/server/tests/unit/test_getRuleText.js => devtools/server/tests/xpcshell/test_getRuleText.js rename : devtools/server/tests/unit/test_getTextAtLineColumn.js => devtools/server/tests/xpcshell/test_getTextAtLineColumn.js rename : devtools/server/tests/unit/test_getyoungestframe.js => devtools/server/tests/xpcshell/test_getyoungestframe.js rename : devtools/server/tests/unit/test_ignore_caught_exceptions.js => devtools/server/tests/xpcshell/test_ignore_caught_exceptions.js rename : devtools/server/tests/unit/test_ignore_no_interface_exceptions.js => devtools/server/tests/xpcshell/test_ignore_no_interface_exceptions.js rename : devtools/server/tests/unit/test_interrupt.js => devtools/server/tests/xpcshell/test_interrupt.js rename : devtools/server/tests/unit/test_layout-reflows-observer.js => devtools/server/tests/xpcshell/test_layout-reflows-observer.js rename : devtools/server/tests/unit/test_listsources-01.js => devtools/server/tests/xpcshell/test_listsources-01.js rename : devtools/server/tests/unit/test_listsources-02.js => devtools/server/tests/xpcshell/test_listsources-02.js rename : devtools/server/tests/unit/test_listsources-03.js => devtools/server/tests/xpcshell/test_listsources-03.js rename : devtools/server/tests/unit/test_logpoint-01.js => devtools/server/tests/xpcshell/test_logpoint-01.js rename : devtools/server/tests/unit/test_logpoint-02.js => devtools/server/tests/xpcshell/test_logpoint-02.js rename : devtools/server/tests/unit/test_logpoint-03.js => devtools/server/tests/xpcshell/test_logpoint-03.js rename : devtools/server/tests/unit/test_longstringgrips-01.js => devtools/server/tests/xpcshell/test_longstringgrips-01.js rename : devtools/server/tests/unit/test_nativewrappers.js => devtools/server/tests/xpcshell/test_nativewrappers.js rename : devtools/server/tests/unit/test_nesting-01.js => devtools/server/tests/xpcshell/test_nesting-01.js rename : devtools/server/tests/unit/test_nesting-02.js => devtools/server/tests/xpcshell/test_nesting-02.js rename : devtools/server/tests/unit/test_nesting-03.js => devtools/server/tests/xpcshell/test_nesting-03.js rename : devtools/server/tests/unit/test_new_source-01.js => devtools/server/tests/xpcshell/test_new_source-01.js rename : devtools/server/tests/unit/test_new_source-02.js => devtools/server/tests/xpcshell/test_new_source-02.js rename : devtools/server/tests/unit/test_nodelistactor.js => devtools/server/tests/xpcshell/test_nodelistactor.js rename : devtools/server/tests/unit/test_objectgrips-01.js => devtools/server/tests/xpcshell/test_objectgrips-01.js rename : devtools/server/tests/unit/test_objectgrips-02.js => devtools/server/tests/xpcshell/test_objectgrips-02.js rename : devtools/server/tests/unit/test_objectgrips-03.js => devtools/server/tests/xpcshell/test_objectgrips-03.js rename : devtools/server/tests/unit/test_objectgrips-04.js => devtools/server/tests/xpcshell/test_objectgrips-04.js rename : devtools/server/tests/unit/test_objectgrips-05.js => devtools/server/tests/xpcshell/test_objectgrips-05.js rename : devtools/server/tests/unit/test_objectgrips-06.js => devtools/server/tests/xpcshell/test_objectgrips-06.js rename : devtools/server/tests/unit/test_objectgrips-07.js => devtools/server/tests/xpcshell/test_objectgrips-07.js rename : devtools/server/tests/unit/test_objectgrips-08.js => devtools/server/tests/xpcshell/test_objectgrips-08.js rename : devtools/server/tests/unit/test_objectgrips-10.js => devtools/server/tests/xpcshell/test_objectgrips-10.js rename : devtools/server/tests/unit/test_objectgrips-11.js => devtools/server/tests/xpcshell/test_objectgrips-11.js rename : devtools/server/tests/unit/test_objectgrips-12.js => devtools/server/tests/xpcshell/test_objectgrips-12.js rename : devtools/server/tests/unit/test_objectgrips-13.js => devtools/server/tests/xpcshell/test_objectgrips-13.js rename : devtools/server/tests/unit/test_objectgrips-14.js => devtools/server/tests/xpcshell/test_objectgrips-14.js rename : devtools/server/tests/unit/test_objectgrips-15.js => devtools/server/tests/xpcshell/test_objectgrips-15.js rename : devtools/server/tests/unit/test_objectgrips-16.js => devtools/server/tests/xpcshell/test_objectgrips-16.js rename : devtools/server/tests/unit/test_objectgrips-17.js => devtools/server/tests/xpcshell/test_objectgrips-17.js rename : devtools/server/tests/unit/test_objectgrips-18.js => devtools/server/tests/xpcshell/test_objectgrips-18.js rename : devtools/server/tests/unit/test_objectgrips-19.js => devtools/server/tests/xpcshell/test_objectgrips-19.js rename : devtools/server/tests/unit/test_objectgrips-20.js => devtools/server/tests/xpcshell/test_objectgrips-20.js rename : devtools/server/tests/unit/test_objectgrips-21.js => devtools/server/tests/xpcshell/test_objectgrips-21.js rename : devtools/server/tests/unit/test_objectgrips-22.js => devtools/server/tests/xpcshell/test_objectgrips-22.js rename : devtools/server/tests/unit/test_objectgrips-23.js => devtools/server/tests/xpcshell/test_objectgrips-23.js rename : devtools/server/tests/unit/test_objectgrips-24.js => devtools/server/tests/xpcshell/test_objectgrips-24.js rename : devtools/server/tests/unit/test_objectgrips-array-like-object.js => devtools/server/tests/xpcshell/test_objectgrips-array-like-object.js rename : devtools/server/tests/unit/test_objectgrips-fn-apply-01.js => devtools/server/tests/xpcshell/test_objectgrips-fn-apply-01.js rename : devtools/server/tests/unit/test_objectgrips-fn-apply-02.js => devtools/server/tests/xpcshell/test_objectgrips-fn-apply-02.js rename : devtools/server/tests/unit/test_objectgrips-fn-apply-03.js => devtools/server/tests/xpcshell/test_objectgrips-fn-apply-03.js rename : devtools/server/tests/unit/test_objectgrips-nested-proxy.js => devtools/server/tests/xpcshell/test_objectgrips-nested-proxy.js rename : devtools/server/tests/unit/test_objectgrips-property-value-01.js => devtools/server/tests/xpcshell/test_objectgrips-property-value-01.js rename : devtools/server/tests/unit/test_objectgrips-property-value-02.js => devtools/server/tests/xpcshell/test_objectgrips-property-value-02.js rename : devtools/server/tests/unit/test_objectgrips-property-value-03.js => devtools/server/tests/xpcshell/test_objectgrips-property-value-03.js rename : devtools/server/tests/unit/test_pause_exceptions-01.js => devtools/server/tests/xpcshell/test_pause_exceptions-01.js rename : devtools/server/tests/unit/test_pause_exceptions-02.js => devtools/server/tests/xpcshell/test_pause_exceptions-02.js rename : devtools/server/tests/unit/test_pause_exceptions-03.js => devtools/server/tests/xpcshell/test_pause_exceptions-03.js rename : devtools/server/tests/unit/test_pause_exceptions-04.js => devtools/server/tests/xpcshell/test_pause_exceptions-04.js rename : devtools/server/tests/unit/test_pauselifetime-01.js => devtools/server/tests/xpcshell/test_pauselifetime-01.js rename : devtools/server/tests/unit/test_pauselifetime-02.js => devtools/server/tests/xpcshell/test_pauselifetime-02.js rename : devtools/server/tests/unit/test_pauselifetime-03.js => devtools/server/tests/xpcshell/test_pauselifetime-03.js rename : devtools/server/tests/unit/test_pauselifetime-04.js => devtools/server/tests/xpcshell/test_pauselifetime-04.js rename : devtools/server/tests/unit/test_promise_state-01.js => devtools/server/tests/xpcshell/test_promise_state-01.js rename : devtools/server/tests/unit/test_promise_state-02.js => devtools/server/tests/xpcshell/test_promise_state-02.js rename : devtools/server/tests/unit/test_promise_state-03.js => devtools/server/tests/xpcshell/test_promise_state-03.js rename : devtools/server/tests/unit/test_promises_run_to_completion.js => devtools/server/tests/xpcshell/test_promises_run_to_completion.js rename : devtools/server/tests/unit/test_protocolSpec.js => devtools/server/tests/xpcshell/test_protocolSpec.js rename : devtools/server/tests/unit/test_reattach-thread.js => devtools/server/tests/xpcshell/test_reattach-thread.js rename : devtools/server/tests/unit/test_register_actor.js => devtools/server/tests/xpcshell/test_register_actor.js rename : devtools/server/tests/unit/test_requestTypes.js => devtools/server/tests/xpcshell/test_requestTypes.js rename : devtools/server/tests/unit/test_safe-getter.js => devtools/server/tests/xpcshell/test_safe-getter.js rename : devtools/server/tests/unit/test_setBreakpoint-at-the-beginning-of-a-minified-fn.js => devtools/server/tests/xpcshell/test_setBreakpoint-at-the-beginning-of-a-minified-fn.js rename : devtools/server/tests/unit/test_setBreakpoint-at-the-end-of-a-minified-fn.js => devtools/server/tests/xpcshell/test_setBreakpoint-at-the-end-of-a-minified-fn.js rename : devtools/server/tests/unit/test_setBreakpoint-on-column-in-gcd-script.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-column-in-gcd-script.js rename : devtools/server/tests/unit/test_setBreakpoint-on-column.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-column.js rename : devtools/server/tests/unit/test_setBreakpoint-on-line-in-gcd-script.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-line-in-gcd-script.js rename : devtools/server/tests/unit/test_setBreakpoint-on-line-with-multiple-offsets.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-line-with-multiple-offsets.js rename : devtools/server/tests/unit/test_setBreakpoint-on-line-with-multiple-statements.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-line-with-multiple-statements.js rename : devtools/server/tests/unit/test_setBreakpoint-on-line-with-no-offsets-in-gcd-script.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-line-with-no-offsets-in-gcd-script.js rename : devtools/server/tests/unit/test_setBreakpoint-on-line-with-no-offsets.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-line-with-no-offsets.js rename : devtools/server/tests/unit/test_setBreakpoint-on-line.js => devtools/server/tests/xpcshell/test_setBreakpoint-on-line.js rename : devtools/server/tests/unit/test_shapes_highlighter_helpers.js => devtools/server/tests/xpcshell/test_shapes_highlighter_helpers.js rename : devtools/server/tests/unit/test_source-01.js => devtools/server/tests/xpcshell/test_source-01.js rename : devtools/server/tests/unit/test_source-02.js => devtools/server/tests/xpcshell/test_source-02.js rename : devtools/server/tests/unit/test_source-03.js => devtools/server/tests/xpcshell/test_source-03.js rename : devtools/server/tests/unit/test_source-04.js => devtools/server/tests/xpcshell/test_source-04.js rename : devtools/server/tests/unit/test_stepping-01.js => devtools/server/tests/xpcshell/test_stepping-01.js rename : devtools/server/tests/unit/test_stepping-02.js => devtools/server/tests/xpcshell/test_stepping-02.js rename : devtools/server/tests/unit/test_stepping-03.js => devtools/server/tests/xpcshell/test_stepping-03.js rename : devtools/server/tests/unit/test_stepping-04.js => devtools/server/tests/xpcshell/test_stepping-04.js rename : devtools/server/tests/unit/test_stepping-05.js => devtools/server/tests/xpcshell/test_stepping-05.js rename : devtools/server/tests/unit/test_stepping-06.js => devtools/server/tests/xpcshell/test_stepping-06.js rename : devtools/server/tests/unit/test_stepping-07.js => devtools/server/tests/xpcshell/test_stepping-07.js rename : devtools/server/tests/unit/test_stepping-08.js => devtools/server/tests/xpcshell/test_stepping-08.js rename : devtools/server/tests/unit/test_stepping-09.js => devtools/server/tests/xpcshell/test_stepping-09.js rename : devtools/server/tests/unit/test_stepping-10.js => devtools/server/tests/xpcshell/test_stepping-10.js rename : devtools/server/tests/unit/test_stepping-11.js => devtools/server/tests/xpcshell/test_stepping-11.js rename : devtools/server/tests/unit/test_stepping-12.js => devtools/server/tests/xpcshell/test_stepping-12.js rename : devtools/server/tests/unit/test_stepping-13.js => devtools/server/tests/xpcshell/test_stepping-13.js rename : devtools/server/tests/unit/test_stepping-14.js => devtools/server/tests/xpcshell/test_stepping-14.js rename : devtools/server/tests/unit/test_stepping-15.js => devtools/server/tests/xpcshell/test_stepping-15.js rename : devtools/server/tests/unit/test_stepping-16.js => devtools/server/tests/xpcshell/test_stepping-16.js rename : devtools/server/tests/unit/test_stepping-with-skip-breakpoints.js => devtools/server/tests/xpcshell/test_stepping-with-skip-breakpoints.js rename : devtools/server/tests/unit/test_symbolactor.js => devtools/server/tests/xpcshell/test_symbolactor.js rename : devtools/server/tests/unit/test_symbols-01.js => devtools/server/tests/xpcshell/test_symbols-01.js rename : devtools/server/tests/unit/test_symbols-02.js => devtools/server/tests/xpcshell/test_symbols-02.js rename : devtools/server/tests/unit/test_threadlifetime-01.js => devtools/server/tests/xpcshell/test_threadlifetime-01.js rename : devtools/server/tests/unit/test_threadlifetime-02.js => devtools/server/tests/xpcshell/test_threadlifetime-02.js rename : devtools/server/tests/unit/test_threadlifetime-04.js => devtools/server/tests/xpcshell/test_threadlifetime-04.js rename : devtools/server/tests/unit/test_unsafeDereference.js => devtools/server/tests/xpcshell/test_unsafeDereference.js rename : devtools/server/tests/unit/test_wasm_source-01.js => devtools/server/tests/xpcshell/test_wasm_source-01.js rename : devtools/server/tests/unit/test_watchpoint-01.js => devtools/server/tests/xpcshell/test_watchpoint-01.js rename : devtools/server/tests/unit/test_watchpoint-02.js => devtools/server/tests/xpcshell/test_watchpoint-02.js rename : devtools/server/tests/unit/test_watchpoint-03.js => devtools/server/tests/xpcshell/test_watchpoint-03.js rename : devtools/server/tests/unit/test_xpcshell_debugging.js => devtools/server/tests/xpcshell/test_xpcshell_debugging.js rename : devtools/server/tests/unit/testactors.js => devtools/server/tests/xpcshell/testactors.js rename : devtools/server/tests/unit/xpcshell.ini => devtools/server/tests/xpcshell/xpcshell.ini rename : devtools/server/tests/unit/xpcshell_debugging_script.js => devtools/server/tests/xpcshell/xpcshell_debugging_script.js rename : devtools/shared/acorn/tests/unit/head_acorn.js => devtools/shared/acorn/tests/xpcshell/head_acorn.js rename : devtools/shared/acorn/tests/unit/test_import_acorn.js => devtools/shared/acorn/tests/xpcshell/test_import_acorn.js rename : devtools/shared/acorn/tests/unit/test_lenient_parser.js => devtools/shared/acorn/tests/xpcshell/test_lenient_parser.js rename : devtools/shared/acorn/tests/unit/test_same_ast.js => devtools/shared/acorn/tests/xpcshell/test_same_ast.js rename : devtools/shared/acorn/tests/unit/xpcshell.ini => devtools/shared/acorn/tests/xpcshell/xpcshell.ini rename : devtools/shared/adb/test/.eslintrc.js => devtools/shared/adb/xpcshell/.eslintrc.js rename : devtools/shared/adb/test/adb.py => devtools/shared/adb/xpcshell/adb.py rename : devtools/shared/adb/test/test_adb.js => devtools/shared/adb/xpcshell/test_adb.js rename : devtools/client/aboutdebugging/test/unit/xpcshell-head.js => devtools/shared/adb/xpcshell/xpcshell-head.js rename : devtools/shared/adb/test/xpcshell.ini => devtools/shared/adb/xpcshell/xpcshell.ini rename : devtools/shared/discovery/tests/unit/.eslintrc.js => devtools/shared/discovery/tests/xpcshell/.eslintrc.js rename : devtools/shared/discovery/tests/unit/test_discovery.js => devtools/shared/discovery/tests/xpcshell/test_discovery.js rename : devtools/shared/discovery/tests/unit/xpcshell.ini => devtools/shared/discovery/tests/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/shared/heapsnapshot/tests/xpcshell/.eslintrc.js rename : devtools/shared/heapsnapshot/tests/unit/Census.jsm => devtools/shared/heapsnapshot/tests/xpcshell/Census.jsm rename : devtools/shared/heapsnapshot/tests/unit/Match.jsm => devtools/shared/heapsnapshot/tests/xpcshell/Match.jsm rename : devtools/shared/heapsnapshot/tests/unit/dominator-tree-worker.js => devtools/shared/heapsnapshot/tests/xpcshell/dominator-tree-worker.js rename : devtools/shared/heapsnapshot/tests/unit/head_heapsnapshot.js => devtools/shared/heapsnapshot/tests/xpcshell/head_heapsnapshot.js rename : devtools/shared/heapsnapshot/tests/unit/heap-snapshot-worker.js => devtools/shared/heapsnapshot/tests/xpcshell/heap-snapshot-worker.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_LabelAndShallowSize_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_LabelAndShallowSize_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_LabelAndShallowSize_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_LabelAndShallowSize_04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_LabelAndShallowSize_04.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_attachShortestPaths_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_attachShortestPaths_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_getNodeByIdAlongPath_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_getNodeByIdAlongPath_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_insert_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_insert_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_insert_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_insert_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTreeNode_partialTraversal_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTreeNode_partialTraversal_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_04.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_05.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_05.js rename : devtools/shared/heapsnapshot/tests/unit/test_DominatorTree_06.js => devtools/shared/heapsnapshot/tests/xpcshell/test_DominatorTree_06.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_computeDominatorTree_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_computeDominatorTree_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_computeDominatorTree_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_computeDominatorTree_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_deleteHeapSnapshot_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_deleteHeapSnapshot_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_deleteHeapSnapshot_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_deleteHeapSnapshot_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_deleteHeapSnapshot_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_deleteHeapSnapshot_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getCensusIndividuals_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getCensusIndividuals_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getCreationTime_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getCreationTime_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getDominatorTree_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getDominatorTree_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getDominatorTree_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getDominatorTree_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_getImmediatelyDominated_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_getImmediatelyDominated_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_readHeapSnapshot_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_readHeapSnapshot_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensusDiff_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensusDiff_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensusDiff_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensusDiff_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_04.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_05.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_05.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_06.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_06.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapAnalyses_takeCensus_07.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapAnalyses_takeCensus_07.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_computeShortestPaths_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_computeShortestPaths_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_computeShortestPaths_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_computeShortestPaths_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_creationTime_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_creationTime_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_deepStack_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_deepStack_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_describeNode_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_describeNode_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_getObjectNodeId_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_getObjectNodeId_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_04.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_05.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_05.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_06.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_06.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_07.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_07.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_08.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_08.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_09.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_09.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_10.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_10.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_11.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_11.js rename : devtools/shared/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_12.js => devtools/shared/heapsnapshot/tests/xpcshell/test_HeapSnapshot_takeCensus_12.js rename : devtools/shared/heapsnapshot/tests/unit/test_ReadHeapSnapshot.js => devtools/shared/heapsnapshot/tests/xpcshell/test_ReadHeapSnapshot.js rename : devtools/shared/heapsnapshot/tests/unit/test_ReadHeapSnapshot_with_allocations.js => devtools/shared/heapsnapshot/tests/xpcshell/test_ReadHeapSnapshot_with_allocations.js rename : devtools/shared/heapsnapshot/tests/unit/test_ReadHeapSnapshot_worker.js => devtools/shared/heapsnapshot/tests/xpcshell/test_ReadHeapSnapshot_worker.js rename : devtools/shared/heapsnapshot/tests/unit/test_SaveHeapSnapshot.js => devtools/shared/heapsnapshot/tests/xpcshell/test_SaveHeapSnapshot.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-01.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-02.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-03.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-04.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-05.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-05.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-06.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-06.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-07.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-07.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-08.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-08.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-09.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-09.js rename : devtools/shared/heapsnapshot/tests/unit/test_census-tree-node-10.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census-tree-node-10.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_diff_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_diff_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_diff_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_diff_04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_04.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_diff_05.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_05.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_diff_06.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_diff_06.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_filtering_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_filtering_02.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_02.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_filtering_03.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_03.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_filtering_04.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_04.js rename : devtools/shared/heapsnapshot/tests/unit/test_census_filtering_05.js => devtools/shared/heapsnapshot/tests/xpcshell/test_census_filtering_05.js rename : devtools/shared/heapsnapshot/tests/unit/test_countToBucketBreakdown_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_countToBucketBreakdown_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_deduplicatePaths_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_deduplicatePaths_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_getCensusIndividuals_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_getCensusIndividuals_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_getReportLeaves_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_getReportLeaves_01.js rename : devtools/shared/heapsnapshot/tests/unit/test_saveHeapSnapshot_e10s_01.js => devtools/shared/heapsnapshot/tests/xpcshell/test_saveHeapSnapshot_e10s_01.js rename : devtools/shared/heapsnapshot/tests/unit/xpcshell.ini => devtools/shared/heapsnapshot/tests/xpcshell/xpcshell.ini rename : devtools/shared/jsbeautify/tests/unit/head_jsbeautify.js => devtools/shared/jsbeautify/tests/xpcshell/head_jsbeautify.js rename : devtools/shared/jsbeautify/tests/unit/test.js => devtools/shared/jsbeautify/tests/xpcshell/test.js rename : devtools/shared/jsbeautify/tests/unit/xpcshell.ini => devtools/shared/jsbeautify/tests/xpcshell/xpcshell.ini rename : devtools/shared/performance/test/.eslintrc.js => devtools/shared/performance/xpcshell/.eslintrc.js rename : devtools/shared/performance/test/head.js => devtools/shared/performance/xpcshell/head.js rename : devtools/shared/performance/test/test_perf-utils-allocations-to-samples.js => devtools/shared/performance/xpcshell/test_perf-utils-allocations-to-samples.js rename : devtools/shared/performance/test/xpcshell.ini => devtools/shared/performance/xpcshell/xpcshell.ini rename : devtools/shared/discovery/tests/unit/.eslintrc.js => devtools/shared/qrcode/tests/xpcshell/.eslintrc.js rename : devtools/shared/qrcode/tests/unit/test_encode.js => devtools/shared/qrcode/tests/xpcshell/test_encode.js rename : devtools/shared/qrcode/tests/unit/xpcshell.ini => devtools/shared/qrcode/tests/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/shared/security/tests/xpcshell/.eslintrc.js rename : devtools/shared/security/tests/unit/head_dbg.js => devtools/shared/security/tests/xpcshell/head_dbg.js rename : devtools/shared/security/tests/unit/test_encryption.js => devtools/shared/security/tests/xpcshell/test_encryption.js rename : devtools/shared/security/tests/unit/test_oob_cert_auth.js => devtools/shared/security/tests/xpcshell/test_oob_cert_auth.js rename : devtools/shared/security/tests/unit/testactors.js => devtools/shared/security/tests/xpcshell/testactors.js rename : devtools/shared/security/tests/unit/xpcshell.ini => devtools/shared/security/tests/xpcshell/xpcshell.ini rename : devtools/shared/storage/vendor/stringvalidator/tests/unit/head_stringvalidator.js => devtools/shared/storage/vendor/stringvalidator/tests/xpcshell/head_stringvalidator.js rename : devtools/shared/storage/vendor/stringvalidator/tests/unit/test_sanitizers.js => devtools/shared/storage/vendor/stringvalidator/tests/xpcshell/test_sanitizers.js rename : devtools/shared/storage/vendor/stringvalidator/tests/unit/test_validators.js => devtools/shared/storage/vendor/stringvalidator/tests/xpcshell/test_validators.js rename : devtools/shared/storage/vendor/stringvalidator/tests/unit/xpcshell.ini => devtools/shared/storage/vendor/stringvalidator/tests/xpcshell/xpcshell.ini rename : devtools/shared/tests/unit/.eslintrc.js => devtools/shared/tests/xpcshell/.eslintrc.js rename : devtools/shared/tests/unit/exposeLoader.js => devtools/shared/tests/xpcshell/exposeLoader.js rename : devtools/shared/tests/unit/head_devtools.js => devtools/shared/tests/xpcshell/head_devtools.js rename : devtools/shared/tests/unit/test_assert.js => devtools/shared/tests/xpcshell/test_assert.js rename : devtools/shared/tests/unit/test_console_filtering.js => devtools/shared/tests/xpcshell/test_console_filtering.js rename : devtools/shared/tests/unit/test_css-properties-db.js => devtools/shared/tests/xpcshell/test_css-properties-db.js rename : devtools/shared/tests/unit/test_csslexer.js => devtools/shared/tests/xpcshell/test_csslexer.js rename : devtools/shared/tests/unit/test_debugger_client.js => devtools/shared/tests/xpcshell/test_debugger_client.js rename : devtools/shared/tests/unit/test_defer.js => devtools/shared/tests/xpcshell/test_defer.js rename : devtools/shared/tests/unit/test_defineLazyPrototypeGetter.js => devtools/shared/tests/xpcshell/test_defineLazyPrototypeGetter.js rename : devtools/shared/tests/unit/test_eventemitter_basic.js => devtools/shared/tests/xpcshell/test_eventemitter_basic.js rename : devtools/shared/tests/unit/test_eventemitter_static.js => devtools/shared/tests/xpcshell/test_eventemitter_static.js rename : devtools/shared/tests/unit/test_executeSoon.js => devtools/shared/tests/xpcshell/test_executeSoon.js rename : devtools/shared/tests/unit/test_fetch-bom.js => devtools/shared/tests/xpcshell/test_fetch-bom.js rename : devtools/shared/tests/unit/test_fetch-chrome.js => devtools/shared/tests/xpcshell/test_fetch-chrome.js rename : devtools/shared/tests/unit/test_fetch-file.js => devtools/shared/tests/xpcshell/test_fetch-file.js rename : devtools/shared/tests/unit/test_fetch-http.js => devtools/shared/tests/xpcshell/test_fetch-http.js rename : devtools/shared/tests/unit/test_fetch-resource.js => devtools/shared/tests/xpcshell/test_fetch-resource.js rename : devtools/shared/tests/unit/test_flatten.js => devtools/shared/tests/xpcshell/test_flatten.js rename : devtools/shared/tests/unit/test_indentation.js => devtools/shared/tests/xpcshell/test_indentation.js rename : devtools/shared/tests/unit/test_independent_loaders.js => devtools/shared/tests/xpcshell/test_independent_loaders.js rename : devtools/shared/tests/unit/test_invisible_loader.js => devtools/shared/tests/xpcshell/test_invisible_loader.js rename : devtools/shared/tests/unit/test_isSet.js => devtools/shared/tests/xpcshell/test_isSet.js rename : devtools/shared/tests/unit/test_pluralForm-english.js => devtools/shared/tests/xpcshell/test_pluralForm-english.js rename : devtools/shared/tests/unit/test_pluralForm-makeGetter.js => devtools/shared/tests/xpcshell/test_pluralForm-makeGetter.js rename : devtools/shared/tests/unit/test_prettifyCSS.js => devtools/shared/tests/xpcshell/test_prettifyCSS.js rename : devtools/shared/tests/unit/test_require.js => devtools/shared/tests/xpcshell/test_require.js rename : devtools/shared/tests/unit/test_require_lazy.js => devtools/shared/tests/xpcshell/test_require_lazy.js rename : devtools/shared/tests/unit/test_require_raw.js => devtools/shared/tests/xpcshell/test_require_raw.js rename : devtools/shared/tests/unit/test_safeErrorString.js => devtools/shared/tests/xpcshell/test_safeErrorString.js rename : devtools/shared/tests/unit/test_sprintfjs.js => devtools/shared/tests/xpcshell/test_sprintfjs.js rename : devtools/shared/tests/unit/test_stack.js => devtools/shared/tests/xpcshell/test_stack.js rename : devtools/shared/tests/unit/throwing-module-1.js => devtools/shared/tests/xpcshell/throwing-module-1.js rename : devtools/shared/tests/unit/throwing-module-2.js => devtools/shared/tests/xpcshell/throwing-module-2.js rename : devtools/shared/tests/unit/xpcshell.ini => devtools/shared/tests/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/shared/transport/tests/xpcshell/.eslintrc.js rename : devtools/shared/transport/tests/unit/head_dbg.js => devtools/shared/transport/tests/xpcshell/head_dbg.js rename : devtools/shared/transport/tests/unit/test_bulk_error.js => devtools/shared/transport/tests/xpcshell/test_bulk_error.js rename : devtools/shared/transport/tests/unit/test_client_server_bulk.js => devtools/shared/transport/tests/xpcshell/test_client_server_bulk.js rename : devtools/shared/transport/tests/unit/test_dbgsocket.js => devtools/shared/transport/tests/xpcshell/test_dbgsocket.js rename : devtools/shared/transport/tests/unit/test_dbgsocket_connection_drop.js => devtools/shared/transport/tests/xpcshell/test_dbgsocket_connection_drop.js rename : devtools/shared/transport/tests/unit/test_delimited_read.js => devtools/shared/transport/tests/xpcshell/test_delimited_read.js rename : devtools/shared/transport/tests/unit/test_no_bulk.js => devtools/shared/transport/tests/xpcshell/test_no_bulk.js rename : devtools/shared/transport/tests/unit/test_packet.js => devtools/shared/transport/tests/xpcshell/test_packet.js rename : devtools/shared/transport/tests/unit/test_queue.js => devtools/shared/transport/tests/xpcshell/test_queue.js rename : devtools/shared/transport/tests/unit/test_transport_bulk.js => devtools/shared/transport/tests/xpcshell/test_transport_bulk.js rename : devtools/shared/transport/tests/unit/testactors-no-bulk.js => devtools/shared/transport/tests/xpcshell/testactors-no-bulk.js rename : devtools/shared/security/tests/unit/testactors.js => devtools/shared/transport/tests/xpcshell/testactors.js rename : devtools/shared/transport/tests/unit/xpcshell.ini => devtools/shared/transport/tests/xpcshell/xpcshell.ini rename : devtools/client/aboutdebugging/test/unit/.eslintrc.js => devtools/shared/webconsole/test/xpcshell/.eslintrc.js rename : devtools/shared/webconsole/test/unit/test_js_property_provider.js => devtools/shared/webconsole/test/xpcshell/test_js_property_provider.js rename : devtools/shared/webconsole/test/unit/test_network_helper.js => devtools/shared/webconsole/test/xpcshell/test_network_helper.js rename : devtools/shared/webconsole/test/unit/test_security-info-certificate.js => devtools/shared/webconsole/test/xpcshell/test_security-info-certificate.js rename : devtools/shared/webconsole/test/unit/test_security-info-parser.js => devtools/shared/webconsole/test/xpcshell/test_security-info-parser.js rename : devtools/shared/webconsole/test/unit/test_security-info-protocol-version.js => devtools/shared/webconsole/test/xpcshell/test_security-info-protocol-version.js rename : devtools/shared/webconsole/test/unit/test_security-info-state.js => devtools/shared/webconsole/test/xpcshell/test_security-info-state.js rename : devtools/shared/webconsole/test/unit/test_security-info-static-hpkp.js => devtools/shared/webconsole/test/xpcshell/test_security-info-static-hpkp.js rename : devtools/shared/webconsole/test/unit/test_security-info-weakness-reasons.js => devtools/shared/webconsole/test/xpcshell/test_security-info-weakness-reasons.js rename : devtools/shared/webconsole/test/unit/test_throttle.js => devtools/shared/webconsole/test/xpcshell/test_throttle.js rename : devtools/shared/webconsole/test/unit/xpcshell.ini => devtools/shared/webconsole/test/xpcshell/xpcshell.ini rename : devtools/shared/adb/test/.eslintrc.js => devtools/startup/tests/xpcshell/.eslintrc.js rename : devtools/startup/tests/unit/test_devtools_shim.js => devtools/startup/tests/xpcshell/test_devtools_shim.js rename : devtools/startup/tests/unit/xpcshell.ini => devtools/startup/tests/xpcshell/xpcshell.ini extra : moz-landing-system : lando |
|
Julian Descottes | 8289090415 |
Bug 1607754 - Only load about:blank in the devtools frame when switching hosts r=ochameau
Depends on D58238 Differential Revision: https://phabricator.services.mozilla.com/D59132 --HG-- extra : moz-landing-system : lando |
|
Cosmin Sabou | a2ee4459b3 |
Bug 1598726 - Modify syntax for coverage as the test was not skipped. a=test-only
--HG-- extra : rebase_source : 51d0b1047b7a2b843d0465c82b6a6a75fc10445f |
|
Cosmin Sabou | 817ace92b3 |
Bug 1598726 - Disable browser_all_files_referenced.js on ccov due to permafail. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D60349 --HG-- extra : moz-landing-system : lando |
|
Brian Grinstead | 68fdc5799f |
Bug 1608278 - Automated rewrite away from assigning properties to `this` in JSM files in devtools;r=jdescottes
This patch was generated with the script
|
|
Julian Descottes | ec77c620a6 |
Bug 1585747 - Remove devtools preference devtools.toolbox.content-frame r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D47963 --HG-- extra : moz-landing-system : lando |
|
Nicolas Chevobbe | adce7e15a3 |
Bug 1609345 - Fix inspect(el) in split console. r=jlast.
In the inspect handler, we were only selecting the element in the inspector if the current panel wasn't the inspector. But if the current panel is the inspector, and the split console is open, we still want the element to be selected in the inspector. This patch removes the extra check on the current panel, and adds a test so we don't regress. Differential Revision: https://phabricator.services.mozilla.com/D59984 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | 51233c66ef |
Bug 1607853 - Rename paths to devtools FTL files from `devtools` to `devtools/client` and `startup` to `devtools/startup` r=ladybenko
Depends on D59004 Differential Revision: https://phabricator.services.mozilla.com/D59180 --HG-- extra : moz-landing-system : lando |
|
Brad Werth | 342c2113fe |
Bug 1607733: Remove the expiring devtools.wrong_shortcut telemetry. r=Harald
Differential Revision: https://phabricator.services.mozilla.com/D59381 --HG-- extra : moz-landing-system : lando |
|
Julian Descottes | 421f49ed93 |
Bug 1607675 - Remove unused debugger container in DevTools options panel r=fluent-reviewers,jlast,flod
Differential Revision: https://phabricator.services.mozilla.com/D59290 --HG-- extra : moz-landing-system : lando |