summaryrefslogtreecommitdiffstats
path: root/docshell/shistory/nsISHEntry.idl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
commitda4c7e7ed675c3bf405668739c3012d140856109 (patch)
treecdd868dba063fecba609a1d819de271f0d51b23e /docshell/shistory/nsISHEntry.idl
parentAdding upstream version 125.0.3. (diff)
downloadfirefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz
firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docshell/shistory/nsISHEntry.idl')
-rw-r--r--docshell/shistory/nsISHEntry.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/docshell/shistory/nsISHEntry.idl b/docshell/shistory/nsISHEntry.idl
index 1d7427f581..6f682758d4 100644
--- a/docshell/shistory/nsISHEntry.idl
+++ b/docshell/shistory/nsISHEntry.idl
@@ -331,14 +331,14 @@ interface nsISHEntry : nsISupports
in nsIURI originalURI,
in nsIURI resultPrincipalURI,
in nsIURI unstrippedURI,
- in bool loadReplace,
+ in boolean loadReplace,
in nsIReferrerInfo referrerInfo,
in AString srcdoc,
- in bool srcdocEntry,
+ in boolean srcdocEntry,
in nsIURI baseURI,
- in bool saveLayoutState,
- in bool expired,
- in bool userActivation);
+ in boolean saveLayoutState,
+ in boolean expired,
+ in boolean userActivation);
nsISHEntry clone();
@@ -413,7 +413,7 @@ interface nsISHEntry : nsISupports
* Add a new child SHEntry. If offset is -1 adds to the end of the list.
*/
void AddChild(in nsISHEntry aChild, in long aOffset,
- [optional,default(false)] in bool aUseRemoteSubframes);
+ [optional,default(false)] in boolean aUseRemoteSubframes);
/**
* Remove a child SHEntry.