.. |
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
|
backout bug 886526 because it probably made us use a lot more memory to link on windows
|
2013-07-29 11:03:21 -04:00 |
NativeKeyBindings.h
|
Bug 282097 - Part 4: Create NativeKeyBindings for Cocoa. r=masayuki, r=smichaud
|
2013-07-10 09:08:55 -05:00 |
NativeKeyBindings.mm
|
Bug 893670 - Part 1: Restore Emacs shortcuts in textareas. r=masayuki
|
2013-07-17 20:00:26 -05:00 |
TextInputHandler.h
|
Bug 501496 part.3 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on Cocoa r=smaug+smichaud
|
2013-07-25 15:09:28 +09:00 |
TextInputHandler.mm
|
Bug 899430. Correct incorrect use GetDefaultScale in TextInputHandler to BackingScaleFactor. r=jfkthame
|
2013-07-30 11:22:39 -05:00 |
WidgetTraceEvent.mm
|
bug 857399 - remove assertion from cocoa FireAndWaitForTracerEvent. r=smichaud
|
2013-04-19 11:45:01 -04:00 |
moz.build
|
Backout e6bda3437a7c for OSX bustage.
|
2013-07-12 15:08:33 -07:00 |
mozView.h
|
…
|
|
nsAppShell.h
|
…
|
|
nsAppShell.mm
|
Bug 884061 - Part 4: Remove nsAtomicRefcnt.h, r=jlebar
|
2013-07-11 15:21:45 -05:00 |
nsBidiKeyboard.h
|
…
|
|
nsBidiKeyboard.mm
|
Reinitialize bidi keyboard when installed keyboard layouts change. Bug 817508, r=karlt, sr=roc
|
2013-07-10 10:57:33 +03:00 |
nsChangeObserver.h
|
…
|
|
nsChildView.h
|
Bug 892994. On retina screens cocoa rounds widget coordinates to even pixel values, so account for that when placing widgets so we don't get confused. r=mstange
|
2013-07-30 11:22:41 -05:00 |
nsChildView.mm
|
Bug 892994. On retina screens cocoa rounds widget coordinates to even pixel values, so account for that when placing widgets so we don't get confused. r=mstange
|
2013-07-30 11:22:41 -05: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 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04: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 282097 - Part 6: Add Gecko key to Cocoa char conversion. r=masayuki
|
2013-07-10 09:11:07 -05:00 |
nsCocoaUtils.mm
|
Bug 282097 - Part 6: Add Gecko key to Cocoa char conversion. r=masayuki
|
2013-07-10 09:11:07 -05:00 |
nsCocoaWindow.h
|
Bug 892994. On retina screens cocoa rounds widget coordinates to even pixel values, so account for that when placing widgets so we don't get confused. r=mstange
|
2013-07-30 11:22:41 -05:00 |
nsCocoaWindow.mm
|
Bug 892994. On retina screens cocoa rounds widget coordinates to even pixel values, so account for that when placing widgets so we don't get confused. r=mstange
|
2013-07-30 11:22:41 -05:00 |
nsCursorManager.h
|
…
|
|
nsCursorManager.mm
|
…
|
|
nsDeviceContextSpecX.h
|
Bug 889219. Part 1: Clean up nsPrintEngine string usage for document titles/URLs. r=mats
|
2013-07-24 23:48:37 +12:00 |
nsDeviceContextSpecX.mm
|
Fix Mac bustage for bug 889219 on a CLOSED TREE
|
2013-07-25 00:40:45 +12:00 |
nsDragService.h
|
…
|
|
nsDragService.mm
|
…
|
|
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
|
Bug 867101 - Fix more implicit conversion to already_AddRefed; r=Ms2ger
|
2013-04-28 14:52:10 +03:00 |
nsIdleServiceX.mm
|
…
|
|
nsLookAndFeel.h
|
Bug 880753: Add public nsLookAndFeel::UseOverlayScrollbars method. r=smichaud
|
2013-06-07 12:44:24 -07:00 |
nsLookAndFeel.mm
|
Bug 879565 - Add metrofx support for overlay scrollbars. Patch also replaces various static overlay metrics with LookAndFeel values. r=mstange
|
2013-07-02 05:02:21 -05: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
|
…
|
|
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
|
Bug 282097 - Part 6: Add Gecko key to Cocoa char conversion. r=masayuki
|
2013-07-10 09:11:07 -05:00 |
nsMenuItemX.mm
|
Bug 282097 - Part 6: Add Gecko key to Cocoa char conversion. r=masayuki
|
2013-07-10 09:11:07 -05: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 864335 - Remove GetScriptGlobalObject. r=mrbkap
|
2013-06-21 16:25:20 +02:00 |
nsNativeThemeCocoa.h
|
Bug 871590 - Make unified titlebar / toolbar handling more robust. r=roc
|
2013-05-22 11:50:57 +02:00 |
nsNativeThemeCocoa.mm
|
Bug 893117: Remove nsIDOMHTMLMeterElement r=bz
|
2013-07-30 14:55:13 -07:00 |
nsNativeThemeColors.h
|
…
|
|
nsPIWidgetCocoa.idl
|
…
|
|
nsPrintDialogX.h
|
…
|
|
nsPrintDialogX.mm
|
…
|
|
nsPrintOptionsX.h
|
…
|
|
nsPrintOptionsX.mm
|
…
|
|
nsPrintSettingsX.h
|
…
|
|
nsPrintSettingsX.mm
|
Bug 800220 - Part 1. Replace PL_strlen with strlen. r=ehsan
|
2013-05-08 12:40:12 +09:00 |
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
|
Bug 282097 - Part 4: Create NativeKeyBindings for Cocoa. r=masayuki, r=smichaud
|
2013-07-10 09:08:55 -05:00 |
nsWindowMap.h
|
…
|
|
nsWindowMap.mm
|
…
|
|