diff options
author | Moonchild <moonchild@palemoon.org> | 2020-01-22 10:35:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 10:35:12 +0000 |
commit | 8e33fa9c4b5e4fb3ddfa11b7722cc74df3f94eca (patch) | |
tree | 1fa82c7349a85865717c83dedbba38aae87fe8b9 /dom/base/nsSandboxFlags.h | |
parent | 722161775b9ec9314d1b02f567e42b83115cf993 (diff) | |
parent | a9290ef91ec408fa7886b99cc59be40b413a0ce0 (diff) | |
download | UXP-8e33fa9c4b5e4fb3ddfa11b7722cc74df3f94eca.tar UXP-8e33fa9c4b5e4fb3ddfa11b7722cc74df3f94eca.tar.gz UXP-8e33fa9c4b5e4fb3ddfa11b7722cc74df3f94eca.tar.lz UXP-8e33fa9c4b5e4fb3ddfa11b7722cc74df3f94eca.tar.xz UXP-8e33fa9c4b5e4fb3ddfa11b7722cc74df3f94eca.zip |
Merge pull request #1367 from g4jc/showmodaldialog
Completely remove showModalDialog
Diffstat (limited to 'dom/base/nsSandboxFlags.h')
-rw-r--r-- | dom/base/nsSandboxFlags.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dom/base/nsSandboxFlags.h b/dom/base/nsSandboxFlags.h index d18527597..b8c9ac357 100644 --- a/dom/base/nsSandboxFlags.h +++ b/dom/base/nsSandboxFlags.h @@ -29,8 +29,7 @@ const unsigned long SANDBOXED_NAVIGATION = 0x1; /** * This flag prevents content from creating new auxiliary browsing contexts, - * e.g. using the target attribute, the window.open() method, or the - * showModalDialog() method. + * e.g. using the target attribute, or the window.open() method. */ const unsigned long SANDBOXED_AUXILIARY_NAVIGATION = 0x2; |