Make "Open in new Window" and "Open in new Tab" set referrer correctly.
Bug 48902, r=doron, sr=hyatt git-svn-id: svn://10.0.0.236/trunk@112628 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2306,9 +2306,9 @@ nsDocShell::LoadURI(const PRUnichar * aURI,
|
||||
|
||||
loadInfo->SetLoadType(ConvertLoadTypeToDocShellLoadInfo(aLoadFlags));
|
||||
loadInfo->SetPostDataStream(aPostStream);
|
||||
loadInfo->SetReferrer(aReferingURI);
|
||||
|
||||
// XXX: Need to pass in the extra headers stream too...
|
||||
// XXX: Need to pass in referer...
|
||||
|
||||
rv = LoadURI(uri, loadInfo, 0);
|
||||
return rv;
|
||||
|
||||
Reference in New Issue
Block a user