Bug 111076

Summary: Meta referrer isn't honored for window.open
Product: WebKit Reporter: Stuart Morgan <stuartmorgan>
Component: New BugsAssignee: jochen
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ap, japhet, jochen, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Stuart Morgan 2013-02-28 06:41:33 PST
If a page has a meta referrer tag, and does a window.open, the meta referrer tag isn't honored for deciding what referrer to use. E.g., on an http page with referrer=origin, a window.open from the page is sending the whole source URL as the referrer, while an href with target="_blank" is sending only the origin as expected.
Comment 1 jochen 2013-02-28 10:51:09 PST
looking..
Comment 2 jochen 2013-02-28 12:16:53 PST
Created attachment 190778 [details]
Patch
Comment 3 WebKit Review Bot 2013-02-28 13:47:55 PST
Comment on attachment 190778 [details]
Patch

Clearing flags on attachment: 190778

Committed r144360: <http://trac.webkit.org/changeset/144360>
Comment 4 WebKit Review Bot 2013-02-28 13:47:58 PST
All reviewed patches have been landed.  Closing bug.