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

Issue 10941042: Browser plugin: Implement loadStart and loadAbort events (Closed)

Created:
8 years, 3 months ago by Fady Samuel
Modified:
8 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Browser plugin: Implement loadStart and loadAbort events BUG=153534 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=160205

Patch Set 1 #

Patch Set 2 : Added missing ifle #

Patch Set 3 : Merge with ToT #

Total comments: 12

Patch Set 4 : Addressed creis@'s comments #

Total comments: 11

Patch Set 5 : Addressed creis@'s comments #

Total comments: 4

Patch Set 6 : Fixed nits #

Patch Set 7 : Removed extra space #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -8 lines) Patch
M content/browser/browser_plugin/browser_plugin_guest.h View 1 2 3 2 chunks +16 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 3 4 5 4 chunks +43 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_host_browsertest.cc View 1 2 3 4 5 1 chunk +36 lines, -0 lines 0 comments Download
M content/common/browser_plugin_messages.h View 1 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 2 3 5 6 2 chunks +69 lines, -4 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_bindings.cc View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_manager_impl.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_manager_impl.cc View 1 2 2 chunks +19 lines, -0 lines 0 comments Download
M content/test/data/browser_plugin_embedder.html View 1 2 3 4 3 chunks +13 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Fady Samuel
Hi Charlie, I've implemented loadStart and loadAbort but I'm uncertain how to test loadAbort. Suggestions ...
8 years, 2 months ago (2012-10-02 19:58:51 UTC) #1
Charlie Reis
You can test loadAbort using URLs that testserver.py understands. For example, you can do a ...
8 years, 2 months ago (2012-10-03 01:52:30 UTC) #2
Fady Samuel
https://codereview.chromium.org/10941042/diff/20001/content/browser/browser_plugin/browser_plugin_host_browsertest.cc File content/browser/browser_plugin/browser_plugin_host_browsertest.cc (right): https://codereview.chromium.org/10941042/diff/20001/content/browser/browser_plugin/browser_plugin_host_browsertest.cc#newcode832 content/browser/browser_plugin/browser_plugin_host_browsertest.cc:832: test_guest->WaitForUpdateRectMsg(); On 2012/10/03 01:52:30, creis wrote: > There's a ...
8 years, 2 months ago (2012-10-04 00:43:38 UTC) #3
Charlie Reis
https://codereview.chromium.org/10941042/diff/27001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/10941042/diff/27001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode80 content/browser/browser_plugin/browser_plugin_guest.cc:80: // TODO(fsamuel): content_shell seems to ignore this. nit: Also ...
8 years, 2 months ago (2012-10-04 02:57:48 UTC) #4
Fady Samuel
http://codereview.chromium.org/10941042/diff/27001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): http://codereview.chromium.org/10941042/diff/27001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode80 content/browser/browser_plugin/browser_plugin_guest.cc:80: // TODO(fsamuel): content_shell seems to ignore this. On 2012/10/04 ...
8 years, 2 months ago (2012-10-04 15:04:51 UTC) #5
Charlie Reis
Thanks. I think we're all set, apart from a question about what error codes to ...
8 years, 2 months ago (2012-10-04 17:06:55 UTC) #6
Charlie Reis
https://codereview.chromium.org/10941042/diff/34002/content/browser/browser_plugin/browser_plugin_host_browsertest.cc File content/browser/browser_plugin/browser_plugin_host_browsertest.cc (right): https://codereview.chromium.org/10941042/diff/34002/content/browser/browser_plugin/browser_plugin_host_browsertest.cc#newcode614 content/browser/browser_plugin/browser_plugin_host_browsertest.cc:614: StartBrowserPluginTest(kEmbedderURL, "blank", true, ""); "blank" isn't a valid URL. ...
8 years, 2 months ago (2012-10-04 17:51:38 UTC) #7
Mihai Parparita -not on Chrome
On Thu, Oct 4, 2012 at 10:06 AM, <creis@chromium.org> wrote: > Thanks. I think we're ...
8 years, 2 months ago (2012-10-04 18:01:27 UTC) #8
Charlie Reis
Awesome. LGTM, once the two nits I mentioned are fixed.
8 years, 2 months ago (2012-10-04 18:04:41 UTC) #9
Fady Samuel
Fixed nits. Committing now. Thanks for the confirmation, Mihai. https://codereview.chromium.org/10941042/diff/34002/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/10941042/diff/34002/content/browser/browser_plugin/browser_plugin_guest.cc#newcode82 content/browser/browser_plugin/browser_plugin_guest.cc:82: ...
8 years, 2 months ago (2012-10-04 18:13:48 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/10941042/33013
8 years, 2 months ago (2012-10-04 18:14:10 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/10941042/35005
8 years, 2 months ago (2012-10-04 18:17:13 UTC) #12
commit-bot: I haz the power
8 years, 2 months ago (2012-10-04 20:01:21 UTC) #13
Change committed as 160205

Powered by Google App Engine
This is Rietveld 408576698