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

Issue 17447005: <webview>: Move back, forward, canGoBack, canGoForward, go from content to chrome (Closed)

Created:
7 years, 6 months ago by Fady Samuel
Modified:
7 years, 6 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, chromium-apps-reviews_chromium.org, darin-cc_chromium.org, jam, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@filter_listener
Visibility:
Public.

Description

<webview>: Move back, forward, canGoBack, canGoForward, go from content to chrome BUG=166165 Test=WebViewTest.Navigation Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208642

Patch Set 1 #

Patch Set 2 : Added test #

Patch Set 3 : Merge against latest changes in other CL #

Total comments: 23

Patch Set 4 : Merge with ToT #

Patch Set 5 : Addressed comments #

Patch Set 6 : Updated against latest changes to diff CL #

Patch Set 7 : Updated #

Patch Set 8 : Added DISALLOW_COPY_AND_ASSIGN #

Total comments: 4

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+379 lines, -349 lines) Patch
M chrome/browser/extensions/api/webview/webview_api.h View 1 2 3 4 5 6 7 2 chunks +31 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/webview/webview_api.cc View 1 2 3 4 5 6 7 8 2 chunks +27 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_function_histogram_value.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/web_view_browsertest.cc View 1 2 3 4 5 chunks +34 lines, -17 lines 0 comments Download
M chrome/browser/webview/webview_constants.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/webview/webview_constants.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/webview/webview_guest.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/webview/webview_guest.cc View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/webview.json View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/renderer/resources/extensions/web_view.js View 1 2 3 4 5 chunks +39 lines, -8 lines 0 comments Download
M chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_no_permission/embedder.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_permission/embedder.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + chrome/test/data/extensions/platform_apps/web_view/navigation/embedder.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/web_view/navigation/embedder.js View 1 2 3 4 1 chunk +200 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
A + chrome/test/data/extensions/platform_apps/web_view/navigation/test.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_host_browsertest.cc View 1 2 2 chunks +0 lines, -139 lines 0 comments Download
M content/common/browser_plugin/browser_plugin_messages.h View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.h View 1 2 3 3 chunks +0 lines, -27 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 2 3 4 chunks +0 lines, -39 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_bindings.cc View 3 chunks +0 lines, -90 lines 0 comments Download
M content/test/data/browser_plugin_embedder.html View 1 chunk +0 lines, -20 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Fady Samuel
7 years, 6 months ago (2013-06-20 03:43:54 UTC) #1
Fady Samuel
Hi Istiaque, With the other two patches LGTM'ed, this patch is now ready for review. ...
7 years, 6 months ago (2013-06-21 19:12:18 UTC) #2
lazyboy
https://chromiumcodereview.appspot.com/17447005/diff/4001/chrome/browser/extensions/api/webview/webview_api.h File chrome/browser/extensions/api/webview/webview_api.h (right): https://chromiumcodereview.appspot.com/17447005/diff/4001/chrome/browser/extensions/api/webview/webview_api.h#newcode63 chrome/browser/extensions/api/webview/webview_api.h:63: virtual bool RunImpl() OVERRIDE; private: DISALLOW_COPY_AND_ASSIGN Seems other function(s) ...
7 years, 6 months ago (2013-06-22 04:29:14 UTC) #3
Fady Samuel
PTAL https://codereview.chromium.org/17447005/diff/4001/chrome/browser/extensions/api/webview/webview_api.h File chrome/browser/extensions/api/webview/webview_api.h (right): https://codereview.chromium.org/17447005/diff/4001/chrome/browser/extensions/api/webview/webview_api.h#newcode63 chrome/browser/extensions/api/webview/webview_api.h:63: virtual bool RunImpl() OVERRIDE; On 2013/06/22 04:29:15, lazyboy ...
7 years, 6 months ago (2013-06-25 15:46:12 UTC) #4
lazyboy
lgtm https://chromiumcodereview.appspot.com/17447005/diff/4001/chrome/browser/extensions/api/webview/webview_api.h File chrome/browser/extensions/api/webview/webview_api.h (right): https://chromiumcodereview.appspot.com/17447005/diff/4001/chrome/browser/extensions/api/webview/webview_api.h#newcode63 chrome/browser/extensions/api/webview/webview_api.h:63: virtual bool RunImpl() OVERRIDE; On 2013/06/25 15:46:12, Fady ...
7 years, 6 months ago (2013-06-25 15:58:49 UTC) #5
Fady Samuel
+mpcomplete@ for chrome/browser/extensions/* review. https://codereview.chromium.org/17447005/diff/4001/chrome/browser/extensions/api/webview/webview_api.h File chrome/browser/extensions/api/webview/webview_api.h (right): https://codereview.chromium.org/17447005/diff/4001/chrome/browser/extensions/api/webview/webview_api.h#newcode63 chrome/browser/extensions/api/webview/webview_api.h:63: virtual bool RunImpl() OVERRIDE; On ...
7 years, 6 months ago (2013-06-25 19:22:05 UTC) #6
Matt Perry
lgtm https://codereview.chromium.org/17447005/diff/39001/chrome/browser/extensions/api/webview/webview_api.cc File chrome/browser/extensions/api/webview/webview_api.cc (right): https://codereview.chromium.org/17447005/diff/39001/chrome/browser/extensions/api/webview/webview_api.cc#newcode103 chrome/browser/extensions/api/webview/webview_api.cc:103: render_view_host()->GetProcess()->GetID(), instance_id); indent to 4 when wrapping https://codereview.chromium.org/17447005/diff/39001/chrome/renderer/resources/extensions/web_view.js ...
7 years, 6 months ago (2013-06-25 19:33:12 UTC) #7
Fady Samuel
+cdn@ to sign off on browser_plugin_messages change. https://codereview.chromium.org/17447005/diff/39001/chrome/browser/extensions/api/webview/webview_api.cc File chrome/browser/extensions/api/webview/webview_api.cc (right): https://codereview.chromium.org/17447005/diff/39001/chrome/browser/extensions/api/webview/webview_api.cc#newcode103 chrome/browser/extensions/api/webview/webview_api.cc:103: render_view_host()->GetProcess()->GetID(), instance_id); ...
7 years, 6 months ago (2013-06-25 21:52:44 UTC) #8
Cris Neckar
ipc audit rubberstamp lgtm
7 years, 6 months ago (2013-06-25 23:07:56 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/17447005/41001
7 years, 6 months ago (2013-06-25 23:08:40 UTC) #10
commit-bot: I haz the power
7 years, 6 months ago (2013-06-26 06:03:43 UTC) #11
Message was sent while issue was closed.
Change committed as 208642

Powered by Google App Engine
This is Rietveld 408576698