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

Issue 820583002: Adds support for media permission request handling on <appview> tag. (Closed)

Created:
6 years ago by lfg
Modified:
6 years ago
Reviewers:
Fady Samuel, Yoyo Zhou
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds support for media permission request handling on <appview> tag. BUG=443377 Committed: https://crrev.com/94df224252d8304792b53bbefe8c97b761710315 Cr-Commit-Position: refs/heads/master@{#309444}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : gn build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -26 lines) Patch
M chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M extensions/browser/guest_view/app_view/app_view_apitest.cc View 2 chunks +76 lines, -0 lines 0 comments Download
M extensions/browser/guest_view/app_view/app_view_guest.h View 3 chunks +11 lines, -0 lines 0 comments Download
M extensions/browser/guest_view/app_view/app_view_guest.cc View 1 4 chunks +42 lines, -0 lines 0 comments Download
M extensions/browser/guest_view/app_view/app_view_guest_delegate.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M extensions/shell/BUILD.gn View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M extensions/shell/app_shell.gyp View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
A + extensions/shell/browser/shell_app_view_guest_delegate.h View 1 2 1 chunk +9 lines, -7 lines 0 comments Download
A extensions/shell/browser/shell_app_view_guest_delegate.cc View 1 chunk +27 lines, -0 lines 0 comments Download
A extensions/shell/browser/shell_extensions_api_client.h View 1 chunk +22 lines, -0 lines 0 comments Download
A extensions/shell/browser/shell_extensions_api_client.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_extensions_browser_client.h View 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_extensions_browser_client.cc View 3 chunks +7 lines, -1 line 0 comments Download
M extensions/test/data/app_view/apitest/main.js View 2 chunks +18 lines, -0 lines 0 comments Download
A extensions/test/data/app_view/apitest/media_request/guest.html View 1 chunk +29 lines, -0 lines 0 comments Download
A + extensions/test/data/app_view/apitest/media_request/main.html View 1 chunk +9 lines, -9 lines 0 comments Download
A extensions/test/data/app_view/apitest/media_request/main.js View 1 chunk +15 lines, -0 lines 0 comments Download
A + extensions/test/data/app_view/apitest/media_request/manifest.json View 1 chunk +10 lines, -7 lines 0 comments Download
A + extensions/test/data/app_view/apitest/media_request/test.js View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
lfg
Media on <appview>, PTAL.
6 years ago (2014-12-19 00:41:56 UTC) #1
lfg
6 years ago (2014-12-19 00:42:34 UTC) #3
Fady Samuel
lgtm + nits https://codereview.chromium.org/820583002/diff/1/extensions/browser/guest_view/app_view/app_view_guest.cc File extensions/browser/guest_view/app_view/app_view_guest.cc (right): https://codereview.chromium.org/820583002/diff/1/extensions/browser/guest_view/app_view/app_view_guest.cc#newcode145 extensions/browser/guest_view/app_view/app_view_guest.cc:145: callback); early exit after so you ...
6 years ago (2014-12-19 11:21:51 UTC) #4
lfg
https://codereview.chromium.org/820583002/diff/1/extensions/browser/guest_view/app_view/app_view_guest.cc File extensions/browser/guest_view/app_view/app_view_guest.cc (right): https://codereview.chromium.org/820583002/diff/1/extensions/browser/guest_view/app_view/app_view_guest.cc#newcode145 extensions/browser/guest_view/app_view/app_view_guest.cc:145: callback); On 2014/12/19 11:21:51, Fady Samuel wrote: > early ...
6 years ago (2014-12-19 16:29:08 UTC) #5
lfg
Hi Yoyo, please take a look.
6 years ago (2014-12-19 16:34:39 UTC) #7
Yoyo Zhou
LGTM https://chromiumcodereview.appspot.com/820583002/diff/20001/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h File chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h (right): https://chromiumcodereview.appspot.com/820583002/diff/20001/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h#newcode18 chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h:18: // AppViewGuestDelegate interface nit: I think a common ...
6 years ago (2014-12-19 23:47:27 UTC) #8
lfg
https://codereview.chromium.org/820583002/diff/20001/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h File chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h (right): https://codereview.chromium.org/820583002/diff/20001/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h#newcode18 chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h:18: // AppViewGuestDelegate interface On 2014/12/19 23:47:26, Yoyo Zhou wrote: ...
6 years ago (2014-12-22 16:34:58 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/820583002/60001
6 years ago (2014-12-22 18:09:01 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years ago (2014-12-22 18:53:14 UTC) #12
commit-bot: I haz the power
6 years ago (2014-12-22 18:54:03 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/94df224252d8304792b53bbefe8c97b761710315
Cr-Commit-Position: refs/heads/master@{#309444}

Powered by Google App Engine
This is Rietveld 408576698