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

Issue 353013007: Implement <appview> skeleton. (Closed)

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

Description

Implement <appview> skeleton. This CL implements a skeleton for <appview>. It includes the <appview> custom element and AppViewGuest. AppView is behind a flag --enable-app-view BUG=364141 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281217

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments #

Total comments: 5

Patch Set 3 : Addressed Kalman's comments #

Patch Set 4 : Fixed PermissionsTest unit test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+254 lines, -23 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/guest_view/guest_view_internal_api.cc View 2 chunks +8 lines, -6 lines 0 comments Download
A chrome/browser/guest_view/app_view/app_view_guest.h View 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/browser/guest_view/app_view/app_view_guest.cc View 1 chunk +34 lines, -0 lines 0 comments Download
M chrome/browser/guest_view/guest_view_base.cc View 2 chunks +10 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_renderer.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/_permission_features.json View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_api_permissions.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/permissions/permission_set_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc View 1 2 4 chunks +15 lines, -0 lines 0 comments Download
A chrome/renderer/resources/extensions/app_view.js View 1 1 chunk +107 lines, -0 lines 0 comments Download
A + chrome/renderer/resources/extensions/app_view_deny.js View 1 2 3 chunks +11 lines, -10 lines 0 comments Download
M chrome/renderer/resources/extensions/web_view.js View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/resources/extensions/web_view_deny.js View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/renderer/resources/renderer_resources.grd View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/common/permissions/api_permission.h View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/renderer/dispatcher.cc View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 31 (0 generated)
Fady Samuel
6 years, 6 months ago (2014-06-26 18:03:58 UTC) #1
lazyboy
https://chromiumcodereview.appspot.com/353013007/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://chromiumcodereview.appspot.com/353013007/diff/1/chrome/app/generated_resources.grd#newcode6334 chrome/app/generated_resources.grd:6334: + Enable the AppView element in Chrome Apps. Probably ...
6 years, 5 months ago (2014-06-27 04:14:02 UTC) #2
Fady Samuel
PTAL https://chromiumcodereview.appspot.com/353013007/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://chromiumcodereview.appspot.com/353013007/diff/1/chrome/app/generated_resources.grd#newcode6334 chrome/app/generated_resources.grd:6334: + Enable the AppView element in Chrome Apps. ...
6 years, 5 months ago (2014-06-27 16:11:00 UTC) #3
lazyboy
lgtm
6 years, 5 months ago (2014-06-27 16:21:28 UTC) #4
lazyboy
lgtm lgtm
6 years, 5 months ago (2014-06-27 16:21:29 UTC) #5
Fady Samuel
6 years, 5 months ago (2014-06-27 16:22:57 UTC) #6
not at google - send to devlin
https://chromiumcodereview.appspot.com/353013007/diff/20001/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc File chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc (right): https://chromiumcodereview.appspot.com/353013007/diff/20001/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc#newcode304 chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc:304: } questions: - why is this different logic to ...
6 years, 5 months ago (2014-06-27 17:32:20 UTC) #7
Fady Samuel
PTAL https://codereview.chromium.org/353013007/diff/20001/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc File chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc (right): https://codereview.chromium.org/353013007/diff/20001/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc#newcode304 chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc:304: } On 2014/06/27 17:32:19, kalman wrote: > questions: ...
6 years, 5 months ago (2014-06-27 18:14:32 UTC) #8
Fady Samuel
PTAL kalman@
6 years, 5 months ago (2014-06-27 18:15:44 UTC) #9
not at google - send to devlin
https://codereview.chromium.org/353013007/diff/20001/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc File chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc (right): https://codereview.chromium.org/353013007/diff/20001/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc#newcode304 chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc:304: } On 2014/06/27 18:14:31, Fady Samuel wrote: > On ...
6 years, 5 months ago (2014-06-27 18:16:17 UTC) #10
not at google - send to devlin
oh, lgtm
6 years, 5 months ago (2014-06-27 18:17:11 UTC) #11
Fady Samuel
The CQ bit was checked by fsamuel@chromium.org
6 years, 5 months ago (2014-06-27 18:18:22 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/353013007/40001
6 years, 5 months ago (2014-06-27 18:20:01 UTC) #13
Fady Samuel
+jam@ for: chrome/renderer/chrome_content_renderer_client.cc chrome/renderer/resources/renderer_resources.grd Thanks!
6 years, 5 months ago (2014-06-27 19:07:12 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 5 months ago (2014-06-27 21:34:25 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-06-27 21:37:38 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/76947)
6 years, 5 months ago (2014-06-27 21:37:39 UTC) #17
jam
lgtm
6 years, 5 months ago (2014-06-30 16:02:58 UTC) #18
Fady Samuel
The CQ bit was checked by fsamuel@chromium.org
6 years, 5 months ago (2014-07-02 14:47:57 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/353013007/60001
6 years, 5 months ago (2014-07-02 14:49:18 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-02 20:50:16 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-02 20:57:19 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/34633)
6 years, 5 months ago (2014-07-02 20:57:20 UTC) #23
Fady Samuel
The CQ bit was checked by fsamuel@chromium.org
6 years, 5 months ago (2014-07-02 22:02:06 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/353013007/60001
6 years, 5 months ago (2014-07-02 22:02:41 UTC) #25
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-02 22:31:38 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-02 22:42:03 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/34732)
6 years, 5 months ago (2014-07-02 22:42:04 UTC) #28
Fady Samuel
The CQ bit was checked by fsamuel@chromium.org
6 years, 5 months ago (2014-07-03 03:10:27 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/353013007/60001
6 years, 5 months ago (2014-07-03 03:13:26 UTC) #30
commit-bot: I haz the power
6 years, 5 months ago (2014-07-03 07:49:14 UTC) #31
Message was sent while issue was closed.
Change committed as 281217

Powered by Google App Engine
This is Rietveld 408576698