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-06-10 07:01:02 +00:00
accessible Bug 207487. No accessible name using label for xul <textbox> element. r=kyle, sr=alecf 2003-06-04 20:57:39 +00:00
apache/gzip/src
browser Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser. 2003-06-09 22:25:25 +00:00
build missed a few spots 2003-06-05 16:29:11 +00:00
calendar Fixing bug 199222, removing calendar_topbar.gif from classic skin. 2003-06-09 18:39:28 +00:00
camino Fixing bustage - libjar50 is now a static component. 2003-06-10 00:47:14 +00:00
caps Disallowing javascript or data schemes in a redirect. r=mstoltz, sr=brendan, a=rjesup, b=195201 2003-05-29 21:56:38 +00:00
cck Fix for bugscape bug 13929: Show Config Info button labels should be consistent 2002-08-27 22:13:03 +00:00
chimera Try to fix trunk bustage, sync with RDF API changes. 2003-03-01 01:22:42 +00:00
chrome Refactor version compatibility and package existence check into separate function (VerifyCompatibleProvider). When one of these checks fails in GetBaseURL, use only the install directory's data source as a backup in case the profile's selection is not in the current install, and don't write the backup back to the profile. b=191954 sr=bryner r=danm 2003-06-01 20:14:59 +00:00
cmd/xfe/src
config Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser. 2003-06-09 22:25:25 +00:00
content Add nsILink back to the QueryInterface implementation to fix :link matching LINK. b=208588 Patch from Mats Palmgren <mats.palmgren@bredband.net>. r+sr=dbaron 2003-06-08 19:53:55 +00:00
db XP code changes required for mingw landing. 2003-03-07 06:07:56 +00:00
dbm Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux. 2003-04-18 20:14:17 +00:00
directory Added ant support 2003-06-10 01:00:05 +00:00
docshell Bug 203960: Make bookmark groups replace existing tabs instead of appending. r=jkeiser, varga, adamlock, sr=jst, hewitt 2003-05-30 00:21:01 +00:00
dom Put more information on the CSS properties in nsCSSPropList.h. 2003-06-07 22:14:42 +00:00
editor bug 208132; move required files (for html editing) out of ui/composer/content and into composer/src/res; r=byner, sr=smfr 2003-06-09 14:06:46 +00:00
ef Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
embedding Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser. 2003-06-09 22:26:46 +00:00
expat Bug 191327, make internalSubset not include delimiting brackets (was not defined in DOM 2 but is now defined in DOM 3 drafts). Also fix bug 191482, external entity definitions should be included in internal subset. r=harishd, jst, sr=peterv. 2003-03-07 23:40:51 +00:00
extensions Bug 206338: improve txStack performance by inlining functions and moving bounds-check to outside the txStack-class 2003-06-09 18:48:15 +00:00
gc/boehm Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only. 2003-01-01 23:53:20 +00:00
gconfig
gfx Fixed a compile error introduced by the previous commiter. 2003-06-03 19:43:42 +00:00
gfx2 removing gfx2. r=kmcclusk sr/a=roc+moz 2003-01-27 15:16:13 +00:00
grendel
htmlparser Bug 207904, doctype with name only got destroyed by our doctype handling, r=harishd, sr=jst. 2003-06-03 17:47:10 +00:00
intl bug 133615 : remove ISO-2022-KR/Visual Hebrew from 'Save As Charset' menu 2003-06-04 06:19:35 +00:00
java author=ron capelli 2003-06-09 20:05:36 +00:00
jpeg mingw/w32api uses a different header guard than MSVC for <basestd.h> 2003-03-14 20:41:43 +00:00
js Initial add. Regression test for bug 208496. 2003-06-09 21:01:09 +00:00
js2 Fixed compile errors 2003-06-10 06:26:06 +00:00
l10n Landing bookmarks branch. Everything except mozilla/xpfe 2003-03-25 04:44:31 +00:00
layout the mew of colspan cell needs to be redistributed this can only be done during the strategy init. bug 207208 r=jkeiser sr=dbaron 2003-06-09 17:51:25 +00:00
lib Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
mail secAuth should be off by default. 2003-06-09 22:15:22 +00:00
mailnews fix for bug #1293896 2003-06-08 20:21:53 +00:00
modules Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser. 2003-06-09 22:25:25 +00:00
mozilla
msgsdk
mstone
netwerk bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard 2003-06-04 11:11:19 +00:00
nsprpub Bug 207614: fixed the way prcpucfg.h is created on OpenVMS so that its 2003-06-06 21:21:47 +00:00
nunet
other-licenses First shot at implementing timezone support, bug 165963: [RFE] Specify timezone for start and end dates 2003-03-04 20:47:57 +00:00
parser Bug 207904, doctype with name only got destroyed by our doctype handling, r=harishd, sr=jst. 2003-06-03 17:47:10 +00:00
plugin/oji Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 22:45:23 +00:00
privacy
profile Bug 196487 - Mac build doesn't run if home directory is on NFS server because of profile locking. Locking now falls back to symlink method if fcntl fails. r=bryner/sr=brendan 2003-06-03 21:14:16 +00:00
rdf Refactor version compatibility and package existence check into separate function (VerifyCompatibleProvider). When one of these checks fails in GetBaseURL, use only the install directory's data source as a backup in case the profile's selection is not in the current install, and don't write the backup back to the profile. b=191954 sr=bryner r=danm 2003-06-01 20:14:59 +00:00
README
security Harden SECITEM_CompareItem against NULL pointers. 2003-06-07 03:05:49 +00:00
silentdl
string bug 183156 : the first step : replace UCS2 in function names with UTF16 2003-06-05 11:44:06 +00:00
suite
sun-java Bug 205043 - fix bogus overly-restrictive terms in Sun JNI file. Patch by gerv; sr,a=blizzard. 2003-05-20 23:27:06 +00:00
themes Bug 181453: url box too close to personal toolbar in modern theme. Patch by Scott McPeak <smcpeak@cs.berkeley.edu>, r=Shuehan, sr=jag 2003-06-10 07:01:02 +00:00
timer
toolkit Thunderbird doesn't care about satchel, autocomplete, session history, etc. So don't build them. 2003-06-09 04:29:59 +00:00
tools default to 7 days. 2003-06-10 03:34:41 +00:00
uriloader 140301 patch by egnor@ofb.net r=biesi sr=bz tgz files get silently unzipped 2003-06-02 14:03:55 +00:00
view Bug 204389 warning: unused variable `const class nsView * zParent' in nsView::GetClippedRect 2003-05-23 22:00:34 +00:00
webshell Bug 198333: Get rid of nsDispatchListener. r=darin, sr=bryner, a=Asa 2003-05-13 04:25:01 +00:00
webtools Bug 208620 - Fix return value of Bugzilla->login when user already exists 2003-06-07 13:59:24 +00:00
widget 179138 patch by mloiselle@yahoo.com r=pavlov sr=blizzard nsSound::Play doesn't 2003-06-09 16:04:23 +00:00
xpcom Moving all important docs to gila. This is a documentation only change - not part of the tinderbox|release builds 2003-06-06 19:49:28 +00:00
xpcom_obsolete fixes bug 162025 "UNC Based Profiles don't work" r=dougt sr=dbaron a=asa 2003-05-14 21:56:49 +00:00
xpfe Bug 104778: Remember what user typed when switching tabs. 2003-06-10 04:25:52 +00:00
xpinstall fixing bug 207978 - Setup.exe crashes only with 1.4 (Windows 2000). r=sgehani, sr=dveditz. this is to get the code in sync with the branch. it's just a minor change since the main fix is already checked in. 2003-06-09 18:24:24 +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 Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser. 2003-06-09 22:25:25 +00:00
camino.mk Enable objdir support for Camino if you build with camino.mk (bug 201860). r=ccarlen. 2003-06-02 19:00:57 +00:00
client.mak Adding pull targets. 2002-09-20 09:15:50 +00:00
client.mk Enable objdir support for Camino if you build with camino.mk (bug 201860). r=ccarlen. 2003-06-02 19:00:57 +00:00
configure Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser. 2003-06-09 22:25:25 +00:00
configure.in Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser. 2003-06-09 22:25:25 +00:00
embed.mak
embed.mk
LEGAL
LICENSE
Makefile.in Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser. 2003-06-09 22:25:25 +00:00
makefile.win Re-adding files to avoid checkout warnings. The warnings are because the files are individually listed in the cvs module definition. Replaced standard targets with reference to win32 build page. 2002-08-10 02:45:57 +00:00
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 193777 r=timeless sr=dbaron a=asa Update Readme file to remove references to Mac OS 8.6 2003-02-24 21:15:26 +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.