[html5] r5989 - [giow] (0) Fire an exception for getUserMedia() if the input is bogus; also, ack [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 11 19:11:16 PDT 2011


Author: ianh
Date: 2011-04-11 19:11:15 -0700 (Mon, 11 Apr 2011)
New Revision: 5989

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Fire an exception for getUserMedia() if the input is bogus; also, ack for previous checkin.

Modified: complete.html
===================================================================
--- complete.html	2011-04-12 01:57:52 UTC (rev 5988)
+++ complete.html	2011-04-12 02:11:15 UTC (rev 5989)
@@ -72339,6 +72339,10 @@
    why the method doesn't return until the next step: so we can add
    exception throwing here) -->
 
+   <p>If both <var title="">audio</var> and <var title="">video</var>
+   are still false, then throw a <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code>
+   exception and abort these steps.</p>
+
    <li><p>Return, and run the remaining steps asynchronously.</li>
 
    <li><p>Optionally, e.g. based on a previously-established user
@@ -97555,6 +97559,7 @@
   Hallvord Reiar Michaelsen Steen,
   Hans S. Tømmerhalt,
   Hans Stimer,
+  Harald Alvestrand,
   Henri Sivonen,
   Henrik Lied,
   Henry Mason,

Modified: index
===================================================================
--- index	2011-04-12 01:57:52 UTC (rev 5988)
+++ index	2011-04-12 02:11:15 UTC (rev 5989)
@@ -72349,6 +72349,10 @@
    why the method doesn't return until the next step: so we can add
    exception throwing here) -->
 
+   <p>If both <var title="">audio</var> and <var title="">video</var>
+   are still false, then throw a <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code>
+   exception and abort these steps.</p>
+
    <li><p>Return, and run the remaining steps asynchronously.</li>
 
    <li><p>Optionally, e.g. based on a previously-established user
@@ -93655,6 +93659,7 @@
   Hallvord Reiar Michaelsen Steen,
   Hans S. Tømmerhalt,
   Hans Stimer,
+  Harald Alvestrand,
   Henri Sivonen,
   Henrik Lied,
   Henry Mason,

Modified: source
===================================================================
--- source	2011-04-12 01:57:52 UTC (rev 5988)
+++ source	2011-04-12 02:11:15 UTC (rev 5989)
@@ -82471,6 +82471,10 @@
    why the method doesn't return until the next step: so we can add
    exception throwing here) -->
 
+   <p>If both <var title="">audio</var> and <var title="">video</var>
+   are still false, then throw a <code>NOT_SUPPORTED_ERR</code>
+   exception and abort these steps.</p>
+
    <li><p>Return, and run the remaining steps asynchronously.</p></li>
 
    <li><p>Optionally, e.g. based on a previously-established user
@@ -111166,6 +111170,7 @@
   Hallvord Reiar Michaelsen Steen,
   Hans S. Tømmerhalt,
   Hans Stimer,
+  Harald Alvestrand,
   Henri Sivonen,
   Henrik Lied,
   Henry Mason,




More information about the Commit-Watchers mailing list