.. |
crashtests
|
|
|
cursors
|
|
|
resources/MainMenu.nib
|
|
|
ComplexTextInputPanel.h
|
|
|
ComplexTextInputPanel.mm
|
|
|
CustomCocoaEvents.h
|
|
|
GfxInfo.h
|
|
|
GfxInfo.mm
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
Makefile.in
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
moz.build
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
mozView.h
|
|
|
nsAppShell.h
|
|
|
nsAppShell.mm
|
Bug 851611 - Part 3: Rename headers. r=jrmuizel
|
2013-03-18 15:25:50 +01:00 |
nsBidiKeyboard.h
|
|
|
nsBidiKeyboard.mm
|
Bug 786533 - On OSX, one of the system header files (exception_defines.h) defines 'try' and 'catch' as macros which breaks @try/@catch. We need to #undef those before using nsObjCExceptions.h. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
nsChangeObserver.h
|
|
|
nsChildView.h
|
Mostly automated merge with https://hg.mozilla.org/mozilla-central
|
2013-05-02 12:41:21 -04:00 |
nsChildView.mm
|
Automated merge with https://hg.mozilla.org/mozilla-central
|
2013-05-03 09:08:52 -04:00 |
nsClipboard.h
|
|
|
nsClipboard.mm
|
Bug 846132 - (Part 2) Update CopyFrame callers to use GetFrame. r=jdm
|
2013-03-05 15:39:48 -08:00 |
nsCocoaFeatures.h
|
Bug 829685 - Remove #include "prtypes.h" from some files that no longer use PR types. r=ehsan
|
2013-01-10 08:19:36 -08:00 |
nsCocoaFeatures.mm
|
Bug 772179 - Gestalt deprecated as of OS X 10.8, so use SystemVersion.plist instead. r=smichaud
|
2013-03-08 12:02:46 -06:00 |
nsCocoaUtils.h
|
Bug 786533 - On OSX, one of the system header files (exception_defines.h) defines 'try' and 'catch' as macros which breaks @try/@catch. We need to #undef those before using nsObjCExceptions.h. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
nsCocoaUtils.mm
|
Bug 846132 - (Part 2) Update CopyFrame callers to use GetFrame. r=jdm
|
2013-03-05 15:39:48 -08:00 |
nsCocoaWindow.h
|
Bug 865374 - Position tabs in the OSX titlebar. Cocoa Widget work by Steven Michaud. r=dao,bgirard.
|
2013-05-02 14:15:29 -04:00 |
nsCocoaWindow.mm
|
Bustage fix for Bug 865374 - fixes problems for OSX versions without the fullscreen button. r=bgirard
|
2013-05-02 19:31:49 -04:00 |
nsCursorManager.h
|
|
|
nsCursorManager.mm
|
|
|
nsDeviceContextSpecX.h
|
|
|
nsDeviceContextSpecX.mm
|
Bug 786533 - On OSX, one of the system header files (exception_defines.h) defines 'try' and 'catch' as macros which breaks @try/@catch. We need to #undef those before using nsObjCExceptions.h. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
nsDragService.h
|
|
|
nsDragService.mm
|
Bug 825866. Part 8: Mass-rename of nsIView to nsView. r=tnikkel
|
2013-01-04 02:23:11 +13:00 |
nsFilePicker.h
|
|
|
nsFilePicker.mm
|
Bug 865803 - allow not setting defaultDirectory (nullcheck before converting to URL), r=joshmoz
|
2013-04-26 19:46:32 +02:00 |
nsIdleServiceX.h
|
|
|
nsIdleServiceX.mm
|
|
|
nsLookAndFeel.h
|
Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc
|
2013-05-02 10:58:00 -04:00 |
nsLookAndFeel.mm
|
Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc
|
2013-05-02 10:58:00 -04:00 |
nsMacCursor.h
|
|
|
nsMacCursor.mm
|
|
|
nsMacDockSupport.h
|
Bug 863104 - Fix Dock progress drawing on 10.6. r=josh
|
2013-04-17 02:51:52 -04:00 |
nsMacDockSupport.mm
|
Bug 863104 - Fix Dock progress drawing on 10.6. r=josh
|
2013-04-17 02:51:52 -04:00 |
nsMacWebAppUtils.h
|
Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg
|
2013-03-15 10:52:10 -07:00 |
nsMacWebAppUtils.mm
|
Bug 786533 - On OSX, one of the system header files (exception_defines.h) defines 'try' and 'catch' as macros which breaks @try/@catch. We need to #undef those before using nsObjCExceptions.h. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
nsMenuBarX.h
|
|
|
nsMenuBarX.mm
|
Bug 801601: Remove code specific to OS X 10.5 in Cocoa widgets. r=smichaud
|
2012-11-09 05:22:36 -05:00 |
nsMenuBaseX.h
|
|
|
nsMenuGroupOwnerX.h
|
|
|
nsMenuGroupOwnerX.mm
|
|
|
nsMenuItemIconX.h
|
|
|
nsMenuItemIconX.mm
|
Bug 853628 - Make nsMenuItemIconX wait for DECODE_COMPLETE instead of LOAD_COMPELTE so the History and Bookmarks menu favicons work. r=smichaud
|
2013-03-21 23:09:16 -04:00 |
nsMenuItemX.h
|
|
|
nsMenuItemX.mm
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger
|
2013-04-21 21:25:28 -04:00 |
nsMenuUtilsX.h
|
|
|
nsMenuUtilsX.mm
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger
|
2013-04-21 21:25:28 -04:00 |
nsMenuX.h
|
|
|
nsMenuX.mm
|
Bug 834732 - Audit callers of GetNativeContext and use AutoPushJSContext where appropriate. r=mrbkap
|
2013-02-26 11:04:13 -08:00 |
nsNativeThemeCocoa.h
|
Mostly automated merge with https://hg.mozilla.org/mozilla-central
|
2013-05-02 12:41:21 -04:00 |
nsNativeThemeCocoa.mm
|
Automated merge with https://hg.mozilla.org/mozilla-central
|
2013-05-03 09:08:52 -04:00 |
nsNativeThemeColors.h
|
Bug 801601: Remove code specific to OS X 10.5 in Cocoa widgets. r=smichaud
|
2012-11-09 05:22:36 -05:00 |
nsPIWidgetCocoa.idl
|
|
|
nsPrintDialogX.h
|
|
|
nsPrintDialogX.mm
|
|
|
nsPrintOptionsX.h
|
|
|
nsPrintOptionsX.mm
|
|
|
nsPrintSettingsX.h
|
|
|
nsPrintSettingsX.mm
|
|
|
nsScreenCocoa.h
|
|
|
nsScreenCocoa.mm
|
|
|
nsScreenManagerCocoa.h
|
|
|
nsScreenManagerCocoa.mm
|
bug 851520 - add systemDefaultScale attribute to nsIScreenManager, and use it to decide when to remove browser.content.full-zoom prefs during UI migration if running on windows/hi-dpi. r=roc,adw
|
2013-04-09 22:07:02 +01:00 |
nsSound.h
|
|
|
nsSound.mm
|
|
|
nsStandaloneNativeMenu.h
|
|
|
nsStandaloneNativeMenu.mm
|
|
|
nsToolkit.h
|
|
|
nsToolkit.mm
|
Bug 699538 - Workaround for spurious mouse events after crash when debugging. r=smichaud
|
2013-02-26 16:06:36 -05:00 |
nsWidgetFactory.mm
|
|
|
nsWindowMap.h
|
|
|
nsWindowMap.mm
|
|
|
TextInputHandler.h
|
Bug 842927 part.5 Implement D3E KeyboardEvent.key on Cocoa r=smaug+smichaud
|
2013-04-24 12:49:47 +09:00 |
TextInputHandler.mm
|
Bug 842927 part.5 Implement D3E KeyboardEvent.key on Cocoa r=smaug+smichaud
|
2013-04-24 12:49:47 +09:00 |
WidgetTraceEvent.mm
|
bug 857399 - remove assertion from cocoa FireAndWaitForTracerEvent. r=smichaud
|
2013-04-19 11:45:01 -04:00 |