зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 9f7da731bf06 (CLOSED TREE)
This commit is contained in:
Родитель
6cfc2fd5ae
Коммит
2430f71df6
|
@ -86,11 +86,9 @@ const BROWSER_EVENTS = [
|
|||
// The number of milliseconds in a day
|
||||
const MS_PER_DAY = 1000.0 * 60.0 * 60.0 * 24.0;
|
||||
|
||||
#ifdef XP_UNIX
|
||||
#ifndef XP_MACOSX
|
||||
#ifndef XP_WIN
|
||||
#define BROKEN_WM_Z_ORDER
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Cu.import("resource://gre/modules/Services.jsm", this);
|
||||
Cu.import("resource://gre/modules/XPCOMUtils.jsm", this);
|
||||
|
|
|
@ -11,11 +11,9 @@ const Cu = Components.utils;
|
|||
Cu.import("resource://gre/modules/Services.jsm");
|
||||
Cu.import("resource://gre/modules/PrivateBrowsingUtils.jsm");
|
||||
|
||||
#ifdef XP_UNIX
|
||||
#ifndef XP_MACOSX
|
||||
#ifndef XP_WIN
|
||||
#define BROKEN_WM_Z_ORDER
|
||||
#endif
|
||||
#endif
|
||||
|
||||
this.RecentWindow = {
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче