4 years, 10 months ago
(2015-06-12 18:29:19 UTC)
#3
Hi,
Please review.
Mike West
On 2015/06/12 at 18:29:19, guidou wrote: > Hi, > > Please review. Same question as ...
4 years, 10 months ago
(2015-06-15 08:10:54 UTC)
#4
On 2015/06/12 at 18:29:19, guidou wrote:
> Hi,
>
> Please review.
Same question as the other review; what is the permission model you're running
with?
Guido Urdaneta
On 2015/06/15 08:10:54, Mike West wrote: > On 2015/06/12 at 18:29:19, guidou wrote: > > ...
4 years, 10 months ago
(2015-06-15 08:58:43 UTC)
#5
On 2015/06/15 08:10:54, Mike West wrote:
> On 2015/06/12 at 18:29:19, guidou wrote:
> > Hi,
> >
> > Please review.
>
> Same question as the other review; what is the permission model you're running
> with?
Similar answer as the other :).
The permission model is the mediastreams permissions model. This is what was
used by getMediaDevices() (not exposed to the Web) and
MediaStreamTrack.getSources() (exposed), which are obsolete ways to enumerate
devices. The way this is implemented in chromium is that if the user has granted
mediastream permissions, the enumeration will proceed. If not, the enumeration
still proceeds, but the returned values lack some of the information.
Mike West
On 2015/06/15 at 08:58:43, guidou wrote: > On 2015/06/15 08:10:54, Mike West wrote: > > ...
4 years, 10 months ago
(2015-06-15 10:45:52 UTC)
#6
On 2015/06/15 at 08:58:43, guidou wrote:
> On 2015/06/15 08:10:54, Mike West wrote:
> > On 2015/06/12 at 18:29:19, guidou wrote:
> > > Hi,
> > >
> > > Please review.
> >
> > Same question as the other review; what is the permission model you're
running
> > with?
>
> Similar answer as the other :).
> The permission model is the mediastreams permissions model. This is what was
used by getMediaDevices() (not exposed to the Web) and
MediaStreamTrack.getSources() (exposed), which are obsolete ways to enumerate
devices. The way this is implemented in chromium is that if the user has granted
mediastream permissions, the enumeration will proceed. If not, the enumeration
still proceeds, but the returned values lack some of the information.
Alright. LGTM, assuming this is going to go through privacy/security review
before launching to stable.
Guido Urdaneta
The CQ bit was checked by guidou@chromium.org
4 years, 10 months ago
(2015-06-15 10:59:54 UTC)
#7
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/66595)
4 years, 10 months ago
(2015-06-15 12:33:47 UTC)
#10
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/66621)
4 years, 10 months ago
(2015-06-15 16:14:24 UTC)
#15
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/66689)
4 years, 10 months ago
(2015-06-15 21:15:19 UTC)
#19
Issue 1184743002: Implement enumerateDevices() according to spec.
(Closed)
Created 4 years, 10 months ago by Guido Urdaneta
Modified 4 years, 10 months ago
Reviewers: hta - Chromium, tommi (sloooow) - chröme, Peter Beverloo, Mike West, Henrik Grunell
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 2