diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /docshell/base/nsIDocShell.idl | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docshell/base/nsIDocShell.idl')
-rw-r--r-- | docshell/base/nsIDocShell.idl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docshell/base/nsIDocShell.idl b/docshell/base/nsIDocShell.idl index 024c0f544c..fdc04f16c6 100644 --- a/docshell/base/nsIDocShell.idl +++ b/docshell/base/nsIDocShell.idl @@ -271,16 +271,6 @@ interface nsIDocShell : nsIDocShellTreeItem */ attribute float zoom; - /* - * Tells the docshell to offer focus to its tree owner. - * This is currently only necessary for embedding chrome. - * If forDocumentNavigation is true, then document navigation should be - * performed, where only the root of documents are selected. Otherwise, the - * next element in the parent should be returned. Returns true if focus was - * successfully taken by the tree owner. - */ - boolean tabToTreeOwner(in boolean forward, in boolean forDocumentNavigation); - /** * Current busy state for DocShell */ |