gecko-dev/widget/cocoa
Markus Stange 7bb6e93a25 Bug 1592739 - Remove vibrancy code for sheet windows. r=spohl
With -moz-appearance: dialog now always being transparent, setting up our own
vibrant views for sheet windows is no longer necessary. We now let the regular
sheet window background show through, and that background is already vibrant.

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

--HG--
extra : moz-landing-system : lando
2019-11-05 18:48:15 +00:00
..
crashtests Bug 1557371 - Part 2 - Load all XUL crashtests with chrome privilege. r=dbaron 2019-07-09 19:40:42 +00:00
cursors
resources/MainMenu.nib
CFTypeRefPtr.h Bug 1578099 - Make CFTypeRefPtr usable as a key inside an unordered_map. r=mattwoodrow 2019-09-01 21:38:42 +00:00
ComplexTextInputPanel.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ComplexTextInputPanel.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
CustomCocoaEvents.h
GfxInfo.h Bug 1578506 - Add better monitor information to about:support. r=aosmond 2019-10-03 23:43:35 +00:00
GfxInfo.mm Bug 1570736 - Blocklist WR swizzling on HD3000 r=jrmuizel 2019-10-28 21:38:11 +00:00
moz.build Bug 1521893 - Part 2 - Support loading SVG icons on the Touch Bar through a new nsTouchBarInputIcon service class. r=spohl 2019-10-07 18:37:15 +00:00
mozView.h Bug 1527412 - Remove unused contextMenu method. r=spohl 2019-02-13 11:14:02 +00:00
NativeKeyBindings.h 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.mm 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
nsAppShell.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsAppShell.mm Bug 1554761 - Notify with a 'mac_app_activate' topic when the App has been activated, capturing Command-Tabbing behavior. OSX only. r=spohl 2019-11-05 12:37:02 +00:00
nsBidiKeyboard.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsBidiKeyboard.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
nsChangeObserver.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsChildView.h Bug 1592739 - Make nsChildView::WidgetPaintsBackground() return true. r=tnikkel 2019-11-05 18:47:21 +00:00
nsChildView.mm Bug 1592739 - Remove vibrancy code for sheet windows. r=spohl 2019-11-05 18:48:15 +00:00
nsClipboard.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsClipboard.mm Bug 1578164. Use async notifications when requesting decode of an image in most places. r=aosmond 2019-09-03 15:36:23 +00:00
nsCocoaDebugUtils.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsCocoaDebugUtils.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
nsCocoaFeatures.h Bug 1578075 - Increase stack size of paint thread/workers on OSX Catalina or higher to workaround crash from recursion in CoreText. r=jrmuizel 2019-09-10 15:20:34 +00:00
nsCocoaFeatures.mm Bug 1578075 - Increase stack size of paint thread/workers on OSX Catalina or higher to workaround crash from recursion in CoreText. r=jrmuizel 2019-09-10 15:20:34 +00:00
nsCocoaUtils.h Bug 1581433 - Maximize or minimize the window when double clicking the titlebar. r=spohl 2019-10-08 21:03:30 +00:00
nsCocoaUtils.mm Bug 1470510 - Rename nsXULWindow and nsIXULWindow to AppWindow and nsIAppWindow. r=smaug 2019-11-05 17:56:28 +00:00
nsCocoaWindow.h Bug 1519517, ensure that restoring a session doesn't animate and resize the window r=mstange 2019-11-04 21:13:06 +00:00
nsCocoaWindow.mm Bug 1470510 - Rename nsXULWindow and nsIXULWindow to AppWindow and nsIAppWindow. r=smaug 2019-11-05 17:56:28 +00:00
nsColorPicker.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsColorPicker.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
nsCursorManager.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsCursorManager.mm Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsDeviceContextSpecX.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
nsDeviceContextSpecX.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
nsDragService.h Bug 1543315 - part 17: Mark PresShell::HandleDOMEventWithTarget() as MOZ_CAN_RUN_SCRIPT r=smaug 2019-05-09 20:21:28 +00:00
nsDragService.mm Bug 1476195 - Allow invoking drag sessions outside of mouseDragged. r=mstange,spohl 2019-09-12 14:13:14 +00:00
nsFilePicker.h Bug 1393681: Drop unnecessary arguments in Cocoa nsFilePicker functions. r=mstange 2019-03-30 11:32:42 -04:00
nsFilePicker.mm Bug 1393681: Drop unnecessary arguments in Cocoa nsFilePicker functions. r=mstange 2019-03-30 11:32:42 -04:00
nsIconLoaderObserver.h Bug 1521893 - Part 1 - Split off nsMenuItemIconX image loading into a new utility class, nsIconLoaderService, and be its first consumer. r=spohl 2019-07-10 01:23:45 +00:00
nsIconLoaderService.h Bug 1521893 - Part 2 - Support loading SVG icons on the Touch Bar through a new nsTouchBarInputIcon service class. r=spohl 2019-10-07 18:37:15 +00:00
nsIconLoaderService.mm Bug 1521893 - Part 2 - Support loading SVG icons on the Touch Bar through a new nsTouchBarInputIcon service class. r=spohl 2019-10-07 18:37:15 +00:00
nsIdleServiceX.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsIdleServiceX.mm Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsLookAndFeel.h Bug 1528960 - Query MacOS system dark mode only on the main browser process or it's the initial query on the child process. r=hiro 2019-03-01 18:09:19 +00:00
nsLookAndFeel.mm Bug 1592389 - Rename Mozfield / Mozfieldtext to Field and Fieldtext r=emilio 2019-11-02 21:28:49 +00:00
nsMacCursor.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsMacCursor.mm Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsMacDockSupport.h Bug 1562032 - Use NSDockTile to implement the dock download progress bar. r=spohl 2019-06-28 14:17:47 +00:00
nsMacDockSupport.mm Bug 1562032 - Use NSDockTile to implement the dock download progress bar. r=spohl 2019-06-28 14:17:47 +00:00
nsMacFinderProgress.h Bug 909760 - Show download progress in the MacOS Finder r=spohl,mak 2019-06-19 18:48:49 +00:00
nsMacFinderProgress.mm Bug 909760 - Show download progress in the MacOS Finder r=spohl,mak 2019-06-19 18:48:49 +00:00
nsMacSharingService.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsMacSharingService.mm Bug 1561756 - Convert the NSImage into an NSBitmapImageRep without using lockFocus. r=tnikkel 2019-06-26 22:42:39 +00:00
nsMacWebAppUtils.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsMacWebAppUtils.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
nsMenuBarX.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsMenuBarX.mm Bug 1521893 - Part 2 - Support loading SVG icons on the Touch Bar through a new nsTouchBarInputIcon service class. r=spohl 2019-10-07 18:37:15 +00:00
nsMenuBaseX.h Bug 1522012 - Implement Touch Bar's native customization window and remove ui.touchbar.layout preference. r=spohl,mikedeboer,fluent-reviewers,Pike 2019-07-06 21:10:33 +00:00
nsMenuGroupOwnerX.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsMenuGroupOwnerX.mm Bug 1519185: Remove AttributeWillChange aNewValue parameter r=emilio,bzbarsky 2019-01-29 17:59:38 +01:00
nsMenuItemIconX.h Bug 1521893 - Part 2 - Support loading SVG icons on the Touch Bar through a new nsTouchBarInputIcon service class. r=spohl 2019-10-07 18:37:15 +00:00
nsMenuItemIconX.mm Bug 1521893 - Part 2 - Support loading SVG icons on the Touch Bar through a new nsTouchBarInputIcon service class. r=spohl 2019-10-07 18:37:15 +00:00
nsMenuItemX.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsMenuItemX.mm Bug 1563295 - Only rebuild native menu when specific elements added. r=mstange 2019-09-16 05:03:32 +00:00
nsMenuUtilsX.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsMenuUtilsX.mm Bug 1540015 - part 1: Make Document.h stop including nsIPresShell.h r=smaug 2019-03-29 15:11:04 +00:00
nsMenuX.h Bug 1521893 - Part 1 - Split off nsMenuItemIconX image loading into a new utility class, nsIconLoaderService, and be its first consumer. r=spohl 2019-07-10 01:23:45 +00:00
nsMenuX.mm Bug 1583314 - Fix macOS builds with XBL disabled. r=bzbarsky 2019-10-21 20:21:13 +00:00
nsNativeThemeCocoa.h Bug 1592739 - Remove vibrancy code for sheet windows. r=spohl 2019-11-05 18:48:15 +00:00
nsNativeThemeCocoa.mm Bug 1592739 - Remove vibrancy code for sheet windows. r=spohl 2019-11-05 18:48:15 +00:00
nsNativeThemeColors.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
nsPIWidgetCocoa.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsPrintDialogX.h Bug 1552785. Remove macOS print dialog UI for selecting frameset behavior. r=mstange 2019-05-14 17:04:37 +01:00
nsPrintDialogX.mm Bug 1557878. Replace nsIWebBrowserPrint::enumerateDocumentNames with a getter for the top document's name. r=bobowen 2019-05-30 11:43:16 +01:00
nsPrintSettingsServiceX.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsPrintSettingsServiceX.mm Bug 1557878. Replace nsIWebBrowserPrint::enumerateDocumentNames with a getter for the top document's name. r=bobowen 2019-05-30 11:43:16 +01:00
nsPrintSettingsX.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsPrintSettingsX.mm Bug 1319116 - Part 2 - "Cancel" reverts header and footer settings to defaults r=jwatt 2019-04-01 14:42:24 +00:00
nsSandboxViolationSink.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsSandboxViolationSink.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
nsSound.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
nsSound.mm Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsStandaloneNativeMenu.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsStandaloneNativeMenu.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
nsSystemStatusBarCocoa.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsSystemStatusBarCocoa.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
nsToolkit.h Bug 1563994 - [10.15] Right Click When Not Focused Presents "Keystroke Receiving" Access Grant Request Dialog r=mstange 2019-07-31 01:03:49 +00:00
nsToolkit.mm Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-08-13 07:15:25 +00:00
nsTouchBar.h Bug 1563349 - Part 5 - Support NSScrollView in the Touch Bar. r=spohl 2019-10-10 01:00:47 +00:00
nsTouchBar.mm Bug 1588921 - Fix nsTouchBar build errors. r=spohl 2019-10-21 02:10:36 +00:00
nsTouchBarInputIcon.h Bug 1563349 - Part 4 - Support NSPopoverTouchBarItem. r=spohl 2019-10-09 17:55:15 +00:00
nsTouchBarInputIcon.mm Bug 1593001 - Add more stringent Touch Bar null-checks. r=mikedeboer 2019-11-05 10:02:34 +00:00
nsTouchBarNativeAPIDefines.h Bug 1563349 - Part 4 - Support NSPopoverTouchBarItem. r=spohl 2019-10-09 17:55:15 +00:00
nsTouchBarUpdater.h Bug 1563349 - Part 4 - Support NSPopoverTouchBarItem. r=spohl 2019-10-09 17:55:15 +00:00
nsTouchBarUpdater.mm Bug 1593001 - Add more stringent Touch Bar null-checks. r=mikedeboer 2019-11-05 10:02:34 +00:00
nsWidgetFactory.mm Bug 909760 - Show download progress in the MacOS Finder r=spohl,mak 2019-06-19 18:48:49 +00:00
nsWindowMap.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsWindowMap.mm Bug 1533562 - Implement titlebar gradient drawing with a new TitlebarGradientView. r=spohl 2019-04-29 17:00:13 +00:00
OSXNotificationCenter.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
OSXNotificationCenter.mm Bug 1573157 - Load notification center icons with dual representations. r=mstange 2019-09-04 18:33:13 +00:00
ProcInfo.mm Bug 1529022 - Add a GeckoChildProcessHosts iterator r=jld 2019-06-21 01:33:47 +00:00
RectTextureImage.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RectTextureImage.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
ScreenHelperCocoa.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ScreenHelperCocoa.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
SwipeTracker.h Bug 1547422 - Make widget use mozilla::PresShell directly rather than via nsIPresShell r=jmathies 2019-05-01 18:52:59 +00:00
SwipeTracker.mm Bug 1259660 - Cleaned up WidgetMouseEventBase by renaming WidgetMouseEventBase::buttons to WidgetMouseEventBase::mButtons r=masayuki 2019-04-21 19:42:37 +00:00
TextInputHandler.h 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
TextInputHandler.mm Bug 1591490 - Use the NS_IS_SURROGATE_PAIR macro everywhere. r=Ehsan 2019-10-27 05:05:51 +00:00
VibrancyManager.h Bug 1592739 - Remove vibrancy code for sheet windows. r=spohl 2019-11-05 18:48:15 +00:00
VibrancyManager.mm Bug 1592739 - Remove vibrancy code for sheet windows. r=spohl 2019-11-05 18:48:15 +00:00
ViewRegion.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ViewRegion.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
WidgetTraceEvent.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00