XULRunner: Difference between revisions

69 bytes removed ,  21 December 2005
removing fixed bug
No edit summary
(removing fixed bug)
Line 7: Line 7:
A core requirement of XULRunner is the elimination of any app-specific
A core requirement of XULRunner is the elimination of any app-specific
<code>#ifdef</code>'s.  It does us no good if portions of the toolkit are
<code>#ifdef</code>'s.  It does us no good if portions of the toolkit are
<code>#ifdef MOZ_PHOENIX</code> or <code>#ifdef MOZ_THUNDERBIRD</code>. See [https://bugzilla.mozilla.org/show_bug.cgi?id=285789 bug 285789] and the [http://developer.mozilla.org/docs/When_To_Use_ifdefs Ifdef Manifesto].
<code>#ifdef MOZ_PHOENIX</code> or <code>#ifdef MOZ_THUNDERBIRD</code>. See the [http://developer.mozilla.org/docs/When_To_Use_ifdefs Ifdef Manifesto].


== The XUL Development Kit ==
== The XUL Development Kit ==
28

edits