gecko-dev/devtools/client/framework/test
Nick Fitzgerald 3742b835d8 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-25 15:35:02 -07:00
..
.eslintrc
browser.ini
browser_devtools_api.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_devtools_api_destroy.js
browser_dynamic_tool_enabling.js
browser_ignore_toolbox_network_requests.js
browser_keybindings_01.js
browser_keybindings_02.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_keybindings_03.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_new_activation_workflow.js
browser_target_events.js
browser_target_remote.js
browser_target_support.js
browser_toolbox_custom_host.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_dynamic_registration.js
browser_toolbox_getpanelwhenready.js
browser_toolbox_highlight.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_hosts.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_hosts_size.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_minimize.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_options.js
browser_toolbox_options_disable_buttons.js
browser_toolbox_options_disable_cache-01.js
browser_toolbox_options_disable_cache-02.js
browser_toolbox_options_disable_cache.sjs
browser_toolbox_options_disable_js.html
browser_toolbox_options_disable_js.js
browser_toolbox_options_disable_js_iframe.html
browser_toolbox_options_enable_serviceworkers_testing.html
browser_toolbox_options_enable_serviceworkers_testing.js Bug 912121 - Package DevTools client content in devtools.jar. rs=devtools 2015-09-21 12:02:37 -05:00
browser_toolbox_options_enable_serviceworkers_testing_frame_script.js Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
browser_toolbox_raise.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_ready.js
browser_toolbox_select_event.js
browser_toolbox_selected_tool_unavailable.js
browser_toolbox_sidebar.js Bug 912121 - Package DevTools client themes in devtools.jar. rs=devtools 2015-09-21 12:04:31 -05:00
browser_toolbox_sidebar_events.js Bug 912121 - Package DevTools client themes in devtools.jar. rs=devtools 2015-09-21 12:04:31 -05:00
browser_toolbox_sidebar_existing_tabs.js Bug 912121 - Package DevTools client themes in devtools.jar. rs=devtools 2015-09-21 12:04:31 -05:00
browser_toolbox_sidebar_overflow_menu.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_sidebar_tool.xul Bug 912121 - Package DevTools client themes in devtools.jar. rs=devtools 2015-09-21 12:04:31 -05:00
browser_toolbox_tabsswitch_shortcuts.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_textbox_context_menu.js
browser_toolbox_theme_registration.js Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
browser_toolbox_toggle.js Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
browser_toolbox_tool_ready.js
browser_toolbox_tool_remote_reopen.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_transport_events.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_view_source_01.js
browser_toolbox_view_source_02.js
browser_toolbox_view_source_03.js
browser_toolbox_view_source_04.js
browser_toolbox_window_reload_target.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_window_shortcuts.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_window_title_changes.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
browser_toolbox_zoom.js
browser_two_tabs.js Bug 912121 - Rewrite require / import to match source tree. rs=devtools 2015-09-21 12:04:18 -05:00
code_math.js
doc_theme.css
doc_viewsource.html
head.js Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
helper_disable_cache.js
serviceworker.js
shared-head.js Bug 1207645 - Create HeapSnapshotFileActor; r=jryans 2015-09-25 15:35:02 -07:00