Bug 1641270 - Part 4: Expose the cookieJarSettings to the browser object. r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D95614
This commit is contained in:
@@ -179,6 +179,10 @@ class WindowGlobalParent final : public WindowContext,
|
||||
|
||||
nsICookieJarSettings* CookieJarSettings() { return mCookieJarSettings; }
|
||||
|
||||
nsICookieJarSettings* GetCookieJarSettings() const {
|
||||
return mCookieJarSettings;
|
||||
}
|
||||
|
||||
bool DocumentHasLoaded() { return mDocumentHasLoaded; }
|
||||
|
||||
bool DocumentHasUserInteracted() { return mDocumentHasUserInteracted; }
|
||||
|
||||
Reference in New Issue
Block a user