Commit Graph

33 Commits

Author SHA1 Message Date
Chris Peterson
33f8be9651 Bug 1117635 - Declare that MacApplicationDelegate implements the NSApplicationDelegate protocol. r=mstange 2015-01-07 18:33:32 -08:00
Chris Peterson
9a465104af Back out cset 143ddd8eded9 (bug 1117635) for breaking some people's OS X builds on a CLOSED TREE. a=RyanVM 2015-01-07 11:58:19 -08:00
Chris Peterson
d45f0b82eb Bug 1117635 - Declare that MacApplicationDelegate implements NSFileManagerDelegate protocol to fix -Wincompatible-pointer-types warning. r=smichaud 2015-01-04 20:00:42 -08:00
Nicholas Nethercote
f05eba28bf Bug 825150 - Remove const_casts by adding some const-ness to nsICommandLineRunner.init(). r=karlt, sr=bsmedberg. 2013-01-03 13:52:32 -08:00
Aryeh Gregor
8b4a23fc4c Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Ehsan Akhgari
478ad1a412 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
0fe7772ece Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
Ted Mielczarek
7211fa7590 bug 606574 - Cocoa event loop instrumentation. r=smichaud,cjones 2011-03-03 11:20:02 -05:00
Ehsan Akhgari
f2726d0139 Back out bug 606574 for leaking a Mutex and a CondVar in crashtests 2011-04-13 14:08:43 -04:00
Ted Mielczarek
b13622b413 bug 606574 - Cocoa event loop instrumentation. r=smichaud 2011-03-03 11:20:02 -05:00
Josh Aas
5637c38b4c 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
3140343822 Bug 531552 - Firefox opens two windows when opening external links. r,a=josh 2011-01-03 10:08:36 -06:00
Josh Aas
4d1b777aef 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
5bd188a3fd 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
6cb1cc47af 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
b83a5c4a2c 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
25730e2c8c bug 559075 - add local autorelease pool to SetupMacApplicationDelegate to prevent startup leakage. r=josh 2010-04-13 21:37:07 +01:00
Smokey Ardisson
3ed89bc792 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
80ea4e1d2a Toolkit support for Mac OS X dock menu. b=415463 r=josh 2010-02-08 16:03:40 -06:00
a4f5889775 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
5474a11af3 optimize/modernize Mac OS X toolkit/xre code. b=486733 r=mstange sr=bsmedberg 2009-04-09 20:54:11 -04:00
Josh Aas
1a85a64620 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
356850a9bd 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
8522039c8b 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
b0329fc951 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
7911f0492e 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
5e66949b5b Make clicking on Dock icon restore last minimized window. b=389423 r=joshmoz sr=benjamin 2007-08-16 07:53:10 -07:00
c46c1c2951 Bug 386810, Move quit-application-granted notification to nsAppStartup::Quit, r=benjamin 2007-08-09 20:05:53 -07:00
4055a17f4b Quit from Dock menu results in unclean shutdown. b=377506 r=josh+michael.wu sr=bsmedberg 2007-07-02 07:48:07 -07:00
867ba90463 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
d41956565e 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
joshmoz@gmail.com
bfd4d4254d Apple Event handling for use with Cocoa widgets. Patch by Stan Shebs. b=355352 r=josh moa=bsmedberg 2006-12-14 22:00:46 +00:00