Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Issue 174566: First half of updating Worker.postMessage(), DOMWindow.postMessage(), and... (Closed)

Created:
11 years, 4 months ago by jorlow
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review), brettw, jam, Ben Goodger (Google)
Visibility:
Public.

Description

First half of updating Worker.postMessage(), DOMWindow.postMessage(), and MessagePort.postMessage() to accept multiple MessagePorts. Original review: http://codereview.chromium.org/173193 TBR=atwilson TEST=None (new functionality not yet exposed via bindings, so existing tests suffice) BUG=19948 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=24536

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+274 lines, -211 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/worker_host/message_port_dispatcher.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/worker_host/message_port_dispatcher.cc View 2 chunks +28 lines, -22 lines 0 comments Download
M chrome/browser/worker_host/worker_process_host.cc View 2 chunks +9 lines, -7 lines 0 comments Download
M chrome/common/webmessageportchannel_impl.h View 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/common/webmessageportchannel_impl.cc View 5 chunks +50 lines, -27 lines 0 comments Download
M chrome/common/worker_messages.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/worker_messages_internal.h View 4 chunks +6 lines, -5 lines 0 comments Download
M chrome/renderer/webworker_proxy.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/renderer/webworker_proxy.cc View 3 chunks +20 lines, -15 lines 0 comments Download
M chrome/worker/nativewebworker_impl.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/worker/nativewebworker_impl.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/worker/webworkerclient_proxy.h View 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/worker/webworkerclient_proxy.cc View 3 chunks +19 lines, -15 lines 0 comments Download
M webkit/api/public/WebMessagePortChannel.h View 2 chunks +6 lines, -3 lines 0 comments Download
M webkit/api/public/WebVector.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/api/public/WebWorker.h View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/api/public/WebWorkerClient.h View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/api/src/PlatformMessagePortChannel.cpp View 2 chunks +21 lines, -15 lines 0 comments Download
M webkit/glue/webworker_impl.h View 5 chunks +4 lines, -6 lines 0 comments Download
M webkit/glue/webworker_impl.cc View 4 chunks +25 lines, -23 lines 0 comments Download
M webkit/glue/webworkerclient_impl.h View 5 chunks +4 lines, -5 lines 0 comments Download
M webkit/glue/webworkerclient_impl.cc View 6 chunks +33 lines, -29 lines 0 comments Download
M webkit/tools/test_shell/test_worker/test_webworker.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_worker/test_webworker.cc View 3 chunks +10 lines, -7 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jorlow
11 years, 4 months ago (2009-08-26 21:37:51 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698