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
2005-03-18 21:24:05 +00:00
accessible Bug 286687. Expose menu item keyboard accelerators in MSAA. r=timeless, sr=neil 2005-03-18 14:56:48 +00:00
apache/gzip/src
browser libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
build Bug 285627 mddepend.pl processes Windows depend files inefficiently r=bsmedberg 2005-03-14 15:57:26 +00:00
calendar libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
camino add some default browser code documentation 2005-03-17 20:21:00 +00:00
caps Inline access to XPCWrappedNative's nsISupports pointer, with do_QueryWrappedNative nsCOMPtr helper (bug 285404). r=jst, sr=darin. 2005-03-10 00:39:28 +00:00
cck adding doc templates, some images, whacking NPL license to MPL. Will 2003-07-31 19:54:39 +00:00
chrome libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
cmd/xfe/src
composer More hierarchical :active conversion p=gautheri@noos.fr r=glazou 2005-01-30 22:02:24 +00:00
config libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
content Back out the fix for Bug #285076 as it caused regressions (Bug #286709) 2005-03-18 17:14:29 +00:00
db libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
dbm Carried Nelson's fix from DBM_1_6_BRANCH (revision 3.15.2.5) to the trunk: 2005-03-10 22:04:02 +00:00
directory add support for Red Hat Enterprise Linux 4 - kernel 2.6 2005-03-15 01:57:53 +00:00
docshell bug 283992 : keyword search for exactly one word with non-ASCII characters doesn't work (r=darin, sr=bz) 2005-03-16 13:33:27 +00:00
dom Fixing bug 245809. Implement event.returnValue (IE:ism) for beforeunload events as the mechansim for passing data back to the browser from a beforeunload handler that was registerd with addEventListener(). r=bzbarsky@mit.edu, sr=peterv@propagandism.org 2005-03-18 15:33:51 +00:00
editor Bug 285974 Crash when we use ATOK on the other of editor[@ nsWindow::OnIMEQueryCharPosition] 2005-03-18 06:17:59 +00:00
ef
embedding Fix comments to clearly distinguish services and components. Bug 285080, 2005-03-17 05:06:27 +00:00
extensions Backing out bug 285094 until bug 285658 is fixed, so nightly builds will install 2005-03-18 09:33: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 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:37:13 +00:00
gfx Bug 176177 use the correct flag for buttons that are checked 2005-03-18 15:23:50 +00:00
gfx2 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:37:13 +00:00
grendel
intl Code cleanup. Bug 169536, r=jshin, sr=Neil 2005-03-07 14:33:14 +00:00
ipc/ipcd Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron. 2005-02-04 21:10:45 +00:00
java [11-StateSavingWindowId] 2005-03-17 01:56:55 +00:00
jpeg Bug 263087 - remove unused IFAST code. Patch by bernard.alleysson@gmail.com. 2004-12-12 00:57:39 +00:00
js Add ability to run js/tests from browsers. Bug 263119 2005-03-18 19:09:59 +00:00
js2 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:37:13 +00:00
l10n These four files need placeholders so that the SeamonkeyAll CVS module pulls without errors. 2004-01-27 17:43:06 +00:00
layout Fixing bug 245809. Implement event.returnValue (IE:ism) for beforeunload events as the mechansim for passing data back to the browser from a beforeunload handler that was registerd with addEventListener(). r=bzbarsky@mit.edu, sr=peterv@propagandism.org 2005-03-18 15:33:51 +00:00
lib/mac Re-remove files that were checked into after being cvs removed to restore things to a consistent state. (These files were in Attic but not in the cvs 'dead' state, so they appeared when checking out by date.) 2005-01-19 22:48:57 +00:00
mail libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
mailnews fix detection of invalid imap urls, add logging for same, sr=mscott hope to help diagnose 259656 2005-03-18 21:17:07 +00:00
modules bug 283103 disable accept button in security dialogs when not focused 2005-03-10 22:26:47 +00:00
mozilla
msgsdk
mstone update messages to be more realistic 2004-09-08 00:54:06 +00:00
netwerk bug 286645 add/improve nsReadLine.h documentation 2005-03-18 15:29:04 +00:00
nsprpub Changed "it's" to "its". 2005-03-17 02:24:01 +00:00
other-licenses There was an inconsistency between mail/locales/jar.mn and other-licenses/branding/thunderbird/locales/jar.mn which made --enable-official-branding builds fail miserably. From bug 282057. 2005-03-10 15:05:08 +00:00
parser bug 285250: Give tags the ability to request to be either in the head OR the body. They follow the same rules that userdefined, whitespace, and newline tags used to follow. r=bzbarsky sr=jst 2005-03-17 23:28:35 +00:00
plugin/oji CVS removing files with Apple "All Rights Reserved" line which are not available under an open source licence. (Mike Pinkerton says they are no longer used.) 2005-01-19 23:35:46 +00:00
privacy
profile One additional seamonkey reference from bug 253950. 2005-03-15 20:26:36 +00:00
rdf Bug 161751 Can't switch themes when certain prefs are set r=bsmedberg sr=darin 2005-03-01 09:05:40 +00:00
README/mozilla #285948 2005-03-15 14:41:59 +00:00
security Got rid of extraneous ^M characters at some line endings. 2005-03-17 21:28:40 +00:00
silentdl CVS removing old directory mozilla/silentdl (bug 238014) rs=tor on #developers (not part of build) 2004-03-19 19:15:31 +00:00
storage Fixed compile on Windows with gcc 2005-01-07 20:52:04 +00:00
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 286675 invalid CSS prevents filepicker buttons from appearing (home and new directory) 2005-03-18 04:22:50 +00:00
toolkit libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
tools rather than silly dev config's from one of my home comp's scrap apache/mysql installs, we should use defaults. (more fallout from bug 285536). I'm pretty sure 2005-03-12 04:30:02 +00:00
uriloader Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain 2005-03-13 17:03:44 +00:00
view Bug 274600. Fix erratic rendering of applets in iframes. r+sr=roc 2005-03-15 15:24:08 +00:00
webshell Convert internal users of -moz-opacity to just use opacity. Bug 281907, patch 2005-02-18 16:33:02 +00:00
webtools Bug 178157: Dependency emails don't get sent for status change during mass change - Patch by Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk 2005-03-18 08:29:47 +00:00
widget Bug 285974 Crash when we use ATOK on the other of editor[@ nsWindow::OnIMEQueryCharPosition] 2005-03-18 06:17:59 +00:00
xpcom Bug 286185 nsFileSpecUnix::Rename leaks on failure 2005-03-16 20:07:34 +00:00
xpfe libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
xpinstall libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
xulrunner libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
.cvsignore
aclocal.m4 Use standard AM_LANGINFO_CODESET macro instead of assume CODESET is available if nl_langinfo is. 2004-05-13 03:12:49 +00:00
allmakefiles.sh Clean up the thunderbird Makefile list to get rid of some obsolete directories. 2005-03-15 06:26:04 +00:00
camino.mk Update camino.mk with an extra target. 2004-11-24 00:01:09 +00:00
client.mak Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 18:13:26 +00:00
client.mk automatically pull+build storage+sqlite3 when calendar is selected; r=bsmedberg 2005-03-03 22:48:37 +00:00
configure Automated update from host egg 2005-03-15 22:08:15 +00:00
configure.in Bug 271504 --with-macos-sdk=/Developer/SDKs/MacOSX10.2.8.sdk breaks w/ apple gcc 2005-03-15 22:05:01 +00:00
embed.mak removing now-unused mpfilelocprovider, superceded by profile/dirserviceprovider. 2004-02-24 21:45:22 +00:00
embed.mk
LEGAL
LICENSE
Makefile.in libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
makefile.win Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 18:13:26 +00:00
minimo.mk
mozilla.kdevprj
mozilla.lsm
nglayout.mac
nglayout.mk
README.txt update to point to ftp.mozilla.org/pub/mozilla.org/mozilla/nightly r=bryner 2004-03-13 06:25:28 +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.org/mozilla/nightly/

For the very latest builds, see

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

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.