Skip to content

Commit

Permalink
[giow] (0) Avoid leaking the column number in cross-origin errors.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15862
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7346 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 14, 2012
1 parent ddd7914 commit 692fb6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 13 September 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -74593,7 +74593,7 @@ <h5 id=runtime-script-errors><span class=secno>7.1.3.5 </span>Runtime script err
<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>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -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 &mdash; Last Updated 13 September 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -74593,7 +74593,7 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {
<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>

Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -87202,7 +87202,8 @@ interface <dfn>NavigatorOnLine</dfn> {
<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>

Expand Down

0 comments on commit 692fb6b

Please sign in to comment.