gecko-dev/devtools/server/tests/mochitest
Nick Fitzgerald 3dd24d960d Bug 1207645 - Create HeapSnapshotFileActor; r=jryans
This commit creates the HeapSnapshotFileActor and moves the transferHeapSnapshot
method from MemoryActor to HeapSnapshotFileActor. This is necessary because
child processes in e10s are sandboxed and do not have access to the file system,
and because MemoryActor is in the sandboxed child process it cannot open the
file and send it over the RDP.

This complexity is hidden at the MemoryFront layer. Users of MemoryFront will
still simply call its saveHeapSnapshot method, and do not need to worry about
the inner workings of how heap snapshot files are transferred over the RDP. This
required adding a third parameter to MemoryFront's initialize method: the
listTabs response.
2015-09-24 17:19:03 -07:00
..
.eslintrc
chrome.ini
Debugger.Source.prototype.element-2.js
Debugger.Source.prototype.element.html
Debugger.Source.prototype.element.js
director-helpers.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
hello-actor.js
inspector_getImageData.html
inspector-delay-image-response.sjs
inspector-helpers.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
inspector-styles-data.css
inspector-styles-data.html
inspector-traversal-data.html
large-image.jpg
memory-helpers.js Bug 1207645 - Create HeapSnapshotFileActor; r=jryans 2015-09-24 17:19:03 -07:00
memprof-helpers.js Bug 912121 - Misc. DevTools test fixes after migration. rs=devtools 2015-09-20 03:12:51 -05:00
nonchrome_unsafeDereference.html
setup-in-child.js Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
setup-in-parent.js
small-image.gif
test_connection-manager.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_connectToChild.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_css-logic-inheritance.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_css-logic-media-queries.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_css-logic-specificity.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_css-logic.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_Debugger.Script.prototype.global.html
test_Debugger.Source.prototype.element.html
test_Debugger.Source.prototype.introductionScript.html
test_Debugger.Source.prototype.introductionType.html
test_device.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_director_connectToChild.html
test_director.html
test_executeInGlobal-outerized_this.html
test_framerate_01.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_framerate_02.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_framerate_03.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_framerate_04.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_framerate_05.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_framerate_06.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_getProcess.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_inspector_getImageData-wait-for-load.html Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
test_inspector_getImageData.html
test_inspector_getImageDataFromURL.html Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
test_inspector_getNodeFromActor.html
test_inspector-anonymous.html Bug 912121 - Misc. DevTools test fixes after migration. rs=devtools 2015-09-20 03:12:51 -05:00
test_inspector-changeattrs.html
test_inspector-changevalue.html
test_inspector-dead-nodes.html
test_inspector-hide.html
test_inspector-insert.html
test_inspector-mutations-attr.html
test_inspector-mutations-childlist.html
test_inspector-mutations-frameload.html
test_inspector-mutations-value.html
test_inspector-pseudoclass-lock.html
test_inspector-release.html
test_inspector-reload.html
test_inspector-remove.html
test_inspector-resolve-url.html Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
test_inspector-retain.html
test_inspector-scroll-into-view.html
test_inspector-traversal.html
test_makeGlobalObjectReference.html
test_memory_allocations_01.html
test_memory_allocations_02.html
test_memory_allocations_03.html
test_memory_allocations_04.html
test_memory_allocations_05.html
test_memory_allocations_06.html
test_memory_allocations_07.html
test_memory_attach_01.html
test_memory_attach_02.html
test_memory_census.html
test_memory_gc_01.html
test_memory_gc_events.html
test_memory.html
test_memprof.html
test_preference.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_registerActor.html Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
test_settings.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_setupInParentChild.html Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
test_styles-applied.html
test_styles-computed.html
test_styles-layout.html
test_styles-matched.html Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
test_styles-modify.html
test_styles-svg.html
test_unsafeDereference.html Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00