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

Issue 719783005: Upstream "nsurl_util.{h,mm}" from Chrome on iOS repository. (Closed)

Created:
6 years, 1 month ago by erikchen
Modified:
6 years, 1 month ago
CC:
cbentzel+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Upstream "nsurl_util.{h,mm}" from Chrome on iOS repository. I created the new directory net/base/mac/ to hold shared files between OSX and iOS. I moved the files from "net/ios/" (Chrome on iOS repository) to "net/base/mac/". BUG=

Patch Set 1 : Original files from iOS repository, moved to net/base/mac_ios/. #

Patch Set 2 : Updated files to reflect upstreaming. Diff against patch set 1. #

Patch Set 3 : Original files from iOS repository, moved to url/mac/. #

Patch Set 4 : Updated files to reflect upstreaming. Diff against patch set 3. #

Total comments: 4

Patch Set 5 : Comments from droger. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+469 lines, -0 lines) Patch
M base/mac/sdk_forward_declarations.h View 1 3 1 chunk +4 lines, -0 lines 0 comments Download
M url/BUILD.gn View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download
A url/mac/README View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A url/mac/url_conversions.h View 1 2 3 4 1 chunk +25 lines, -0 lines 0 comments Download
A url/mac/url_conversions.mm View 1 2 3 4 1 chunk +163 lines, -0 lines 0 comments Download
A url/mac/url_conversions_unittest.mm View 1 2 3 1 chunk +251 lines, -0 lines 0 comments Download
M url/url.gyp View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (10 generated)
erikchen
ellyjones, droger: Please review.
6 years, 1 month ago (2014-11-12 23:19:14 UTC) #5
droger
I think net/mac_ios is not the right place, and net/mac would be better. My understanding ...
6 years, 1 month ago (2014-11-13 12:29:04 UTC) #6
erikchen
On 2014/11/13 12:29:04, droger wrote: > I think net/mac_ios is not the right place, and ...
6 years, 1 month ago (2014-11-13 18:39:14 UTC) #8
droger
Lgtm Please discuss with an owner of //url to confirm that this is the right ...
6 years, 1 month ago (2014-11-13 23:32:37 UTC) #9
droger
https://codereview.chromium.org/719783005/diff/140001/url/mac/url_conversions.h File url/mac/url_conversions.h (right): https://codereview.chromium.org/719783005/diff/140001/url/mac/url_conversions.h#newcode1 url/mac/url_conversions.h:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 1 month ago (2014-11-13 23:37:12 UTC) #10
erikchen
https://codereview.chromium.org/719783005/diff/140001/url/mac/url_conversions.h File url/mac/url_conversions.h (right): https://codereview.chromium.org/719783005/diff/140001/url/mac/url_conversions.h#newcode1 url/mac/url_conversions.h:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 1 month ago (2014-11-13 23:41:25 UTC) #11
erikchen
On 2014/11/13 23:32:37, droger wrote: > Lgtm > > Please discuss with an owner of ...
6 years, 1 month ago (2014-11-13 23:41:49 UTC) #12
erikchen
abarth: Looking for an OWNER review of url/. Also, please confirm that url/ is the ...
6 years, 1 month ago (2014-11-13 23:43:34 UTC) #14
abarth-chromium
I don't think //url is the right place for this code. It seems more appropriate ...
6 years, 1 month ago (2014-11-14 03:36:40 UTC) #15
droger
On 2014/11/14 03:36:40, abarth wrote: > I don't think //url is the right place for ...
6 years, 1 month ago (2014-11-14 09:04:38 UTC) #16
erikchen
abarth: Ping?
6 years, 1 month ago (2014-11-18 19:08:12 UTC) #17
erikchen
abarth: Ping?
6 years, 1 month ago (2014-11-18 19:08:13 UTC) #18
abarth-chromium
not lgtm //url is just a URL parsing library. It's not its job to integrate ...
6 years, 1 month ago (2014-11-20 22:29:19 UTC) #19
erikchen
6 years, 1 month ago (2014-11-21 02:08:54 UTC) #23
Message was sent while issue was closed.
On 2014/11/20 22:29:19, abarth wrote:
> not lgtm
> 
> //url is just a URL parsing library.  It's not its job to integrate with other
> URL parsing libraries.  For example, why not put this code in NSURL?  GURL and
> NSURL are peers in this respect.  I understand that you don't have the ability
> to add code to NSURL, but that's not a reason to add this code to GURL. 
Please
> put it somewhere else.

Closing this CL. Made a clone of it at
https://codereview.chromium.org/747773002/, where the files have instead been
moved to net/base/mac/.

Powered by Google App Engine
This is Rietveld 408576698