gecko-dev/widget/gtk
stransky 067315fd58 Bug 1721563 [Wayland] Limit time of reading clipboard data, r=emilio
We're reading clipboard data from fd in non-blocking mode and repeat when data ate not ready.

Modify reading from fd to make sure we don't wait endlessly:

- sleep 20 ms after unsuccessful before next attempt
- limit maximal reading time to 0.5 sec

Differential Revision: https://phabricator.services.mozilla.com/D120667
2021-07-23 10:37:38 +00:00
..
compat
compat-gtk3/gdk
crashtests
mozgtk Bug 1707834 - Avoid libmozgtk not being linked to libxul. r=firefox-build-system-reviewers,mhentges 2021-04-27 21:44:22 +00:00
mozwayland Bug 1580595 - [Wayland] Add support for pointer lock via relative-pointer and pointer-constraints r=stransky,rmader,emilio 2021-04-22 14:56:43 +00:00
wayland Bug 1580595 - [Wayland] Add support for pointer lock via relative-pointer and pointer-constraints r=stransky,rmader,emilio 2021-04-22 14:56:43 +00:00
CompositorWidgetChild.cpp
CompositorWidgetChild.h
CompositorWidgetParent.cpp
CompositorWidgetParent.h
DMABufLibWrapper.cpp Bug 1718499 [Linux] Release wl_registry right after we use it, r=rmader 2021-06-28 11:27:27 +00:00
DMABufLibWrapper.h Bug 1718499 [Linux] Release wl_registry right after we use it, r=rmader 2021-06-28 11:27:27 +00:00
DMABufSurface.cpp Bug 1712588 Implement DMABufSurface::GetAsSourceSurface. r=sotaro,jgilbert 2021-07-15 16:19:51 +00:00
DMABufSurface.h Bug 1712588 Implement DMABufSurface::GetAsSourceSurface. r=sotaro,jgilbert 2021-07-15 16:19:51 +00:00
GRefPtr.h
GfxInfo.cpp Bug 1714391. r=jrmuizel,jgilbert 2021-06-24 16:56:09 +00:00
GfxInfo.h Bug 1709606 - Move GfxInfoX11 into gtk and remove X11 from the name, r=stransky 2021-05-07 12:31:27 +00:00
GtkCompositorWidget.cpp Bug 1708416 - Implement n-buffering for the Wayland software backend, r=stransky 2021-06-17 13:19:14 +00:00
GtkCompositorWidget.h Bug 1711244 - Integrate NativeLayerWayland with WaylandVsyncSource, r=stransky,gfx-reviewers,jrmuizel 2021-06-10 15:12:54 +00:00
IMContextWrapper.cpp Bug 1712269 - Make IMContextWrapper not use a set of composition if committed string is inserted without native composition signals r=m_kato 2021-05-24 05:57:07 +00:00
IMContextWrapper.h
InProcessGtkCompositorWidget.cpp
InProcessGtkCompositorWidget.h
MPRISInterfaceDescription.h
MPRISServiceHandler.cpp Bug 1712675 - part 2: Make any cpp file under `widget/gtk` stop redefining `LOG` macro r=rmader,stransky 2021-05-26 22:53:30 +00:00
MPRISServiceHandler.h
MediaKeysEventSourceFactory.cpp
MozContainer.cpp Bug 1712675 - part 2: Make any cpp file under `widget/gtk` stop redefining `LOG` macro r=rmader,stransky 2021-05-26 22:53:30 +00:00
MozContainer.h
MozContainerWayland.cpp Bug 1716108 - Do not set buffer scale when using compositor integration. r=stransky 2021-07-21 20:35:43 +00:00
MozContainerWayland.h Bug 1717451 [Wayland] Validate popup positions before we show them, r=jhorak 2021-07-15 09:48:03 +00:00
NativeKeyBindings.cpp
NativeKeyBindings.h
PCompositorWidget.ipdl
PlatformWidgetTypes.ipdlh
ScreenHelperGTK.cpp Bug 1718507 [Wayland] Implement nsWindow::GetWidgetScreen() by ScreenGetter on Wayland, r=jhorak 2021-07-20 18:18:31 +00:00
ScreenHelperGTK.h Bug 1718507 [Wayland] Implement nsWindow::GetWidgetScreen() by ScreenGetter on Wayland, r=jhorak 2021-07-20 18:18:31 +00:00
TaskbarProgress.cpp
TaskbarProgress.h
WakeLockListener.cpp Bug 1709606 - Move GfxInfoX11 into gtk and remove X11 from the name, r=stransky 2021-05-07 12:31:27 +00:00
WakeLockListener.h
WaylandShmBuffer.cpp Bug 1712675 - part 2: Make any cpp file under `widget/gtk` stop redefining `LOG` macro r=rmader,stransky 2021-05-26 22:53:30 +00:00
WaylandShmBuffer.h Bug 1708416 - Implement n-buffering for the Wayland software backend, r=stransky 2021-06-17 13:19:14 +00:00
WaylandVsyncSource.cpp Bug 1718569 - Implement custom FBO management, r=jgilbert,gfx-reviewers 2021-07-13 13:44:12 +00:00
WaylandVsyncSource.h Bug 1711244 - Integrate NativeLayerWayland with WaylandVsyncSource, r=stransky,gfx-reviewers,jrmuizel 2021-06-10 15:12:54 +00:00
WidgetStyleCache.cpp Bug 1716462 - Minor WidgetStyleCache cleanup. r=stransky 2021-06-16 17:02:08 +00:00
WidgetStyleCache.h
WidgetTraceEvent.cpp
WidgetUtilsGtk.cpp Bug 1706022 [Linux] Use GdkIsWaylandDisplay()/GdkIsX11Display() instead of gfxPlatformGtk::GetPlatform() variants, r=jhorak 2021-04-20 12:29:01 +00:00
WidgetUtilsGtk.h Bug 1701319 - Add GTK platform support for pasting files. r=stransky 2021-04-08 07:37:06 +00:00
WindowSurface.h Bug 1716796 [Wayland] Poll mozcontainer remap state, r=rmader 2021-06-19 09:33:19 +00:00
WindowSurfaceProvider.cpp Bug 1708416 - Implement n-buffering for the Wayland software backend, r=stransky 2021-06-17 13:19:14 +00:00
WindowSurfaceProvider.h Backed out changeset ee3c15c9dba5 (bug 1708416) for non-unified failure on RenderCompositorSWGL.cpp. CLOSED TREE 2021-05-18 17:21:15 +03:00
WindowSurfaceWayland.cpp Bug 1717451 [Wayland] Validate popup positions before we show them, r=jhorak 2021-07-15 09:48:03 +00:00
WindowSurfaceWayland.h Bug 1716796 [Wayland] Poll mozcontainer remap state, r=rmader 2021-06-19 09:33:19 +00:00
WindowSurfaceWaylandMultiBuffer.cpp Bug 1721036 - Delay buffer commits until the surface is ready,r=stransky 2021-07-21 20:34:55 +00:00
WindowSurfaceWaylandMultiBuffer.h Bug 1721036 - Delay buffer commits until the surface is ready,r=stransky 2021-07-21 20:34:55 +00:00
WindowSurfaceX11.cpp
WindowSurfaceX11.h
WindowSurfaceX11Image.cpp
WindowSurfaceX11Image.h
WindowSurfaceX11SHM.cpp Bug 1709606 - Move WindowSurface* into the gtk backend, r=stransky 2021-05-07 12:31:26 +00:00
WindowSurfaceX11SHM.h Bug 1709606 - Move WindowSurface* into the gtk backend, r=stransky 2021-05-07 12:31:26 +00:00
WindowSurfaceXRender.cpp
WindowSurfaceXRender.h
components.conf Bug 1709606 - Move GfxInfoX11 into gtk and remove X11 from the name, r=stransky 2021-05-07 12:31:27 +00:00
gtk3drawing.cpp Bug 1716462 - Minor WidgetStyleCache cleanup. r=stransky 2021-06-16 17:02:08 +00:00
gtkdrawing.h Bug 1710643 - Remove support for unused gtk infobar widget and colors. r=stransky 2021-05-12 19:13:21 +00:00
maiRedundantObjectFactory.c
maiRedundantObjectFactory.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
moz.build Bug 1708416 - Implement n-buffering for the Wayland software backend, r=stransky 2021-06-17 13:19:14 +00:00
nsAppShell.cpp Bug 1703073 [Wayland] Rework Wayland popup hierarchy management, r=jhorak 2021-05-10 06:50:53 +00:00
nsAppShell.h
nsApplicationChooser.cpp
nsApplicationChooser.h
nsBidiKeyboard.cpp
nsBidiKeyboard.h
nsClipboard.cpp Bug 1717476 [Wayland] Imlement async clipboard data get, r=jhorak 2021-07-20 10:53:31 +00:00
nsClipboard.h Bug 1703763 [Wayland] Use fast track clipboard to get clipboard content when clipboard content is owned by Firefox, r=jhorak 2021-04-09 11:33:55 +00:00
nsClipboardWayland.cpp Bug 1721563 [Wayland] Limit time of reading clipboard data, r=emilio 2021-07-23 10:37:38 +00:00
nsClipboardWayland.h Bug 1717476 [Wayland] Imlement async clipboard data get, r=jhorak 2021-07-20 10:53:31 +00:00
nsClipboardX11.cpp
nsClipboardX11.h Bug 1703763 [Wayland] Use fast track clipboard to get clipboard content when clipboard content is owned by Firefox, r=jhorak 2021-04-09 11:33:55 +00:00
nsColorPicker.cpp Bug 1673000 [Linux] Use Gtk color picker, r=jhorak 2021-07-20 13:33:04 +00:00
nsColorPicker.h Bug 1673000 [Linux] Use Gtk color picker, r=jhorak 2021-07-20 13:33:04 +00:00
nsDeviceContextSpecG.cpp Bug 1519636 - Reformat recent changes to the Google coding style. r=necko-reviewers,emilio 2021-06-17 11:00:22 +00:00
nsDeviceContextSpecG.h
nsDragService.cpp Bug 1717476 [Wayland] Change nsWaylandDragContext to RefPtr<DataOffer> in DragService code, r=jhorak 2021-07-20 10:53:32 +00:00
nsDragService.h Bug 1717476 [Wayland] Change nsWaylandDragContext to RefPtr<DataOffer> in DragService code, r=jhorak 2021-07-20 10:53:32 +00:00
nsFilePicker.cpp Bug 1710436 [Wayland] Rework Wayland popup hierarchy, r=jhorak 2021-05-27 13:18:03 +00:00
nsFilePicker.h
nsGTKToolkit.h
nsGtkCursors.h
nsGtkKeyUtils.cpp Bug 1706022 [Linux] Use GdkIsWaylandDisplay()/GdkIsX11Display() instead of gfxPlatformGtk::GetPlatform() variants, r=jhorak 2021-04-20 12:29:01 +00:00
nsGtkKeyUtils.h
nsGtkUtils.h
nsImageToPixbuf.cpp Bug 1706299 - Remove nsIImageToPixBuf. r=stransky 2021-04-21 09:29:51 +00:00
nsImageToPixbuf.h Bug 1706299 - Remove nsIImageToPixBuf. r=stransky 2021-04-21 09:29:51 +00:00
nsLookAndFeel.cpp Bug 1721347 - Add OS theme info to about:support. r=Gijs,fluent-reviewers 2021-07-20 20:09:09 +00:00
nsLookAndFeel.h Bug 1721347 - Add OS theme info to about:support. r=Gijs,fluent-reviewers 2021-07-20 20:09:09 +00:00
nsNativeBasicThemeGTK.cpp Bug 1717245 - Don't use system colors in the non-native theme if we're not painting backgrounds. r=mstange 2021-06-22 10:43:17 +00:00
nsNativeBasicThemeGTK.h
nsNativeThemeGTK.cpp Bug 1717556 - Give gfxContext::UserToDevicePixelSnapped an option to prioritize the rect dimensions over snapping each individual edge, and use this for GTK widget painting. r=karlt 2021-07-16 11:20:26 +00:00
nsNativeThemeGTK.h Bug 1519636 - Reformat recent changes to the Google coding style. r=emilio 2021-05-24 15:08:47 +00:00
nsPrintDialogGTK.cpp Bug 1713532 - removed else after return r=gregtatum 2021-06-10 14:08:16 +00:00
nsPrintDialogGTK.h
nsPrintSettingsGTK.cpp
nsPrintSettingsGTK.h
nsPrintSettingsServiceGTK.cpp
nsPrintSettingsServiceGTK.h
nsShmImage.cpp Bug 1709606 - Move WindowSurface* into the gtk backend, r=stransky 2021-05-07 12:31:26 +00:00
nsShmImage.h Bug 1709606 - Move WindowSurface* into the gtk backend, r=stransky 2021-05-07 12:31:26 +00:00
nsSound.cpp
nsSound.h
nsToolkit.cpp
nsUserIdleServiceGTK.cpp
nsUserIdleServiceGTK.h
nsWaylandDisplay.cpp Bug 1721023 [Wayland] Close display registry right after use, r=rmader 2021-07-20 18:29:49 +00:00
nsWaylandDisplay.h Bug 1721023 [Wayland] Close display registry right after use, r=rmader 2021-07-20 18:29:49 +00:00
nsWidgetFactory.cpp
nsWidgetFactory.h
nsWindow.cpp Bug 1721537 - Split out WindowRenderer base class from LayerManager. r=miko 2021-07-22 22:58:57 +00:00
nsWindow.h Bug 1721537 - Split out WindowRenderer base class from LayerManager. r=miko 2021-07-22 22:58:57 +00:00