DescriptionImplement a simple ThreadChecker for Mojo and add to |internal::SharedData| and |internal::Router|.
|internal::SharedData| is used in several places, in particular,
callbacks, which are very easy to misuse by copying around between
threads. |internal::Router| is used commonly between the various
bindings classes, making it an ideal place to catch misuse of bindings.
BUG=537911
Committed: https://crrev.com/7cff2feae7fcccc416827013df112396c84b5017
Cr-Commit-Position: refs/heads/master@{#352508}
Patch Set 1 #Patch Set 2 : Fix builds #Patch Set 3 : Add underspecified deps. #
Total comments: 9
Patch Set 4 : Fix build rules. #Messages
Total messages: 10 (2 generated)
|