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

Issue 48743008: Pepper: specify the security origin when enumerating media devices. (Closed)

Created:
7 years, 1 month ago by yzshen1
Modified:
7 years, 1 month ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, perkj_chrome
Visibility:
Public.

Description

Pepper: specify the security origin when enumerating media devices. BUG=312841 TEST=None R=avi@chromium.org, bbudge@chromium.org, joi@chromium.org, wjia@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232926

Patch Set 1 : #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : . #

Total comments: 2

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -32 lines) Patch
M content/public/renderer/renderer_ppapi_host.h View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M content/renderer/pepper/host_dispatcher_wrapper.cc View 2 chunks +1 line, -4 lines 0 comments Download
M content/renderer/pepper/mock_renderer_ppapi_host.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/mock_renderer_ppapi_host.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_audio_input_host.cc View 4 chunks +5 lines, -8 lines 0 comments Download
M content/renderer/pepper/pepper_device_enumeration_host_helper.h View 4 chunks +5 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_device_enumeration_host_helper.cc View 3 chunks +8 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc View 1 2 3 4 5 3 chunks +4 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_file_system_host.cc View 1 2 chunks +3 lines, -7 lines 0 comments Download
M content/renderer/pepper/pepper_media_device_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/pepper_media_device_manager.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_video_capture_host.cc View 4 chunks +5 lines, -8 lines 0 comments Download
M content/renderer/pepper/renderer_ppapi_host_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/renderer_ppapi_host_impl.cc View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
yzshen1
Hi, Wei and Bill. Would you please take a look? Thanks!
7 years, 1 month ago (2013-10-30 23:46:18 UTC) #1
bbudge
https://codereview.chromium.org/48743008/diff/50001/content/public/renderer/renderer_ppapi_host.h File content/public/renderer/renderer_ppapi_host.h (right): https://codereview.chromium.org/48743008/diff/50001/content/public/renderer/renderer_ppapi_host.h#newcode134 content/public/renderer/renderer_ppapi_host.h:134: virtual GURL GetDocumentURL(PP_Instance instance) const = 0; Can't you ...
7 years, 1 month ago (2013-10-31 00:31:41 UTC) #2
yzshen1
https://codereview.chromium.org/48743008/diff/50001/content/public/renderer/renderer_ppapi_host.h File content/public/renderer/renderer_ppapi_host.h (right): https://codereview.chromium.org/48743008/diff/50001/content/public/renderer/renderer_ppapi_host.h#newcode134 content/public/renderer/renderer_ppapi_host.h:134: virtual GURL GetDocumentURL(PP_Instance instance) const = 0; On 2013/10/31 ...
7 years, 1 month ago (2013-10-31 00:52:02 UTC) #3
bbudge
https://codereview.chromium.org/48743008/diff/50001/content/public/renderer/renderer_ppapi_host.h File content/public/renderer/renderer_ppapi_host.h (right): https://codereview.chromium.org/48743008/diff/50001/content/public/renderer/renderer_ppapi_host.h#newcode134 content/public/renderer/renderer_ppapi_host.h:134: virtual GURL GetDocumentURL(PP_Instance instance) const = 0; On 2013/10/31 ...
7 years, 1 month ago (2013-10-31 01:10:02 UTC) #4
yzshen1
Thanks, Bill! https://codereview.chromium.org/48743008/diff/50001/content/public/renderer/renderer_ppapi_host.h File content/public/renderer/renderer_ppapi_host.h (right): https://codereview.chromium.org/48743008/diff/50001/content/public/renderer/renderer_ppapi_host.h#newcode134 content/public/renderer/renderer_ppapi_host.h:134: virtual GURL GetDocumentURL(PP_Instance instance) const = 0; ...
7 years, 1 month ago (2013-11-01 17:00:00 UTC) #5
yzshen1
Hi, Bill. I looked at cleaning up the interface and think that it would be ...
7 years, 1 month ago (2013-11-01 20:34:52 UTC) #6
bbudge
lgtm https://codereview.chromium.org/48743008/diff/360001/content/public/renderer/renderer_ppapi_host.h File content/public/renderer/renderer_ppapi_host.h (right): https://codereview.chromium.org/48743008/diff/360001/content/public/renderer/renderer_ppapi_host.h#newcode136 content/public/renderer/renderer_ppapi_host.h:136: // interface. Consider change them to static helpers. ...
7 years, 1 month ago (2013-11-01 22:22:42 UTC) #7
wjia(left Chromium)
lgtm
7 years, 1 month ago (2013-11-01 22:23:18 UTC) #8
yzshen1
Thanks, Bill. https://codereview.chromium.org/48743008/diff/360001/content/public/renderer/renderer_ppapi_host.h File content/public/renderer/renderer_ppapi_host.h (right): https://codereview.chromium.org/48743008/diff/360001/content/public/renderer/renderer_ppapi_host.h#newcode136 content/public/renderer/renderer_ppapi_host.h:136: // interface. Consider change them to static ...
7 years, 1 month ago (2013-11-01 22:33:44 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/48743008/420001
7 years, 1 month ago (2013-11-01 22:54:52 UTC) #10
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=34065
7 years, 1 month ago (2013-11-01 23:35:21 UTC) #11
yzshen1
On 2013/11/01 23:35:21, I haz the power (commit-bot) wrote: > Retried try job too often ...
7 years, 1 month ago (2013-11-01 23:38:50 UTC) #12
yzshen1
7 years, 1 month ago (2013-11-04 18:27:11 UTC) #13
yzshen1
On 2013/11/04 18:27:11, yzshen1 wrote: +avi since jam is OOO Hi, Avi. Would you please ...
7 years, 1 month ago (2013-11-04 18:29:47 UTC) #14
Avi (use Gerrit)
LGTM https://codereview.chromium.org/48743008/diff/420001/content/public/renderer/renderer_ppapi_host.h File content/public/renderer/renderer_ppapi_host.h (right): https://codereview.chromium.org/48743008/diff/420001/content/public/renderer/renderer_ppapi_host.h#newcode134 content/public/renderer/renderer_ppapi_host.h:134: // TODO(yzshen): Some methods such as this one ...
7 years, 1 month ago (2013-11-04 19:59:44 UTC) #15
yzshen1
Thanks, Avi! https://codereview.chromium.org/48743008/diff/420001/content/public/renderer/renderer_ppapi_host.h File content/public/renderer/renderer_ppapi_host.h (right): https://codereview.chromium.org/48743008/diff/420001/content/public/renderer/renderer_ppapi_host.h#newcode134 content/public/renderer/renderer_ppapi_host.h:134: // TODO(yzshen): Some methods such as this ...
7 years, 1 month ago (2013-11-04 20:04:16 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/48743008/530001
7 years, 1 month ago (2013-11-04 20:12:32 UTC) #17
Jói
LGTM for content/public
7 years, 1 month ago (2013-11-04 21:16:46 UTC) #18
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=171530
7 years, 1 month ago (2013-11-04 23:22:05 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/48743008/870001
7 years, 1 month ago (2013-11-05 01:36:32 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/48743008/870001
7 years, 1 month ago (2013-11-05 03:04:48 UTC) #21
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-05 03:59:53 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yzshen@chromium.org/48743008/870001
7 years, 1 month ago (2013-11-05 06:49:00 UTC) #23
commit-bot: I haz the power
Failed to apply patch for content/public/renderer/renderer_ppapi_host.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-05 06:49:04 UTC) #24
yzshen1
7 years, 1 month ago (2013-11-05 06:58:26 UTC) #25
Message was sent while issue was closed.
Committed patchset #6 manually as r232926 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698