Bug 389508: Cross site XMLHttpRequest. r=jst/biesi sr/dveditz/biesi

This commit is contained in:
2007-07-26 19:49:18 -07:00
parent d621e0b59f
commit a8d82214f0
18 changed files with 1435 additions and 1010 deletions

View File

@@ -75,8 +75,6 @@ public:
virtual void EndLoad();
virtual PRBool IsLoadedAsData();
// nsIDOMNode interface
NS_IMETHOD CloneNode(PRBool aDeep, nsIDOMNode** aReturn);
@@ -112,7 +110,6 @@ protected:
// cannot be null.
PRPackedBool mChannelIsPending;
PRPackedBool mCrossSiteAccessEnabled;
PRPackedBool mLoadedAsData;
PRPackedBool mLoadedAsInteractiveData;
PRPackedBool mAsync;
PRPackedBool mLoopingForSyncLoad;