gecko-dev/toolkit/recordreplay
Gabriele Svelto 566f669d07 Bug 1509450 - Remove unnecessary inclusions of ContentParent.h and ContentChild.h r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D12728

--HG--
extra : moz-landing-system : lando
2018-11-26 14:49:44 +00:00
..
ipc Bug 1509450 - Remove unnecessary inclusions of ContentParent.h and ContentChild.h r=froydnj 2018-11-26 14:49:44 +00: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 1506280 - Improve diagnostics when redirecting functions, r=lsmyth. 2018-11-09 12:50:28 -10: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 1502207 Part 3 - Use new atomic access API in internal record/replay logic, r=froydnj. 2018-10-25 11:42:38 -10: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 1500703 - Include more context when reporting recording mismatches, r=mccr8. 2018-11-26 12:42:28 -10:00
File.h Bug 1500703 - Include more context when reporting recording mismatches, r=mccr8. 2018-11-26 12:42:28 -10:00
HashTable.cpp Bug 1488453 - Make sure there are no UAF or double frees in HashTable code, r=froydnj. 2018-10-29 12:35:20 -10: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 1503639 Part 5 - Support some new redirections after diverging from the recording, r=lsmyth. 2018-10-31 10:21:22 -10:00
Lock.h Bug 1500805 Part 3 - Rewind instead of deadlocking when taking a lock held by an idle thread, r=mccr8. 2018-10-21 15:03:34 -06:00
MemorySnapshot.cpp Bug 1500805 Part 4 - Watch for bogus pointers when checking for constant compile time strings, r=mccr8. 2018-10-21 15:04:18 -06:00
MemorySnapshot.h Bug 1500805 Part 4 - Watch for bogus pointers when checking for constant compile time strings, r=mccr8. 2018-10-21 15:04:18 -06:00
MiddlemanCall.cpp Bug 1509562 Part 4 - Define redirections directly, instead of with a giant macro, r=lsmyth. 2018-11-23 09:35:54 -10:00
MiddlemanCall.h Bug 1509562 Part 4 - Define redirections directly, instead of with a giant macro, r=lsmyth. 2018-11-23 09:35:54 -10:00
Monitor.h Bug 1464903 Part 3 - Record/replay utilities, r=froydnj. 2018-07-22 11:42:50 +00:00
ProcessRecordReplay.cpp Bug 1500703 - Include more context when reporting recording mismatches, r=mccr8. 2018-11-26 12:42:28 -10:00
ProcessRecordReplay.h Bug 1502207 Part 4 - Relax ordering requirements for atomic accesses to be specific to the atomic value itself, r=froydnj. 2018-10-25 11:46:07 -10:00
ProcessRedirect.cpp Bug 1509562 Part 3 - Remove dependence on CallEvent_* enum, r=lsmyth. 2018-11-23 09:27:38 -10:00
ProcessRedirect.h Bug 1509562 Part 3 - Remove dependence on CallEvent_* enum, r=lsmyth. 2018-11-23 09:27:38 -10:00
ProcessRedirectDarwin.cpp Bug 1500703 - Include more context when reporting recording mismatches, r=mccr8. 2018-11-26 12:42:28 -10:00
ProcessRewind.cpp Bug 1503750 - Add preference to allow crashing on repaint failures, r=mccr8. 2018-10-31 14:57:01 -10: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 1503639 Part 1 - Handle unrecorded waits internally, r=lsmyth. 2018-10-31 10:17:05 -10:00
Thread.h Bug 1504285 - Check should-idle instead of is-idle flag when rewinding to avoid deadlocks, r=mccr8. 2018-11-02 14:30:31 -10: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 1502207 Part 3 - Use new atomic access API in internal record/replay logic, r=froydnj. 2018-10-25 11:42:38 -10: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