Backed out changeset 9d1f52cabe41 (bug 1440461) for build bustages on nsWindow.cpp

This commit is contained in:
Narcis Beleuzu 2018-03-01 05:32:33 +02:00
Родитель b75128438f
Коммит 1d1a8b086b
3 изменённых файлов: 2 добавлений и 6 удалений

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

@ -62,7 +62,7 @@ DEFINES['APP_LICENSE_BLOCK'] = '%s/content/overrides/app-license.html' % SRCDIR
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'gtk3', 'cocoa'):
DEFINES['CONTEXT_COPY_IMAGE_CONTENTS'] = 1
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'cocoa'):
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'cocoa', 'gtk3'):
DEFINES['CAN_DRAW_IN_TITLEBAR'] = 1
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'gtk3'):

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

@ -261,7 +261,7 @@ EXTRA_JS_MODULES.sessionstore += [
'sessionstore/Utils.jsm',
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'cocoa'):
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'cocoa', 'gtk3'):
DEFINES['CAN_DRAW_IN_TITLEBAR'] = 1
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'gtk3'):

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

@ -6910,10 +6910,6 @@ nsWindow::DoDrawTitlebar() const
nsWindow::CSDSupportLevel
nsWindow::GetCSDSupportLevel() {
// Disabled due to Bug 1440461
return CSD_SUPPORT_NONE;
if (sCSDSupportLevel != CSD_SUPPORT_UNKNOWN) {
return sCSDSupportLevel;
}