зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1704001 - Add a comment explaining HasLoadedNonInitialDocument for BrowsingContext.h, r=nika
Differential Revision: https://phabricator.services.mozilla.com/D121910
This commit is contained in:
Родитель
68454cb184
Коммит
51157f7065
|
@ -183,6 +183,10 @@ enum class ExplicitActiveStatus : uint8_t {
|
|||
FIELD(IsSingleToplevelInHistory, bool) \
|
||||
FIELD(UseErrorPages, bool) \
|
||||
FIELD(PlatformOverride, nsString) \
|
||||
/* Specifies if this BC has loaded documents besides the initial \
|
||||
* about:blank document. about:privatebrowsing, about:home, about:newtab \
|
||||
* and non-initial about:blank are not considered to be initial \
|
||||
* documents. */ \
|
||||
FIELD(HasLoadedNonInitialDocument, bool) \
|
||||
/* Default value for nsIContentViewer::authorStyleDisabled in any new \
|
||||
* browsing contexts created as a descendant of this one. Valid only for \
|
||||
|
|
Загрузка…
Ссылка в новой задаче