gecko-dev/dom/workers/remoteworkers
Yaron Tausky 3f8d31ac5b Bug 1530223 - Guard RemoteWorkerChild's shared data with a mutex r=perry,asuth
Reading and writing data without synchronization from multiple threads
is undefined behavior.

Note that this commit does not attempt to reason about the during of mutex
locking; its purpose is to first establish correctness.

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

--HG--
extra : moz-landing-system : lando
2019-03-14 20:19:18 +00:00
..
PRemoteWorker.ipdl
PRemoteWorkerService.ipdl
RemoteWorkerChild.cpp Bug 1530223 - Guard RemoteWorkerChild's shared data with a mutex r=perry,asuth 2019-03-14 20:19:18 +00:00
RemoteWorkerChild.h Bug 1530223 - Guard RemoteWorkerChild's shared data with a mutex r=perry,asuth 2019-03-14 20:19:18 +00:00
RemoteWorkerController.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
RemoteWorkerController.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RemoteWorkerManager.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
RemoteWorkerManager.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RemoteWorkerParent.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RemoteWorkerParent.h Bug 1512990 - Part 4 - remove declarations of Recv/Answer methods from IPDL protocol base class; r=froydnj 2019-02-06 15:58:43 +00:00
RemoteWorkerService.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
RemoteWorkerService.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RemoteWorkerServiceChild.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RemoteWorkerServiceChild.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RemoteWorkerServiceParent.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RemoteWorkerServiceParent.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RemoteWorkerTypes.ipdlh Bug 1533066 - replace OptionalIPCClientInfo with IPCClientInfo? in IPDL; r=valentin 2019-03-06 17:57:04 +00:00
moz.build