Spec: https://html.spec.whatwg.org/multipage/semantics.html#link-type-noopener Discussion/background: https://github.com/whatwg/html/pull/290 Explainer: https://mathiasbynens.github.io/rel-noopener/
CCing potentially interested folks.
<rdar://problem/25193787>
Created attachment 292690 [details] Patch
We should also support the "noopener" feature for window.open(). I'll file a separate bug about that.
Comment on attachment 292690 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=292690&action=review > Source/WebCore/html/HTMLAnchorElement.cpp:-252 > - // Update HTMLAnchorElement::relList() if more rel attributes values are supported. I didn't mean to remove this comment. I'll restore it before landing.
Comment on attachment 292690 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=292690&action=review r=me > Source/WebCore/html/HTMLAnchorElement.h:-55 > -// RelationUp = 0x00020000, Are all of these implemented now? :-)
(In reply to comment #6) > Comment on attachment 292690 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=292690&action=review > > r=me > > > Source/WebCore/html/HTMLAnchorElement.h:-55 > > -// RelationUp = 0x00020000, > > Are all of these implemented now? :-) No, but there's no point in leaving the list of unimplemented values in a comment. The HTML spec is the right place for that list.
And thanks for the review :)
Created attachment 292786 [details] Patch
The commit-queue encountered the following flaky tests while processing attachment 292786 [details]: transitions/default-timing-function.html bug 138901 (author: simon.fraser@apple.com) The commit-queue is continuing to process your patch.
The commit-queue encountered the following flaky tests while processing attachment 292786 [details]: The commit-queue is continuing to process your patch.
Comment on attachment 292786 [details] Patch Clearing flags on attachment: 292786 Committed r207840: <http://trac.webkit.org/changeset/207840>
All reviewed patches have been landed. Closing bug.