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

Issue 13936002: Add a runtime flag to enable an experimental WebSocket implementation. (Closed)

Created:
7 years, 8 months ago by yhirano
Modified:
7 years, 8 months ago
Reviewers:
jamesr, Adam Rice, sadrul, Jói
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, cc-bugs_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add a runtime flag to enable an experimental WebSocket implementation. BUG=226933 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194781

Patch Set 1 #

Patch Set 2 : Move the switch from cc to content #

Total comments: 10

Patch Set 3 : Fixed reviewed points #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Patch Set 6 : Rebase #

Total comments: 2

Patch Set 7 : Fix a command line parameter name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -0 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
yhirano
7 years, 8 months ago (2013-04-09 06:27:43 UTC) #1
jamesr
cc/ is the place where the chromium compositor lives. why would a websocket flag live ...
7 years, 8 months ago (2013-04-09 06:31:12 UTC) #2
yhirano
jamesr, thank you, you are right. I have moved the switch from cc to content. ...
7 years, 8 months ago (2013-04-09 07:01:19 UTC) #3
Jói
LGTM for content/public https://codereview.chromium.org/13936002/diff/4001/content/public/common/content_switches.cc File content/public/common/content_switches.cc (right): https://codereview.chromium.org/13936002/diff/4001/content/public/common/content_switches.cc#newcode224 content/public/common/content_switches.cc:224: // Enable an experimental WebSocket implementation. ...
7 years, 8 months ago (2013-04-09 09:29:22 UTC) #4
Adam Rice
https://codereview.chromium.org/13936002/diff/4001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/13936002/diff/4001/chrome/app/generated_resources.grd#newcode6529 chrome/app/generated_resources.grd:6529: + <message name="IDS_FLAGS_ENABLE_EXPERIMENTAL_WEBSOCKET_NAME" desc="Name of the flag that enables ...
7 years, 8 months ago (2013-04-09 12:21:45 UTC) #5
yhirano
https://codereview.chromium.org/13936002/diff/4001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/13936002/diff/4001/chrome/app/generated_resources.grd#newcode6529 chrome/app/generated_resources.grd:6529: + <message name="IDS_FLAGS_ENABLE_EXPERIMENTAL_WEBSOCKET_NAME" desc="Name of the flag that enables ...
7 years, 8 months ago (2013-04-10 00:52:44 UTC) #6
Adam Rice
lgtm lgtm
7 years, 8 months ago (2013-04-10 03:15:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/13936002/10001
7 years, 8 months ago (2013-04-10 03:17:47 UTC) #8
commit-bot: I haz the power
Failed to apply patch for content/browser/renderer_host/render_process_host_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-10 03:17:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/13936002/21001
7 years, 8 months ago (2013-04-10 03:43:30 UTC) #10
commit-bot: I haz the power
Presubmit check for 13936002-21001 failed and returned exit status 1. INFO:root:Found 5 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-10 03:43:36 UTC) #11
yhirano
aelias, I'm sorry for bothering you again. Can you review the patch?
7 years, 8 months ago (2013-04-10 04:00:46 UTC) #12
yhirano
sadrul, can you review the patch for content/browser/render_host/ ?
7 years, 8 months ago (2013-04-17 04:40:21 UTC) #13
sadrul
I am owner for the touch/gesture related code. But this is simple enough. LGTM. https://codereview.chromium.org/13936002/diff/30001/content/public/common/content_switches.cc ...
7 years, 8 months ago (2013-04-17 16:42:06 UTC) #14
yhirano
Thank you very much, all reviewers. https://codereview.chromium.org/13936002/diff/30001/content/public/common/content_switches.cc File content/public/common/content_switches.cc (right): https://codereview.chromium.org/13936002/diff/30001/content/public/common/content_switches.cc#newcode223 content/public/common/content_switches.cc:223: "enable-websocket-experimental-implementation"; On 2013/04/17 ...
7 years, 8 months ago (2013-04-18 00:52:37 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/13936002/35002
7 years, 8 months ago (2013-04-18 00:53:24 UTC) #16
commit-bot: I haz the power
7 years, 8 months ago (2013-04-18 05:31:43 UTC) #17
Message was sent while issue was closed.
Change committed as 194781

Powered by Google App Engine
This is Rietveld 408576698