Mac:Home Page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(58 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Welcome to the Mozilla-on-Macintosh development wiki. This is intended to serve as centralized place for keeping track of and planning Mac Mozilla development. This is not the same thing as bugzilla - please do not report "bugs" here unless there is a special case concerning some planning issue (feel free to reference bugs). Issues that I will write out the plans for as soon as I have time include:
Welcome to the Mozilla-on-Macintosh development wiki. This is intended to serve as a centralized place for planning Mozilla Mac OS X development. Please do not report bugs here (but feel free to reference bugs if they are relevant).


-- dropping support for Mac OS X 10.1.x
== Mac OS X NPAPI Plugin Support ==
-- Quartz drawing (on Cairo)
[[Mac:Plugins]] contains a roadmap for NPAPI plugin support, the Mac OS X NPAPI Drawing Models spec, and other information about NPAPI on Mac OS X.
-- Cocoa widgets
 
-- Intel-based Macintoshes (porting and universal binaries)
== Obj-C Exceptions in Gecko ==
-- build requirements
[[Obj-C_Exceptions_In_Gecko]] contains information about the problem of handling Objective-C exceptions in Gecko.
-- Firefox Mac UI improvements
 
== Cocoa Widget Popup Test Cases ==
[[Cocoa:PopupTestCases]] Popup window code is tricky, the tests on this page should pass whenever we modify it.

Latest revision as of 14:52, 9 January 2014

Welcome to the Mozilla-on-Macintosh development wiki. This is intended to serve as a centralized place for planning Mozilla Mac OS X development. Please do not report bugs here (but feel free to reference bugs if they are relevant).

Mac OS X NPAPI Plugin Support

Mac:Plugins contains a roadmap for NPAPI plugin support, the Mac OS X NPAPI Drawing Models spec, and other information about NPAPI on Mac OS X.

Obj-C Exceptions in Gecko

Obj-C_Exceptions_In_Gecko contains information about the problem of handling Objective-C exceptions in Gecko.

Cocoa Widget Popup Test Cases

Cocoa:PopupTestCases Popup window code is tricky, the tests on this page should pass whenever we modify it.