summaryrefslogtreecommitdiffstats
path: root/xpfe/appshell/nsIAppShellService.idl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /xpfe/appshell/nsIAppShellService.idl
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.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();
};