зеркало из https://github.com/mozilla/pjs.git
Added max-pages
This commit is contained in:
Родитель
25155ad0a7
Коммит
e8157d4857
|
@ -84,6 +84,10 @@ public:
|
||||||
mRecord = aFile;
|
mRecord = aFile;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SetMaxPages(PRInt32 aMax) {
|
||||||
|
mMaxPages = aMax;
|
||||||
|
}
|
||||||
|
|
||||||
void LoadNextURL();
|
void LoadNextURL();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
@ -110,6 +114,7 @@ protected:
|
||||||
PRBool mJiggleLayout;
|
PRBool mJiggleLayout;
|
||||||
PRBool mPostExit;
|
PRBool mPostExit;
|
||||||
PRInt32 mDelay;
|
PRInt32 mDelay;
|
||||||
|
PRInt32 mMaxPages;
|
||||||
|
|
||||||
nsVoidArray mPendingURLs;
|
nsVoidArray mPendingURLs;
|
||||||
nsVoidArray mSafeDomains;
|
nsVoidArray mSafeDomains;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче