gecko-dev/ipc/ipdl
Nicholas Nethercote 0be77baa96 Bug 1370329 (part 1) - Clean up the profiler's RAII classes. r=mstange.
This patch does the following renamings, which increase consistency.

- GeckoProfilerInitRAII -> AutoProfilerInit
- GeckoProfilerThread{Sleep,Wake}RAII -> AutoProfilerThread{Sleep,Wake}
- GeckoProfilerTracingRAII -> AutoProfilerTracing
- AutoProfilerRegister -> AutoProfilerRegisterThread
- ProfilerStackFrameRAII -> AutoProfilerLabel
- nsJSUtils::mProfilerRAII -> nsJSUtils::mAutoProfilerLabel

Plus a few other minor ones (e.g. local variables).

The patch also add MOZ_GUARD_OBJECT macros to all the profiler RAII classes
that lack them, and does some minor whitespace reformatting.

--HG--
extra : rebase_source : 47e298fdd6f6b4af70e3357ec0b7b0580c0d0f50
2017-06-07 12:33:19 +10:00
..
ipdl Bug 1370329 (part 1) - Clean up the profiler's RAII classes. r=mstange. 2017-06-07 12:33:19 +10:00
test Bug 1368031 - Pass resolver function to Recv methods instead of a MozPromise r=billm 2017-06-01 15:57:21 +08:00
ipdl.py Bug 1349350 - Make IPDL checker sync IPC message errors fatal. r=ehsan 2017-03-22 15:01:50 -07:00
Makefile.in Bug 1336919 - Add a sync message whitelist and check it in IPDL compile phase. r=billm 2017-02-20 10:40:54 +08:00
moz.build Bug 1309799 - Generate StringFromIPCMessageType and use it in MessageChannel::MaybeHandleError. r=billm 2016-10-13 14:18:45 +08:00
msgtype-components
sync-messages.ini Bug 1370681. WebRender: Remove unnecessary sync messages. r=kats,dvander 2017-06-08 18:05:57 -04:00