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

Issue 10534154: Move URLFetcherImpl to net/ (Closed)

Created:
8 years, 6 months ago by akalin
Modified:
8 years, 6 months ago
Reviewers:
jam, wtc
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, cbentzel+watch_chromium.org, jochen+watch-content_chromium.org
Visibility:
Public.

Description

Move URLFetcherImpl to net/ Add some TODOs for follow-up tasks. Leave URLFetcher::Create in content, but move it to url_fetcher.cc. BUG=118220 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142355

Patch Set 1 #

Patch Set 2 : Fix compile errors #

Patch Set 3 : fix checkdeps #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : Fix windows link error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -1830 lines) Patch
A content/common/net/url_fetcher.cc View 1 2 3 4 1 chunk +64 lines, -0 lines 0 comments Download
D content/common/net/url_fetcher_impl.h View 1 chunk +0 lines, -118 lines 0 comments Download
D content/common/net/url_fetcher_impl.cc View 1 chunk +0 lines, -246 lines 0 comments Download
D content/common/net/url_fetcher_impl_unittest.cc View 1 chunk +0 lines, -1206 lines 0 comments Download
M content/content_common.gypi View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/public/test/test_url_fetcher_factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/test/test_url_fetcher_factory.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M net/net.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher_core.h View 2 chunks +1 line, -3 lines 0 comments Download
A + net/url_request/url_fetcher_impl.h View 1 2 3 4 5 chunks +34 lines, -29 lines 0 comments Download
A + net/url_request/url_fetcher_impl.cc View 1 2 3 4 6 chunks +23 lines, -68 lines 0 comments Download
A + net/url_request/url_fetcher_impl_unittest.cc View 1 2 71 chunks +156 lines, -151 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
akalin
+wtc for review +jam for content owners (gyp files, will TBR if necessary)
8 years, 6 months ago (2012-06-14 03:36:17 UTC) #1
jam
lgtm now that this is in net, do you still need a URLFetcher and URLFetcherImpl? ...
8 years, 6 months ago (2012-06-14 04:12:51 UTC) #2
akalin
On 2012/06/14 04:12:51, John Abd-El-Malek wrote: > lgtm > > now that this is in ...
8 years, 6 months ago (2012-06-14 04:17:50 UTC) #3
jam
On 2012/06/14 04:17:50, akalin wrote: > On 2012/06/14 04:12:51, John Abd-El-Malek wrote: > > lgtm ...
8 years, 6 months ago (2012-06-14 04:23:26 UTC) #4
wtc
Patch set 3 LGTM. Thanks. https://chromiumcodereview.appspot.com/10534154/diff/9002/content/common/net/url_fetcher.cc File content/common/net/url_fetcher.cc (right): https://chromiumcodereview.appspot.com/10534154/diff/9002/content/common/net/url_fetcher.cc#newcode27 content/common/net/url_fetcher.cc:27: net::URLFetcherFactory* const factory = ...
8 years, 6 months ago (2012-06-14 19:52:28 UTC) #5
akalin
Committing via commitbot https://chromiumcodereview.appspot.com/10534154/diff/9002/content/common/net/url_fetcher.cc File content/common/net/url_fetcher.cc (right): https://chromiumcodereview.appspot.com/10534154/diff/9002/content/common/net/url_fetcher.cc#newcode27 content/common/net/url_fetcher.cc:27: net::URLFetcherFactory* const factory = net::URLFetcherImpl::factory(); On ...
8 years, 6 months ago (2012-06-15 03:42:16 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/10534154/8004
8 years, 6 months ago (2012-06-15 03:42:33 UTC) #7
commit-bot: I haz the power
Try job failure for 10534154-8004 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 6 months ago (2012-06-15 05:16:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/10534154/8004
8 years, 6 months ago (2012-06-15 05:29:32 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/10534154/9019
8 years, 6 months ago (2012-06-15 06:24:30 UTC) #10
commit-bot: I haz the power
8 years, 6 months ago (2012-06-15 07:51:47 UTC) #11
Change committed as 142355

Powered by Google App Engine
This is Rietveld 408576698