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

Issue 11092023: Browser Plugin: Implement CanGoBack/CanGoForward (Closed)

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

Description

Browser Plugin: Implement CanGoBack/CanGoForward BUG=154831 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161414

Patch Set 1 #

Total comments: 11

Patch Set 2 : Addressed creis@'s comments #

Patch Set 3 : Updated Navigation Event #

Total comments: 1

Patch Set 4 : Addressed creis@'s comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -35 lines) Patch
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 1 chunk +11 lines, -8 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_host_browsertest.cc View 1 2 3 3 chunks +27 lines, -0 lines 0 comments Download
M content/common/browser_plugin_messages.h View 1 1 chunk +18 lines, -4 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.h View 1 2 3 4 chunks +18 lines, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 2 3 5 chunks +27 lines, -6 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_bindings.cc View 4 chunks +28 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_browsertest.cc View 1 2 3 2 chunks +20 lines, -11 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_manager_impl.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin_manager_impl.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M content/test/data/browser_plugin_embedder.html View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Fady Samuel
Hi Charlie, This seemed like some low-hanging fruit to me, so I decided to get ...
8 years, 2 months ago (2012-10-09 17:10:18 UTC) #1
Fady Samuel
Hi Charlie, This seemed like some low-hanging fruit to me, so I decided to get ...
8 years, 2 months ago (2012-10-09 17:10:54 UTC) #2
Charlie Reis
On 2012/10/09 17:10:54, Fady Samuel wrote: > Hi Charlie, > > This seemed like some ...
8 years, 2 months ago (2012-10-09 18:46:14 UTC) #3
Charlie Reis
Some thoughts inline. The main thing that bothers me is that this is a slippery ...
8 years, 2 months ago (2012-10-10 06:06:53 UTC) #4
Fady Samuel
https://codereview.chromium.org/11092023/diff/1/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://codereview.chromium.org/11092023/diff/1/content/browser/browser_plugin/browser_plugin_guest.cc#newcode389 content/browser/browser_plugin/browser_plugin_guest.cc:389: web_contents()->GetController().GetEntryCount())); On 2012/10/10 06:06:53, creis wrote: > I think ...
8 years, 2 months ago (2012-10-10 17:36:44 UTC) #5
Charlie Reis
Hmm, ok, LGTM with the comment below. Please check with me before adding any other ...
8 years, 2 months ago (2012-10-11 19:03:01 UTC) #6
Fady Samuel
On 2012/10/11 19:03:01, creis wrote: > Hmm, ok, LGTM with the comment below. Please check ...
8 years, 2 months ago (2012-10-11 19:45:02 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/11092023/10012
8 years, 2 months ago (2012-10-11 19:46:43 UTC) #8
commit-bot: I haz the power
Change committed as 161414
8 years, 2 months ago (2012-10-11 21:50:08 UTC) #9
Mihai Parparita -not on Chrome
On 2012/10/11 21:50:08, I haz the power (commit-bot) wrote: > Change committed as 161414 Should ...
8 years, 2 months ago (2012-10-16 20:35:16 UTC) #10
Fady Samuel
8 years, 2 months ago (2012-10-16 20:38:06 UTC) #11
On 2012/10/16 20:35:16, Mihai Parparita wrote:
> On 2012/10/11 21:50:08, I haz the power (commit-bot) wrote:
> > Change committed as 161414
> 
> Should these methods be exposed in the <browser> shim too?

Yes. Will create a new CL to expose these.

Powered by Google App Engine
This is Rietveld 408576698