This commit is contained in:
asa%mozilla.org 2002-08-12 03:51:13 +00:00
Родитель 4da0f86a31
Коммит 83670198fd
1 изменённых файлов: 24 добавлений и 19 удалений

Просмотреть файл

@ -1,16 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en-GB-hixie">
<head>
<title>mozilla/browser</title>
<title>Phoenix</title>
</head>
<body>
<h1>mozilla/browser</h1>
<h1>Phoenix</h1>
<p><span class="LXRLONGDESC">This project is a redesign of the
Mozilla browser component, similar to Galeon, K-Meleon and Chimera,
but written using the XUL user interface language and designed to be
cross-platform.</span></p>
<h2>Principles, Strategy, Tactics, and Concrete Design Decisions</h2>
<ol>
@ -26,7 +27,7 @@
multiple profiles from the command line.</li>
<li>The default theme will be Classic. Additional themes will be
supported but will not be part of mozilla/browser.</li>
supported but will not be part of Phoenix.</li>
<li>The toolbar(s) will be configurable. That includes moving the
location bar where the user wants it (not just splitting it so it
@ -50,13 +51,20 @@
"hacker-focus". Nor will it be "minimal". The idea is to design the
best web browser for most people. (This doesn't mean every feature
has to be enabled by default.)</li>
</ol>
<h2>Notes</h2>
<p>We won't be redesigning the editor widget(s) or other parts of
Gecko as part of this project.</p>
<p>We plan to move this app to the
<a href="http://www.mozilla.org/projects/embedding/MRE.html">MRE</a>
or the <a href="http://www.mozilla.org/projects/xul/xre.html">XRE</a>
but those projects are not ready for us so we have not started that
work yet.</p>
<h2>FAQ</h2>
@ -82,32 +90,28 @@
<h3>Q3. Where do I file bugs on this?</h3>
<p>You don't. We are not soliciting input at this time. See Q2.</p>
<p>We're still chopping with strong bursts and broad strokes. We are
not soliciting bugs at this time. See Q2.</p>
<h3>Q4: Why are you guys wasting time making a FAQ?</h3>
<p>Because we would waste tons of time answering these questions, if
there were no FAQ.</p>
<h3>Q5: Who are you?</h3>
<p>None of your business.</p>
<h3>Q6: So to whom do I send patches?</h3>
<p>We are not currently accepting any input. No UI specs, no bugs,
and definitely no patches. See Q3.</p>
<p>We're not quite ready for this stage. See Q3.</p>
<h3>Q7: How do I get involved?</h3>
<p>You don't except by invitation. This is a meritocracy -- only
those gain the respect of those in the group can join the group. See
Q6.</p>
<h3>Q8: I don't like the mozilla/browser process! This sucks! I'm
never going to contribute to Mozilla again!</h3>
<p>Oh no, please, don't go, whatever shall we do without you.</p>
<p>By invitation. This is a meritocracy -- those who gain the respect of
those in the group will be invited to join the group. See Q6.</p>
<h3>Q8: What about OS X?</h3>
<p>Chimera is the top gecko-based browser for OS X. We do not intend
to compete on that platform.</p>
<h2>Getting the Source</h2>
@ -124,6 +128,7 @@
<li>Ensure that MOZ_PHOENIX is set to 1 in your .mozconfig file. A good .mozconfig file is shown below:<br>
<br>
<code>
export MOZ_PHOENIX=1<br>
mk_add_options MOZ_PHOENIX=1<br>
ac_add_options --enable-crypto<br>
ac_add_options --disable-tests<br>