bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz

git-svn-id: svn://10.0.0.236/trunk@115625 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
2002-03-02 01:26:49 +00:00
parent 4d3af7b911
commit c30bfac365
17 changed files with 88 additions and 33 deletions

View File

@@ -610,7 +610,8 @@ nsWebShell::HandleLinkClickEvent(nsIContent *aContent,
aPostDataStream, // Post data stream
aHeadersDataStream, // Headers stream
LOAD_LINK, // Load type
nsnull); // No SHEntry
nsnull, // No SHEntry
PR_TRUE); // first party site
}
break;
case eLinkVerb_Embed:
@@ -1005,8 +1006,8 @@ nsresult nsWebShell::EndPageLoad(nsIWebProgress *aProgress,
inputStream, // Post data stream
nsnull, // No headers stream
LOAD_RELOAD_BYPASS_PROXY_AND_CACHE,// Load type
nsnull); // No SHEntry
nsnull, // No SHEntry
PR_TRUE); // first party site
}
}
}