summaryrefslogtreecommitdiffstats
path: root/xpfe/appshell/nsIAppShellService.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 /xpfe/appshell/nsIAppShellService.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 'xpfe/appshell/nsIAppShellService.idl')
-rw-r--r--xpfe/appshell/nsIAppShellService.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/xpfe/appshell/nsIAppShellService.idl b/xpfe/appshell/nsIAppShellService.idl
index d8de8ae149..3f793c4ec8 100644
--- a/xpfe/appshell/nsIAppShellService.idl
+++ b/xpfe/appshell/nsIAppShellService.idl
@@ -52,7 +52,7 @@ interface nsIAppShellService : nsISupports
* @param aChromeMask Used to specify chrome flags that should be set on the
* window. See nsIWebBrowserChrome for flag definitions.
*/
- nsIWindowlessBrowser createWindowlessBrowser([optional] in bool aIsChrome,
+ nsIWindowlessBrowser createWindowlessBrowser([optional] in boolean aIsChrome,
[optional] in uint32_t aChromeMask);
[noscript]
@@ -123,6 +123,6 @@ interface nsIAppShellService : nsISupports
* is already enabled has no effect.
* @return true if tracking succeeded.
*/
- bool startEventLoopLagTracking();
+ boolean startEventLoopLagTracking();
void stopEventLoopLagTracking();
};