gecko-dev/widget/gtk
Mike Hommey 3ddcfd71a8 Bug 1507644 - Remove dubious test in widget/gtk/moz.build. r=chmanchester
The intent of the test is to barf at configure time when the target
system doesn't use the glibc. The reason behind this is that the setup
with the mozwayland stub library relies on the dynamic linking order
the glibc uses.

However, the test checks GLIB_LIBS, which is the result of pkg-config
--libs for *GLIB*, not glibc, and all Gtk builds use glib, irrespective
of the libc in use. Practically speaking, this means the error branch
can't ever be taken... except on artifact builds, because we don't run
pkg-config tests there.

The dynamic linking order problem only really matter when wayland is
enabled at runtime, which it isn't by default. We'll eventually have to
sort it out for tier 3 platforms, but the current moz.build doesn't do
anything for them anyways.

Differential Revision: https://phabricator.services.mozilla.com/D12074

--HG--
extra : moz-landing-system : lando
2018-11-16 21:19:51 +00:00
..
compat
compat-gtk3
crashtests
mozgtk Bug 1497580 - use gtk_target_list_add_text_targets for text/unicode clipboard data r=karlt 2018-10-10 21:44:41 +00:00
mozwayland Bug 1504904 - Don't use GDK_IS_WAYLAND_DISPLAY() as it's missing on Gtk+ X11 only builds, r=jhorak 2018-11-12 15:25:38 +00:00
wayland Bug 1417892 - Added gtk-primary-selection-client-protocol header/source files from Gtk+ project, r=jhorak 2018-03-06 14:02:21 +01:00
CompositorWidgetChild.cpp
CompositorWidgetChild.h
CompositorWidgetParent.cpp
CompositorWidgetParent.h
GtkCompositorWidget.cpp Bug 1401634 - Flush window XID to X server before we pass the XID to gpu process, r=jhorak 2018-07-27 14:00:09 +02:00
GtkCompositorWidget.h
IMContextWrapper.cpp Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj. 2018-08-14 14:43:42 +03:00
IMContextWrapper.h Bug 1461307 - Overwrite selection colors of widget which may be referred by IME via IM context with selection colors of GtkTextView r=karlt 2018-07-13 18:12:53 +09:00
InProcessGtkCompositorWidget.cpp
InProcessGtkCompositorWidget.h Bug 1448271 - Update some names of #include guards r=nical 2018-03-23 22:40:04 +09:00
NativeKeyBindings.cpp
NativeKeyBindings.h
PCompositorWidget.ipdl
PlatformWidgetTypes.ipdlh Bug 1406533 - Implement a way to transfer shape option from nsWindow to WindowSurfaceX11Image, r=lsalzman 2018-07-24 16:07:04 +02:00
ScreenHelperGTK.cpp Bug 1504904 - Don't use GDK_IS_WAYLAND_DISPLAY() as it's missing on Gtk+ X11 only builds, r=jhorak 2018-11-12 15:25:38 +00:00
ScreenHelperGTK.h
TaskbarProgress.cpp Bug 1418749 - Add a TaskbarProgress implementation for gtk3/x11. r=paolo,karlt 2018-03-08 18:43:00 +02:00
TaskbarProgress.h Bug 1418749 - Add a TaskbarProgress implementation for gtk3/x11. r=paolo,karlt 2018-03-08 18:43:00 +02:00
WakeLockListener.cpp Bug 1495404 - Postpone dbus_bus_get() call until we need it at WakeLockListener::Callback(), r=jhorak 2018-10-01 13:22:48 +00:00
WakeLockListener.h Bug 1495404 - Postpone dbus_bus_get() call until we need it at WakeLockListener::Callback(), r=jhorak 2018-10-01 13:22:48 +00:00
WidgetStyleCache.cpp Bug 1505316 p2. Rename aWidgetType to aAppearance in widget code. r=emilio 2018-10-24 16:24:57 +01:00
WidgetStyleCache.h Bug 1355143 - Implement CreateStyleContextWithStates to style with fully stated css path, r=jhorak 2018-04-18 11:03:39 +02:00
WidgetTraceEvent.cpp
WidgetUtilsGtk.cpp
WidgetUtilsGtk.h
WindowSurfaceProvider.cpp Bug 1406533 - Implement a way to transfer shape option from nsWindow to WindowSurfaceX11Image, r=lsalzman 2018-07-24 16:07:04 +02:00
WindowSurfaceProvider.h Bug 1406533 - Implement a way to transfer shape option from nsWindow to WindowSurfaceX11Image, r=lsalzman 2018-07-24 16:07:04 +02:00
WindowSurfaceWayland.cpp Bug 1505307 - Don't use nsCOMPtr array to track Wayland display connections, r=jhorak 2018-11-09 14:50:29 +00:00
WindowSurfaceWayland.h Bug 1504951 - Fix static analysis errors that arise when enabling wayland support. r=jhorak 2018-11-08 01:41:33 +00:00
WindowSurfaceX11.cpp Bug 1449352 - always composite 24 depth WindowSurfaceX11 as BGRX. r=jrmuizel 2018-04-10 12:43:59 -04:00
WindowSurfaceX11.h
WindowSurfaceX11Image.cpp Bug 1481385 - Calculate bitmap mask size with stride. r=lsalzman 2018-08-09 12:10:18 +03:00
WindowSurfaceX11Image.h Bug 1406533 - Create and apply XShape mask at WindowSurfaceX11Image, r=lsalzman 2018-07-24 16:02:05 +02:00
WindowSurfaceXRender.cpp
WindowSurfaceXRender.h
gtk3drawing.cpp Bug 1506248 - Backout bug 1498356 (3df978f11b6d) since bug 1503272 makes it unnecessary now. r=stransky 2018-11-12 12:16:50 +00:00
gtkdrawing.h Bug 1506248 - Backout bug 1498356 (d2b32aa2055f) since bug 1503272 makes it unnecessary now. r=stransky 2018-11-12 12:15:28 +00:00
maiRedundantObjectFactory.c
maiRedundantObjectFactory.h
moz.build Bug 1507644 - Remove dubious test in widget/gtk/moz.build. r=chmanchester 2018-11-16 21:19:51 +00:00
mozcontainer.cpp Bug 1504904 - Don't use GDK_IS_WAYLAND_DISPLAY() as it's missing on Gtk+ X11 only builds, r=jhorak 2018-11-12 15:25:38 +00:00
mozcontainer.h Bug 1444437 - [Wayland] Don't map mozcontainer subsurface until parent surface is commited, r=ashie 2018-06-28 13:37:31 +02:00
nsAppShell.cpp Bug 1476250 - Simplify HAL initialization and shutdown to reduce the chance of leaks and UAFs r=froydnj 2018-08-31 20:29:30 +00:00
nsAppShell.h
nsApplicationChooser.cpp
nsApplicationChooser.h
nsBidiKeyboard.cpp Bug 1491595 - Remove the XPCOM registration for the bidi keyboard; r=mstange 2018-09-17 00:02:58 -04:00
nsBidiKeyboard.h
nsCUPSShim.cpp
nsCUPSShim.h
nsClipboard.cpp Bug 1506264 - Fix querying the nsIObserver interface in all classes implementing it r=erahm 2018-11-09 22:20:54 +00:00
nsClipboard.h Bug 1417892 - Implement primary clipboard selection under Wayland, r=jhorak 2018-04-04 14:49:21 +02:00
nsClipboardWayland.cpp Bug 1505023 - Remove unused mKeyboard field after bug 1504689. r=jhorak 2018-11-07 11:43:01 +00:00
nsClipboardWayland.h Bug 1504951 - Fix static analysis errors that arise when enabling wayland support. r=jhorak 2018-11-08 01:41:33 +00:00
nsClipboardX11.cpp Bug 1417892 - Implement primary clipboard selection under Wayland, r=jhorak 2018-04-04 14:49:21 +02:00
nsClipboardX11.h Bug 1417892 - Implement primary clipboard selection under Wayland, r=jhorak 2018-04-04 14:49:21 +02:00
nsColorPicker.cpp Bug 1496836 - Set colorpicker widget as modal if parent widget is also modal on GTK. r=karlt 2018-10-10 20:21:39 +00:00
nsColorPicker.h
nsDeviceContextSpecG.cpp Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj. 2018-08-14 14:43:42 +03:00
nsDeviceContextSpecG.h
nsDragService.cpp Bug 1503577 - Change CreateDataFromPrimitive aDataLen to out parameter with size of string in bytes. r=mstange 2018-11-09 13:24:28 +00:00
nsDragService.h Bug 396370 - Gtk (XDnd) Image/File drag and drop support r=karlt 2018-10-04 10:31:45 +00:00
nsFilePicker.cpp Bug 1490186 - Add GtkFileChooserNative support to Firefox. r=stransky 2018-10-15 19:25:10 +00:00
nsFilePicker.h Bug 1490186 - Add GtkFileChooserNative support to Firefox. r=stransky 2018-10-15 19:25:10 +00:00
nsGTKToolkit.h
nsGtkCursors.h
nsGtkKeyUtils.cpp Bug 1470047 - Implement InitBySystemSettingsWayland() and get key modifiers on Wayland, r=ashie 2018-07-10 18:28:32 +02:00
nsGtkKeyUtils.h Bug 1470047 - Implement InitBySystemSettingsWayland() and get key modifiers on Wayland, r=ashie 2018-07-10 18:28:32 +02:00
nsGtkUtils.h
nsIImageToPixbuf.h
nsIdleServiceGTK.cpp
nsIdleServiceGTK.h
nsImageToPixbuf.cpp
nsImageToPixbuf.h
nsLookAndFeel.cpp Bug 1493145 - [CSD] Enable round corners by default by -moz-gtk-csd-transparent-background media query, r=dao 2018-09-25 11:53:04 +00:00
nsLookAndFeel.h Bug 1472276 - Make -moz-cellhighlight distinct from Highlight and -moz-field r=karlt 2018-06-29 19:23:03 +01:00
nsNativeThemeGTK.cpp Bug 1317870 - Make intrinsic sizing for <input type=range> work properly and make its default margin/padding compatible with Chrome/Safari. r=jwatt 2018-11-15 20:47:33 +01:00
nsNativeThemeGTK.h Bug 1506248 - Backout bug 1498898 (0a63507e990c) since bug 1503272 makes it unnecessary now. r=stransky 2018-11-12 12:16:22 +00:00
nsPSPrinters.cpp
nsPSPrinters.h
nsPrintDialogGTK.cpp Bug 1501944 - Enable to build wayland target on Gtk 3.10, r=jhorak 2018-11-01 11:09:40 +00:00
nsPrintDialogGTK.h
nsPrintSettingsGTK.cpp
nsPrintSettingsGTK.h
nsPrintSettingsServiceGTK.cpp
nsPrintSettingsServiceGTK.h
nsSound.cpp Bug 1448914 - remove nsISound::playSystemSound; r=masayuki 2018-03-27 10:41:40 -04:00
nsSound.h
nsToolkit.cpp
nsWidgetFactory.cpp Bug 1498625 - Part 2: Switch VR process to TYPE_MOZILLA_CHILD message loop type. r=froydnj,handyman 2018-11-05 21:28:38 +00:00
nsWindow.cpp Bug 1504904 - Don't use GDK_IS_WAYLAND_DISPLAY() as it's missing on Gtk+ X11 only builds, r=jhorak 2018-11-12 15:25:38 +00:00
nsWindow.h Bug 1506027 - Remove remaining (now useless) MOZ_WIDGET_GTK >= 3 tests. r=karlt 2018-11-09 08:44:42 +00:00