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

Issue 10880071: Disable FTP on iOS (Closed)

Created:
8 years, 3 months ago by droger
Modified:
8 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, stuartmorgan
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Disable FTP on iOS FTP is not supported on iOS. This is not obvious, because net.gyp builds almost nothing on iOS currently, but we plan on keeping the ftp/ directory excluded from iOS builds. BUG=145459 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154130

Patch Set 1 #

Patch Set 2 : Using a feature switch and including files in chrome/ #

Patch Set 3 : whitespace #

Patch Set 4 : changed ==0 to !=1 #

Patch Set 5 : renamed flag #

Patch Set 6 : After rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -1 line) Patch
M build/common.gypi View 1 2 3 4 5 4 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 3 chunks +22 lines, -0 lines 0 comments Download
M net/url_request/url_request_context.h View 1 2 3 4 2 chunks +9 lines, -1 line 0 comments Download
M net/url_request/url_request_context.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/url_request_job_manager.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/url_request_test_util.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
droger
8 years, 3 months ago (2012-08-27 15:50:07 UTC) #1
cbentzel
Would it make more sense to add a feature flag such as USE_FTP On Mon, ...
8 years, 3 months ago (2012-08-27 19:56:16 UTC) #2
cbentzel
See the similar USE_KERBEROS for an example. On Mon, Aug 27, 2012 at 3:56 PM, ...
8 years, 3 months ago (2012-08-27 20:03:51 UTC) #3
willchan no longer on Chromium
+mmenke I think that's a good suggestion. Also, is it appropriate to use an internal ...
8 years, 3 months ago (2012-08-27 22:27:55 UTC) #4
mmenke
On 2012/08/27 22:27:55, willchan wrote: > +mmenke > > I think that's a good suggestion. ...
8 years, 3 months ago (2012-08-27 23:24:08 UTC) #5
droger
Thanks for the comments. I added a feature flag for FTP, and included the ProfileImplIOData ...
8 years, 3 months ago (2012-08-28 13:30:59 UTC) #6
cbentzel
Could you associate a bug with this? The general code looks fine, but Matt + ...
8 years, 3 months ago (2012-08-29 02:18:45 UTC) #7
droger
On 2012/08/29 02:18:45, cbentzel wrote: > Could you associate a bug with this? Done
8 years, 3 months ago (2012-08-29 10:06:30 UTC) #8
mmenke
LGTM. We're still creating FtpAuthCaches when we construct the URLRequestContext, though eventually that will probably ...
8 years, 3 months ago (2012-08-29 15:12:58 UTC) #9
mmenke
On 2012/08/29 15:12:58, Matt Menke wrote: > LGTM. We're still creating FtpAuthCaches when we construct ...
8 years, 3 months ago (2012-08-29 15:14:14 UTC) #10
droger
> Actually, you may want the flag to be disable_ftp_support, so ftp support is > ...
8 years, 3 months ago (2012-08-29 16:05:57 UTC) #11
mmenke
On 2012/08/29 16:05:57, droger wrote: > > Actually, you may want the flag to be ...
8 years, 3 months ago (2012-08-29 16:11:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/droger@chromium.org/10880071/15002
8 years, 3 months ago (2012-08-29 16:22:06 UTC) #13
commit-bot: I haz the power
Try job failure for 10880071-15002 (retry) on linux_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 3 months ago (2012-08-29 18:16:08 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/droger@chromium.org/10880071/15002
8 years, 3 months ago (2012-08-30 07:43:00 UTC) #15
commit-bot: I haz the power
Failed to apply patch for net/net.gyp: While running patch -p1 --forward --force; patching file net/net.gyp ...
8 years, 3 months ago (2012-08-30 10:39:53 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/droger@chromium.org/10880071/29001
8 years, 3 months ago (2012-08-30 10:57:15 UTC) #17
commit-bot: I haz the power
8 years, 3 months ago (2012-08-30 13:18:16 UTC) #18
Change committed as 154130

Powered by Google App Engine
This is Rietveld 408576698