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

Issue 130863002: [WebSocket] Merge duplicated HTTP headers for devtools (Closed)

Created:
6 years, 11 months ago by yhirano
Modified:
6 years, 11 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[WebSocket] Merge duplicated HTTP headers for devtools The new WebSocket implementation receives HTTP headers on the opening handshake from the browser process. The headers may be duplicated, e.g. there are two "Foo" headers. In order to show duplicated headers in devtools, this CL merges them during storing them to HTTPHeaderMap. This CL changes the existing WebSocket behavior as well. R=tyoshino BUG=310405 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165044

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : Fixed a platform dependent test #

Messages

Total messages: 15 (0 generated)
yhirano
6 years, 11 months ago (2014-01-09 05:46:26 UTC) #1
tyoshino (SeeGerritForStatus)
lgtm https://codereview.chromium.org/130863002/diff/30001/Source/platform/network/WebSocketHandshakeRequest.cpp File Source/platform/network/WebSocketHandshakeRequest.cpp (right): https://codereview.chromium.org/130863002/diff/30001/Source/platform/network/WebSocketHandshakeRequest.cpp#newcode54 Source/platform/network/WebSocketHandshakeRequest.cpp:54: // It is important that values are separated ...
6 years, 11 months ago (2014-01-09 07:29:09 UTC) #2
yhirano
https://codereview.chromium.org/130863002/diff/30001/Source/platform/network/WebSocketHandshakeRequest.cpp File Source/platform/network/WebSocketHandshakeRequest.cpp (right): https://codereview.chromium.org/130863002/diff/30001/Source/platform/network/WebSocketHandshakeRequest.cpp#newcode54 Source/platform/network/WebSocketHandshakeRequest.cpp:54: // It is important that values are separated by ...
6 years, 11 months ago (2014-01-09 07:43:16 UTC) #3
tyoshino (SeeGerritForStatus)
lgtm
6 years, 11 months ago (2014-01-09 07:51:24 UTC) #4
yhirano
+tkent for OWNER review
6 years, 11 months ago (2014-01-09 07:53:01 UTC) #5
tkent
https://codereview.chromium.org/130863002/diff/140001/Source/platform/network/WebSocketHandshakeRequest.cpp File Source/platform/network/WebSocketHandshakeRequest.cpp (right): https://codereview.chromium.org/130863002/diff/140001/Source/platform/network/WebSocketHandshakeRequest.cpp#newcode50 Source/platform/network/WebSocketHandshakeRequest.cpp:50: // static We don't add "// static" comment in ...
6 years, 11 months ago (2014-01-14 00:25:14 UTC) #6
yhirano
https://codereview.chromium.org/130863002/diff/140001/Source/platform/network/WebSocketHandshakeRequest.cpp File Source/platform/network/WebSocketHandshakeRequest.cpp (right): https://codereview.chromium.org/130863002/diff/140001/Source/platform/network/WebSocketHandshakeRequest.cpp#newcode50 Source/platform/network/WebSocketHandshakeRequest.cpp:50: // static On 2014/01/14 00:25:14, tkent wrote: > We ...
6 years, 11 months ago (2014-01-14 01:17:04 UTC) #7
tkent
Can you add a test for DevTools?
6 years, 11 months ago (2014-01-14 01:18:44 UTC) #8
yhirano
done In addition to that, renamed web-socket-frame.html to websocket-frame.html.
6 years, 11 months ago (2014-01-14 03:42:22 UTC) #9
tkent
On 2014/01/14 03:42:22, yhirano wrote: > done What part of the test demonstrates the new ...
6 years, 11 months ago (2014-01-14 03:54:27 UTC) #10
yhirano
On 2014/01/14 03:54:27, tkent wrote: > On 2014/01/14 03:42:22, yhirano wrote: > > done > ...
6 years, 11 months ago (2014-01-14 03:58:44 UTC) #11
tkent
lgtm > duplicated-headers returns multiple values for the header 'foo'. > The test examines that ...
6 years, 11 months ago (2014-01-14 04:01:42 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/130863002/310001
6 years, 11 months ago (2014-01-14 04:07:12 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/130863002/510001
6 years, 11 months ago (2014-01-14 07:26:44 UTC) #14
commit-bot: I haz the power
6 years, 11 months ago (2014-01-14 08:41:17 UTC) #15
Message was sent while issue was closed.
Change committed as 165044

Powered by Google App Engine
This is Rietveld 408576698