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

Issue 13821004: Move googleurl into the Chrome repo. (Closed)

Created:
7 years, 8 months ago by brettw
Modified:
7 years, 8 months ago
CC:
chromium-reviews, jshin+watch_chromium.org, tfarina
Visibility:
Public.

Description

Move googleurl into the Chrome repo. Original location: https://code.google.com/p/google-url/ This includes changes up to r184. These files are unchanged from the Google Code repo and do not yet build. Updating includes, etc. will be done in a separate pass. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193439

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13497 lines, -0 lines) Patch
A url/OWNERS View 1 1 chunk +1 line, -0 lines 0 comments Download
A url/googleurl.gyp View 1 1 chunk +109 lines, -0 lines 0 comments Download
A url/gurl.h View 1 1 chunk +392 lines, -0 lines 0 comments Download
A url/gurl.cc View 1 1 chunk +529 lines, -0 lines 0 comments Download
A url/gurl_test_main.cc View 1 1 chunk +102 lines, -0 lines 0 comments Download
A url/gurl_unittest.cc View 1 1 chunk +488 lines, -0 lines 0 comments Download
A url/url_canon.h View 1 1 chunk +912 lines, -0 lines 0 comments Download
A url/url_canon_etc.cc View 1 1 chunk +392 lines, -0 lines 0 comments Download
A url/url_canon_filesystemurl.cc View 1 1 chunk +158 lines, -0 lines 0 comments Download
A url/url_canon_fileurl.cc View 1 1 chunk +215 lines, -0 lines 0 comments Download
A url/url_canon_host.cc View 1 1 chunk +401 lines, -0 lines 0 comments Download
A url/url_canon_icu.h View 1 1 chunk +63 lines, -0 lines 0 comments Download
A url/url_canon_icu.cc View 1 1 chunk +210 lines, -0 lines 0 comments Download
A url/url_canon_internal.h View 1 1 chunk +461 lines, -0 lines 0 comments Download
A url/url_canon_internal.cc View 1 1 chunk +427 lines, -0 lines 0 comments Download
A url/url_canon_internal_file.h View 1 1 chunk +157 lines, -0 lines 0 comments Download
A url/url_canon_ip.h View 1 1 chunk +109 lines, -0 lines 0 comments Download
A url/url_canon_ip.cc View 1 1 chunk +730 lines, -0 lines 0 comments Download
A url/url_canon_mailtourl.cc View 1 1 chunk +137 lines, -0 lines 0 comments Download
A url/url_canon_path.cc View 1 1 chunk +378 lines, -0 lines 0 comments Download
A url/url_canon_pathurl.cc View 1 1 chunk +128 lines, -0 lines 0 comments Download
A url/url_canon_query.cc View 1 1 chunk +189 lines, -0 lines 0 comments Download
A url/url_canon_relative.cc View 1 1 chunk +579 lines, -0 lines 0 comments Download
A url/url_canon_stdstring.h View 1 1 chunk +134 lines, -0 lines 0 comments Download
A url/url_canon_stdurl.cc View 1 1 chunk +211 lines, -0 lines 0 comments Download
A url/url_canon_unittest.cc View 1 1 chunk +2133 lines, -0 lines 0 comments Download
A url/url_common.h View 1 1 chunk +54 lines, -0 lines 0 comments Download
A url/url_file.h View 1 1 chunk +108 lines, -0 lines 0 comments Download
A url/url_parse.h View 1 1 chunk +373 lines, -0 lines 0 comments Download
A url/url_parse.cc View 1 1 chunk +923 lines, -0 lines 0 comments Download
A url/url_parse_file.cc View 1 1 chunk +243 lines, -0 lines 0 comments Download
A url/url_parse_internal.h View 1 1 chunk +112 lines, -0 lines 0 comments Download
A url/url_parse_unittest.cc View 1 1 chunk +649 lines, -0 lines 0 comments Download
A url/url_test_utils.h View 1 1 chunk +78 lines, -0 lines 0 comments Download
A url/url_util.h View 1 1 chunk +228 lines, -0 lines 0 comments Download
A url/url_util.cc View 1 1 chunk +618 lines, -0 lines 0 comments Download
A url/url_util_internal.h View 1 1 chunk +56 lines, -0 lines 0 comments Download
A url/url_util_unittest.cc View 1 1 chunk +310 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
brettw
Moved directories because "Google" isn't necessary any more (that was required for the project name) ...
7 years, 8 months ago (2013-04-08 22:59:37 UTC) #1
jamesr
On 2013/04/08 22:59:37, brettw wrote: > Moved directories because "Google" isn't necessary any more (that ...
7 years, 8 months ago (2013-04-09 03:43:06 UTC) #2
ericroman
Have you considered moving this under either "net/url/*" or "base/url/*" ?
7 years, 8 months ago (2013-04-09 07:07:58 UTC) #3
brettw
Interesting, I had not considered that. It does seem nice in some respects. There are ...
7 years, 8 months ago (2013-04-09 19:34:14 UTC) #4
brettw
(I don't think it belongs in base.)
7 years, 8 months ago (2013-04-09 19:34:42 UTC) #5
brettw
New upload from svn with no weird moves.
7 years, 8 months ago (2013-04-10 05:15:03 UTC) #6
darin (slow to review)
Right, we have historically avoided adding the concept of URL to src/base/. I also agree ...
7 years, 8 months ago (2013-04-10 18:06:15 UTC) #7
darin (slow to review)
LGTM
7 years, 8 months ago (2013-04-10 18:06:46 UTC) #8
brettw
Yeah, this does make some significant changes marginally more difficult. But the API has been ...
7 years, 8 months ago (2013-04-10 19:39:08 UTC) #9
brettw
7 years, 8 months ago (2013-04-10 20:11:03 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 manually as r193439.

Powered by Google App Engine
This is Rietveld 408576698