28
edits
No edit summary |
Thumperward (talk | contribs) (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 | <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 == | ||
edits