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

Issue 10542140: Fix handling of URLs with no schema. (Closed)

Created:
8 years, 6 months ago by mnaganov (inactive)
Modified:
8 years, 4 months ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/external/google-url.git@master
Visibility:
Public.

Description

Fix handling of URLs with no schema. BUG=google-url:29 TEST=GURLTest::NonURL

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M src/gurl_unittest.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/url_util.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
mnaganov (inactive)
Hi Brett and Will, I have encountered this issue while working on Chrome for Android. ...
8 years, 6 months ago (2012-06-13 14:08:21 UTC) #1
willchan no longer on Chromium
I think Brett's a better reviewer here. I'm removing myself. Cheers :)
8 years, 6 months ago (2012-06-13 21:37:05 UTC) #2
brettw
lgtm
8 years, 6 months ago (2012-06-14 23:53:13 UTC) #3
mnaganov (inactive)
Thanks, Brett! Will, can I kindly ask you to commit this change?
8 years, 6 months ago (2012-06-15 08:26:37 UTC) #4
willchan no longer on Chromium
On 2012/06/15 08:26:37, Mikhail Naganov (Chromium) wrote: > Thanks, Brett! > > Will, can I ...
8 years, 6 months ago (2012-06-15 17:18:08 UTC) #5
brettw
It won't work.
8 years, 6 months ago (2012-06-15 19:36:09 UTC) #6
mnaganov (inactive)
On 2012/06/15 17:18:08, willchan wrote: > On 2012/06/15 08:26:37, Mikhail Naganov (Chromium) wrote: > > ...
8 years, 6 months ago (2012-06-18 10:28:23 UTC) #7
willchan no longer on Chromium
Sorry, I don't have an SVN client ready and I'm a bit overwhelmed today prepping ...
8 years, 6 months ago (2012-06-18 20:18:39 UTC) #8
brettw
I landed this as googleurl@176. I did not pull deps into Chrome. You should submit ...
8 years, 6 months ago (2012-06-18 20:58:41 UTC) #9
mnaganov (inactive)
On 2012/06/18 20:58:41, brettw wrote: > I landed this as googleurl@176. I did not pull ...
8 years, 6 months ago (2012-06-19 08:44:38 UTC) #10
brettw
You did not do the roll, this breaks some Chrome tests, and now I have ...
8 years, 4 months ago (2012-08-20 19:02:04 UTC) #11
mnaganov (inactive)
8 years, 4 months ago (2012-08-20 19:16:48 UTC) #12
On 2012/08/20 19:02:04, brettw wrote:
> You did not do the roll, this breaks some Chrome tests, and now I have other
> changes on top of this. I'm reverting this change.

Yes, I apologise. It turned out, that a lot of code implicitly relies on the
fact that GURL instances created with an invalid URL are in fact empty. I filed
a bug about that (CC'ing you) crbug/133509, and started fixing, but hadn't
finished, since this fix in GURL was only solving a small issue for us, and
spending so much time on fixing all affected code wasn't appropriate.

I'll try again later.

Powered by Google App Engine
This is Rietveld 408576698