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

This commit is contained in:
2007-07-26 15:20:29 -07:00
parent b410bb5f8a
commit 2a87c31610
35 changed files with 1586 additions and 148 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;