Skip to content

Commit

Permalink
[giow] (3) navigator.taintEnabled()
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22555
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8039 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 9, 2013
1 parent c4d0c6a commit f4cd3a4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
13 changes: 10 additions & 3 deletions complete.html
Expand Up @@ -73966,11 +73966,12 @@ <h5 id=client-identification><span class=secno>7.5.1.1 </span>Client identificat

<pre class=idl>[NoInterfaceObject]
interface <dfn id=navigatorid>NavigatorID</dfn> {
readonly attribute DOMString <a href=#dom-navigator-appcodename title=dom-navigator-appCodeName>appCodeName</a>;
readonly attribute DOMString <a href=#dom-navigator-appcodename title=dom-navigator-appCodeName>appCodeName</a>; // constant "Mozilla"
readonly attribute DOMString <a href=#dom-navigator-appname title=dom-navigator-appName>appName</a>;
readonly attribute DOMString <a href=#dom-navigator-appversion title=dom-navigator-appVersion>appVersion</a>;
readonly attribute DOMString <a href=#dom-navigator-platform title=dom-navigator-platform>platform</a>;
readonly attribute DOMString <a href=#dom-navigator-product title=dom-navigator-product>product</a>;
readonly attribute DOMString <a href=#dom-navigator-product title=dom-navigator-product>product</a>; // constant "Gecko"
boolean <a href=#dom-navigator-taintenabled title=dom-navigator-taintEnabled>taintEnabled</a>(); // constant false
readonly attribute DOMString <a href=#dom-navigator-useragent title=dom-navigator-userAgent>userAgent</a>;
};</pre>

Expand Down Expand Up @@ -74011,6 +74012,11 @@ <h5 id=client-identification><span class=secno>7.5.1.1 </span>Client identificat
<p>Returns the string "<code title="">Gecko</code>".</p>
</dd>

<dt><var title="">window</var> . <code title=dom-navigator><a href=#dom-navigator>navigator</a></code> . <code title=dom-navigator-taintEnabled><a href=#dom-navigator-taintenabled>taintEnabled</a></code>()</dt>
<dd>
<p>Returns false.</p>
</dd>

<dt><var title="">window</var> . <code title=dom-navigator><a href=#dom-navigator>navigator</a></code> . <code title=dom-navigator-userAgent><a href=#dom-navigator-useragent>userAgent</a></code></dt>
<dd>
<p>Returns the complete User-Agent header.</p>
Expand Down Expand Up @@ -74043,7 +74049,8 @@ <h5 id=client-identification><span class=secno>7.5.1.1 </span>Client identificat

<!-- securityPolicy: Mozilla only; always returns "" -->

<!-- taintEnabled(): Opera, IE and Mozilla have this function as one that always returns false -->
<dt><dfn id=dom-navigator-taintenabled title=dom-navigator-taintEnabled><code>taintEnabled()</code></dfn></dt>
<dd><p>Must return false.</dd>

