..
crashtests
…
cursors
…
resources /MainMenu.nib
…
ComplexTextInputPanel.h
…
ComplexTextInputPanel.mm
…
CustomCocoaEvents.h
…
GfxInfo.h
Bug 1131325 - Move system country code from nsIGfxInfo2 to a more appropriate location. r=aklotz,smichaud
2015-07-28 15:45:34 -07:00
GfxInfo.mm
Bug 1131325 - Move system country code from nsIGfxInfo2 to a more appropriate location. r=aklotz,smichaud
2015-07-28 15:45:34 -07:00
NativeKeyBindings.h
…
NativeKeyBindings.mm
…
OSXNotificationCenter.h
Bug 1028588 - Fix dangerous public destructors of Mac-specific reference-counted classes - r=mstange
2014-07-06 11:25:31 -04:00
OSXNotificationCenter.mm
Backed out 7 changesets (bug 1048048) for android crashes in various chunks CLOSED TREE
2015-09-21 09:08:34 -07:00
SwipeTracker.h
Bug 1016035 - Implement the swipe animation ourselves instead of calling the NSEvent trackSwipe API. r=kats
2015-08-27 16:07:59 -04:00
SwipeTracker.mm
Bug 895274 part.267 Rename NS_SIMPLE_GESTURE_SWIPE_START to eSwipeGestureStart r=smaug
2015-09-15 00:14:37 +09:00
TextInputHandler.h
Bug 1205945 part.5 Emulate mSelectedRange at dispatching compositionchange or compositioncommit event until OnSelectionChange() is called r=smichaud
2015-09-19 11:01:57 +09:00
TextInputHandler.mm
Bug 1205945 part.6 IMEInputHandler::GetAttributedSubstringFromRange() should return stored composition string if the range is in the composition string r=smichaud
2015-09-19 11:01:57 +09:00
VibrancyManager.h
…
VibrancyManager.mm
Bug 1187680
- Use NSVisualEffectMaterialMenu for menus if it's available. r=smichaud
2015-09-09 19:08:25 -04:00
WidgetTraceEvent.mm
…
moz.build
Bug 1204398 - Fix -Wshadow warnings in widget/cocoa. r=spohl
2015-09-11 20:32:37 -07:00
mozView.h
…
nsAppShell.h
Bug 1179909: Refactor stable state handling. r=smaug
2015-08-11 06:10:46 -07:00
nsAppShell.mm
Bug 1181977 - Firefox app menu contains only "Quit" in certain edgecases. r=spohl
2015-08-24 10:57:02 -05:00
nsBidiKeyboard.h
…
nsBidiKeyboard.mm
…
nsChangeObserver.h
…
nsChildView.h
Bug 1016035 - Swallow the rest of the scroll gesture after swiping without APZ. r=kats
2015-08-27 00:23:09 -04:00
nsChildView.mm
Bug 1204944, convert drag position coordinates properly, r=mstange
2015-09-24 09:09:54 -04:00
nsClipboard.h
…
nsClipboard.mm
Bug 1204398 - Fix -Wshadow warnings in widget/cocoa. r=spohl
2015-09-11 20:32:37 -07:00
nsCocoaDebugUtils.h
…
nsCocoaDebugUtils.mm
Bug 1206766 - Show meaningful module offsets in stack traces even when no symbol found. r=spohl
2015-09-21 14:20:35 -05:00
nsCocoaFeatures.h
Bug 1187680
- Use NSVisualEffectMaterialMenu for menus if it's available. r=smichaud
2015-09-09 19:08:25 -04:00
nsCocoaFeatures.mm
Bug 1187680
- Use NSVisualEffectMaterialMenu for menus if it's available. r=smichaud
2015-09-09 19:08:25 -04:00
nsCocoaUtils.h
Bug 1193062 - Make nsChildView send PanGestureInput events into APZ. r=kats, r=smichaud
2015-08-23 19:50:29 -04:00
nsCocoaUtils.mm
Bug 1207741 - Remove gfxIntSize. r=nical.
2015-09-23 11:49:05 -07:00
nsCocoaWindow.h
Bug 1196163 part 1 - Use nsSizeMode instead of int32_t for nsIWidget::{SizeMode,SetSizeMode}. r=roc
2015-08-29 11:12:41 +10:00
nsCocoaWindow.mm
Backed out changeset 2e731191c692 (bug 1189565) for causing bug 1201053
2015-09-02 12:34:02 -07:00
nsColorPicker.h
…
nsColorPicker.mm
…
nsCursorManager.h
…
nsCursorManager.mm
…
nsDeviceContextSpecX.h
…
nsDeviceContextSpecX.mm
…
nsDragService.h
Bug 1199336 - Fix jank/hangs dragging files into the browser due to O(n^2) behavior in the Cocoa widget drag-and-drop code. r=mstange
2015-08-12 15:07:32 +01:00
nsDragService.mm
Bug 1204398 - Fix -Wshadow warnings in widget/cocoa. r=spohl
2015-09-11 20:32:37 -07:00
nsFilePicker.h
…
nsFilePicker.mm
…
nsIdleServiceX.h
…
nsIdleServiceX.mm
…
nsLookAndFeel.h
…
nsLookAndFeel.mm
Bug 1075089 - Move popup menu frame offset to LookAndFeel and fix default offset for OS X. r=Enn
2015-08-04 16:41:00 -04:00
nsMacCursor.h
…
nsMacCursor.mm
…
nsMacDockSupport.h
…
nsMacDockSupport.mm
…
nsMacWebAppUtils.h
…
nsMacWebAppUtils.mm
…
nsMenuBarX.h
…
nsMenuBarX.mm
Bug 1131473 - crash in -[NativeMenuItemTarget menuItemHit:]. r=spohl
2015-08-27 15:54:15 -05:00
nsMenuBaseX.h
…
nsMenuGroupOwnerX.h
Bug 1131473 - crash in -[NativeMenuItemTarget menuItemHit:]. r=spohl
2015-08-27 15:54:15 -05:00
nsMenuGroupOwnerX.mm
Bug 1131473 - crash in -[NativeMenuItemTarget menuItemHit:]. r=spohl
2015-08-27 15:54:15 -05:00
nsMenuItemIconX.h
…
nsMenuItemIconX.mm
Backed out 7 changesets (bug 1048048) for android crashes in various chunks CLOSED TREE
2015-09-21 09:08:34 -07:00
nsMenuItemX.h
…
nsMenuItemX.mm
…
nsMenuUtilsX.h
…
nsMenuUtilsX.mm
…
nsMenuX.h
…
nsMenuX.mm
Bug 895274 part.90 Rename NS_XUL_POPUP_HIDDEN to eXULPopupHidden r=smaug
2015-09-04 19:54:11 +09:00
nsNativeThemeCocoa.h
Bug 1204620 - Don't prepend 'image.' to CUIDraw image names on 10.11. r=stefanh
2015-09-15 16:31:06 +02:00
nsNativeThemeCocoa.mm
Bug 1204620 - Don't prepend 'image.' to CUIDraw image names on 10.11. r=stefanh
2015-09-15 16:31:06 +02:00
nsNativeThemeColors.h
…
nsPIWidgetCocoa.idl
…
nsPrintDialogX.h
…
nsPrintDialogX.mm
Bug 1204284: Show paper size options in OS X print dialog. r=smichaud
2015-09-15 15:40:44 -05:00
nsPrintOptionsX.h
…
nsPrintOptionsX.mm
Bug 1204398 - Fix -Wshadow warnings in widget/cocoa. r=spohl
2015-09-11 20:32:37 -07:00
nsPrintSettingsX.h
…
nsPrintSettingsX.mm
…
nsSandboxViolationSink.h
Bug 1186158 - Receive notifications of sandbox violations in the browser on OS X. r=spohl
2015-07-28 15:19:55 -05:00
nsSandboxViolationSink.mm
Bug 1186158 - Receive notifications of sandbox violations in the browser on OS X. r=spohl
2015-07-28 15:19:55 -05:00
nsScreenCocoa.h
…
nsScreenCocoa.mm
…
nsScreenManagerCocoa.h
…
nsScreenManagerCocoa.mm
…
nsSound.h
…
nsSound.mm
…
nsStandaloneNativeMenu.h
…
nsStandaloneNativeMenu.mm
…
nsSystemStatusBarCocoa.h
…
nsSystemStatusBarCocoa.mm
…
nsToolkit.h
…
nsToolkit.mm
…
nsWidgetFactory.mm
…
nsWindowMap.h
…
nsWindowMap.mm
…