[html5] r8148 - [giow] (1) Make sure you can create a MessageEvent object with a MessagePort as [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 20 10:49:59 PDT 2013


Author: ianh
Date: 2013-08-20 10:49:57 -0700 (Tue, 20 Aug 2013)
New Revision: 8148

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Make sure you can create a MessageEvent object with a MessagePort as a source.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23011
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-08-20 01:35:53 UTC (rev 8147)
+++ complete.html	2013-08-20 17:49:57 UTC (rev 8148)
@@ -81113,7 +81113,7 @@
   any data;
   DOMString origin;
   DOMString lastEventId;
-  <a href=#windowproxy>WindowProxy</a>? source;
+  (<a href=#windowproxy>WindowProxy</a> or <a href=#messageport>MessagePort</a>)? source;
   <a href=#messageport>MessagePort</a>[]? ports;
 };</pre>
 

Modified: index
===================================================================
--- index	2013-08-20 01:35:53 UTC (rev 8147)
+++ index	2013-08-20 17:49:57 UTC (rev 8148)
@@ -81113,7 +81113,7 @@
   any data;
   DOMString origin;
   DOMString lastEventId;
-  <a href=#windowproxy>WindowProxy</a>? source;
+  (<a href=#windowproxy>WindowProxy</a> or <a href=#messageport>MessagePort</a>)? source;
   <a href=#messageport>MessagePort</a>[]? ports;
 };</pre>
 

Modified: source
===================================================================
--- source	2013-08-20 01:35:53 UTC (rev 8147)
+++ source	2013-08-20 17:49:57 UTC (rev 8148)
@@ -90362,7 +90362,7 @@
   any data;
   DOMString origin;
   DOMString lastEventId;
-  <span>WindowProxy</span>? source;
+  (<span>WindowProxy</span> or <span>MessagePort</span>)? source;
   <span>MessagePort</span>[]? ports;
 };</pre>
 




More information about the Commit-Watchers mailing list