Skip to content

Navigator.webkitGetUserMedia problems in Dartium and dart2js #4087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rakudrama opened this issue Jul 14, 2012 · 8 comments
Closed

Navigator.webkitGetUserMedia problems in Dartium and dart2js #4087

rakudrama opened this issue Jul 14, 2012 · 8 comments
Labels
web-libraries Issues impacting dart:html, etc., libraries
Milestone

Comments

@rakudrama
Copy link
Member

Calling window.navigator.webkitGetUserMedia({'video': true}, (e) { ... });

On Dartium causes Aw Snap!

On dart2js gives an unsupported error 9 (go to about:chrome to enable feature first)
The reason appears to be the map is not translated to a JavaScript object. Translation can be implemented automatically once Issue #4062 is implemented.

@rakudrama
Copy link
Member Author

Marked this as being blocked by #4062.

@DartBot
Copy link

DartBot commented Jul 16, 2012

This comment was originally written by [email protected]


I've started to work on Dartium crash.

@DartBot
Copy link

DartBot commented Jul 23, 2012

This comment was originally written by [email protected]


Dartium crash should have been fixed.

@iposva-google
Copy link
Contributor

Removed Area-DOM label.
Added Area-HTML label.

@vsmenon
Copy link
Member

vsmenon commented Aug 16, 2012

Added this to the M1 milestone.

@vsmenon
Copy link
Member

vsmenon commented Sep 5, 2012

Removed this from the M1 milestone.
Added this to the M2 milestone.

@blois
Copy link

blois commented Oct 15, 2012

Should make this not crash in M2.

Not being supported across other browsers, later milestone.

@blois
Copy link

blois commented Nov 15, 2012

This appears to be working correctly now.


Added Fixed label.

@rakudrama rakudrama added Type-Defect web-libraries Issues impacting dart:html, etc., libraries labels Nov 15, 2012
@rakudrama rakudrama added this to the M2 milestone Nov 15, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

5 participants