Not part of the default build. Remerge patches. Disable freetype.

This commit is contained in:
blizzard%redhat.com 2002-02-27 07:34:33 +00:00
parent 34034e5b82
commit d4643ddc6e
3 changed files with 90 additions and 98 deletions

View File

@ -1,6 +1,6 @@
--- mozilla/xpfe/browser/resources/content/navigatorOverlay.xul.debug Thu Feb 14 11:51:59 2002
+++ mozilla/xpfe/browser/resources/content/navigatorOverlay.xul Thu Feb 14 11:52:29 2002
@@ -356,133 +356,6 @@
--- mozilla/xpfe/browser/resources/content/navigatorOverlay.xul.debug Thu Feb 21 15:18:58 2002
+++ mozilla/xpfe/browser/resources/content/navigatorOverlay.xul Thu Feb 21 15:19:31 2002
@@ -351,133 +351,6 @@
<menu accesskey="&helpMenuCmd.accesskey;" id="menu_Help"/>
@ -9,88 +9,88 @@
- <menupopup>
- <menu label="Verification">
- <menupopup>
- <menuitem label="Tables" oncommand="window._content.location.href='resource:/res/samples/test6.html'"/>
- <menuitem label="JavaScript" oncommand="window._content.location.href='http://mozilla.org/quality/browser/standards/javascript/tcmatrix/index.html'"/>
- <menuitem label="GIF Images" oncommand="window._content.location.href='http://www.mozilla.org/quality/browser/debugtc/bft_browser_imagemap.html'"/>
- <menuitem label="JPEG Images" oncommand="window._content.location.href='resource:/res/samples/test2.html'"/>
- <menuitem label="PNG Images" oncommand="window._content.location.href='http://www.libpng.org/pub/png/png-MagnoliaAlpha.html'"/>
- <menuitem label="Transparency" oncommand="window._content.location.href='resource:/res/samples/test13.html'"/>
- <menuitem label="Animation" oncommand="window._content.location.href='resource:/res/samples/test2.html'"/>
- <menuitem label="Larger page" oncommand="window._content.location.href='http://www.mozilla.org/quality/browser/debugtc/bft_browser_html_mix3.html'"/>
- <menuitem label="Smaller page" oncommand="window._content.location.href='http://www.mozilla.org/quality/browser/debugtc/bft_browser_link.html'"/>
- <menuitem label="Tables" oncommand="loadURI('resource:/res/samples/test6.html');"/>
- <menuitem label="JavaScript" oncommand="loadURI('http://mozilla.org/quality/browser/standards/javascript/tcmatrix/index.html');"/>
- <menuitem label="GIF Images" oncommand="loadURI('http://www.mozilla.org/quality/browser/debugtc/bft_browser_imagemap.html');"/>
- <menuitem label="JPEG Images" oncommand="loadURI('resource:/res/samples/test2.html');"/>
- <menuitem label="PNG Images" oncommand="loadURI('http://www.libpng.org/pub/png/png-MagnoliaAlpha.html');"/>
- <menuitem label="Transparency" oncommand="loadURI('resource:/res/samples/test13.html');"/>
- <menuitem label="Animation" oncommand="loadURI('resource:/res/samples/test2.html');"/>
- <menuitem label="Larger page" oncommand="loadURI('http://www.mozilla.org/quality/browser/debugtc/bft_browser_html_mix3.html');"/>
- <menuitem label="Smaller page" oncommand="loadURI('http://www.mozilla.org/quality/browser/debugtc/bft_browser_link.html');"/>
- <menuseparator />
- <menuitem label="Mozilla" oncommand="window._content.location.href='http://www.mozilla.org'"/>
- <menuitem label="Yahoo" oncommand="window._content.location.href='http://www.yahoo.com'"/>
- <menuitem label="Netscape" oncommand="window._content.location.href='http://www.netscape.com'"/>
- <menuitem label="Excite" oncommand="window._content.location.href='http://www.excite.com'"/>
- <menuitem label="Microsoft" oncommand="window._content.location.href='http://www.microsoft.com'"/>
- <menuitem label="city.net" oncommand="window._content.location.href='http://www.city.net'"/>
- <menuitem label="Mirabilis" oncommand="window._content.location.href='http://www.mirabilis.com'"/>
- <menuitem label="Time" oncommand="window._content.location.href='http://www.time.com'"/>
- <menuitem label="Warner Bros." oncommand="window._content.location.href='http://www.warnerbros.com'"/>
- <menuitem label="CNN" oncommand="window._content.location.href='http://www.cnn.com'"/>
- <menuitem label="USA Today" oncommand="window._content.location.href='http://www.usatoday.com'"/>
- <menuitem label="Disney" oncommand="window._content.location.href='http://www.disney.go.com'"/>
- <menuitem label="Hotwired" oncommand="window._content.location.href='http://www.hotwired.com'"/>
- <menuitem label="Hotbot" oncommand="window._content.location.href='http://www.hotbot.com'"/>
- <menuitem label="Mozilla" oncommand="loadURI('http://www.mozilla.org');"/>
- <menuitem label="Yahoo" oncommand="loadURI('http://www.yahoo.com');"/>
- <menuitem label="Netscape" oncommand="loadURI('http://www.netscape.com');"/>
- <menuitem label="Excite" oncommand="loadURI('http://www.excite.com');"/>
- <menuitem label="Microsoft" oncommand="loadURI('http://www.microsoft.com');"/>
- <menuitem label="city.net" oncommand="loadURI('http://www.city.net');"/>
- <menuitem label="Mirabilis" oncommand="loadURI('http://www.mirabilis.com');"/>
- <menuitem label="Time" oncommand="loadURI('http://www.time.com');"/>
- <menuitem label="Warner Bros." oncommand="loadURI('http://www.warnerbros.com');"/>
- <menuitem label="CNN" oncommand="loadURI('http://www.cnn.com');"/>
- <menuitem label="USA Today" oncommand="loadURI('http://www.usatoday.com');"/>
- <menuitem label="Disney" oncommand="loadURI('http://www.disney.go.com');"/>
- <menuitem label="Hotwired" oncommand="loadURI('http://www.hotwired.com');"/>
- <menuitem label="Hotbot" oncommand="loadURI('http://www.hotbot.com');"/>
- </menupopup>
- </menu>
-
- <menu label="Viewer Demos">
- <menupopup>
- <menuitem label="#0 Basic Styles" oncommand="window._content.location.href='resource:/res/samples/test0.html'"/>
- <menuitem label="#1 CSS Styles" oncommand="window._content.location.href='resource:/res/samples/test1.html'"/>
- <menuitem label="#2 Images" oncommand="window._content.location.href='resource:/res/samples/test2.html'"/>
- <menuitem label="#3 Basic Tables" oncommand="window._content.location.href='resource:/res/samples/test3.html'"/>
- <menuitem label="#4 Simple Tables" oncommand="window._content.location.href='resource:/res/samples/test4.html'"/>
- <menuitem label="#5 More Styles" oncommand="window._content.location.href='resource:/res/samples/test5.html'"/>
- <menuitem label="#6 Deeply Nested Tables" oncommand="window._content.location.href='resource:/res/samples/test6.html'"/>
- <menuitem label="#7 Scaled Anim Image" oncommand="window._content.location.href='resource:/res/samples/test7.html'"/>
- <menuitem label="#8 Form" oncommand="window._content.location.href='resource:/res/samples/test8.html'"/>
- <menuitem label="#9 Frames" oncommand="window._content.location.href='resource:/res/samples/test9.html'"/>
- <menuitem label="#10 Anim Images" oncommand="window._content.location.href='resource:/res/samples/test10.html'"/>
- <menuitem label="#11 Fixed Positioning" oncommand="window._content.location.href='resource:/res/samples/test11.html'"/>
- <menuitem label="#12 More Fixed Pos" oncommand="window._content.location.href='resource:/res/samples/test12.html'"/>
- <menuitem label="#13 DHTML" oncommand="window._content.location.href='resource:/res/samples/test13.html'"/>
- <menuitem label="#14 XML Sorting" oncommand="window._content.location.href='resource:/res/samples/test14.html'"/>
- <menuitem label="#15 XML IRS" oncommand="window._content.location.href='resource:/res/samples/test15.html'"/>
- <menuitem label="#16 Gfx Widgets" oncommand="window._content.location.href='resource:/res/samples/test16.html'"/>
- <menuitem label="#0 Basic Styles" oncommand="loadURI('resource:/res/samples/test0.html');"/>
- <menuitem label="#1 CSS Styles" oncommand="loadURI('resource:/res/samples/test1.html');"/>
- <menuitem label="#2 Images" oncommand="loadURI('resource:/res/samples/test2.html');"/>
- <menuitem label="#3 Basic Tables" oncommand="loadURI('resource:/res/samples/test3.html');"/>
- <menuitem label="#4 Simple Tables" oncommand="loadURI('resource:/res/samples/test4.html');"/>
- <menuitem label="#5 More Styles" oncommand="loadURI('resource:/res/samples/test5.html');"/>
- <menuitem label="#6 Deeply Nested Tables" oncommand="loadURI('resource:/res/samples/test6.html');"/>
- <menuitem label="#7 Scaled Anim Image" oncommand="loadURI('resource:/res/samples/test7.html');"/>
- <menuitem label="#8 Form" oncommand="loadURI('resource:/res/samples/test8.html');"/>
- <menuitem label="#9 Frames" oncommand="loadURI('resource:/res/samples/test9.html');"/>
- <menuitem label="#10 Anim Images" oncommand="loadURI('resource:/res/samples/test10.html');"/>
- <menuitem label="#11 Fixed Positioning" oncommand="loadURI('resource:/res/samples/test11.html');"/>
- <menuitem label="#12 More Fixed Pos" oncommand="loadURI('resource:/res/samples/test12.html');"/>
- <menuitem label="#13 DHTML" oncommand="loadURI('resource:/res/samples/test13.html');"/>
- <menuitem label="#14 XML Sorting" oncommand="loadURI('resource:/res/samples/test14.html');"/>
- <menuitem label="#15 XML IRS" oncommand="loadURI('resource:/res/samples/test15.html');"/>
- <menuitem label="#16 Gfx Widgets" oncommand="loadURI('resource:/res/samples/test16.html');"/>
- </menupopup>
- </menu>
-
- <menu label="XBL Test Suite">
- <menupopup>
- <menuitem label="#0 Remote XBL" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test0/test.xul'"/>
- <menuitem label="#1 Technicolor DIV" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test1/test.html'"/>
- <menuitem label="#2 Rollover Madness" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test2/test.html'"/>
- <menuitem label="#3 Popups in HTML" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test3/test.html'"/>
- <menuitem label="#4 Partition Magic" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test4/test.html'"/>
- <menuitem label="#5 Sticky Notes" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test5/test.html'"/>
- <menuitem label="#0 Remote XBL" oncommand="loadURI('http://www.mozilla.org/projects/xbl/test0/test.xul');"/>
- <menuitem label="#1 Technicolor DIV" oncommand="loadURI('http://www.mozilla.org/projects/xbl/test1/test.html');"/>
- <menuitem label="#2 Rollover Madness" oncommand="loadURI('http://www.mozilla.org/projects/xbl/test2/test.html');"/>
- <menuitem label="#3 Popups in HTML" oncommand="loadURI('http://www.mozilla.org/projects/xbl/test3/test.html');"/>
- <menuitem label="#4 Partition Magic" oncommand="loadURI('http://www.mozilla.org/projects/xbl/test4/test.html');"/>
- <menuitem label="#5 Sticky Notes" oncommand="loadURI('http://www.mozilla.org/projects/xbl/test5/test.html');"/>
- </menupopup>
- </menu>
-
- <menu label="XUL Test Suite">
- <menupopup>
- <menuitem label="#1 Stacks" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/stacks.xul'"/>
- <menuitem label="#2 Popups" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/popups.xul'"/>
- <menuitem label="#3 Descriptions and Labels" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/label.xul'"/>
- <menuitem label="#4 Dialog Buttons" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/buttons.xul'"/>
- <menuitem label="#5 Tabindex" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/tabindex.xul'"/>
- <menuitem label="#1 Stacks" oncommand="loadURI('http://www.mozilla.org/projects/xul/tests/stacks.xul');"/>
- <menuitem label="#2 Popups" oncommand="loadURI('http://www.mozilla.org/projects/xul/tests/popups.xul');"/>
- <menuitem label="#3 Descriptions and Labels" oncommand="loadURI('http://www.mozilla.org/projects/xul/tests/label.xul');"/>
- <menuitem label="#4 Dialog Buttons" oncommand="loadURI('http://www.mozilla.org/projects/xul/tests/buttons.xul');"/>
- <menuitem label="#5 Tabindex" oncommand="loadURI('http://www.mozilla.org/projects/xul/tests/tabindex.xul');"/>
- </menupopup>
- </menu>
-
- <menuitem label="Form Manager Samples" oncommand="window._content.location.href='chrome://communicator/locale/wallet/index.html';"/>
- <menuitem label="Form Manager Samples" oncommand="loadURI('chrome://communicator/locale/wallet/index.html');"/>
-
- <menuitem label="chofmann's Browser Buster" oncommand="window._content.location.href='http://komodo.mozilla.org/buster/'"/>
- <menuitem label="chofmann's Browser Buster" oncommand="loadURI('http://komodo.mozilla.org/buster/');"/>
- <menuitem label="Composer (with test page)" oncommand="window.openDialog('chrome://editor/content','_blank','chrome,all,dialog=no','chrome://editor/content/EditorInitPage.html')"/>
- <menuitem label="Flush Memory" oncommand="Components.classes['@mozilla.org/xpcom/memory-service;1'].getService(Components.interfaces.nsIMemory).heapMinimize(true);" />
-
- <menuseparator />
-
- <menuitem label="StringBundle Test" oncommand="window._content.location.href='resource:/res/strres-test.xul'"/>
- <menuitem label="Bloat: Dump New Stats" oncommand="window._content.location.href='about:bloat?new'"/>
- <menuitem label="Bloat: Dump All Stats" oncommand="window._content.location.href='about:bloat'"/>
- <menuitem label="Bloat: Clear Stats" oncommand="window._content.location.href='about:bloat?clear'"/>
- <menuitem label="StringBundle Test" oncommand="loadURI('resource:/res/strres-test.xul');"/>
- <menuitem label="Bloat: Dump New Stats" oncommand="loadURI('about:bloat?new');"/>
- <menuitem label="Bloat: Dump All Stats" oncommand="loadURI('about:bloat');"/>
- <menuitem label="Bloat: Clear Stats" oncommand="loadURI('about:bloat?clear');"/>
-
- <menuseparator />
-
@ -107,28 +107,28 @@
-
- <menu id="qaMenu" accesskey="Q" label="QA">
- <menupopup>
- <menuitem label="Getting Involved" oncommand="window._content.location.href='http://www.mozilla.org/start/'"/>
- <menuitem label="Mozilla QA Overview" oncommand="window._content.location.href='http://www.mozilla.org/quality/'"/>
- <menuitem label="Getting Involved" oncommand="loadURI('http://www.mozilla.org/start/');"/>
- <menuitem label="Mozilla QA Overview" oncommand="loadURI('http://www.mozilla.org/quality/');"/>
-
- <menuseparator />
-
- <menuitem label="Frequently Reported Bugs" oncommand="window._content.location.href='http://bugzilla.mozilla.org/duplicates.cgi'"/>
- <menuitem label="Bug Writing Guidelines" oncommand="window._content.location.href='http://www.mozilla.org/quality/bug-writing-guidelines.html'"/>
- <menuitem label="File a Bug..." oncommand="window._content.location.href='http://www.mozilla.org/quality/bug-form.html'"/>
- <menuitem label="Frequently Reported Bugs" oncommand="loadURI('http://bugzilla.mozilla.org/duplicates.cgi');"/>
- <menuitem label="Bug Writing Guidelines" oncommand="loadURI('http://www.mozilla.org/quality/bug-writing-guidelines.html');"/>
- <menuitem label="File a Bug" oncommand="loadURI('http://www.mozilla.org/quality/help/bug-form.html');"/>
-
- <menuseparator />
-
- <menuitem label="Bugs Filed Today" oncommand="window._content.location.href='http://bugzilla.mozilla.org/buglist.cgi?changedin=1&amp;chfield=%5BBug+creation%5D&amp;amp;chfieldto=Now&amp;product=Browser&amp;product=MailNews'"/>
- <menuitem label="CVS Checkins Today" oncommand="window._content.location.href='http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&amp;module=SeaMonkeyAll&amp;branch=HEAD&amp;branchtype=match&amp;sortby=Date&amp;date=day&amp;cvsroot=%2Fcvsroot'"/>
- <menuitem label="Bugs Filed Today" oncommand="loadURI('http://bugzilla.mozilla.org/buglist.cgi?changedin=1&amp;chfield=%5BBug+creation%5D&amp;amp;chfieldto=Now&amp;product=Browser&amp;product=MailNews');"/>
- <menuitem label="CVS Checkins Today" oncommand="loadURI('http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&amp;module=SeaMonkeyAll&amp;branch=HEAD&amp;branchtype=match&amp;sortby=Date&amp;date=day&amp;cvsroot=%2Fcvsroot');"/>
-
- <menuseparator />
-
- <menuitem label="Smoke Tests" oncommand="window._content.location.href='http://www.mozilla.org/quality/smoketests/'"/>
- <menuitem label="Pre-Checkin Tests" oncommand="window._content.location.href='http://www.mozilla.org/quality/precheckin-tests.html'"/>
- <menuitem label="Smoke Tests" oncommand="loadURI('http://www.mozilla.org/quality/smoketests/');"/>
- <menuitem label="Pre-Checkin Tests" oncommand="loadURI('http://www.mozilla.org/quality/precheckin-tests.html');"/>
-
- <menuseparator />
-
- <menuitem label="Latest Builds" oncommand="window._content.location.href='ftp://ftp.mozilla.org/pub/mozilla/nightly/latest/'"/>
- <menuitem label="Latest Builds" oncommand="loadURI('ftp://ftp.mozilla.org/pub/mozilla/nightly/latest/');"/>
- </menupopup>
- </menu>
</menubar>

