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

Issue 6805008: Remove RDH from UtilityProcessHost. (Closed)

Created:
9 years, 8 months ago by willchan no longer on Chromium
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Erik does not do reviews, jam, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org
Visibility:
Public.

Description

Remove RDH from UtilityProcessHost. The utility process should not need to issue resource requests. BUG=78596 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80702 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80714

Patch Set 1 #

Patch Set 2 : Oops, missed a test. #

Patch Set 3 : Copyright presubmit, I love you so much I want to kill you. #

Patch Set 4 : Thank you clang for catching my bugs. #

Patch Set 5 : Oops, can only use g_browser_process on the UI thread. #

Total comments: 6

Patch Set 6 : Add TODO. #

Patch Set 7 : Fix chromeos. #

Patch Set 8 : Fix presubmit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -46 lines) Patch
M chrome/browser/chromeos/login/image_decoder.h View 1 2 3 4 5 6 7 4 chunks +2 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/image_decoder.cc View 1 2 3 4 5 6 7 3 chunks +2 lines, -6 lines 0 comments Download
M chrome/browser/extensions/extension_updater.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_webstore_private_api.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/extensions/sandboxed_extension_unpacker.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/idbbindingutilities_browsertest.cc View 1 2 3 chunks +5 lines, -8 lines 0 comments Download
M chrome/browser/utility_process_host.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/utility_process_host.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/web_resource/web_resource_service.cc View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_key_utility_client.cc View 6 chunks +6 lines, -10 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
willchan no longer on Chromium
9 years, 8 months ago (2011-04-06 16:09:07 UTC) #1
jam
http://codereview.chromium.org/6805008/diff/6001/chrome/browser/extensions/sandboxed_extension_unpacker.cc File chrome/browser/extensions/sandboxed_extension_unpacker.cc (right): http://codereview.chromium.org/6805008/diff/6001/chrome/browser/extensions/sandboxed_extension_unpacker.cc#newcode43 chrome/browser/extensions/sandboxed_extension_unpacker.cc:43: rdh_(rdh), client_(client), got_response_(false) { looks like this isn't needed ...
9 years, 8 months ago (2011-04-06 16:28:36 UTC) #2
willchan no longer on Chromium
http://codereview.chromium.org/6805008/diff/6001/chrome/browser/extensions/sandboxed_extension_unpacker.cc File chrome/browser/extensions/sandboxed_extension_unpacker.cc (right): http://codereview.chromium.org/6805008/diff/6001/chrome/browser/extensions/sandboxed_extension_unpacker.cc#newcode43 chrome/browser/extensions/sandboxed_extension_unpacker.cc:43: rdh_(rdh), client_(client), got_response_(false) { On 2011/04/06 16:28:36, John Abd-El-Malek ...
9 years, 8 months ago (2011-04-06 16:37:25 UTC) #3
jam
http://codereview.chromium.org/6805008/diff/6001/chrome/browser/web_resource/web_resource_service.cc File chrome/browser/web_resource/web_resource_service.cc (right): http://codereview.chromium.org/6805008/diff/6001/chrome/browser/web_resource/web_resource_service.cc#newcode129 chrome/browser/web_resource/web_resource_service.cc:129: web_resource_service_->resource_dispatcher_host_ != NULL && On 2011/04/06 16:37:25, willchan wrote: ...
9 years, 8 months ago (2011-04-06 16:52:30 UTC) #4
willchan no longer on Chromium
http://codereview.chromium.org/6805008/diff/6001/chrome/browser/web_resource/web_resource_service.cc File chrome/browser/web_resource/web_resource_service.cc (right): http://codereview.chromium.org/6805008/diff/6001/chrome/browser/web_resource/web_resource_service.cc#newcode129 chrome/browser/web_resource/web_resource_service.cc:129: web_resource_service_->resource_dispatcher_host_ != NULL && On 2011/04/06 16:52:30, John Abd-El-Malek ...
9 years, 8 months ago (2011-04-06 16:59:12 UTC) #5
jam
On Wed, Apr 6, 2011 at 9:59 AM, <willchan@chromium.org> wrote: > > > http://codereview.chromium.org/6805008/diff/6001/chrome/browser/web_resource/web_resource_service.cc > ...
9 years, 8 months ago (2011-04-06 17:02:54 UTC) #6
Matt Perry
LGTM
9 years, 8 months ago (2011-04-06 18:58:49 UTC) #7
commit-bot: I haz the power
Presubmit check for 6805008-7003 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 8 months ago (2011-04-06 19:03:29 UTC) #8
willchan no longer on Chromium
John, can I get a LGTM? On Wed, Apr 6, 2011 at 9:03 PM, <commit-bot@chromium.org> ...
9 years, 8 months ago (2011-04-06 19:03:59 UTC) #9
jam
lgtm, oops On Wed, Apr 6, 2011 at 12:03 PM, William Chan (陈智昌) <willchan@chromium.org>wrote: > ...
9 years, 8 months ago (2011-04-06 19:30:26 UTC) #10
commit-bot: I haz the power
9 years, 8 months ago (2011-04-06 21:42:41 UTC) #11
Change committed as 80702

Powered by Google App Engine
This is Rietveld 408576698