This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
widget
/
src
/
mac
History
joshmoz%gmail.com
6b0c23ad37
change assertions to warnings. b=291096 r=pinkerton sr=smfr a=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@176824 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-28 23:51:21 +00:00
..
Makefile.in
…
nsAppShell.cpp
…
nsAppShell.h
…
nsBidiKeyboard.cpp
Bug 298549 - nsBidiKeyboard.cpp breaks gcc 4 builds. patch from Mark Mentovai <mark@moxienet.com>, r=me, sr=smfr, a=mkaply.
2005-06-23 17:50:41 +00:00
nsBidiKeyboard.h
Bug 298430 - drop support for Mac OS X 10.1. First part: code cleanup. r=josh, sr=darin, a=shaver
2005-06-23 00:59:03 +00:00
nsChildWindow.cpp
…
nsChildWindow.h
…
nsClipboard.cpp
Bug 299100 remove useless references to nsVoidArray
2005-07-01 04:40:31 +00:00
nsClipboard.h
…
nsDeleteObserver.cpp
…
nsDeleteObserver.h
…
nsDeviceContextMac.cpp
…
nsDeviceContextMac.h
…
nsDeviceContextSpecFactoryM.cpp
…
nsDeviceContextSpecFactoryM.h
…
nsDragHelperService.cpp
…
nsDragHelperService.h
…
nsDragService.cpp
Bug 299100 remove useless references to nsVoidArray
2005-07-01 04:40:31 +00:00
nsDragService.h
gcc 4 fixes for Mac OS X. part 2 of landing (last part). Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron
2005-06-15 03:52:48 +00:00
nsFilePicker.cpp
…
nsFilePicker.h
…
nsIChangeManager.idl
…
nsIDragHelperService.idl
…
nsIMacTextInputEventSink.idl
…
nsIMenuCommandDispatcher.idl
…
nsLookAndFeel.cpp
gcc 4 fixes for Mac OS X. part 2 of landing (last part). Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron
2005-06-15 03:52:48 +00:00
nsLookAndFeel.h
…
nsMacControl.cpp
Bug 300095, tab close button draws over top of scrollbar after tab bar collapses. Don't validate control rects after drawing, when it's too late for us to care. Allows the system to paint. r=jhpedemonte sr=smfr a=shaver
2005-07-20 17:52:00 +00:00
nsMacControl.h
Bug 298677, Mac Carbon scrollbars draw in the wrong location and jump out from under the mouse since CFRunLoopSource (bug 282940). Be more careful about restoring the QD origin. Obsoletes and backs out an earlier partial fix, cleaning up bug 300058, drawing artifacts in scrollbars. r=pinkerton sr=smfr a=bsmedberg
2005-07-14 22:48:34 +00:00
nsMacEventHandler.cpp
…
nsMacEventHandler.h
clean up old mac os classic stuff. b=281889 r=smfr sr=bryner a=bsmedberg
2005-07-06 01:23:20 +00:00
nsMacMessagePump.cpp
…
nsMacMessagePump.h
…
nsMacNativeUnicodeConverter.cpp
…
nsMacNativeUnicodeConverter.h
…
nsMacResources.cpp
…
nsMacResources.h
…
nsMacTSMMessagePump.cpp
…
nsMacTSMMessagePump.h
…
nsMacWidget.r
…
nsMacWindow.cpp
Fix bug 289973: white patches in XUL menus. This happened because the window was being resized inside an update, so that the window's new visRgn from SizeWindow was being clobbered by the later EndUpdate(). Fixed by breaking out of BeginUpdate/EndUpdate around the SizeWindow. This also required us to move all update handling to the Carbon Event handler (that was only being used for sheets). r=mento, r=jhpedemonte, sr=me, a=bsmedberg.
2005-07-20 18:24:09 +00:00
nsMacWindow.h
Fix bug 289973: white patches in XUL menus. This happened because the window was being resized inside an update, so that the window's new visRgn from SizeWindow was being clobbered by the later EndUpdate(). Fixed by breaking out of BeginUpdate/EndUpdate around the SizeWindow. This also required us to move all update handling to the Carbon Event handler (that was only being used for sheets). r=mento, r=jhpedemonte, sr=me, a=bsmedberg.
2005-07-20 18:24:09 +00:00
nsMenuBarX.cpp
Bug 295711 part 2 - hide menus (mac) that do not have a <menupopup> child - r=jhpedemonte sr=jst a=shaver
2005-06-03 17:53:40 +00:00
nsMenuBarX.h
Bug 299100 remove useless references to nsVoidArray
2005-07-01 04:40:31 +00:00
nsMenuItemX.cpp
…
nsMenuItemX.h
…
nsMenuX.cpp
Bug 295711 part 2 - hide menus (mac) that do not have a <menupopup> child - r=jhpedemonte sr=jst a=shaver
2005-06-03 17:53:40 +00:00
nsMenuX.h
…
nsMimeMapper.cpp
…
nsMimeMapper.h
…
nsNativeScrollbar.cpp
Fix the drawing part of bug 298677: scrollbars draw in the wrong place. Fixed by registering a Carbon Event handler on the native control that ensures that the port origin is set correctly before control draws. r=josh, jhpedemonte. sr=me. a=shaver.
2005-07-07 15:47:49 +00:00
nsNativeScrollbar.h
Bug 299384, Crash in Mac Carbon nsNativeScrollbar::DoScrollAction when using the scrollbar while reloading since 282940. Handle Destroy() when the page is going away. r=josh sr=smfr a=asa
2005-07-03 05:44:08 +00:00
nsPIEventSinkStandalone.idl
…
nsPIWidgetMac.idl
…
nsSound.cpp
…
nsSound.h
…
nsStylClipboardUtils.cpp
…
nsStylClipboardUtils.h
…
nsToolkit.cpp
…
nsToolkit.h
…
nsToolkitBase.cpp
clean up old mac os classic stuff. b=281889 r=smfr sr=bryner a=bsmedberg
2005-07-06 01:23:20 +00:00
nsToolkitBase.h
…
nsTSMStrategy.cpp
…
nsTSMStrategy.h
…
nsWidgetFactory.cpp
…
nsWindow.cpp
change assertions to warnings. b=291096 r=pinkerton sr=smfr a=bsmedberg
2005-07-28 23:51:21 +00:00
nsWindow.h
Fix bug 289973: white patches in XUL menus. This happened because the window was being resized inside an update, so that the window's new visRgn from SizeWindow was being clobbered by the later EndUpdate(). Fixed by breaking out of BeginUpdate/EndUpdate around the SizeWindow. This also required us to move all update handling to the Carbon Event handler (that was only being used for sheets). r=mento, r=jhpedemonte, sr=me, a=bsmedberg.
2005-07-20 18:24:09 +00:00
widget_mac.pkg
…