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

Issue 255075: Implement --enable-web-sockets flag. (Closed)

Created:
11 years, 2 months ago by ukai
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implement --enable-web-sockets flag. BUG=12497 TEST=none

Patch Set 1 #

Total comments: 7

Patch Set 2 : fix darin's comment #

Patch Set 3 : Remove WebKIT API change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -1 line) Patch
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/tab_contents/render_view_host_delegate_helper.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M webkit/api/public/WebSettings.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/api/src/WebSettingsImpl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/api/src/WebSettingsImpl.cpp View 1 1 chunk +7 lines, -0 lines 0 comments Download
M webkit/glue/webpreferences.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/glue/webpreferences.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ukai
11 years, 2 months ago (2009-10-05 09:23:49 UTC) #1
darin (slow to review)
http://codereview.chromium.org/255075/diff/1/7 File webkit/api/public/WebKit.h (right): http://codereview.chromium.org/255075/diff/1/7#newcode113 Line 113: WEBKIT_API void enableWebSockets(); nit: please move this up ...
11 years, 2 months ago (2009-10-05 19:42:00 UTC) #2
ukai
Thanks for review. http://codereview.chromium.org/255075/diff/1/7 File webkit/api/public/WebKit.h (right): http://codereview.chromium.org/255075/diff/1/7#newcode113 Line 113: WEBKIT_API void enableWebSockets(); On 2009/10/05 ...
11 years, 2 months ago (2009-10-06 04:12:12 UTC) #3
Yuzo
http://codereview.chromium.org/255075/diff/1/10 File webkit/api/src/WebSettingsImpl.cpp (right): http://codereview.chromium.org/255075/diff/1/10#newcode254 Line 254: #if ENABLE(WEB_SOCKETS) This means calling setExperimentalWebSocketsEnabled(false) has no ...
11 years, 2 months ago (2009-10-06 04:16:51 UTC) #4
ukai
http://codereview.chromium.org/255075/diff/1/10 File webkit/api/src/WebSettingsImpl.cpp (right): http://codereview.chromium.org/255075/diff/1/10#newcode254 Line 254: #if ENABLE(WEB_SOCKETS) On 2009/10/06 04:16:53, Yuzo wrote: > ...
11 years, 2 months ago (2009-10-06 04:22:12 UTC) #5
Yuzo
LGTM
11 years, 2 months ago (2009-10-06 04:26:06 UTC) #6
darin (slow to review)
http://codereview.chromium.org/255075/diff/1/7 File webkit/api/public/WebKit.h (right): http://codereview.chromium.org/255075/diff/1/7#newcode113 Line 113: WEBKIT_API void enableWebSockets(); On 2009/10/06 04:12:14, ukai wrote: ...
11 years, 2 months ago (2009-10-06 04:39:12 UTC) #7
ukai
On 2009/10/06 04:39:12, darin wrote: > http://codereview.chromium.org/255075/diff/1/7 > File webkit/api/public/WebKit.h (right): > > http://codereview.chromium.org/255075/diff/1/7#newcode113 > ...
11 years, 2 months ago (2009-10-06 04:57:03 UTC) #8
darin (slow to review)
11 years, 2 months ago (2009-10-06 05:02:40 UTC) #9
LGTM!

Powered by Google App Engine
This is Rietveld 408576698