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

Issue 908483002: Fix to respect --explicitly-allowed-ports command line option (Closed)

Created:
5 years, 10 months ago by Paritosh Kumar
Modified:
5 years, 8 months ago
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Fix to respect --explicitly-allowed-ports command line option Removing portAllowed from KnownPorts.h, we will check it in chromium side. [PATCH 1]: https://codereview.chromium.org/1036823003/ [PATCH 2]: This Patch BUG=223927 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193818

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -107 lines) Patch
M Source/modules/websockets/DOMWebSocket.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M Source/platform/weborigin/KnownPorts.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/platform/weborigin/KnownPorts.cpp View 1 chunk +0 lines, -104 lines 0 comments Download
M public/platform/Platform.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (5 generated)
Paritosh Kumar
@Habib, @Adenilson: Please have a look.
5 years, 10 months ago (2015-02-06 12:29:38 UTC) #2
Habib Virji
On 2015/02/06 12:29:38, Paritosh Kumar wrote: > @Habib, @Adenilson: Please have a look. 1. remove ...
5 years, 10 months ago (2015-02-06 13:18:11 UTC) #3
cavalcantii1
A tip: remember to ask us to quick the bots. :-)
5 years, 10 months ago (2015-02-06 17:03:36 UTC) #4
Paritosh Kumar
Thanks Removed the portAllowed method from, KnownPorts.h file. >Comment https://code.google.com/p/chromium/issues/detail?id=223927#c4 >mentions about adding isPortAllowed() in ...
5 years, 10 months ago (2015-02-09 13:40:15 UTC) #5
Paritosh Kumar
@tyoshino, @haraken: Please have a look.
5 years, 10 months ago (2015-02-13 02:24:52 UTC) #7
haraken
On 2015/02/13 02:24:52, Paritosh Kumar wrote: > @tyoshino, @haraken: Please have a look. I want ...
5 years, 10 months ago (2015-02-13 02:31:32 UTC) #8
tyoshino (SeeGerritForStatus)
On 2015/02/13 02:31:32, haraken wrote: > On 2015/02/13 02:24:52, Paritosh Kumar wrote: > > @tyoshino, ...
5 years, 10 months ago (2015-02-16 04:26:00 UTC) #9
Paritosh Kumar
Thanks tyoshino I tested http/tests/websocket/url-parsing.html, its failing. As per your suggestion I tried to return ...
5 years, 9 months ago (2015-03-01 05:11:57 UTC) #10
Paritosh Kumar
Thanks tyoshino I tested http/tests/websocket/url-parsing.html, its failing. As per your suggestion I tried to return ...
5 years, 9 months ago (2015-03-01 11:22:21 UTC) #11
tyoshino (SeeGerritForStatus)
On 2015/03/01 11:22:21, Paritosh Kumar(OOO till 22nd) wrote: > But, portAllowed() is returning false, because ...
5 years, 9 months ago (2015-03-19 12:53:39 UTC) #13
Paritosh Kumar
Thanks tyoshino >I'd like to get some input from net/ OWNERS. Waiting for inputs from ...
5 years, 9 months ago (2015-03-26 09:11:26 UTC) #14
eroman
Removal of the duplicated code looksgood. A few comments on implementation specifics https://codereview.chromium.org/908483002/diff/40001/Source/modules/websockets/DOMWebSocket.cpp File Source/modules/websockets/DOMWebSocket.cpp ...
5 years, 8 months ago (2015-04-10 01:55:56 UTC) #16
Paritosh Kumar
Thanks eroman Addressed your comment inline. Please have a look. https://codereview.chromium.org/908483002/diff/40001/Source/modules/websockets/DOMWebSocket.cpp File Source/modules/websockets/DOMWebSocket.cpp (right): https://codereview.chromium.org/908483002/diff/40001/Source/modules/websockets/DOMWebSocket.cpp#newcode306 ...
5 years, 8 months ago (2015-04-10 12:52:36 UTC) #17
eroman
https://codereview.chromium.org/908483002/diff/60001/public/platform/Platform.h File public/platform/Platform.h (right): https://codereview.chromium.org/908483002/diff/60001/public/platform/Platform.h#newcode346 public/platform/Platform.h:346: virtual bool portAllowed(unsigned short port) const { return false; ...
5 years, 8 months ago (2015-04-10 17:22:48 UTC) #18
Paritosh Kumar
Thanks eroman As per your suggestion changed the Platform API to virtual bool portAllowed(const WebURL&) ...
5 years, 8 months ago (2015-04-13 10:00:25 UTC) #19
tyoshino (SeeGerritForStatus)
lgtm
5 years, 8 months ago (2015-04-13 14:29:33 UTC) #20
eroman
lgtm
5 years, 8 months ago (2015-04-13 15:26:25 UTC) #21
Mike West
public/ LGTM.
5 years, 8 months ago (2015-04-14 05:14:24 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/908483002/80001
5 years, 8 months ago (2015-04-15 17:43:47 UTC) #24
commit-bot: I haz the power
5 years, 8 months ago (2015-04-15 19:20:42 UTC) #25
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193818

Powered by Google App Engine
This is Rietveld 408576698