Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
2003-11-05 18:02:03 +00:00
accessible Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky ... sorry, missed some files 2003-10-31 21:00:19 +00:00
apache/gzip/src
browser Ongoing updates... 2003-11-05 07:01:42 +00:00
build Bug 216366 - fix for activestate perl using GNU make 3.80 r=bryner 2003-10-30 21:05:56 +00:00
calendar Updated licenses. Removed extra white-spaces. 2003-11-05 18:02:03 +00:00
camino make search bar part of default toolbar 2003-11-05 17:16:57 +00:00
caps Fix missing cx param problem (223041, r=caillon, sr=dbaron). 2003-11-03 04:26:55 +00:00
cck adding doc templates, some images, whacking NPL license to MPL. Will 2003-07-31 19:54:39 +00:00
chimera Updating my email address 2003-09-29 06:04:02 +00:00
chrome deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst. 2003-10-22 06:09:48 +00:00
cmd/xfe/src
composer Standalone Composer 0.01 2003-10-19 13:24:52 +00:00
config Bug 135533 - Enable the chrome preprocessor for seamonkey as well as the *birds. To use the preprocessor, prefix an asterisk (*) before the file name in your jar.mn. For documentation on preprocessor directives, see http://software.hixie.ch/utilities/unix/preprocessor/ r=bryner 2003-10-31 14:01:35 +00:00
content Hold a strong ref to the node we plan to remove, since we want to use it after 2003-11-05 17:54:46 +00:00
db Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 21:50:21 +00:00
dbm #215581 2003-09-15 21:50:20 +00:00
directory Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron. 2003-11-01 10:57:41 +00:00
docshell Bug 224088 warning: unused variable nsresult rv' in member function nsDocShellEditorData::~nsDocShellEditorData()' 2003-11-03 13:18:38 +00:00
dom Fix missing cx param problem (223041, r=caillon, sr=dbaron). 2003-11-03 04:26:55 +00:00
editor Bug 224672 re-comment out dummy code that changes map name r=glazou sr=bz 2003-11-04 21:23:12 +00:00
ef
embedding Bug 224449 Clicking Cancel before Pause doesn't close download window p=bz r=biesi sr=darin 2003-11-04 21:33:17 +00:00
expat bug 119934, change namespace for expat symbols to avoid conflicts with 2003-10-31 03:49:49 +00:00
extensions Bug 224644 crash (pressing backspace) [@ nsTypeAheadFind::BackOneChar] 2003-11-05 11:36:41 +00:00
gc/boehm Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
gconfig
gfx Bug #213734. Browser crashes when loading URL [@ XftDrawGlyphFontSpec ][@ nsFontMetricsXft::DrawString ]. Make sure to use the length of the spec buffer, not the length of the string in determining how many glyphs to render. r=jshin, sr=dbaron 2003-11-03 17:44:54 +00:00
gfx2 removing gfx2. r=kmcclusk sr/a=roc+moz 2003-01-27 15:16:13 +00:00
grendel
htmlparser Speed up mapping HTML tag enums to atoms by using an array of static atoms, indexed by enum value. This avoids a UTF16 to UTF8 conversion and atom table lookup for each tag. Add a CString version of nsINodeInfoManager::GetNodeInfo(), convert literal string callers to use that version, and remove some unused variants of GetNodeInfo(). Bug 223595, r=axel@pike.org, sr=jst. 2003-11-05 05:17:07 +00:00
intl Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron. 2003-11-01 10:57:41 +00:00
java readd 2003-09-28 06:51:37 +00:00
jpeg #73642 2003-09-18 20:38:36 +00:00
js Initial add. Regression test for bug 224676. 2003-11-05 04:08:11 +00:00
js2 Added TRACE_DEBUG, fixed int/uint compare and bad iterator use. 2003-07-14 20:56:24 +00:00
l10n Add pref for the default :active styling. Bug 142163, patch by 2003-10-15 01:56:12 +00:00
layout Speed up mapping HTML tag enums to atoms by using an array of static atoms, indexed by enum value. This avoids a UTF16 to UTF8 conversion and atom table lookup for each tag. Add a CString version of nsINodeInfoManager::GetNodeInfo(), convert literal string callers to use that version, and remove some unused variants of GetNodeInfo(). Bug 223595, r=axel@pike.org, sr=jst. 2003-11-05 05:17:07 +00:00
lib Removing old copy of MoreFiles. 2003-10-08 04:41:42 +00:00
mail fix ctrl-m 2003-11-05 07:49:59 +00:00
mailnews Bug 224608 Remove shortcut keys from context menus r=timeless sr=darin 2003-11-04 23:10:48 +00:00
modules remove support for dom.disable_cookie_{get,set} prefs. 2003-11-04 22:44:51 +00:00
mozilla
msgsdk
mstone
netwerk Bug 49813 "threadsafe" nsDirectoryIndexStream uses nsDirEnumeratorUnix triggering "not thread-safe" assertion 2003-11-05 12:39:05 +00:00
nsprpub fixes bug 223811 "getaddrinfo returns 3 addrinfo structs for each IP address [was: very long timeout for retrying IPv6 to IPv4 addresses]" r=wtc 2003-10-31 05:10:48 +00:00
nunet
other-licenses Case matters. 2003-10-08 06:44:35 +00:00
parser Speed up mapping HTML tag enums to atoms by using an array of static atoms, indexed by enum value. This avoids a UTF16 to UTF8 conversion and atom table lookup for each tag. Add a CString version of nsINodeInfoManager::GetNodeInfo(), convert literal string callers to use that version, and remove some unused variants of GetNodeInfo(). Bug 223595, r=axel@pike.org, sr=jst. 2003-11-05 05:17:07 +00:00
plugin/oji Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 23:12:15 +00:00
privacy
profile Bug 171509 2003-10-30 21:42:20 +00:00
rdf Make nsExpatDriver and nsIExpatSink be on the same wavelength as far as passing 2003-10-30 02:17:50 +00:00
README
security Grow handshake message buffer once per message, not once per each message 2003-11-05 06:22:57 +00:00
silentdl
suite
sun-java Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
themes Bug 223963 Wrong images on mail compose insert menubutton p=sailfish@unforgettable.com r=glazou sr=mscott 2003-10-30 09:29:22 +00:00
timer
toolkit Ongoing updates... 2003-11-05 07:01:42 +00:00
tools Local BSD/OS-only change on otaku. 2003-11-04 22:14:12 +00:00
uriloader Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron. 2003-11-01 10:57:41 +00:00
view Bug 212366. Make '-moz-opacity' behave like CSS3 opacity: it does not inherit by default, and it composites the element and all its children as a group. r+sr=dbaron 2003-11-01 22:34:59 +00:00
webshell remove nsCCookieManager.h in favor of nsNetCID.h. 2003-10-30 02:59:31 +00:00
webtools Bump version number for release 2003-11-03 03:33:36 +00:00
widget fix for mac blocker bug 224526. Make sure to initialize the widget atoms. r=brendan. 2003-11-04 01:08:48 +00:00
xpcom remove unnecessary semicolon which breaks the build for some gcc versions. 2003-11-04 20:51:08 +00:00
xpcom_obsolete Fixing firebird bustage. b=211860 2003-07-15 00:17:51 +00:00
xpfe Bug 207865 ASSERTION: unable to normalize attribute name: 'NS_SUCCEEDED(rv)', file i:/build/mozilla/content/xul/content/src/nsXULElement.cpp, line 1301 2003-11-05 01:17:04 +00:00
xpinstall Bug 222054 - mozilla-installer doesn't set LIBPATH. 2003-10-27 17:37:47 +00:00
.cvsignore Add mozilla-config.h to .cvsignore 2002-08-22 01:14:34 +00:00
aclocal.m4 bug 156593, Remove the dependence to gtk1 when the default toolkit is gtk2. 2002-08-29 10:30:58 +00:00
allmakefiles.sh Remove ^M characters. This should fix redwood as a side effect. 2003-11-04 07:57:54 +00:00
camino.mk fix for using "make -w" (r=bryner, bug 219828) 2003-10-06 18:39:11 +00:00
client.mak Adding pull targets. 2002-09-20 09:15:50 +00:00
client.mk build system for standalone Composer; b=215795, r=cls@seawood.org, sr=scott@scott-macgregor.org 2003-09-24 13:59:37 +00:00
configure Manually committing configure, as ctlbld seems broken. 2003-10-30 21:22:21 +00:00
configure.in Make the Mozilla build configurator ouput the correct results for --enable-chrome-format. This 2003-11-03 15:26:51 +00:00
embed.mak
embed.mk
LEGAL
LICENSE
Makefile.in Move MoreFiles into xpcom. 2003-10-08 03:39:52 +00:00
makefile.win
minimo.mk Trim about 100 megs of unnecessary source from minimo pull. 2003-04-18 06:32:53 +00:00
mozilla.kdevprj
mozilla.lsm
nglayout.mac
nglayout.mk 187017 r=cls state that nglayout.mk is no longer used 2002-12-29 00:13:37 +00:00
README.txt updating 2003-09-18 04:31:38 +00:00
trex.mak
trex.mk

