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

Issue 22709003: Enable webview and browser-plugin as custom elements in Chrome Apps (Closed)

Created:
7 years, 4 months ago by Fady Samuel
Modified:
7 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Enable webview and browser-plugin as custom elements in Chrome Apps Once http://crrev.com/22652003 lands, and Blink rolls, this is the Chromium side that will allow the use of <webview> as a custom element. The actual changes to webview to use the custom element API will come in a separate patch. BUG=178663 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216790

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comment #

Patch Set 3 : Updated #

Total comments: 3

Patch Set 4 : Updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -11 lines) Patch
M chrome/renderer/extensions/dispatcher.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/renderer/extensions/dispatcher.cc View 1 2 3 7 chunks +26 lines, -7 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Fady Samuel
7 years, 4 months ago (2013-08-08 21:14:56 UTC) #1
not at google - send to devlin
https://codereview.chromium.org/22709003/diff/1/chrome/renderer/extensions/dispatcher.cc File chrome/renderer/extensions/dispatcher.cc (right): https://codereview.chromium.org/22709003/diff/1/chrome/renderer/extensions/dispatcher.cc#newcode476 chrome/renderer/extensions/dispatcher.cc:476: is_app |= extension->is_app(); you probably want is_platform_app() https://codereview.chromium.org/22709003/diff/1/chrome/renderer/extensions/dispatcher.cc#newcode1159 chrome/renderer/extensions/dispatcher.cc:1159: ...
7 years, 4 months ago (2013-08-08 21:20:25 UTC) #2
Fady Samuel
PTAL
7 years, 4 months ago (2013-08-08 22:46:52 UTC) #3
not at google - send to devlin
lgtm https://codereview.chromium.org/22709003/diff/7001/chrome/renderer/extensions/dispatcher.cc File chrome/renderer/extensions/dispatcher.cc (right): https://codereview.chromium.org/22709003/diff/7001/chrome/renderer/extensions/dispatcher.cc#newcode1162 chrome/renderer/extensions/dispatcher.cc:1162: is_platform_app |= extension && extension->is_platform_app(); you could avoid ...
7 years, 4 months ago (2013-08-08 22:48:23 UTC) #4
not at google - send to devlin
https://codereview.chromium.org/22709003/diff/7001/chrome/renderer/extensions/dispatcher.cc File chrome/renderer/extensions/dispatcher.cc (right): https://codereview.chromium.org/22709003/diff/7001/chrome/renderer/extensions/dispatcher.cc#newcode1162 chrome/renderer/extensions/dispatcher.cc:1162: is_platform_app |= extension && extension->is_platform_app(); On 2013/08/08 22:48:23, kalman ...
7 years, 4 months ago (2013-08-08 22:51:44 UTC) #5
Fady Samuel
https://codereview.chromium.org/22709003/diff/7001/chrome/renderer/extensions/dispatcher.cc File chrome/renderer/extensions/dispatcher.cc (right): https://codereview.chromium.org/22709003/diff/7001/chrome/renderer/extensions/dispatcher.cc#newcode1162 chrome/renderer/extensions/dispatcher.cc:1162: is_platform_app |= extension && extension->is_platform_app(); On 2013/08/08 22:48:23, kalman ...
7 years, 4 months ago (2013-08-08 22:51:52 UTC) #6
Fady Samuel
7 years, 4 months ago (2013-08-08 22:51:52 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/22709003/12001
7 years, 4 months ago (2013-08-09 20:48:03 UTC) #8
commit-bot: I haz the power
7 years, 4 months ago (2013-08-10 00:28:25 UTC) #9
Message was sent while issue was closed.
Change committed as 216790

Powered by Google App Engine
This is Rietveld 408576698