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

Issue 10960003: Browser Plugin: Implement Back, Forward, and Go. (Closed)

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

Description

Browser Plugin: Implement Back, Forward, and Go. BUG=151143 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159348

Patch Set 1 #

Patch Set 2 : Added a test #

Total comments: 14

Patch Set 3 : Fixed nits #

Patch Set 4 : Merged with ToT #

Patch Set 5 : Back and Forward use BrowserPluginHostMsg_Go #

Total comments: 11

Patch Set 6 : Fixed nits #

Patch Set 7 : Merge with ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -8 lines) Patch
M content/browser/browser_plugin/browser_plugin_embedder.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder.cc View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder_helper.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder_helper.cc View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_host_browsertest.cc View 1 2 3 4 5 6 3 chunks +114 lines, -1 line 0 comments Download
M content/common/browser_plugin_messages.h View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.h View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 2 3 4 5 6 1 chunk +25 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_bindings.cc View 1 2 3 4 5 8 chunks +49 lines, -5 lines 0 comments Download
M content/test/data/browser_plugin_embedder.html View 1 2 1 chunk +14 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Fady Samuel
Hi Istiaque, Could you please take a first pass at this patch before I ask ...
8 years, 3 months ago (2012-09-20 18:39:11 UTC) #1
lazyboy
On 2012/09/20 18:39:11, Fady Samuel wrote: > Hi Istiaque, > > Could you please take ...
8 years, 3 months ago (2012-09-20 20:05:30 UTC) #2
lazyboy
https://chromiumcodereview.appspot.com/10960003/diff/1001/content/browser/browser_plugin/browser_plugin_embedder.cc File content/browser/browser_plugin/browser_plugin_embedder.cc (right): https://chromiumcodereview.appspot.com/10960003/diff/1001/content/browser/browser_plugin/browser_plugin_embedder.cc#newcode219 content/browser/browser_plugin/browser_plugin_embedder.cc:219: if (!guest) Here and below: if (guest) guest->Back(); pattern ...
8 years, 3 months ago (2012-09-20 20:05:42 UTC) #3
Fady Samuel
Fixed nits. Added Charlie to review: Charlie, is there a difference between Back and Go(-1) ...
8 years, 3 months ago (2012-09-21 15:21:56 UTC) #4
Charlie Reis
On 2012/09/21 15:21:56, Fady Samuel wrote: > Fixed nits. Added Charlie to review: > > ...
8 years, 3 months ago (2012-09-21 18:38:35 UTC) #5
Fady Samuel
I eliminated BrowserPluginHostMsg_Back and BrowserPluginHostMsg_Forward. All three operations now use BrowserPluginHostMsg_Go.
8 years, 2 months ago (2012-09-26 16:14:27 UTC) #6
Charlie Reis
Sorry for the delay-- this looks pretty good. https://codereview.chromium.org/10960003/diff/14001/content/browser/browser_plugin/browser_plugin_embedder.h File content/browser/browser_plugin/browser_plugin_embedder.h (right): https://codereview.chromium.org/10960003/diff/14001/content/browser/browser_plugin/browser_plugin_embedder.h#newcode89 content/browser/browser_plugin/browser_plugin_embedder.h:89: friend ...
8 years, 2 months ago (2012-09-28 17:41:20 UTC) #7
Fady Samuel
Fixed nits. PTAL. https://codereview.chromium.org/10960003/diff/14001/content/browser/browser_plugin/browser_plugin_embedder.h File content/browser/browser_plugin/browser_plugin_embedder.h (right): https://codereview.chromium.org/10960003/diff/14001/content/browser/browser_plugin/browser_plugin_embedder.h#newcode89 content/browser/browser_plugin/browser_plugin_embedder.h:89: friend class BrowserPluginEmbedderHelper; On 2012/09/28 17:41:20, ...
8 years, 2 months ago (2012-09-28 18:08:08 UTC) #8
Charlie Reis
LGTM. https://codereview.chromium.org/10960003/diff/14001/content/renderer/browser_plugin/browser_plugin_bindings.cc File content/renderer/browser_plugin/browser_plugin_bindings.cc (right): https://codereview.chromium.org/10960003/diff/14001/content/renderer/browser_plugin/browser_plugin_bindings.cc#newcode96 content/renderer/browser_plugin/browser_plugin_bindings.cc:96: return NPVARIANT_TO_DOUBLE(variant); On 2012/09/28 18:08:09, Fady Samuel wrote: ...
8 years, 2 months ago (2012-09-28 18:40:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/10960003/21001
8 years, 2 months ago (2012-09-28 18:41:34 UTC) #10
commit-bot: I haz the power
Failed to apply patch for content/browser/browser_plugin/browser_plugin_host_browsertest.cc: While running patch -p1 --forward --force; patching file content/browser/browser_plugin/browser_plugin_host_browsertest.cc ...
8 years, 2 months ago (2012-09-28 18:41:38 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/10960003/27001
8 years, 2 months ago (2012-09-28 19:00:58 UTC) #12
commit-bot: I haz the power
8 years, 2 months ago (2012-09-28 22:08:27 UTC) #13
Change committed as 159348

Powered by Google App Engine
This is Rietveld 408576698