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

Issue 7523042: Add a status message "Waiting for extension Foo..." when there's a request (Closed)

Created:
9 years, 4 months ago by Matt Perry
Modified:
9 years, 4 months ago
CC:
chromium-reviews, Avi (use Gerrit), Erik does not do reviews, jam, mihaip+watch_chromium.org, cbentzel+watch_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, brettw-cc_chromium.org, battre, willchan no longer on Chromium
Visibility:
Public.

Description

Add a status message "Waiting for extension Foo..." when there's a request blocked on an extension with a webrequest API event handler. BUG=82618 TEST=no Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96226

Patch Set 1 #

Patch Set 2 : unit test #

Patch Set 3 : comments #

Total comments: 12

Patch Set 4 : eric's comments #

Patch Set 5 : final #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -91 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_webrequest_api.h View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_webrequest_api.cc View 1 2 3 4 11 chunks +39 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_webrequest_api_unittest.cc View 1 2 3 4 3 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_wrapper.cc View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_view_host.h View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_view_host.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_view_host_delegate.h View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host.cc View 1 2 3 4 5 chunks +28 lines, -37 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host_request_info.h View 2 chunks +0 lines, -7 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host_request_info.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/tab_contents/tab_contents.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M net/base/load_states.h View 1 2 3 3 chunks +20 lines, -0 lines 0 comments Download
M net/url_request/url_request.h View 1 2 3 4 3 chunks +20 lines, -2 lines 0 comments Download
M net/url_request/url_request.cc View 1 2 3 4 5 chunks +21 lines, -4 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M net/url_request/url_request_job.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M net/url_request/url_request_job.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Matt Perry
Dominic: please review extensions/* Will: please review everything else (unless you're not the right person ...
9 years, 4 months ago (2011-07-29 00:36:54 UTC) #1
battre
-battre +jochen (vacation)
9 years, 4 months ago (2011-07-29 03:35:34 UTC) #2
jochen (gone - plz use gerrit)
extension/* LGTM why no test? make an extension that blocks indefinitely, check that the tab ...
9 years, 4 months ago (2011-07-29 07:17:37 UTC) #3
willchan no longer on Chromium
http://codereview.chromium.org/7523042/diff/4001/net/url_request/url_request.h File net/url_request/url_request.h (right): http://codereview.chromium.org/7523042/diff/4001/net/url_request/url_request.h#newcode432 net/url_request/url_request.h:432: // Returns the current load state for the request. ...
9 years, 4 months ago (2011-07-29 07:34:37 UTC) #4
Matt Perry
http://codereview.chromium.org/7523042/diff/4001/net/url_request/url_request.h File net/url_request/url_request.h (right): http://codereview.chromium.org/7523042/diff/4001/net/url_request/url_request.h#newcode432 net/url_request/url_request.h:432: // Returns the current load state for the request. ...
9 years, 4 months ago (2011-07-29 21:30:48 UTC) #5
Matt Perry
-willchan +eroman Eric, can you take over this review for Will? He's out of town ...
9 years, 4 months ago (2011-08-01 22:45:06 UTC) #6
Matt Perry
ping
9 years, 4 months ago (2011-08-03 23:31:52 UTC) #7
eroman
(hadn't noticed reviewer changed to me). I am leaving work soon, so I may not ...
9 years, 4 months ago (2011-08-03 23:43:55 UTC) #8
eroman
lgtm on net/* http://codereview.chromium.org/7523042/diff/4001/content/browser/tab_contents/tab_contents.cc File content/browser/tab_contents/tab_contents.cc (right): http://codereview.chromium.org/7523042/diff/4001/content/browser/tab_contents/tab_contents.cc#newcode1070 content/browser/tab_contents/tab_contents.cc:1070: load_state_.state = net::LOAD_STATE_IDLE; nit: how about ...
9 years, 4 months ago (2011-08-05 01:54:22 UTC) #9
Matt Perry
http://codereview.chromium.org/7523042/diff/4001/content/browser/tab_contents/tab_contents.cc File content/browser/tab_contents/tab_contents.cc (right): http://codereview.chromium.org/7523042/diff/4001/content/browser/tab_contents/tab_contents.cc#newcode1070 content/browser/tab_contents/tab_contents.cc:1070: load_state_.state = net::LOAD_STATE_IDLE; On 2011/08/05 01:54:22, eroman wrote: > ...
9 years, 4 months ago (2011-08-08 22:14:33 UTC) #10
commit-bot: I haz the power
Presubmit check for 7523042-15001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 4 months ago (2011-08-09 23:31:10 UTC) #11
Matt Perry
+jam for content/ approval
9 years, 4 months ago (2011-08-09 23:32:00 UTC) #12
jam
content lgtm
9 years, 4 months ago (2011-08-10 02:43:56 UTC) #13
commit-bot: I haz the power
9 years, 4 months ago (2011-08-10 22:28:24 UTC) #14
Change committed as 96226

Powered by Google App Engine
This is Rietveld 408576698