gecko-dev/widget/gtk
Martin Stransky d2b8e6dd4e Bug 1619530 [Wayland] Don't request zwp_linux_dmabuf to import dmabuf objects, r=jhorak
- Allow to create dmabuf object without zwp_linux_dmabuf extension.
- Don't import GBM dmabuf objects

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

--HG--
extra : moz-landing-system : lando
2020-03-06 10:40:39 +00:00
..
compat Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
compat-gtk3 Bug 1562642 - Part 2 - Add missing MPL2 headers r=Gijs 2019-07-08 09:27:47 +00:00
crashtests
mozgtk Backed out changeset 93335e047c83 (bug 1600414) for causing mochitest and wpt failures on a CLOSED TREE 2020-02-05 13:16:41 +02:00
mozwayland Backed out changeset bbb39655cf71 (bug 1605934) for build bustage in widget/gtk/mozwayland/mozwayland.c 2020-01-18 15:39:55 +02:00
wayland Bug 1613364 [Wayland] Clean up WaylandDMABufSurface class, r=jhorak 2020-02-12 22:35:09 +00:00
CompositorWidgetChild.cpp Bug 1604412 - Give CompositorWidgetChild more window info r=sotaro 2020-01-08 18:37:38 +00:00
CompositorWidgetChild.h Bug 1604412 - Give CompositorWidgetChild more window info r=sotaro 2020-01-08 18:37:38 +00:00
CompositorWidgetParent.cpp Bug 1597619 - Remove RequestsUpdatingEGLSurface() r=nical 2019-11-19 10:36:55 +00:00
CompositorWidgetParent.h Bug 1597619 - Remove RequestsUpdatingEGLSurface() r=nical 2019-11-19 10:36:55 +00:00
GtkCompositorWidget.cpp Bug 1597619 - Remove RequestsUpdatingEGLSurface() r=nical 2019-11-19 10:36:55 +00:00
GtkCompositorWidget.h Bug 1597619 - Remove RequestsUpdatingEGLSurface() r=nical 2019-11-19 10:36:55 +00:00
IMContextWrapper.cpp Bug 1617778 - Use ToString.h to share text and selection change logging. r=masayuki 2020-02-28 04:45:05 +00:00
IMContextWrapper.h
InProcessGtkCompositorWidget.cpp
InProcessGtkCompositorWidget.h
MPRISInterfaceDescription.h Bug 1353652 - Initial Draft of MPRIS API Provider (Media API on Linux) r=alwu 2020-02-12 13:10:50 +00:00
MPRISServiceHandler.cpp Bug 1615270 - [Media-Control Linux] MPRIS: Correctly emit the PropertyChange Event on the Player Interface (https://specifications.freedesktop.org/mpris-spec/latest/Player_Interface.html), r=emilio 2020-02-23 22:58:39 +00:00
MPRISServiceHandler.h Bug 1615375 - MPRIS: Dynamically determine the User-Agent Vendor and Name to support Re-Branding. r=alwu 2020-02-19 08:58:58 +00:00
MediaKeysEventSourceFactory.cpp Bug 1353652 - Initial Draft of MPRIS API Provider (Media API on Linux) r=alwu 2020-02-12 13:10:50 +00:00
NativeKeyBindings.cpp Bug 1546839 - part 1: Change `enum Command` to `enum class Command` and drop "Command" prefix from each item r=smaug 2019-04-30 04:23:24 +00:00
NativeKeyBindings.h
PCompositorWidget.ipdl Bug 1597619 - Remove RequestsUpdatingEGLSurface() r=nical 2019-11-19 10:36:55 +00:00
PlatformWidgetTypes.ipdlh
ProcInfo.cpp Bug 1529022 - Add a GeckoChildProcessHosts iterator r=jld 2019-06-21 01:33:47 +00:00
ScreenHelperGTK.cpp
ScreenHelperGTK.h
TaskbarProgress.cpp
TaskbarProgress.h
WakeLockListener.cpp Bug 1608361 [Wayland] Use WaylandDisplayGet() to get and check Wayland display, r=jhorak 2020-01-13 10:53:31 +00:00
WakeLockListener.h Bug 1595828 - Fix some include guards. r=froydnj 2019-11-12 17:27:20 +00:00
WaylandDMABufSurface.cpp Bug 1619530 [Wayland] Don't request zwp_linux_dmabuf to import dmabuf objects, r=jhorak 2020-03-06 10:40:39 +00:00
WaylandDMABufSurface.h Bug 1619530 [Wayland] Don't request zwp_linux_dmabuf to import dmabuf objects, r=jhorak 2020-03-06 10:40:39 +00:00
WaylandVsyncSource.cpp Bug 1542808 - Implement widget-local VsyncSource for Wayland windows. r=stransky,lsalzman 2019-11-27 00:21:33 +00:00
WaylandVsyncSource.h Bug 1542808 - Implement widget-local VsyncSource for Wayland windows. r=stransky,lsalzman 2019-11-27 00:21:33 +00:00
WidgetStyleCache.cpp Bug 1617858 [Linux/Gtk] Don't use a fallback widget when it's missing, r=jhorak 2020-02-25 13:32:47 +00:00
WidgetStyleCache.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-28 09:30:05 +00:00
WidgetTraceEvent.cpp
WidgetUtilsGtk.cpp
WidgetUtilsGtk.h
WindowSurfaceProvider.cpp Bug 1469716 provide identifying handles in CreateWindowSurface() log messages r=rhunt 2019-11-20 04:32:43 +00:00
WindowSurfaceProvider.h Bug 1353652 - Fix unified builds r=karlt 2019-12-03 14:03:01 +00:00
WindowSurfaceWayland.cpp Bug 1613364 [Wayland] Derive WaylandDMABufSurfaceRGBA from WaylandDMABufSurface, r=jhorak 2020-02-12 22:34:27 +00:00
WindowSurfaceWayland.h Bug 1613364 [Wayland] Derive WaylandDMABufSurfaceRGBA from WaylandDMABufSurface, r=jhorak 2020-02-12 22:34:27 +00:00
WindowSurfaceX11.cpp
WindowSurfaceX11.h
WindowSurfaceX11Image.cpp
WindowSurfaceX11Image.h
WindowSurfaceXRender.cpp Bug 1435586 - Use static gfxPlatform methods directly instead of requiring initialization. r=kats 2019-06-05 12:40:26 -04:00
WindowSurfaceXRender.h
components.conf Bug 1575415 - Always register the nsApplicationChooser component in Gtk builds. r=froydnj 2019-08-21 12:25:21 +00:00
gtk3drawing.cpp Bug 1605253 [Linux/Gtk] Set widget preferred size to some minimal value when it's returned as zero, r=jhorak 2020-02-08 18:11:59 +00:00
gtkdrawing.h Bug 1603419 [Linux] Cache GetCSDDecorationSize() results, r=jhorak 2019-12-13 07:44:48 +00:00
maiRedundantObjectFactory.c Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
maiRedundantObjectFactory.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
moz.build Bug 1353652 - Initial Draft of MPRIS API Provider (Media API on Linux) r=alwu 2020-02-12 13:10:50 +00:00
mozcontainer.cpp Bug 1609538 - Workarounds for Mutter 3.36, r=jhorak 2020-03-05 09:02:02 +00:00
mozcontainer.h Bug 1609538 - Workarounds for Mutter 3.36, r=jhorak 2020-03-05 09:02:02 +00:00
nsAppShell.cpp Bug 1619907 [Wayland] Provide logging to dmabuf code, r=jhorak 2020-03-05 09:19:59 +00:00
nsAppShell.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsApplicationChooser.cpp Bug 1598337 - add null check to prevent crash at nsApplicationChooser::Done. r=karlt 2019-12-02 19:48:17 +00:00
nsApplicationChooser.h
nsBidiKeyboard.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsBidiKeyboard.h
nsCUPSShim.cpp Bug 1612713 - Avoid unloading several libraries in TSan builds. r=froydnj 2020-02-04 14:38:49 +00:00
nsCUPSShim.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsClipboard.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsClipboard.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsClipboardWayland.cpp Bug 1604048 - Make Wayland DnD behaviour closer match X11's - part 1, r=stransky 2020-01-31 11:37:34 +00:00
nsClipboardWayland.h Bug 1604048 - Make Wayland DnD behaviour closer match X11's - part 1, r=stransky 2020-01-31 11:37:34 +00:00
nsClipboardX11.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsClipboardX11.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsColorPicker.cpp Bug 1617990 - Remove three silly uses of nsACString::Adopt in GTK widget code. r=froydnj 2020-02-25 20:09:29 +00:00
nsColorPicker.h
nsDeviceContextSpecG.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsDeviceContextSpecG.h
nsDragService.cpp Bug 1617990 - Remove three silly uses of nsACString::Adopt in GTK widget code. r=froydnj 2020-02-25 20:09:29 +00:00
nsDragService.h Bug 1561056 - Pass CSP on Link-drop r=ckerschb,Gijs,farre 2019-08-20 12:43:02 +00:00
nsFilePicker.cpp Bug 1617990 - Remove three silly uses of nsACString::Adopt in GTK widget code. r=froydnj 2020-02-25 20:09:29 +00:00
nsFilePicker.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsGTKToolkit.h
nsGtkCursors.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsGtkKeyUtils.cpp Bug 1353652 - Fix unified builds r=karlt 2019-12-03 14:03:01 +00:00
nsGtkKeyUtils.h Bug 1519940 - Use keyboard_handle_keymap instead of keys-changed on wayland. r=stransky 2019-05-28 07:00:33 +00:00
nsGtkUtils.h
nsIImageToPixbuf.h
nsIdleServiceGTK.cpp Bug 1619270 [Wayland] Check we're really on Wayland and not on headless, r=jhorak 2020-03-05 10:20:48 +00:00
nsIdleServiceGTK.h
nsImageToPixbuf.cpp Bug 1578164. Use async notifications when requesting decode of an image in most places. r=aosmond 2019-09-03 15:36:23 +00:00
nsImageToPixbuf.h
nsLookAndFeel.cpp Bug 1610974 - Use designated initializers consistently in LookAndFeelInt r=hiro 2020-01-27 21:22:55 +00:00
nsLookAndFeel.h Bug 1606503 - Move prefers-reduced-motion bits for testing into LookAndFeel. r=emilio 2020-01-14 05:50:53 +00:00
nsNativeThemeGTK.cpp Bug 1620307 - Rename -moz-menulist-button to -moz-menulist-arrow-button. r=spohl 2020-03-05 21:13:46 +00:00
nsNativeThemeGTK.h
nsPSPrinters.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsPSPrinters.h
nsPrintDialogGTK.cpp Bug 1604071 - Remove dead assignment from nsPrintDialogServiceGTK::Show. r=stransky 2019-12-16 07:03:52 +00:00
nsPrintDialogGTK.h Bug 1602125. Remove nsIPrintingPromptService.showPrintDialog's nsIWebBrowserPrint parameter and MockWebBrowserPrint. r=bobowen 2019-12-09 09:04:29 +00:00
nsPrintSettingsGTK.cpp
nsPrintSettingsGTK.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsPrintSettingsServiceGTK.cpp Bug 1602125. Remove nsIPrintingPromptService.showPrintDialog's nsIWebBrowserPrint parameter and MockWebBrowserPrint. r=bobowen 2019-12-09 09:04:29 +00:00
nsPrintSettingsServiceGTK.h Bug 1602125. Remove nsIPrintingPromptService.showPrintDialog's nsIWebBrowserPrint parameter and MockWebBrowserPrint. r=bobowen 2019-12-09 09:04:29 +00:00
nsSound.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan,kvark 2020-02-24 15:33:38 +00:00
nsSound.h
nsToolkit.cpp
nsWaylandDisplay.cpp Bug 1619530 [Wayland] Don't request zwp_linux_dmabuf to import dmabuf objects, r=jhorak 2020-03-06 10:40:39 +00:00
nsWaylandDisplay.h Bug 1619530 [Wayland] Don't request zwp_linux_dmabuf to import dmabuf objects, r=jhorak 2020-03-06 10:40:39 +00:00
nsWidgetFactory.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
nsWidgetFactory.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsWindow.cpp Bug 1620101 - Changing over to using freedesktop.org window properties to implement support for virtual desktops. r=stransky 2020-03-06 10:17:34 +00:00
nsWindow.h Bug 372650 - Add support for any window on Linux to be restored to their respective virtual desktop. r=stransky 2020-03-04 10:21:22 +00:00