<dt><dfn id=dom-navigator-useragent title=dom-navigator-userAgent><code>userAgent</code></dfn></dt>
<dd><p>Must return the string used for the value of the "<code title="">User-Agent</code>" header in HTTP requests, or the empty string if no such header is ever sent.</dd>
Expand Down
13 changes: 10 additions & 3 deletions index
Expand Up @@ -73966,11 +73966,12 @@ setTimeout({ toString: function () {

<pre class=idl>[NoInterfaceObject]
interface <dfn id=navigatorid>NavigatorID</dfn> {
readonly attribute DOMString <a href=#dom-navigator-appcodename title=dom-navigator-appCodeName>appCodeName</a>;
readonly attribute DOMString <a href=#dom-navigator-appcodename title=dom-navigator-appCodeName>appCodeName</a>; // constant "Mozilla"
readonly attribute DOMString <a href=#dom-navigator-appname title=dom-navigator-appName>appName</a>;
readonly attribute DOMString <a href=#dom-navigator-appversion title=dom-navigator-appVersion>appVersion</a>;
readonly attribute DOMString <a href=#dom-navigator-platform title=dom-navigator-platform>platform</a>;
readonly attribute DOMString <a href=#dom-navigator-product title=dom-navigator-product>product</a>;
readonly attribute DOMString <a href=#dom-navigator-product title=dom-navigator-product>product</a>; // constant "Gecko"
boolean <a href=#dom-navigator-taintenabled title=dom-navigator-taintEnabled>taintEnabled</a>(); // constant false
readonly attribute DOMString <a href=#dom-navigator-useragent title=dom-navigator-userAgent>userAgent</a>;
};</pre>

Expand Down Expand Up @@ -74011,6 +74012,11 @@ interface <dfn id=navigatorid>NavigatorID</dfn> {
<p>Returns the string "<code title="">Gecko</code>".</p>
</dd>

<dt><var title="">window</var> . <code title=dom-navigator><a href=#dom-navigator>navigator</a></code> . <code title=dom-navigator-taintEnabled><a href=#dom-navigator-taintenabled>taintEnabled</a></code>()</dt>
<dd>
<p>Returns false.</p>
</dd>

<dt><var title="">window</var> . <code title=dom-navigator><a href=#dom-navigator>navigator</a></code> . <code title=dom-navigator-userAgent><a href=#dom-navigator-useragent>userAgent</a></code></dt>
<dd>
<p>Returns the complete User-Agent header.</p>
Expand Down Expand Up @@ -74043,7 +74049,8 @@ interface <dfn id=navigatorid>NavigatorID</dfn> {

<!-- securityPolicy: Mozilla only; always returns "" -->

<!-- taintEnabled(): Opera, IE and Mozilla have this function as one that always returns false -->
<dt><dfn id=dom-navigator-taintenabled title=dom-navigator-taintEnabled><code>taintEnabled()</code></dfn></dt>
<dd><p>Must return false.</dd>

<dt><dfn id=dom-navigator-useragent title=dom-navigator-userAgent><code>userAgent</code></dfn></dt>
<dd><p>Must return the string used for the value of the "<code title="">User-Agent</code>" header in HTTP requests, or the empty string if no such header is ever sent.</dd>
Expand Down
13 changes: 10 additions & 3 deletions source
Expand Up @@ -82796,11 +82796,12 @@ setTimeout({ toString: function () {

<pre class="idl">[NoInterfaceObject]
interface <dfn>NavigatorID</dfn> {
readonly attribute DOMString <span title="dom-navigator-appCodeName">appCodeName</span>;
readonly attribute DOMString <span title="dom-navigator-appCodeName">appCodeName</span>; // constant "Mozilla"
readonly attribute DOMString <span title="dom-navigator-appName">appName</span>;
readonly attribute DOMString <span title="dom-navigator-appVersion">appVersion</span>;
readonly attribute DOMString <span title="dom-navigator-platform">platform</span>;
readonly attribute DOMString <span title="dom-navigator-product">product</span>;
readonly attribute DOMString <span title="dom-navigator-product">product</span>; // constant "Gecko"
boolean <span title="dom-navigator-taintEnabled">taintEnabled</span>(); // constant false
readonly attribute DOMString <span title="dom-navigator-userAgent">userAgent</span>;
};</pre>

Expand Down Expand Up @@ -82843,6 +82844,11 @@ interface <dfn>NavigatorID</dfn> {
<p>Returns the string "<code title="">Gecko</code>".</p>
</dd>

<dt><var title="">window</var> . <code title="dom-navigator">navigator</code> . <code title="dom-navigator-taintEnabled">taintEnabled</code>()</dt>
<dd>
<p>Returns false.</p>
</dd>

<dt><var title="">window</var> . <code title="dom-navigator">navigator</code> . <code title="dom-navigator-userAgent">userAgent</code></dt>
<dd>
<p>Returns the complete User-Agent header.</p>
Expand Down Expand Up @@ -82879,7 +82885,8 @@ interface <dfn>NavigatorID</dfn> {

<!-- securityPolicy: Mozilla only; always returns "" -->

<!-- taintEnabled(): Opera, IE and Mozilla have this function as one that always returns false -->
<dt><dfn title="dom-navigator-taintEnabled"><code>taintEnabled()</code></dfn></dt>
<dd><p>Must return false.</p></dd>

<dt><dfn title="dom-navigator-userAgent"><code>userAgent</code></dfn></dt>
<dd><p>Must return the string used for the value of the "<code title="">User-Agent</code>" header in HTTP requests, or the empty string if no such header is ever sent.</p></dd>
Expand Down

0 comments on commit f4cd3a4

Please sign in to comment.