summaryrefslogtreecommitdiffstats
path: root/xpfe/appshell/nsIAppShellService.idl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
commitdef92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch)
tree2ef34b9ad8bb9a9220e05d60352558b15f513894 /xpfe/appshell/nsIAppShellService.idl
parentAdding debian version 125.0.3-1. (diff)
downloadfirefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz
firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip
Merging upstream version 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();
};