==============================================================

= = = = = = = = = =   Mozilla Read Me    = = = = = = = = = = =

==============================================================

Mozilla is subject to the terms detailed in the license
agreement accompanying it.

This Read Me file contains information about system
requirements and installation instructions for the Windows,
Mac OS, and Linux builds of Mozilla. 

For more info on Mozilla, see www.mozilla.org. To submit bugs
or other feedback, see the Navigator QA menu and check out
Bugzilla at http://bugzilla.mozilla.org for links to known
bugs, bug-writing guidelines, and more. You can also get help
with Bugzilla by pointing your IRC client to #mozillazine
at irc.mozilla.org.


==============================================================

                      Getting Mozilla

==============================================================

You can download nightly builds of Mozilla from the
Mozilla.org FTP site at

  ftp://ftp.mozilla.org/pub/mozilla/nightly/

For the very latest builds, see

  ftp://ftp.mozilla.org/pub/mozilla/nightly/latest

Keep in mind that nightly builds, which are used by
Mozilla.org developers for testing, may be buggy. If you are
looking for a more polished version of Mozilla, Mozilla.org
releases Milestone builds of Mozilla every six weeks or so
that you can download from

  http://www.mozilla.org/releases
 
Be sure to read the Mozilla release notes for information
on known problems and installation issues with Mozilla.
The release notes can be found at the preceding URL along
with the milestone releases themselves.

