272
edits
| Line 16: | Line 16: | ||
is of course entirely up for debate, but the plan is to make it be some | is of course entirely up for debate, but the plan is to make it be some | ||
useful subset. | useful subset. | ||
As we proceed down this path, it is quite likely that we will encounter | |||
components under mozilla/toolkit that do not make sense as part of | |||
XULRunner. These may be too browser specific or too mailnews specific. | |||
The goal is to migrate these pieces out of toolkit, and into app specific | |||
directories. We'll see how well this goes ;-) | |||
Also, 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 MOZ_PHOENIX</code>. | |||
=== User Profiles === | === User Profiles === | ||
edits