зеркало из https://github.com/mozilla/pjs.git
Added GetDocumentURLGroup() method
This commit is contained in:
Родитель
c70c256c86
Коммит
2e80273909
|
@ -68,6 +68,11 @@ public:
|
|||
*/
|
||||
virtual nsIURL* GetDocumentURL() const;
|
||||
|
||||
/**
|
||||
* Return the URLGroup for the document. May return null.
|
||||
*/
|
||||
virtual nsIURLGroup* GetDocumentURLGroup() const;
|
||||
|
||||
/**
|
||||
* Return a standard name for the document's character set. This will
|
||||
* trigger a startDocumentLoad if necessary to answer the question.
|
||||
|
@ -275,6 +280,7 @@ protected:
|
|||
nsIArena* mArena;
|
||||
nsString* mDocumentTitle;
|
||||
nsIURL* mDocumentURL;
|
||||
nsIURLGroup* mDocumentURLGroup;
|
||||
nsCharSetID mCharacterSet;
|
||||
nsIDocument* mParentDocument;
|
||||
nsVoidArray mSubDocuments;
|
||||
|
|
|
@ -68,6 +68,11 @@ public:
|
|||
*/
|
||||
virtual nsIURL* GetDocumentURL() const;
|
||||
|
||||
/**
|
||||
* Return the URLGroup for the document. May return null.
|
||||
*/
|
||||
virtual nsIURLGroup* GetDocumentURLGroup() const;
|
||||
|
||||
/**
|
||||
* Return a standard name for the document's character set. This will
|
||||
* trigger a startDocumentLoad if necessary to answer the question.
|
||||
|
@ -275,6 +280,7 @@ protected:
|
|||
nsIArena* mArena;
|
||||
nsString* mDocumentTitle;
|
||||
nsIURL* mDocumentURL;
|
||||
nsIURLGroup* mDocumentURLGroup;
|
||||
nsCharSetID mCharacterSet;
|
||||
nsIDocument* mParentDocument;
|
||||
nsVoidArray mSubDocuments;
|
||||
|
|
Загрузка…
Ссылка в новой задаче