Note: Please use Talkback builds whenever possible. These
builds allow transmission of crash data back to Mozilla
developers, improved crash analysis, and posting of crash
information to our crash-data newsgroup.


==============================================================

                    System Requirements

==============================================================

*All Platforms

	To view and use the new streamlined "Modern" theme,
	your display monitor should be set to display
	thousands of colors. For users who cannot set their
	displays to use	more than 256 colors, Mozilla.org
	recommends using the "Classic" theme for Mozilla.

	To select the Modern theme after you have installed 
	Mozilla, from the Navigator browser, open the View
	menu, and then open then open the Apply Theme submenu
	and choose Modern.

*Mac OS

	-Mac OS X or later
	-PowerPC processor (266 MHz or faster recommended)
	-64 MB RAM
	-36 MB of free hard disk space

*Windows

	-Windows 95, 98, Me, NT4, 2000 or XP
	-Intel Pentium class processor (233 MHz or faster 
	 recommended)
	-64 MB RAM
	-26 MB free hard disk space

*Linux

	-The following library versions (or compatible) are 
	 required: glibc 2.1, XFree86 3.3.x, GTK 1.2.x, Glib
	 1.2.x, Libstdc++ 2.9.0. Red Hat Linux 6.0, 
	 Debian 2.1, and SuSE 6.2 (or later) installations 
	 should work.
	-Red Hat 6.x users who want to install the Mozilla 
	 RPM must have at least version 4.0.2 of rpm
	 installed.
	-Intel Pentium class processor (233 MHz or faster 
	 recommended)
	-64MB RAM
	-26MB free hard disk space


==============================================================

                 Installation Instructions

==============================================================

For Mac OS and Windows users, it is strongly recommended that
you exit all programs before running the setup program. Also,
you should temporarily disable virus-detection software.

For Linux users, note that the installation instructions use
the bash shell. If you're not using bash, adjust the commands
accordingly.

For all platforms, install into a clean (new) directory.
Installing on top of previously released builds may cause
problems.

Note: These instructions do not tell you how to build Mozilla.
For info on building the Mozilla source, see

  http://www.mozilla.org/source.html


Windows Installation Instructions
---------------------------------

