gecko-dev/devtools
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
..
client Bug 1207645 - Create HeapSnapshotFileActor; r=jryans 2015-09-24 17:19:03 -07:00
server Bug 1207645 - Create HeapSnapshotFileActor; r=jryans 2015-09-24 17:19:03 -07:00
shared Bug 1207245 - part 1 - move RefCounted<T> to its own file 2015-09-22 21:27:34 -04:00
.eslintignore
.eslintrc
.eslintrc.mochitests
.eslintrc.xpcshell
templates.mozbuild