bug 265135: put internal referrers on channels to fix xpinstall whitelisting the right way. r=darin,sr=jst

git-svn-id: svn://10.0.0.236/trunk@164582 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dveditz%cruzio.com
2004-10-28 22:52:45 +00:00
parent f3a5c562c1
commit cda3a7d10c
9 changed files with 86 additions and 81 deletions

View File

@@ -355,13 +355,6 @@ protected:
PRPackedBool mIsBeingDestroyed;
// used to keep track of whether user click links should be handle
// by us or immediately kicked out to an external
// application. mscott: eventually i'm going to try to fold this
// up into the uriloader where it belongs but i haven't figured
// out how to do that yet.
PRPackedBool mUseExternalProtocolHandler;
// Disallow popping up new windows with target=
PRPackedBool mDisallowPopupWindows;