Note: For Windows NT/2000/XP systems, you need Administrator
privileges to install Mozilla. If you see an "Error 5" message
during installation, make sure you're running the installation
with Administrator privileges.


    To install Mozilla by downloading the Mozilla installer,
    follow these steps:
	
	1. Click the the mozilla-win32-installer.exe link on
	the site you're downloading Mozilla from to download
	the installer file to your machine.
	
	2. Navigate to where you downloaded the file and
	double-click the Mozilla program icon on your machine
	to begin the Setup program.
	
	3. Follow the on-screen instructions in the setup
	program. The program starts automatically the first
	time.


    To install Mozilla by downloading the .zip file and
    installing manually, follow these steps:

	1. Click the mozilla-win32-talkback.zip link or the
	mozilla-win32.zip link on the site you're down-
	loading Mozilla from to download the .zip file to
	your machine.

	2. Navigate to where you downloaded the file and
	double-click the compressed file.

	Note: This step assumes you already have a recent
	version of WinZip installed, and that you know how to
	use it. If not,	you can get WinZip and information
	about the program at www.winzip.com.

	3. Extract the .zip file to a directory such as
	C:\Program Files\mozilla.org\Mozilla.

	4. To start Mozilla, navigate to the directory you
	extracted Mozilla to and double-click the Mozilla.exe
	icon.


Mac OS X Installation Instructions
----------------------------------

    To install Mozilla by downloading the Mozilla disk image, 
    follow these steps:

	1. Click the mozilla-mac-MachO.dmg.gz link to download 
	it to your machine. By default, the download file is 
	downloaded to your desktop.

	2. Once you have downloaded the .dmg.gz file, drag it 
	onto Stuffit Expander to decompress it. If the disk 
	image doesn't mount automatically, double-click on the 
	.dmg file to mount it. If that fails, and the file 
	does not look like a disk image file, do a "Show Info" 
	on the file, and, in the "Open with application" 
	category, choose Disk Copy. In Mac OS 10.2, you can 
	use "Open with" from the context menu.

	3. Once the disk image mounts, open it, and drag the 
	Mozilla icon onto your hard disk.

	4. We recommend that you copy it to the Applications 
	folder.

	5. Now Eject the disk image.

	6. If you like, you can drag Mozilla to your dock to 
	have it easily accessible at all times. You might also 
	wish to select Mozilla as your default browser in the 
	Internet system preferences pane (under the Web tab).


Linux Installation Instructions
-------------------------------

Note: If you install in the default directory (which is
usually /usr/local/mozilla), or any other directory where
only the root user normally has write-access, you must
start Mozilla first as root before other users can start
the program. Doing so generates a set of files required
for later use by other users.


    To install Mozilla by downloading the Mozilla installer,
    follow these steps:

	1. Create a directory named mozilla (mkdir mozilla)
	and change to that directory (cd mozilla).
	
	2. Click the link on the site you're downloading
	Mozilla from to download the installer file
	(called mozilla-1686-pc-linux-gnu-installer.tar.gz)
	to your machine.

	3. Change to the mozilla directory (cd mozilla) and
	decompress the archive with the following command:

	  tar zxvf moz*.tar.gz

	The installer is now located in a subdirectory of
	Mozilla	named mozilla-installer.

	4. Change to the mozilla-installer directory
	(cd mozilla-installer) and run the installer with the
	./mozilla-installer command.

 	5. Follow the instructions in the install wizard for
	installing Mozilla.

	Note: If you have a slower machine, be aware that the
	installation may take some time. In this case, the
	installation progress may appear to hang indefinitely,
	even though the installation is still in process.

	6. To start Mozilla, change to the directory where you
	installed it and run the ./mozilla command.


    To install Mozilla by downloading the tar.gz file:

	1. Create a directory named "mozilla" (mkdir mozilla)
	and change to that directory (cd mozilla).

	2. Click the link on the site you're downloading
	Mozilla from to download the non-installer
	(mozilla*.tar.gz) file into the mozilla directory.

	3. Change to the mozilla directory (cd mozilla) and
	decompress the file with the following command:

	  tar zxvf moz*.tar.gz
 	
	This creates a "mozilla" directory under your mozilla
	directory. 

	4. Change to the mozilla directory (cd mozilla). 

	5. Run Mozilla with the following run script: 

	  ./mozilla


    To hook up Mozilla complete with icon to the GNOME Panel,
    follow these steps:

	1. Click the GNOME Main Menu button, open the Panel menu,
	and then open the Add to Panel submenu and choose Launcher.

	2. Right-click the icon for Mozilla on the Panel and
	enter the following command:
	  directory_name./mozilla

	where directory_name is the name of the directory
	you downloaded mozilla to. For example, the default
	directory that Mozilla suggests is /usr/local/mozilla.

	3. Type in a name for the icon, and type in a comment
	if you wish.

	4. Click the icon button and type in the following as
	the icon's location:

	  directory_name/icons/mozicon50.xpm

	where directory name is the directory where you
	installed Mozilla. For example, the default directory
	is /usr/local/mozilla/icons/mozicon50.xpm.