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

Issue 7043007: Kill URLRequestJobTracker. (Closed)

Created:
9 years, 7 months ago by willchan no longer on Chromium
Modified:
9 years, 7 months ago
CC:
chromium-reviews, achuith+watch_chromium.org, cbentzel+watch_chromium.org, darin-cc_chromium.org, rginda+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Kill URLRequestJobTracker. BUG=81160 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86241

Patch Set 1 #

Patch Set 2 : Fix net_unittests #

Patch Set 3 : Fix windows build. #

Total comments: 15

Patch Set 4 : Address comments. #

Total comments: 1

Patch Set 5 : Fix style nits. #

Patch Set 6 : Merge. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -598 lines) Patch
M chrome/browser/net/chrome_network_delegate.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/net/chrome_network_delegate.cc View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_manager.h View 3 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/profiles/profile_manager.cc View 4 chunks +0 lines, -80 lines 0 comments Download
M chrome/browser/task_manager/task_manager.h View 6 chunks +6 lines, -19 lines 0 comments Download
M chrome/browser/task_manager/task_manager.cc View 6 chunks +6 lines, -49 lines 0 comments Download
M chrome/browser/ui/views/about_ipc_dialog.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M net/base/network_delegate.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M net/base/network_delegate.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M net/http/http_cache.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_cache.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/http/http_network_layer.h View 1 2 3 4 5 3 chunks +6 lines, -1 line 0 comments Download
M net/http/http_network_layer.cc View 1 chunk +7 lines, -3 lines 0 comments Download
M net/http/http_network_layer_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_transaction_factory.h View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M net/http/http_transaction_unittest.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_transaction_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 2 chunks +0 lines, -3 lines 0 comments Download
M net/proxy/network_delegate_error_observer_unittest.cc View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M net/url_request/url_request_job.h View 1 2 3 4 5 3 chunks +7 lines, -1 line 0 comments Download
M net/url_request/url_request_job.cc View 1 2 3 4 6 chunks +14 lines, -11 lines 0 comments Download
D net/url_request/url_request_job_tracker.h View 1 2 3 4 5 1 chunk +0 lines, -105 lines 0 comments Download
D net/url_request/url_request_job_tracker.cc View 1 chunk +0 lines, -62 lines 0 comments Download
D net/url_request/url_request_job_tracker_unittest.cc View 1 chunk +0 lines, -229 lines 0 comments Download
M net/url_request/url_request_test_util.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_test_util.cc View 1 2 3 4 5 3 chunks +7 lines, -2 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 5 chunks +9 lines, -11 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
willchan no longer on Chromium
9 years, 7 months ago (2011-05-18 17:35:41 UTC) #1
rvargas (doing something else)
I'm don't see the code that calls SystemMonitor::AddObserver http://codereview.chromium.org/7043007/diff/5002/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): http://codereview.chromium.org/7043007/diff/5002/chrome/browser/net/chrome_network_delegate.cc#newcode105 chrome/browser/net/chrome_network_delegate.cc:105: TaskManager::GetInstance()->model()->NotifyBytesRead(request, ...
9 years, 7 months ago (2011-05-18 21:45:18 UTC) #2
rvargas (doing something else)
I forgot to mention that ChromeOS *may* be using URLRequestJobTracker.
9 years, 7 months ago (2011-05-18 21:46:49 UTC) #3
willchan no longer on Chromium
Thanks for catching the AddObserver/RemoveObserver bugs. I forgot about those. And where is ChromeOS using ...
9 years, 7 months ago (2011-05-18 23:55:55 UTC) #4
rvargas (doing something else)
I don't know if ChromeOS actually uses this code... I just know that there is ...
9 years, 7 months ago (2011-05-19 00:40:33 UTC) #5
willchan no longer on Chromium
http://codereview.chromium.org/7043007/diff/5002/net/proxy/network_delegate_error_observer_unittest.cc File net/proxy/network_delegate_error_observer_unittest.cc (right): http://codereview.chromium.org/7043007/diff/5002/net/proxy/network_delegate_error_observer_unittest.cc#newcode44 net/proxy/network_delegate_error_observer_unittest.cc:44: virtual void OnBytesRead(const URLRequest& /* request */, On 2011/05/19 ...
9 years, 7 months ago (2011-05-19 23:39:18 UTC) #6
rvargas (doing something else)
http://codereview.chromium.org/7043007/diff/5002/net/proxy/network_delegate_error_observer_unittest.cc File net/proxy/network_delegate_error_observer_unittest.cc (right): http://codereview.chromium.org/7043007/diff/5002/net/proxy/network_delegate_error_observer_unittest.cc#newcode44 net/proxy/network_delegate_error_observer_unittest.cc:44: virtual void OnBytesRead(const URLRequest& /* request */, I just ...
9 years, 7 months ago (2011-05-20 00:37:31 UTC) #7
willchan no longer on Chromium
http://codereview.chromium.org/7043007/diff/5002/net/proxy/network_delegate_error_observer_unittest.cc File net/proxy/network_delegate_error_observer_unittest.cc (right): http://codereview.chromium.org/7043007/diff/5002/net/proxy/network_delegate_error_observer_unittest.cc#newcode44 net/proxy/network_delegate_error_observer_unittest.cc:44: virtual void OnBytesRead(const URLRequest& /* request */, OK, I ...
9 years, 7 months ago (2011-05-20 01:08:40 UTC) #8
rvargas (doing something else)
http://codereview.chromium.org/7043007/diff/5002/net/proxy/network_delegate_error_observer_unittest.cc File net/proxy/network_delegate_error_observer_unittest.cc (right): http://codereview.chromium.org/7043007/diff/5002/net/proxy/network_delegate_error_observer_unittest.cc#newcode44 net/proxy/network_delegate_error_observer_unittest.cc:44: virtual void OnBytesRead(const URLRequest& /* request */, I did ...
9 years, 7 months ago (2011-05-20 02:50:00 UTC) #9
willchan no longer on Chromium
http://codereview.chromium.org/7043007/diff/5002/net/proxy/network_delegate_error_observer_unittest.cc File net/proxy/network_delegate_error_observer_unittest.cc (right): http://codereview.chromium.org/7043007/diff/5002/net/proxy/network_delegate_error_observer_unittest.cc#newcode44 net/proxy/network_delegate_error_observer_unittest.cc:44: virtual void OnBytesRead(const URLRequest& /* request */, Fair enough. ...
9 years, 7 months ago (2011-05-20 22:57:38 UTC) #10
willchan no longer on Chromium
Oh, I don't have time to get to this today before you take a look ...
9 years, 7 months ago (2011-05-20 23:46:51 UTC) #11
rvargas (doing something else)
Sorry I missed that you updated the CL. LGTM (I can take another look over ...
9 years, 7 months ago (2011-05-21 01:00:44 UTC) #12
willchan no longer on Chromium
Very possibly;) I'll let you know. On May 20, 2011 6:00 PM, <rvargas@chromium.org> wrote: > ...
9 years, 7 months ago (2011-05-21 01:58:19 UTC) #13
willchan no longer on Chromium
OK, updated! I'll probably send it to the commit bots tomorrow.
9 years, 7 months ago (2011-05-21 23:33:23 UTC) #14
commit-bot: I haz the power
9 years, 7 months ago (2011-05-22 19:01:01 UTC) #15
Change committed as 86241

Powered by Google App Engine
This is Rietveld 408576698