[html5] r7346 - [giow] (0) Avoid leaking the column number in cross-origin errors. Fixing https: [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 13 17:05:35 PDT 2012


Author: ianh
Date: 2012-09-13 17:05:33 -0700 (Thu, 13 Sep 2012)
New Revision: 7346

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Avoid leaking the column number in cross-origin errors.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15862
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-13 22:23:39 UTC (rev 7345)
+++ complete.html	2012-09-14 00:05:33 UTC (rev 7346)
@@ -246,7 +246,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 13 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 14 September 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -74593,7 +74593,7 @@
      <a href=#origin>origin</a> as the <var title="">origin</var>, then set
      <var title="">message</var> to "<code title="">Script
      error.</code>", set <var title="">location</var> to the empty
-     string, and set <var title="">line</var> to 0.</li>
+     string, and set <var title="">line</var> and <var title="">col</var> to 0.</li>
 
      <li>
 

Modified: index
===================================================================
--- index	2012-09-13 22:23:39 UTC (rev 7345)
+++ index	2012-09-14 00:05:33 UTC (rev 7346)
@@ -246,7 +246,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 13 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 14 September 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -74593,7 +74593,7 @@
      <a href=#origin>origin</a> as the <var title="">origin</var>, then set
      <var title="">message</var> to "<code title="">Script
      error.</code>", set <var title="">location</var> to the empty
-     string, and set <var title="">line</var> to 0.</li>
+     string, and set <var title="">line</var> and <var title="">col</var> to 0.</li>
 
      <li>
 

Modified: source
===================================================================
--- source	2012-09-13 22:23:39 UTC (rev 7345)
+++ source	2012-09-14 00:05:33 UTC (rev 7346)
@@ -87202,7 +87202,8 @@
      <span>origin</span> as the <var title="">origin</var>, then set
      <var title="">message</var> to "<code title="">Script
      error.</code>", set <var title="">location</var> to the empty
-     string, and set <var title="">line</var> to 0.</p></li>
+     string, and set <var title="">line</var> and <var
+     title="">col</var> to 0.</p></li>
 
      <li>
 




More information about the Commit-Watchers mailing list