WebSecurityOrigin operator url::Origin() doesn't work with gopher |
||||||||
Issue descriptionExample Create a WebSecurityOrigin web_security_origin with the protocol = "gopher", host = "example.com", port = 70 Create a url::Origin by url_origin = url::Origin(web_security_origin) The created url::Origin is null
,
Nov 8 2017
I don't know why you'd want to do that, but it does appear that it should work. The Blink>Network component is only for the Javascript URL API. Punting over to Internals>Network.
,
Nov 8 2017
I don't need to do anything, but I wrote a unit_test here https://cs.chromium.org/chromium/src/third_party/WebKit/Source/platform/weborigin/SecurityOriginTest.cpp?rcl=07b5d696bd20242484d791d0e696d96a4dbf2e86&l=559 It didn't work.
,
Nov 8 2017
This is a lovely bug report, but I don't think we in net/ land can really help much with this, either. Making a guess at potentially better place...
,
Nov 8 2017
I think support for gopher was recently removed from //url. Brett or Mike might know more.
,
Nov 10 2017
,
Nov 10 2017
,
Feb 18 2018
,
Jan 11
Available, but no owner or component? Please find a component, as no one will ever find this without one. |
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by e...@chromium.org
, Nov 7 2017