backout due to orange

This commit is contained in:
2007-07-26 16:34:22 -07:00
parent ddd301e217
commit 37f1910e41
16 changed files with 122 additions and 533 deletions

View File

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