gecko-dev/widget
Emilio Cobos Álvarez 884175baf6 Bug 1850827 - Implement rounded bottom corners in GTK. r=rmader
The implementation is uglier than it needs to be. We basically need to
override the GTK styles for the window decorations with the desired
radius.

This is because of two reasons:

 * Adwaita on gtk3 doesn't provide a bottom corner radius.
 * Even if it did we couldn't reasonably query it, see comment 4.

So in order for stuff to look sensible we need to make sure that we and
GTK agree on what radius to use. Using the titlebar radius makes sense
here.

Differential Revision: https://phabricator.services.mozilla.com/D187343
2023-09-05 18:07:08 +00:00
..
android Bug 1841258 - Part 2: Make nsClipboard using nsBaseClipboard; r=geckoview-reviewers,m_kato 2023-08-30 10:26:38 +00:00
cocoa Bug 1851577 - Remove support for the drawintitlebar attribute. r=smaug 2023-09-05 13:26:46 +00:00
crashtests
generic Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
gtk Bug 1850827 - Implement rounded bottom corners in GTK. r=rmader 2023-09-05 18:07:08 +00:00
headless Bug 1851529 - Set clang-format ColumnLimit consistently. r=sylvestre,necko-reviewers,kershaw 2023-09-05 11:23:01 +00:00
reftests Bug 1828456: Adjust reftest fuzziness for meter-vertical-native-style.html on macOS. r=mac-reviewers,mstange 2023-04-17 18:26:52 +00:00
tests Bug 1851577 - Remove support for the drawintitlebar attribute. r=smaug 2023-09-05 13:26:46 +00:00
uikit Bug 1851529 - Set clang-format ColumnLimit consistently. r=sylvestre,necko-reviewers,kershaw 2023-09-05 11:23:01 +00:00
windows Bug 1851585 - Minor clean-ups in nsWindow::OnPaint. r=win-reviewers,gstoll 2023-09-05 14:31:51 +00:00
x11
BasicEvents.h Bug 1815273 - WidgetEvent::Duplicate triggers extra TimeStamp::Now() call, r=masayuki 2023-08-09 10:29:39 +00:00
ClipboardWriteRequestChild.cpp Bug 1832701 - Part 2: Add IPCTransferable for clipboard write parameters; r=nika 2023-05-16 21:25:37 +00:00
ClipboardWriteRequestChild.h Bug 1712122 - Part 3: Cancel pending write request when a new write request is made; r=nika,geckoview-reviewers,m_kato 2023-05-14 21:02:08 +00:00
ClipboardWriteRequestParent.cpp Bug 1838593 - Disable diagnostic assert in ClipboardWriteRequestParent for fuzzing; r=decoder 2023-06-15 09:42:08 +00:00
ClipboardWriteRequestParent.h Bug 1832701 - Part 2: Add IPCTransferable for clipboard write parameters; r=nika 2023-05-16 21:25:37 +00:00
ColorScheme.h Bug 1782595 - Distinguish between "preferred" and "used" color-scheme. r=tnikkel 2022-08-18 15:49:52 +00:00
CommandList.h Bug 1810663 - Add Gecko specific command to enable new join/split node direction r=smaug,m_kato 2023-03-21 23:58:04 +00:00
CompositorWidget.cpp Bug 1811834 - Clean up nsWidgetInitData. r=cmartin,geckoview-reviewers,calu 2023-01-23 23:58:41 +00:00
CompositorWidget.h Bug 1661450 - 2/8 Add wayland required code getting opt-out by disabling MOZ_X11 r=stransky,rmader 2022-04-20 09:32:07 +00:00
ContentCache.cpp Bug 1841466 - Make `ContentCacheInChild` assert invalid cases with better message r=m_kato 2023-07-07 23:13:20 +00:00
ContentCache.h Bug 1841466 - Make `ContentCacheInChild` assert invalid cases with better message r=m_kato 2023-07-07 23:13:20 +00:00
ContentData.cpp Bug 1746104 - part 5-4: Make widget code handle no selection case at getting selection change notifications r=m_kato,geckoview-reviewers 2022-02-07 22:33:38 +00:00
ContentData.h Bug 1746104 - part 4: Make `IMContextWrapper` and `IMMHandler` use same class to store content selection r=m_kato 2022-02-07 22:33:37 +00:00
ContentEvents.h Bug 1815273 - WidgetEvent::Duplicate triggers extra TimeStamp::Now() call, r=masayuki 2023-08-09 10:29:39 +00:00
DimensionRequest.cpp Bug 1786048 - Part 3: Merge nsIEmbeddingSiteWindow into nsIBaseWindow. r=emilio 2022-12-15 23:13:00 +00:00
DimensionRequest.h Bug 1786048 - Part 3: Merge nsIEmbeddingSiteWindow into nsIBaseWindow. r=emilio 2022-12-15 23:13:00 +00:00
EventClassList.h
EventForwards.h Bug 1754367 - Get rid of `WidgetGUIEvent::mPluginEvent` r=smaug 2022-02-10 00:39:42 +00:00
EventMessageList.h Bug 1631263: Implement RTCRtpScriptTransform. r=pehrsons,jib,asuth,emilio,saschanaz 2023-07-20 14:24:27 +00:00
FontRange.h
GfxDriverInfo.cpp Bug 1815481: Disable hardware WebRender on Mesa drivers in Virtual Machines. r=rmader 2023-06-16 20:45:22 +00:00
GfxDriverInfo.h Bug 1815481: Disable hardware WebRender on Mesa drivers in Virtual Machines. r=rmader 2023-06-16 20:45:22 +00:00
GfxInfoBase.cpp Bug 1829063 - Split video overlay feature of software decoded video from nsIGfxInfo::FEATURE_VIDEO_OVERLAY r=gfx-reviewers,lsalzman 2023-06-22 00:21:07 +00:00
GfxInfoBase.h Bug 1805939 - Have a central source of truth for desktop environment detection. r=stransky,jld 2023-01-20 11:26:11 +00:00
GfxInfoCollector.cpp Bug 1767172 - Remove custom screen info handling from GfxInfo, use ScreenManager for that. r=jrmuizel,handyman,stransky 2022-05-06 23:37:25 +00:00
GfxInfoCollector.h Bug 1767172 - Remove custom screen info handling from GfxInfo, use ScreenManager for that. r=jrmuizel,handyman,stransky 2022-05-06 23:37:25 +00:00
IMEData.cpp Bug 1832726 - part 1: Make Android widget always dispatch keyboard events during composition r=m_kato,geckoview-reviewers 2023-05-16 22:42:59 +00:00
IMEData.h Bug 1690827 - part 1: Number each composition for native IME or synthesized in the parent process r=smaug 2023-06-14 01:57:33 +00:00
IconLoader.cpp Bug 1771867 - Early Hints Phase 2 - Part 7: Pass early hint preload to image preloader r=necko-reviewers,valentin 2022-12-02 16:15:55 +00:00
IconLoader.h
InProcessCompositorWidget.cpp Bug 1741156 - Initial GPU process implementation on Android. r=aosmond,agi 2021-11-29 20:52:31 +00:00
InProcessCompositorWidget.h
InitData.h Bug 1844241 - Remove now-dead graphics glass code. r=tnikkel,devtools-reviewers 2023-07-19 12:44:34 +00:00
InputData.cpp Bug 1837832 - Change parameter types from T to Coord where appropriate in the remainder of the BasePoint interface r=botond 2023-06-16 18:04:23 +00:00
InputData.h Bug 1775062 - Implement ipdl reads without needing default ctors. r=nika 2023-02-04 11:12:36 +00:00
LSBUtils.cpp Bug 1819311 - Collect errors on process launch r=nika,geckoview-reviewers,owlish 2023-04-13 08:35:24 +00:00
LSBUtils.h
LookAndFeel.h Bug 1757463 - Implement hide cursor while typing at the DOM+Editor level. r=handyman,masayuki 2023-08-30 16:50:26 +00:00
LookAndFeelTypes.ipdlh Bug 1804657 - Remove dead code related to having native theme in content on Linux. r=stransky 2023-06-01 07:37:33 +00:00
MediaKeysEventSourceFactory.h
MiscEvents.h Bug 1815273 - WidgetEvent::Duplicate triggers extra TimeStamp::Now() call, r=masayuki 2023-08-09 10:29:39 +00:00
MouseEvents.h Bug 1848409 - Tweak the UpdateDefaultPreventedOnContent call to only special case the HTMLEditorEventListener case r=masayuki,dom-core 2023-08-15 13:46:42 +00:00
NativeKeyBindingsType.h Bug 1191862 - part 1: Make `nsIWidget::NativeKeyBindingsType` independent from `nsIWidget` and defined in an independent header file r=smaug 2022-02-15 08:00:05 +00:00
NativeKeyToDOMCodeName.h Bug 1232918 - Map Windows Logo keys in Win/Linux to `Meta` and rename `OSLeft`/`OSRight` to `MetaLeft`/`MetaRight` r=smaug,webdriver-reviewers,jdescottes,media-playback-reviewers,karlt 2023-08-07 01:03:58 +00:00
NativeKeyToDOMKeyName.h Bug 1232918 - Map Windows Logo keys in Win/Linux to `Meta` and rename `OSLeft`/`OSRight` to `MetaLeft`/`MetaRight` r=smaug,webdriver-reviewers,jdescottes,media-playback-reviewers,karlt 2023-08-07 01:03:58 +00:00
NativeMenu.h Bug 1831760 - Use a native popup menu for positioned popups on Mac. r=dao,mstange 2023-05-18 05:51:19 +00:00
NativeMenuSupport.h Bug 1757402 - Add basic native context menu support on GTK. r=stransky 2022-02-28 14:53:24 +00:00
PClipboardWriteRequest.ipdl Bug 1832701 - Part 2: Add IPCTransferable for clipboard write parameters; r=nika 2023-05-16 21:25:37 +00:00
PrintBackgroundTask.h Bug 1739367 - Replaces mozilla::Tuple with std::tuple in widget/ r=emilio,geckoview-reviewers,owlish 2021-11-10 12:57:43 +00:00
PuppetBidiKeyboard.cpp
PuppetBidiKeyboard.h
PuppetWidget.cpp Bug 1843261 - Remove browser.tabs.remote.desktopbehavior pref r=emilio 2023-08-16 19:38:32 +00:00
PuppetWidget.h Bug 1834042 - Make nsWindow::ConstrainPosition account for decorations. r=stransky 2023-05-23 10:30:05 +00:00
RemoteLookAndFeel.cpp Bug 1804657 - Remove dead code related to having native theme in content on Linux. r=stransky 2023-06-01 07:37:33 +00:00
RemoteLookAndFeel.h
Screen.cpp Bug 1422237 - Forward-declare enum ScreenColorGamut in XPIDL r=emilio 2022-12-27 02:15:19 +00:00
Screen.h Bug 1744687 - Part 1. Lock orientation backend for Windows Tablet. r=gsvelto 2022-11-24 15:10:15 +00:00
ScreenManager.cpp Bug 1812938 - Part 1. GetWidgetScreen returns Screen instead of nsIScreen. r=emilio,geckoview-reviewers,owlish 2023-02-06 04:51:26 +00:00
ScreenManager.h Bug 1824552 - Remove ScreenGetterWayland. r=stransky 2023-08-16 21:08:28 +00:00
ScrollbarDrawing.cpp Bug 1812868 - Tweak scrollbar scaling set-up. r=mstange 2023-02-20 00:01:12 +01:00
ScrollbarDrawing.h Bug 1813046 - Simplify scrollbar sizing code. r=spohl 2023-01-28 21:35:51 +00:00
ScrollbarDrawingAndroid.cpp Bug 1813046 - Simplify scrollbar sizing code. r=spohl 2023-01-28 21:35:51 +00:00
ScrollbarDrawingAndroid.h Bug 1813046 - Simplify scrollbar sizing code. r=spohl 2023-01-28 21:35:51 +00:00
ScrollbarDrawingCocoa.cpp Bug 1813046 - Simplify scrollbar sizing code. r=spohl 2023-01-28 21:35:51 +00:00
ScrollbarDrawingCocoa.h Bug 1813046 - Simplify scrollbar sizing code. r=spohl 2023-01-28 21:35:51 +00:00
ScrollbarDrawingGTK.cpp Bug 1813046 - Simplify scrollbar sizing code. r=spohl 2023-01-28 21:35:51 +00:00
ScrollbarDrawingGTK.h Bug 1773070 - Unify Gecko and Servo EventState/ElementState bits. r=smaug 2022-06-07 23:09:52 +00:00
ScrollbarDrawingWin.cpp Bug 1833403 - Simplify some appearance code. r=stransky,mac-reviewers,handyman,devtools-reviewers,mstange 2023-05-24 11:13:58 +00:00
ScrollbarDrawingWin.h Bug 1782623 - Rename nsNativeTheme::IsDarkBackground to IsDarkBackgroundForScrollbar, and clean up a bit surrounding code. r=dholbert 2022-08-02 13:20:40 +00:00
ScrollbarDrawingWin11.cpp Bug 1813046 - Simplify scrollbar sizing code. r=spohl 2023-01-28 21:35:51 +00:00
ScrollbarDrawingWin11.h Bug 1813046 - Simplify scrollbar sizing code. r=spohl 2023-01-28 21:35:51 +00:00
SharedWidgetUtils.cpp
SwipeTracker.cpp Bug 1846581 - Deal with pixel-based and page-based units separately in the swipe tracker. r=hiro 2023-08-15 00:20:11 +00:00
SwipeTracker.h Bug 1846581: apply code formatting via Lando 2023-08-15 00:22:57 +00:00
SystemTimeConverter.h
TextEventDispatcher.cpp Bug 1840519 - Make typing surrogate pair behavior switchable with prefs r=m_kato,smaug 2023-08-23 01:16:59 +00:00
TextEventDispatcher.h Bug 1191862 - part 3: Make `GlobalKeyListener` not reserve key combination which is mapped to an edit command or a navigation command by native key bindings r=NeilDeakin,smaug 2022-02-15 08:00:06 +00:00
TextEventDispatcherListener.h
TextEvents.h Bug 1815273 - WidgetEvent::Duplicate triggers extra TimeStamp::Now() call, r=masayuki 2023-08-09 10:29:39 +00:00
TextRange.h
TextRecognition.cpp Bug 1847154 - cocoa: remove some unnecessary OnMojaveOrLater() and OnCatalinaOrLater() version checks. r=mac-reviewers,bradwerth 2023-08-10 15:27:05 +00:00
TextRecognition.h Bug 1782981 - Only show the macOS context menu if it is supported; r=nordzilla 2022-08-17 15:41:12 +00:00
Theme.cpp Bug 1849793 - Use non-native rendering for menuarrows on Linux. r=dholbert,stransky 2023-08-29 11:16:36 +00:00
Theme.h Bug 1849793 - Use non-native rendering for menuarrows on Linux. r=dholbert,stransky 2023-08-29 11:16:36 +00:00
ThemeChangeKind.h
ThemeCocoa.cpp Bug 1813046 - Simplify scrollbar sizing code. r=spohl 2023-01-28 21:35:51 +00:00
ThemeCocoa.h Bug 1802314 - Use non-native tooltips in the cocoa non-native theme too. r=spohl 2022-12-07 18:47:53 +00:00
ThemeColors.cpp Bug 1785310 - Remove mozilla/StaticPrefs_layout.h includes from other headers. r=dholbert 2022-08-17 21:26:36 +00:00
ThemeColors.h Bug 1775247 - Make AccentColor/Text consistent with accent-color: auto. r=mstange 2022-06-22 09:45:07 +00:00
ThemeDrawing.cpp Bug 1768983 - Add prim flag for checkerboarding backgrounds r=gfx-reviewers,lsalzman 2022-05-15 21:54:25 +00:00
ThemeDrawing.h Bug 1719427: Refactor scrollbar drawing code across platforms. r=emilio 2021-11-15 12:39:38 +00:00
TouchEvents.h Bug 1815273 - WidgetEvent::Duplicate triggers extra TimeStamp::Now() call, r=masayuki 2023-08-09 10:29:39 +00:00
TouchResampler.cpp Bug 1739367 - Replaces mozilla::Tuple with std::tuple in widget/ r=emilio,geckoview-reviewers,owlish 2021-11-10 12:57:43 +00:00
TouchResampler.h
VsyncDispatcher.cpp Bug 1825324 - Make widget/* buildable outside of a unified build environment r=andi,geckoview-reviewers,m_kato 2023-04-01 08:31:12 +00:00
VsyncDispatcher.h Bug 1772463 - Move mVsyncSkipCounter into mState. r=bas 2022-07-19 18:51:46 +00:00
WidgetEventImpl.cpp Bug 1833494 - Make `GlobalKeyListener` not try to match handler with keyboard event with ignoring `Shift` state after one handler matches with the key combination r=smaug 2023-08-09 04:47:06 +00:00
WidgetMessageUtils.h Bug 1844241 - Remove now-dead graphics glass code. r=tnikkel,devtools-reviewers 2023-07-19 12:44:34 +00:00
WidgetTraceEvent.h
WidgetUtils.cpp Bug 1756083 - Cleanup snap name handling and enable portal when running under either flatpak or snap. r=stransky 2022-02-23 13:59:33 +00:00
WidgetUtils.h Bug 1756083 - Cleanup snap name handling and enable portal when running under either flatpak or snap. r=stransky 2022-02-23 13:59:33 +00:00
WindowButtonType.h Bug 1801956 - Move titlebar button handling out of nsBoxFrame. r=tnikkel 2022-11-23 09:31:58 +00:00
WindowOcclusionState.h Bug 1732733 - Add support of window occlusion on Windows by disabling it by pref r=jrmuizel,gfx-reviewers 2021-10-06 07:21:59 +00:00
components.conf Bug 1773770: Part 9 - Migrate widget component content proxies to static registration. r=mccr8 2022-06-30 09:12:18 +00:00
moz.build Bug 1804657 - Remove dead code related to having native theme in content on Linux. r=stransky 2023-06-01 07:37:33 +00:00
nsAppShellSingleton.h Bug 1792437, part 2 - Remove nsIModule. r=xpcom-reviewers,nika 2022-09-27 22:16:29 +00:00
nsAutoRollup.cpp
nsAutoRollup.h
nsBaseAppShell.cpp Bug 1804295, Add GeckoTasksBurst, r=emilio 2022-12-27 13:12:22 +00:00
nsBaseAppShell.h Bug 1804295, Add GeckoTasksBurst, r=emilio 2022-12-27 13:12:22 +00:00
nsBaseClipboard.cpp Bug 1829148 - Update MOZ_DIAGNOSTIC_ASSERT for mIgnoreEmptyNotification; r=cmartin 2023-07-10 19:59:54 +00:00
nsBaseClipboard.h Bug 1810850 - Part 4: Refactor around nsBase::ClipboardEmptyClipboard; r=cmartin,mstange 2023-06-26 21:02:40 +00:00
nsBaseDragService.cpp Bug 1564391 - Rename internal uses of `mozInputSource`. r=emilio,pip-reviewers,tabbrowser-reviewers,dao,kpatenio 2023-07-26 09:27:45 +00:00
nsBaseDragService.h Bug 1824986 - Use element more in popup manager code. r=mstange 2023-03-28 14:33:19 +00:00
nsBaseFilePicker.cpp Bug 1844530 - Add an option to filter pdf files in the file chooser r=spohl 2023-07-21 06:59:05 +00:00
nsBaseFilePicker.h Bug 1838244 - [1/1] Resolve special directory paths in the parent process r=gstoll 2023-06-15 20:04:06 +00:00
nsBaseWidget.cpp Bug 1848628: Null-check swipe tracker before cleaning it up, in nsBaseWidget::SwipeFinished. r=hiro 2023-08-15 15:39:12 +00:00
nsBaseWidget.h Bug 1851577 - Remove support for the drawintitlebar attribute. r=smaug 2023-09-05 13:26:46 +00:00
nsCUPSShim.cpp
nsCUPSShim.h Bug 1771500 Show all available printers; r=stransky 2022-06-22 07:52:59 +00:00
nsClipboardHelper.cpp Bug 1835119 - Remove nsCOMPtr_base. r=xpcom-reviewers,kmag 2023-05-31 21:58:43 +00:00
nsClipboardHelper.h
nsClipboardProxy.cpp Bug 1832701 - Part 2: Add IPCTransferable for clipboard write parameters; r=nika 2023-05-16 21:25:37 +00:00
nsClipboardProxy.h Bug 1712122 - Part 3: Cancel pending write request when a new write request is made; r=nika,geckoview-reviewers,m_kato 2023-05-14 21:02:08 +00:00
nsColorPickerProxy.cpp Bug 1816740 [6/6] - remove ManualDealloc from ColorPicker and FilePicker r=ipc-reviewers,nika 2023-02-22 21:05:25 +00:00
nsColorPickerProxy.h Bug 1780788 - Use abstract strings as in-arguments for ipdl. r=nika,necko-reviewers,media-playback-reviewers,alwu,dragana 2022-07-25 20:19:48 +00:00
nsContentProcessWidgetFactory.h Bug 1773770: Part 9 - Migrate widget component content proxies to static registration. r=mccr8 2022-06-30 09:12:18 +00:00
nsDeviceContextSpecProxy.cpp Bug 1833244 p1. Create infrastructure to pass page dimensions to PrintTarget::BeginPage. r=dholbert,geckoview-reviewers,jonalmeida 2023-07-10 14:26:12 +00:00
nsDeviceContextSpecProxy.h Bug 1833244 p1. Create infrastructure to pass page dimensions to PrintTarget::BeginPage. r=dholbert,geckoview-reviewers,jonalmeida 2023-07-10 14:26:12 +00:00
nsDragServiceProxy.cpp Bug 1832701 - Part 1: Rename IPCDataTransfer* to IPCTransferable*; r=nika 2023-05-16 21:25:37 +00:00
nsDragServiceProxy.h
nsFilePickerProxy.cpp Bug 1838244 - [1/1] Resolve special directory paths in the parent process r=gstoll 2023-06-15 20:04:06 +00:00
nsFilePickerProxy.h Bug 1838244 - [1/1] Resolve special directory paths in the parent process r=gstoll 2023-06-15 20:04:06 +00:00
nsGUIEventIPC.h Bug 1833494 - Make `GlobalKeyListener` not try to match handler with keyboard event with ignoring `Shift` state after one handler matches with the key combination r=smaug 2023-08-09 04:47:06 +00:00
nsHTMLFormatConverter.cpp Bug 1776879, replace text/unicode for clipboard and drag and drop and use text/plain directly, r=edgar,mak,stransky,geckoview-reviewers,extension-reviewers,zombie,m_kato 2023-02-01 23:30:55 +00:00
nsHTMLFormatConverter.h
nsIAppShell.idl Bug 1804295, Add GeckoTasksBurst, r=emilio 2022-12-27 13:12:22 +00:00
nsIApplicationChooser.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsIBaseWindow.cpp Bug 1773813 - Incorporate OS zoom factor in window sizing calculations. r=tnikkel 2022-06-14 15:01:52 +00:00
nsIBaseWindow.idl Bug 1786048 - Part 3: Merge nsIEmbeddingSiteWindow into nsIBaseWindow. r=emilio 2022-12-15 23:13:00 +00:00
nsIBidiKeyboard.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsIClipboard.idl Bug 1712122 - Part 3: Cancel pending write request when a new write request is made; r=nika,geckoview-reviewers,m_kato 2023-05-14 21:02:08 +00:00
nsIClipboardHelper.idl Bug 1730194 - Prevent Copy button to send information to Cloud Clipboard and Clipboard History on Windows r=dimi,johannh,cmartin 2021-10-07 15:32:03 +00:00
nsIClipboardOwner.idl
nsIColorPicker.idl Bug 960984 - Implement the list attribute for <input type=color>. r=emilio,geckoview-reviewers,m_kato 2022-12-14 18:17:59 +00:00
nsIDeviceContextSpec.cpp Bug 1785046 - Part 4: Use async move on printing to file on Windows. r=nika,emilio 2022-12-19 15:42:49 +00:00
nsIDeviceContextSpec.h Bug 1833244 p1. Create infrastructure to pass page dimensions to PrintTarget::BeginPage. r=dholbert,geckoview-reviewers,jonalmeida 2023-07-10 14:26:12 +00:00
nsIDisplayInfo.idl
nsIDragService.idl Bug 1820972 - Make `nsBaseDragService::FireDragEventAtSource` update `mSourceNode` if it's disconnected while `HTMLEditor` deletes selection caused by a drag operation r=edgar 2023-03-16 06:37:18 +00:00
nsIDragSession.idl Bug 1809122 - Track top-level window context in DragSession; r=smaug 2023-02-13 18:44:04 +00:00
nsIFilePicker.idl Bug 1844530 - Add an option to filter pdf files in the file chooser r=spohl 2023-07-21 06:59:05 +00:00
nsIFormatConverter.idl
nsIGfxInfo.idl Bug 1829063 - Split video overlay feature of software decoded video from nsIGfxInfo::FEATURE_VIDEO_OVERLAY r=gfx-reviewers,lsalzman 2023-06-22 00:21:07 +00:00
nsIGfxInfoDebug.idl Bug 1828192 [Linux] Run glxtest directly from GfxInfo::GetData() in case we're missing glx test data r=emilio 2023-04-20 08:54:17 +00:00
nsIGtkTaskbarProgress.idl
nsIJumpListBuilder.idl Bug 1751010: Create a separate jumplist for the Private Browsing taskbar icon. r=mhowell 2022-03-01 14:16:48 +00:00
nsIJumpListItem.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsIMacDockSupport.idl
nsIMacFinderProgress.idl
nsIMacSharingService.idl
nsIMacUserActivityUpdater.idl Bug 1525788 - Support sending Handoff. r=mstange,Gijs 2021-11-02 18:08:08 +00:00
nsIMacWebAppUtils.idl
nsIPaper.idl
nsIPaperMargin.idl
nsIPrintDialogService.idl Bug 1769129. Remove nsIPrintSettings.isPrintSelectionRBEnabled. r=emilio 2022-05-13 15:26:07 +00:00
nsIPrintSettings.idl Bug 1793220 - Use at-page size rule as paper size when printing to PDF r=dholbert,AlaskanEmily 2023-02-27 20:22:18 +00:00
nsIPrintSettingsService.idl Bug 1755153 p2 - Prevent saving print settings to prefs if print.save_print_settings=false. r=emilio 2022-10-30 10:32:28 +00:00
nsIPrintSettingsWin.idl
nsIPrinter.idl Bug 1669149 p1: Introduce nsIPrintSettings::EquivalentTo and nsIPrinter::CopyFromWithValidation. r=jwatt 2021-11-16 08:17:02 +00:00
nsIPrinterList.idl
nsIRollupListener.h Bug 1811486 - Don't animate popups rolled-up on minimized windows. r=stransky 2023-01-25 11:37:46 +00:00
nsIScreen.idl Bug 1422237 - Forward-declare enum ScreenColorGamut in XPIDL r=emilio 2022-12-27 02:15:19 +00:00
nsIScreenManager.idl Bug 1755134 - Add some strongly-typed convenience methods to some interfaces. r=jfkthame 2022-02-17 16:22:57 +00:00
nsISharePicker.idl
nsISound.idl Bug 1797840: Replace stray tab characters with spaces in IDL files throughout the tree. r=mccr8,necko-reviewers,credential-management-reviewers,smaug,sgalich,valentin 2022-10-28 18:08:17 +00:00
nsIStandaloneNativeMenu.idl
nsISystemStatusBar.idl
nsITaskbarOverlayIconController.idl
nsITaskbarPreview.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsITaskbarPreviewButton.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsITaskbarPreviewController.idl
nsITaskbarProgress.idl
nsITaskbarTabPreview.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsITaskbarWindowPreview.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsITouchBarHelper.idl Bug 1680865 - Unfocusing Urlbar after any touchbar input. r=dao 2023-04-06 12:37:54 +00:00
nsITouchBarInput.idl
nsITouchBarUpdater.idl
nsITransferable.idl Bug 1808146 - When creating a file promise for images, remember the referrer. r=nika 2023-03-22 21:55:08 +00:00
nsIUserIdleService.idl
nsIUserIdleServiceInternal.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsIWidget.h Bug 1851577 - Remove support for the drawintitlebar attribute. r=smaug 2023-09-05 13:26:46 +00:00
nsIWidgetListener.cpp Bug 1823284 - Use `SizeModeChanged` notification to handle fullscreen change; r=geckoview-reviewers,rkraesig,stransky,bradwerth,smaug,m_kato 2023-04-23 21:28:43 +00:00
nsIWidgetListener.h Bug 1823284 - Use `SizeModeChanged` notification to handle fullscreen change; r=geckoview-reviewers,rkraesig,stransky,bradwerth,smaug,m_kato 2023-04-23 21:28:43 +00:00
nsIWinTaskbar.idl Bug 1810487 - Remove unused JS-exposed nsIWinTaskbar.prepareFullScreen. r=rkraesig 2023-01-16 17:30:08 +00:00
nsIWindowsUIUtils.idl Bug 1757647 - Simplify WindowsUIUtils tablet mode stuff. r=saschanaz 2022-03-02 12:02:00 +00:00
nsNativeTheme.cpp Bug 1849793 - Use non-native rendering for menuarrows on Linux. r=dholbert,stransky 2023-08-29 11:16:36 +00:00
nsNativeTheme.h Bug 1845636 - Allow browser chrome to enable the non-native theme. r=dshin 2023-07-27 22:09:10 +00:00
nsPaper.cpp
nsPaper.h
nsPaperMargin.cpp
nsPaperMargin.h
nsPrimitiveHelpers.cpp Bug 1776879, replace text/unicode for clipboard and drag and drop and use text/plain directly, r=edgar,mak,stransky,geckoview-reviewers,extension-reviewers,zombie,m_kato 2023-02-01 23:30:55 +00:00
nsPrimitiveHelpers.h Bug 1776879, replace text/unicode for clipboard and drag and drop and use text/plain directly, r=edgar,mak,stransky,geckoview-reviewers,extension-reviewers,zombie,m_kato 2023-02-01 23:30:55 +00:00
nsPrintSettingsImpl.cpp Bug 1793220 - Use at-page size rule as paper size when printing to PDF r=dholbert,AlaskanEmily 2023-02-27 20:22:18 +00:00
nsPrintSettingsImpl.h Bug 1793220 - Use at-page size rule as paper size when printing to PDF r=dholbert,AlaskanEmily 2023-02-27 20:22:18 +00:00
nsPrintSettingsService.cpp Bug 1840485 - Change the type of BaseMargin::{top,right,bottom,left} to Coord. r=botond 2023-07-01 02:23:21 +00:00
nsPrintSettingsService.h Bug 1763989. Remove the PPrinting and nsPrintingProxy code. r=bobowen 2022-04-26 14:30:29 +00:00
nsPrinterBase.cpp Bug 1669149 p2: Update the printer's DefaultSettings with the global settings. r=jwatt 2021-11-16 08:17:03 +00:00
nsPrinterBase.h Bug 1669149 p1: Introduce nsIPrintSettings::EquivalentTo and nsIPrinter::CopyFromWithValidation. r=jwatt 2021-11-16 08:17:02 +00:00
nsPrinterCUPS.cpp Bug 1724649 - Followup to remove #include plstr.h r=necko-reviewers,xpcom-reviewers,valentin,nika 2023-05-15 14:53:02 +00:00
nsPrinterCUPS.h Bug 1826872 Part 2 - Move CUPS printer dest into CUPSPrinterInfo for nsPrinterCUPS r=dholbert 2023-04-10 21:11:28 +00:00
nsPrinterListBase.cpp Bug 1719427: Refactor scrollbar drawing code across platforms. r=emilio 2021-11-15 12:39:38 +00:00
nsPrinterListBase.h
nsPrinterListCUPS.cpp Bug 1825324 - Make widget/* buildable outside of a unified build environment r=andi,geckoview-reviewers,m_kato 2023-04-01 08:31:12 +00:00
nsPrinterListCUPS.h
nsSoundProxy.cpp
nsSoundProxy.h
nsTransferable.cpp Bug 1808146 - When creating a file promise for images, remember the referrer. r=nika 2023-03-22 21:55:08 +00:00
nsTransferable.h Bug 1808146 - When creating a file promise for images, remember the referrer. r=nika 2023-03-22 21:55:08 +00:00
nsUserIdleService.cpp Bug 1836980 - Move the check for late instantiation to UserIdleService[type] specializations. r=kmag,xpcom-reviewers,geckoview-reviewers,m_kato 2023-06-07 06:27:52 +00:00
nsUserIdleService.h Bug 1834556 - Have a shutdown blocker for the UserIdleService that disables it during shutdown. r=xpcom-reviewers,kmag 2023-06-05 08:06:33 +00:00
nsWidgetsCID.h Bug 1432651 p2 - Remove nsIPrintSession and all the code that uses it. r=emilio,geckoview-reviewers,m_kato 2022-05-16 08:38:02 +00:00
nsXPLookAndFeel.cpp Bug 1843044 - Add a missing include and while at it dynamic handling for the titlebar color pref. 2023-09-01 19:43:50 +02:00
nsXPLookAndFeel.h Bug 1804657 - Remove dead code related to having native theme in content on Linux. r=stransky 2023-06-01 07:37:33 +00:00