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

Issue 566863004: Enabling webview in app_shell. (Closed)

Created:
6 years, 3 months ago by lfg
Modified:
6 years, 3 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, Xi Han, wjmaclean, Fady Samuel
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Enabling webview in app_shell. This CL registers the webview tag in extensions, allowing it to be used inside app_shell. The webview browser sample should be working with this patch. For now, not all the webview APIs are supported, the APIs that are not supported are: contextMenus, webrequest, declarativeWebRequest and permissions (videoCapture, pointerLock, geolocation). BUG=352293 Committed: https://crrev.com/0330a7e9fc13f03380f86916b0b2cf718f36b1f8 Cr-Commit-Position: refs/heads/master@{#294689}

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : gn #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -128 lines) Patch
M athena/resources/athena_resources.gyp View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/extensions/api/_api_features.json View 1 chunk +0 lines, -16 lines 0 comments Download
M chrome/common/extensions/api/_permission_features.json View 1 chunk +1 line, -15 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_api_permissions.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/renderer/resources/extensions/chrome_web_view.js View 1 2 3 chunks +91 lines, -0 lines 0 comments Download
M extensions/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/extensions_api_client.cc View 2 chunks +2 lines, -1 line 0 comments Download
M extensions/common/api/_api_features.json View 1 chunk +18 lines, -0 lines 0 comments Download
M extensions/common/api/_permission_features.json View 1 chunk +17 lines, -0 lines 0 comments Download
M extensions/common/permissions/extensions_api_permissions.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 chunk +1 line, -0 lines 2 comments Download
M extensions/renderer/dispatcher.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M extensions/renderer/resources/web_view.js View 1 chunk +6 lines, -0 lines 0 comments Download
M extensions/renderer/resources/web_view_events.js View 1 5 chunks +1 line, -91 lines 0 comments Download
M extensions/shell/browser/shell_browser_context.h View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/shell/browser/shell_browser_context.cc View 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (4 generated)
lfg
6 years, 3 months ago (2014-09-12 16:32:42 UTC) #2
lazyboy
lgtm with nits. https://chromiumcodereview.appspot.com/566863004/diff/20001/chrome/renderer/resources/extensions/chrome_web_view.js File chrome/renderer/resources/extensions/chrome_web_view.js (right): https://chromiumcodereview.appspot.com/566863004/diff/20001/chrome/renderer/resources/extensions/chrome_web_view.js#newcode7 chrome/renderer/resources/extensions/chrome_web_view.js:7: var DeclarativeWebRequestSchema = Sort these. https://chromiumcodereview.appspot.com/566863004/diff/20001/chrome/renderer/resources/extensions/chrome_web_view.js#newcode17 ...
6 years, 3 months ago (2014-09-12 17:03:58 UTC) #3
lazyboy
https://codereview.chromium.org/566863004/diff/20001/chrome/renderer/resources/extensions/chrome_web_view.js File chrome/renderer/resources/extensions/chrome_web_view.js (right): https://codereview.chromium.org/566863004/diff/20001/chrome/renderer/resources/extensions/chrome_web_view.js#newcode17 chrome/renderer/resources/extensions/chrome_web_view.js:17: On 2014/09/12 17:03:57, lazyboy wrote: > nit: remove empty ...
6 years, 3 months ago (2014-09-12 17:17:26 UTC) #4
lfg
https://codereview.chromium.org/566863004/diff/20001/chrome/renderer/resources/extensions/chrome_web_view.js File chrome/renderer/resources/extensions/chrome_web_view.js (right): https://codereview.chromium.org/566863004/diff/20001/chrome/renderer/resources/extensions/chrome_web_view.js#newcode7 chrome/renderer/resources/extensions/chrome_web_view.js:7: var DeclarativeWebRequestSchema = On 2014/09/12 17:03:57, lazyboy wrote: > ...
6 years, 3 months ago (2014-09-12 17:18:57 UTC) #5
lfg
jamescook@chromium.org: Please review changes in *.gyp, *.gn, shell_browser_context.* sky@chromium.org: Please review changes in *.gyp, *.gn ...
6 years, 3 months ago (2014-09-12 17:39:41 UTC) #7
sky
On 2014/09/12 17:39:41, lfg wrote: > mailto:jamescook@chromium.org: Please review changes in > > *.gyp, *.gn, ...
6 years, 3 months ago (2014-09-12 19:55:45 UTC) #8
sky
+oshima for *.gyp *.gn
6 years, 3 months ago (2014-09-12 19:56:10 UTC) #10
James Cook
Looking good, one question. Also, please write a more detailed commit description. https://codereview.chromium.org/566863004/diff/60001/extensions/extensions.gyp File extensions/extensions.gyp ...
6 years, 3 months ago (2014-09-12 20:11:07 UTC) #11
lfg
https://codereview.chromium.org/566863004/diff/60001/extensions/extensions.gyp File extensions/extensions.gyp (right): https://codereview.chromium.org/566863004/diff/60001/extensions/extensions.gyp#newcode995 extensions/extensions.gyp:995: '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en-US.pak', On 2014/09/12 20:11:07, James Cook wrote: > I ...
6 years, 3 months ago (2014-09-12 20:16:25 UTC) #12
James Cook
LGTM! Nice work on getting all this stuff factored out.
6 years, 3 months ago (2014-09-12 20:20:30 UTC) #13
oshima
athena/ lgtm
6 years, 3 months ago (2014-09-12 20:25:08 UTC) #14
Ken Rockot(use gerrit already)
LGTM!
6 years, 3 months ago (2014-09-12 21:27:38 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/566863004/60001
6 years, 3 months ago (2014-09-12 22:09:32 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 478f71ef3fa5573f2689164542e314124d897c4b
6 years, 3 months ago (2014-09-12 22:59:26 UTC) #18
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 23:09:44 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0330a7e9fc13f03380f86916b0b2cf718f36b1f8
Cr-Commit-Position: refs/heads/master@{#294689}

Powered by Google App Engine
This is Rietveld 408576698