View File

@ -1,27 +1,15 @@
--- mozilla/modules/libpref/src/unix/unix.js.psfonts Thu Oct 25 11:57:36 2001
+++ mozilla/modules/libpref/src/unix/unix.js Thu Oct 25 11:59:03 2001
@@ -257,8 +257,10 @@
pref("print.psnativefont.ar", "");
pref("print.psnativefont.el", "");
pref("print.psnativefont.he", "");
-pref("print.psnativefont.ja", "");
-pref("print.psnativefont.ko", "");
+pref("print.psnativecode.ja", "euc-jp");
+pref("print.psnativefont.ja", "Ryumin-Light-EUC-H");
+pref("print.psnativecode.ko", "euc-kr");
+pref("print.psnativefont.ko", "Baekmuk-Gulim-KSC-EUC-H");
pref("print.psnativefont.th", "");
pref("print.psnativefont.tr", "");
pref("print.psnativefont.x-baltic", "");
@@ -267,7 +269,9 @@
pref("print.psnativefont.x-unicode", "");
pref("print.psnativefont.x-user-def", "");
pref("print.psnativefont.x-western", "");
-pref("print.psnativefont.zh-CN", "");
-pref("print.psnativefont.zh-TW", "");
+pref("print.psnativecode.zh-CN", "gb2312");
+pref("print.psnativefont.zh-CN", "BousungEG-Light-GB-GB-EUC-H");
+pref("print.psnativecode.zh-TW", "big5");
+pref("print.psnativefont.zh-TW", "ShanHeiSun-Light-B5-H");
pref("mail.signature_date", 0);
--- mozilla/modules/libpref/src/unix/unix.js.psfoo Thu Feb 21 15:58:23 2002
+++ mozilla/modules/libpref/src/unix/unix.js Thu Feb 21 16:00:22 2002
@@ -344,8 +344,10 @@
pref("print.postscript.nativefont.ar", "");
pref("print.postscript.nativefont.el", "");
pref("print.postscript.nativefont.he", "");
-pref("print.postscript.nativefont.ja", "");
-pref("print.postscript.nativefont.ko", "");
+pref("print.postscript.nativecode.ja", "euc-jp");
+pref("print.postscript.nativefont.ja", "Ryumin-Light-EUC-H");
+pref("print.postscript.nativecode.ko", "euc-kr");
+pref("print.postscript.nativefont.ko", "Baekmuk-Gulim-KSC-EUC-H");
pref("print.postscript.nativefont.th", "");
pref("print.postscript.nativefont.tr", "");
pref("print.postscript.nativefont.x-baltic", "");

View File

@ -142,7 +142,8 @@ BUILD_OFFICIAL=1 ./configure --prefix=%{_prefix} --enable-optimize \
--enable-extensions=default,irc \
--without-mng \
--enable-crypto \
--disable-xprint
--disable-xprint \
--disable-freetype2
#BUILD_OFFICIAL=1 make -s export
#BUILD_OFFICIAL=1 make -j$CPUS -s libs
@ -541,6 +542,9 @@ fi
%changelog
* Fri Feb 22 2002 Christopher Blizzard <blizzard@redhat.com>
- Add --disable-freetype2 so that we don't build the freetype code.
* Sat Dec 29 2001 Christopher Blizzard <blizzard@redhat.com>
- Add mozilla-xremote-client to the package in /usr/bin