Bug 60387 - Media Stream API: add exception raising to the getUserMedia method
Summary: Media Stream API: add exception raising to the getUserMedia method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Leandro Graciá Gil
URL:
Keywords:
Depends on: 56586
Blocks: 56459 60177
  Show dependency treegraph
 
Reported: 2011-05-06 11:12 PDT by Leandro Graciá Gil
Modified: 2012-09-19 07:21 PDT (History)
3 users (show)

See Also:


Attachments
Patch (17.02 KB, patch)
2011-05-06 12:18 PDT, Leandro Graciá Gil
no flags Details | Formatted Diff | Diff
Patch (17.16 KB, patch)
2011-05-09 06:07 PDT, Leandro Graciá Gil
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leandro Graciá Gil 2011-05-06 11:12:43 PDT
With the lastest version of the getUserMedia specification (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dom-navigator-getusermedia) this method should now parse suboptions and raise the NOT_SUPPORTED_ERR exception when no audio or video options are requested. This requires minor changes in the existing code.
Comment 1 Leandro Graciá Gil 2011-05-06 12:18:50 PDT
Created attachment 92622 [details]
Patch
Comment 2 Leandro Graciá Gil 2011-05-09 06:07:39 PDT
Created attachment 92785 [details]
Patch

Rebasing to solve merge problems with test_expectations.txt.
Comment 3 WebKit Commit Bot 2011-05-09 07:58:25 PDT
Comment on attachment 92785 [details]
Patch

Clearing flags on attachment: 92785

Committed r86055: <http://trac.webkit.org/changeset/86055>
Comment 4 WebKit Commit Bot 2011-05-09 07:58:30 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 WebKit Commit Bot 2011-05-09 07:59:18 PDT
The commit-queue encountered the following flaky tests while processing attachment 92785 [details]:

http/tests/misc/favicon-loads-with-icon-loading-override.html bug 58412 (author: alice.liu@apple.com)
The commit-queue is continuing to process your patch.