gecko-dev/toolkit/recordreplay
Haik Aftandilian 8ed0b32f70 Bug 1431441 - Part 7 - Relax WebReplay fcntl rules to avoid sqlite crash r=froydnj
Patch provided by Brian Hackett <bhackett@mozilla.com>.

Only allow a limited set of commands to be used when events are not
passed through and we are recording/replaying the outputs.

Depends on D8474

Differential Revision: https://phabricator.services.mozilla.com/D8475

--HG--
extra : moz-landing-system : lando
2018-10-18 20:53:48 +00:00
..
ipc Bug 1499828 Part 4 - Handle input events in the middleman when the active child is replaying, r=mccr8. 2018-10-17 13:32:34 -06:00
udis86
Assembler.cpp Bug 1495574 - Support copying ip-relative xchg instructions, r=froydnj. 2018-10-14 09:48:34 -06:00
Assembler.h Bug 1495574 - Support copying ip-relative xchg instructions, r=froydnj. 2018-10-14 09:48:34 -06:00
BufferStream.h Bug 1488808 Part 5 - Add infrastructure for performing system calls in the middleman process, r=froydnj. 2018-10-17 10:00:58 -06:00
CallFunction.h Bug 1464903 Part 6 - Redirection infrastructure, r=froydnj. 2018-07-22 11:45:11 +00:00
Callback.cpp Bug 1488808 Part 9 - Specify regions of code where recording is not interrupted and threads can diverge, r=froydnj. 2018-10-17 10:04:29 -06:00
Callback.h Bug 1464903 Part 5 - Core record/replay functionality, r=froydnj. 2018-07-22 11:44:20 +00:00
ChunkAllocator.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
DirtyMemoryHandler.cpp Bug 1481009 Part 5 - Generate a minidump when reporting a fatal record/replay error, r=froydnj. 2018-08-13 20:47:35 +00:00
DirtyMemoryHandler.h Bug 1464903 Part 8 - Heap memory snapshots, r=froydnj. 2018-07-22 11:46:33 +00:00
File.cpp Bug 1488808 Part 9 - Specify regions of code where recording is not interrupted and threads can diverge, r=froydnj. 2018-10-17 10:04:29 -06:00
File.h Bug 1488808 Part 9 - Specify regions of code where recording is not interrupted and threads can diverge, r=froydnj. 2018-10-17 10:04:29 -06:00
HashTable.cpp Bug 1470795 Part 3 - Trivial renaming due to API changes, r=froydnj. 2018-07-22 11:57:38 +00:00
HashTable.h Bug 1464903 Part 4 - PLD and PL hashtable stabilization, r=froydnj. 2018-07-22 11:43:39 +00:00
InfallibleVector.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
Lock.cpp Bug 1488808 Part 9 - Specify regions of code where recording is not interrupted and threads can diverge, r=froydnj. 2018-10-17 10:04:29 -06:00
Lock.h Bug 1483561 - Notify the next lock owner only when the last owner is about to release it, r=froydnj. 2018-08-29 16:42:32 -10:00
MemorySnapshot.cpp Bug 1496162 - Relax checks when inspecting memory regions after each thread's stack, r=froydnj. 2018-10-04 06:40:24 -10:00
MemorySnapshot.h Bug 1479200 - Exclude graphics shared memory contents from snapshots, r=froydnj. 2018-07-31 19:17:03 +00:00
MiddlemanCall.cpp Bug 1488808 Part 5 - Add infrastructure for performing system calls in the middleman process, r=froydnj. 2018-10-17 10:00:58 -06:00
MiddlemanCall.h Bug 1488808 Part 5 - Add infrastructure for performing system calls in the middleman process, r=froydnj. 2018-10-17 10:00:58 -06:00
Monitor.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
ProcessRecordReplay.cpp Bug 1488808 Part 9 - Specify regions of code where recording is not interrupted and threads can diverge, r=froydnj. 2018-10-17 10:04:29 -06:00
ProcessRecordReplay.h Bug 1488808 Part 7 - Keep track of the PID of the recording process, r=froydnj. 2018-10-17 10:02:02 -06:00
ProcessRedirect.cpp Bug 1488808 Part 5 - Add infrastructure for performing system calls in the middleman process, r=froydnj. 2018-10-17 10:00:58 -06:00
ProcessRedirect.h Bug 1488808 Part 9 - Specify regions of code where recording is not interrupted and threads can diverge, r=froydnj. 2018-10-17 10:04:29 -06:00
ProcessRedirectDarwin.cpp Bug 1431441 - Part 7 - Relax WebReplay fcntl rules to avoid sqlite crash r=froydnj 2018-10-18 20:53:48 +00:00
ProcessRewind.cpp Bug 1488808 Part 15 - Add repainting stress testing mode, r=mccr8. 2018-10-17 10:10:22 -06:00
ProcessRewind.h Bug 1470795 Part 2 - Record/replay API changes for replay debugger, r=froydnj. 2018-07-22 11:56:47 +00:00
SpinLock.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
SplayTree.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
Thread.cpp Bug 1488808 Part 10 - Notify the record/replay system when a message pump thread blocks after diverging from the recording, r=froydnj. 2018-10-17 10:05:02 -06:00
Thread.h Bug 1488808 Part 10 - Notify the record/replay system when a message pump thread blocks after diverging from the recording, r=froydnj. 2018-10-17 10:05:02 -06:00
ThreadSnapshot.cpp Bug 1470795 Part 3 - Trivial renaming due to API changes, r=froydnj. 2018-07-22 11:57:38 +00:00
ThreadSnapshot.h Bug 1470795 Part 3 - Trivial renaming due to API changes, r=froydnj. 2018-07-22 11:57:38 +00:00
Trigger.cpp Bug 1488808 Part 9 - Specify regions of code where recording is not interrupted and threads can diverge, r=froydnj. 2018-10-17 10:04:29 -06:00
Trigger.h Bug 1464903 Part 5 - Core record/replay functionality, r=froydnj. 2018-07-22 11:44:20 +00:00
ValueIndex.cpp Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
ValueIndex.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
WeakPointer.cpp Bug 1464903 Part 5 - Core record/replay functionality, r=froydnj. 2018-07-22 11:44:20 +00:00
WeakPointer.h Bug 1464903 Part 5 - Core record/replay functionality, r=froydnj. 2018-07-22 11:44:20 +00:00
moz.build Bug 1488808 Part 5 - Add infrastructure for performing system calls in the middleman process, r=froydnj. 2018-10-17 10:00:58 -06:00