angler-fishThe Vulnerability History Project

Added beginnings of browser-process support for shared workers.

      Refactored WebWorkerClientProxy into two classes - WebWorkerDispatcher which dispatches incoming IPCs for the worker, and WebWorkerClientProxy, which handles outgoing API calls from WebWorkerImpl. This allows WebWorkerClientProxy to be reused by WebSharedWorkerDispatcher.

BUG=26233
TEST=none (will enable layout tests when basic functionality available)

Review URL: http://codereview.chromium.org/351004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31077 0039d316-1c4b-4281-b951-d872f2087c98
    
commit bec1ed112990143fe30b6cae4624fdde3015efce
+7 -8
+3 -5
+9 -12
+3 -7
+6 -10
+6 -8
+2 -8
+10 -2
+1 -3
+17 -11
+14 -9
+3 -5
+2 -3
+5 -4
-1
-52
-40
-84
-38
-32
-36
+67 -9
+19 -7
+4 -11
+1 -2
-5
-77
+2 -13
+23 -2
+10 -14
-49
-78
expand_less