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:
Anny Gakhokidze 2021-08-05 22:54:33 +00:00
Родитель 68454cb184
Коммит 51157f7065
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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 \