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

Issue 2270693002: WebSocket: Consolidate inter-thread synchronous function calls (Closed)

Created:
4 years, 4 months ago by nhiroki
Modified:
4 years, 4 months ago
Reviewers:
haraken, yhirano
CC:
chromium-reviews, blink-reviews, tyoshino+watch_chromium.org, yhirano+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WebSocket: Consolidate inter-thread synchronous function calls Bridge::initialize() should be merged into Bridge::connect() so that we can reduce the number of inter-thread synchronous function calls. BUG=640088 Committed: https://crrev.com/9fe7a2928edbd26896aa187deeead6b7509e3df1 Cr-Commit-Position: refs/heads/master@{#413997}

Patch Set 1 #

Patch Set 2 : remove duplicate signalWorkerThread() call #

Patch Set 3 : remove a unused function declaration #

Total comments: 2

Patch Set 4 : address review comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -32 lines) Patch
M third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp View 1 2 3 4 chunks +12 lines, -28 lines 0 comments Download

Messages

Total messages: 25 (17 generated)
nhiroki
PTAL
4 years, 4 months ago (2016-08-23 09:16:48 UTC) #10
yhirano
https://codereview.chromium.org/2270693002/diff/40001/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp File third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp (right): https://codereview.chromium.org/2270693002/diff/40001/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp#newcode206 third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp:206: void Peer::connect(const KURL& url, const String& protocol) How about ...
4 years, 4 months ago (2016-08-24 04:46:32 UTC) #13
nhiroki
Thank you. Updated. https://codereview.chromium.org/2270693002/diff/40001/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp File third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp (right): https://codereview.chromium.org/2270693002/diff/40001/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp#newcode206 third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp:206: void Peer::connect(const KURL& url, const String& ...
4 years, 4 months ago (2016-08-24 04:58:03 UTC) #14
yhirano
lgtm
4 years, 4 months ago (2016-08-24 05:02:43 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2270693002/60001
4 years, 4 months ago (2016-08-24 05:03:16 UTC) #20
haraken
LGTM
4 years, 4 months ago (2016-08-24 05:07:16 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-24 06:34:14 UTC) #23
commit-bot: I haz the power
4 years, 4 months ago (2016-08-24 06:36:58 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9fe7a2928edbd26896aa187deeead6b7509e3df1
Cr-Commit-Position: refs/heads/master@{#413997}

Powered by Google App Engine
This is Rietveld 408576698