Bug 1336230 - Rename macsuppressanimation and CHROME_MAC_SUPPRESS_ANIMATION to be platform agnostic. r=jimm

MozReview-Commit-ID: HWyrm1lVwdY
This commit is contained in:
Mike Conley
2017-02-03 16:04:33 -05:00
parent 6a43d7e2d5
commit 923a5b92ad
5 changed files with 10 additions and 10 deletions

View File

@@ -83,9 +83,9 @@ interface nsIWebBrowserChrome : nsISupports
// Whether this window should use remote (out-of-process) tabs.
const unsigned long CHROME_REMOTE_WINDOW = 0x00100000;
// Prevents new window animations on Mac OS X Lion. Ignored on other
// platforms.
const unsigned long CHROME_MAC_SUPPRESS_ANIMATION = 0x01000000;
// Prevents new window animations on MacOS and Windows. Currently
// ignored for Linux.
const unsigned long CHROME_SUPPRESS_ANIMATION = 0x01000000;
const unsigned long CHROME_WINDOW_RAISED = 0x02000000;
const unsigned long CHROME_WINDOW_LOWERED = 0x04000000;