New issue
Advanced search Search tips

Issue 696013 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 674593


Show other hotlists

Hotlists containing this issue:
Non-Standard-IDL


Sign in to add a comment

Make NavigatorUserMediaErrorCallback a callback function and remove NavigatorUserMediaError

Project Member Reported by lunalu@chromium.org, Feb 24 2017

Issue description

Comment 1 by foolip@chromium.org, Feb 27 2017

Summary: Make NavigatorUserMediaErrorCallback a callback function and remove NavigatorUserMediaError (was: Rename NavigatorUserMediaError to MediaStreamError)
https://cs.chromium.org/chromium/src/third_party/WebKit/Source/modules/mediastream/NavigatorUserMediaError.idl has [NoInterfaceObject], so removing that would be very low risk.

It's not just a rename though, MediaStreamError is a typedef, and the main change would be in changing NavigatorUserMediaErrorCallback from a callback interface to a callback function. Together with that it would make good sense to update the argument type to the callback and remove NavigatorUserMediaError which would become unused.

Comment 3 by guidou@chromium.org, Feb 27 2017

Owner: guidou@chromium.org
Status: Assigned (was: Untriaged)
Labels: Hotlist-Interop

Comment 5 by guidou@chromium.org, Jun 21 2018

Status: Fixed (was: Assigned)

Sign in to add a comment