Backed out changeset 9f7da731bf06 (CLOSED TREE)

This commit is contained in:
Dão Gottwald 2013-12-12 12:38:34 +01:00
Родитель 6cfc2fd5ae
Коммит 2430f71df6
2 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -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 = {
/*