DescriptionTidy up CompositorWorkerManager unit tests.
Allow WorkerGlobalScopes to be created without a non-null WorkerClients;
the creation context for the new worker may not offer any 'clients',
hence supplying none (rather than an empty one) is simpler. It also
avoids creating a cross-thread heap object with Oilpan enabled.
To solidify the CompositorWorkerManagerTest's WorkerObjectProxy handling,
provide a test implementation of WorkerObjectProxy which do not forward
any of the notifications out of the worker context, but ignores. All
that is needed for these tests.
R=haraken,kinuko
BUG=436932
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196949
Patch Set 1 #Patch Set 2 : compile fix #
Total comments: 13
Patch Set 3 : review improvements #Patch Set 4 : rebased #Messages
Total messages: 17 (7 generated)
|