Skip to content

Commit

Permalink
Regression fix: tokenize features earlier in window.open()
Browse files Browse the repository at this point in the history
Regressed in a68a1f7.

Fixes #3107.
  • Loading branch information
annevk authored and domenic committed Oct 9, 2017
1 parent 9252cf8 commit 0ce114d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -78180,6 +78180,9 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
<li><p>If <var>target</var> is the empty string, then set <var>target</var> to "<code
data-x="">_blank</code>".</p></li>

<li><p>Let <var>tokenizedFeatures</var> be the result of <span
data-x="concept-window-open-features-tokenize">tokenizing</span> <var>features</var>.</p></li>

<li><p>Let <var>noopener</var> be true if <var>tokenizedFeatures</var> <span data-x="map
exists">contains</span> an entry with the key "<code data-x="">noopener</code>"</p></li>

Expand All @@ -78198,9 +78201,6 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span

<li><p>If <var>target browsing context</var> is null, then return null.</p></li>

<li><p>Let <var>tokenizedFeatures</var> be the result of <span
data-x="concept-window-open-features-tokenize">tokenizing</span> <var>features</var>.</p></li>

<li><p>Let <var>resource</var> be the <span>URL</span> "<code>about:blank</code>".</p></li>

<li>
Expand Down

0 comments on commit 0ce114d

Please sign in to comment.