Bug 111076 - Meta referrer isn't honored for window.open
Summary: Meta referrer isn't honored for window.open
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: jochen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 06:41 PST by Stuart Morgan
Modified: 2013-02-28 13:47 PST (History)
5 users (show)

See Also:


Attachments
Patch (6.53 KB, patch)
2013-02-28 12:16 PST, jochen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.