Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Ted Mielczarek
|
a69e6e1ece
|
bug 606574 - Cocoa event loop instrumentation. r=smichaud,cjones
--HG--
extra : rebase_source : 5970911521b53d504b3c51588f2f112a2da5efe1
|
2011-03-03 11:20:02 -05:00 |
|
Ehsan Akhgari
|
2bee451447
|
Back out bug 606574 for leaking a Mutex and a CondVar in crashtests
|
2011-04-13 14:08:43 -04:00 |
|
Ted Mielczarek
|
4f75a1c3e1
|
bug 606574 - Cocoa event loop instrumentation. r=smichaud
|
2011-03-03 11:20:02 -05:00 |
|
Josh Aas
|
3bea020cda
|
Bug 633941: Make opening files from the Finder work more reliably. Code written a while ago by Josh Aas, credit for this bug should really go to Peter Annema (jag) though. r=josh/jag a=josh
|
2011-02-23 11:53:01 -05:00 |
|
Steven Michaud
|
6056316781
|
Bug 531552 - Firefox opens two windows when opening external links. r,a=josh
|
2011-01-03 10:08:36 -06:00 |
|
Josh Aas
|
9c04a7e2c0
|
Backed out changeset db7e931c4410 to see if it is responsible for bug 584273. (CLOSED TREE)
|
2010-08-04 00:40:02 -04:00 |
|
Josh Aas
|
6616e71c71
|
Bug 531552: Force handling of at-launch open-url and open-file Apple Events to happen during command line construction so that we can put them on the command line and don't open unnecessary windows. r=benwa
|
2010-07-30 09:44:51 -04:00 |
|
Josh Aas
|
e2b3518473
|
Simplify nsCommandLineServiceMac, make it easier to understand and faster. Remove unused code. b=542936 r=mstange r=bsmedberg
|
2010-06-08 18:26:12 -04:00 |
|
Markus Stange
|
8effc66532
|
Bug 436063 - Don't manually build the window list in the Dock menu. Instead call [NSApp setWindowsMenu:] during startup so that Cocoa will build the list for us. r=josh
|
2010-05-01 12:42:47 +02:00 |
|
Jonathan Kew
|
6c0909b348
|
bug 559075 - add local autorelease pool to SetupMacApplicationDelegate to prevent startup leakage. r=josh
|
2010-04-13 21:37:07 +01:00 |
|
Smokey Ardisson
|
34bc3d456b
|
Add support for an old type of Apple event so that preview from Dreamweaver (<= CS4) works again. b=549680 r=josh
|
2010-03-24 13:33:04 -04:00 |
|
Tom Dyas
|
e1edb56dd0
|
Toolkit support for Mac OS X dock menu. b=415463 r=josh
|
2010-02-08 16:03:40 -06:00 |
|
stefanh@inbox.com
|
7d4f529566
|
Bug 530064 - Firefox can't open local files with space character(s) in file name. r=josh.
|
2010-01-18 19:24:55 +01:00 |
|
Josh Aas
|
5ba0afd55a
|
optimize/modernize Mac OS X toolkit/xre code. b=486733 r=mstange sr=bsmedberg
|
2009-04-09 20:54:11 -04:00 |
|
Josh Aas
|
ab3b25ec6a
|
Port xpcom to 64-bit Mac OS X, part 1. b=478687 r=mstange sr=bsmedberg
|
2009-03-06 12:32:57 -06:00 |
|
Josh Aas
|
56dc763c65
|
Remove Carbon Apple Event code, replaced with standard Cocoa suite and some custom Cocoa handlers. b=363747 r=smorgan sr=roc
|
2009-03-02 09:24:31 -05:00 |
|
Nick Kreeger
|
3d60612039
|
Fixing bug 444128, |MacApplicationDelegate| in toolkit throws ObjC exception when creating a |NSMenuItem| with a |nil| |NSString *|. r=josh, sr=roc
|
2008-07-15 10:27:55 -07:00 |
|
bent.mozilla@gmail.com
|
4bb32a52a0
|
Bug 417566 - 'protect against Obj-C exceptions in "toolkit" top-level directory'. r=josh, sr=roc, a=blocking1.9+.
|
2008-02-20 09:34:21 -08:00 |
|
cbarrett@mozilla.com
|
d045434cff
|
Bug 366009 - Cocoa should not generate bogus open events for path-like arguments on the command line. r=bsmedberg, smichaud a=bz
|
2007-09-17 10:10:52 -07:00 |
|
smichaud@pobox.com
|
62019439af
|
Make clicking on Dock icon restore last minimized window. b=389423 r=joshmoz sr=benjamin
|
2007-08-16 07:53:10 -07:00 |
|
flamingice@sourmilk.net
|
6b85fbfabb
|
Bug 386810, Move quit-application-granted notification to nsAppStartup::Quit, r=benjamin
|
2007-08-09 20:05:53 -07:00 |
|
smichaud@pobox.com
|
aebe20515f
|
Quit from Dock menu results in unclean shutdown. b=377506 r=josh+michael.wu sr=bsmedberg
|
2007-07-02 07:48:07 -07:00 |
|
joshmoz@gmail.com
|
014def332b
|
Mac applicationDockMenu delegate method not called after process restart. Patch by Steven Michaud. r=josh r=bsmedberg
|
2007-05-16 19:10:19 -07:00 |
|
joshmoz@gmail.com
|
07065b5c0d
|
dock menu impl for Cocoa-based applications. patch by Colin Barrett. b=368784 r=josh sr=bsmedberg
|
2007-04-25 12:30:02 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|