Merge Anne's change: Oct 11, 2012, Make open() throw for sync when the anonymous flag is set, too
authorJungkee Song <jungkee.song@samsung.com>
Mon, 19 Nov 2012 13:29:16 +0900
changeset 89 ef59fffdfe2d
parent 88 3e56a0715c82
child 90 e24b211e476b
Merge Anne's change: Oct 11, 2012, Make open() throw for sync when the anonymous flag is set, too
Overview.html
Overview.src.html
--- a/Overview.html	Mon Nov 19 12:25:10 2012 +0900
+++ b/Overview.html	Mon Nov 19 13:29:16 2012 +0900
@@ -780,8 +780,9 @@
     <code>CONNECT</code>, <code>TRACE</code> or <code>TRACK</code>.</p>
 
     <p>Throws an "<code class="external"><a href="http://dev.w3.org/2006/webapi/DOM4Core/#invalidaccesserror">InvalidAccessError</a></code>"
-    exception if there is an associated
+    exception if <var title="">async</var> is false, there is an associated
     <a href="#xmlhttprequest-document"><code>XMLHttpRequest</code> document</a> and either the
+    <a href="#anonymous-flag">anonymous flag</a> is set, the
     <code title="dom-XMLHttpRequest-timeout"><a href="#dom-xmlhttprequest-timeout">timeout</a></code> attribute is not
     zero, the
     <code title="dom-XMLHttpRequest-withCredentials"><a href="#dom-xmlhttprequest-withcredentials">withCredentials</a></code>
@@ -891,6 +892,7 @@
 
    <li><p>If <var>async</var> is false, there is an associated
    <a href="#xmlhttprequest-document"><code>XMLHttpRequest</code> document</a> and either the
+   <a href="#anonymous-flag">anonymous flag</a> is set, the
    <code title="dom-XMLHttpRequest-timeout"><a href="#dom-xmlhttprequest-timeout">timeout</a></code> attribute value is
    not zero, the
    <code title="dom-XMLHttpRequest-withCredentials"><a href="#dom-xmlhttprequest-withcredentials">withCredentials</a></code>
--- a/Overview.src.html	Mon Nov 19 12:25:10 2012 +0900
+++ b/Overview.src.html	Mon Nov 19 13:29:16 2012 +0900
@@ -744,8 +744,9 @@
     <code>CONNECT</code>, <code>TRACE</code> or <code>TRACK</code>.</p>
 
     <p>Throws an "<code data-anolis-spec=dom>InvalidAccessError</code>"
-    exception if there is an associated
+    exception if <var title>async</var> is false, there is an associated
     <span><code>XMLHttpRequest</code> document</span> and either the
+    <span>anonymous flag</span> is set, the
     <code title=dom-XMLHttpRequest-timeout>timeout</code> attribute is not
     zero, the
     <code title=dom-XMLHttpRequest-withCredentials>withCredentials</code>
@@ -855,6 +856,7 @@
 
    <li><p>If <var>async</var> is false, there is an associated
    <span><code>XMLHttpRequest</code> document</span> and either the
+   <span>anonymous flag</span> is set, the
    <code title=dom-XMLHttpRequest-timeout>timeout</code> attribute value is
    not zero, the
    <code title=dom-XMLHttpRequest-withCredentials>withCredentials</code>