Mac:Home Page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(53 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 planning Mac Mozilla development. Please do not report bugs here (feel free to reference bugs if they are relevant).
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).


== Cocoa Widgets ==
== Mac OS X NPAPI Plugin Support ==
[[Mac:Cocoa_Widgets]] is a planning document for Cocoa widget plans. The idea is to complete/polish the Cocoa widget implementation (widget/src/cocoa) and use it in all Mozilla.org products, deprecating Carbon widgets (widget/src/mac). Among other advantages, this unifies Mac widgets thus reducing maintenance requirements.
[[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.


== Mac Cairo ==
== Obj-C Exceptions in Gecko ==
[[Mac:Cairo]] is a planning document for drawing with Quartz on the Mac via Cairo. At this point there are no plans to make gfx use Quartz.
[[Obj-C_Exceptions_In_Gecko]] contains information about the problem of handling Objective-C exceptions in Gecko.


== Mac XUL Menus ==
== Cocoa Widget Popup Test Cases ==
[[XUL:Menus]] is a planning document for a XUL menu system that attempts to alleviate XUL menu problems on the Mac. Designing and implementing this system is of high priority.
[[Cocoa:PopupTestCases]] Popup window code is tricky, the tests on this page should pass whenever we modify it.
 
== Intel Mac Porting Effort ==
 
== Mac Build Requirements ==
 
== Firefox Mac UI Improvements ==
 
== Mac Embedding/Frameworks/Packaging ==

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.