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
Перейти к файлу
igor%mir2.org de021ba69a ClassNameHelper cleanup:
1. It is not passed as a parameter to Interpreter/Codegen, instead Codegen access it directly when necessary.

2. ClassNameHelper.reset method is removed as inherently thread unsafe and data that should be used during compilation of single script is stored in Codegen itself.

3. Instead of a special DefaultClassRepository null is used to indicate that generated classes should not be stored and JavaAdapter is modified to take ClassRepository as a parameter, not ClassNameHelper.
2003-02-15 14:21:33 +00:00
README Testing cvs upgrade 2001-12-01 04:34:21 +00:00
accessible Bug 166504. Crash when closing down with accessibility running because of late object release from third party apps. r=jgaunt, sr=jst, a=dbaron 2003-02-13 22:56:18 +00:00
apache/gzip/src
browser alignment tweak (default browser label vs. default browser button) 2003-02-06 01:14:24 +00:00
build Bug #193061. Install the ssl libs into the system dir. Not part of the default build. 2003-02-13 21:10:36 +00:00
calendar Removing incorrect comments. 2003-02-14 21:40:25 +00:00
camino Landing changes from CHIMERA_M1_0_1_BRANCH. (I know I'm breaking the static build, I'll fix it later). Code depending on other Mozilla changes is #ifdef'd BRANCH_CHANGES_NEED_MERGED. 2003-02-13 10:26:09 +00:00
caps bug 191773, r=mstoltz, a=dbaron@dbaron.org 2003-02-05 01:27:56 +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 Landing changes from CHIMERA_M1_0_1_BRANCH. (I know I'm breaking the static build, I'll fix it later). Code depending on other Mozilla changes is #ifdef'd BRANCH_CHANGES_NEED_MERGED. 2003-02-13 10:26:09 +00:00
chrome 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
cmd/xfe/src CVS removal of obsolete directories. Bug 102787. Goodbyeeeee.... 2001-10-03 18:54:49 +00:00
config supplimental fix for #192074. 2003-02-12 19:56:53 +00:00
content Make mousey events targeted properly at textnodes (bug 185889, bug 103055), fix client-side image maps (bug 110072), r=saari@netscape.com, sr=bryner@netscape.com, a=dbaron@dbaron.org 2003-02-14 21:43:06 +00:00
db Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 19:35:36 +00:00
dbm #95128 2003-01-20 23:13:38 +00:00
directory checkin for dmose. fix bustage for --enable-ldap-extensions bug 189691 r+sr=dmose a=asa 2003-01-24 09:57:29 +00:00
docshell Better explain nsIWebNavigation "document" attribute, fix spelling of "referringURI" attribute. b=192322 r=danm@netscape.com sr=bzbarsky@mit.edu a=asa@mozilla.org 2003-02-12 23:50:14 +00:00
dom Fixing bug 189494. Making window.frames replaceable. r=fabian@guisset.org, sr=peterv@netscape.com, a=asa@mozilla.org 2003-02-14 01:59:52 +00:00
editor add comments, remove warnings, cancel mLoadBlankDocTimer to prevent crash, disable animation of images (bugs 191392, 192976, 191166) r=smfr, kin, brade; a=asa (mLoadBlankDocTimer portion originally submitted by cmanske@netscape.com) 2003-02-14 14:56:32 +00:00
ef Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
embedding Changing from default action to a different one should work (didn't if the 2003-02-13 19:00:08 +00:00
expat Update expat buffer postion when the parser is about to get blocked. b=185325, r=heikki, sr=jst 2002-12-17 19:18:40 +00:00
extensions Bug 189193. With find as you type, don't search text docs for links. r=kyle, sr=henry jia, a=dbaron. Bug 190555. Weird find as you type behavior in framed pages. r=caillon, sr=jst, a=dbaron 2003-02-14 07:47:40 +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 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting 2001-12-23 23:23:41 +00:00
gfx In the case where a larger area of the image is invalidated than has been decoded, use code that's logically equivalent (at least for aSY == 0) but less prone to floating point errors, and also handle constraining the src rect to the top, left, and right of the decoded rect. 2003-02-11 21:45:08 +00:00
gfx2 removing gfx2. r=kmcclusk sr/a=roc+moz 2003-01-27 15:16:13 +00:00
grendel Checkin of changes from Brandon Wiley related to mbox storage and how Grendel was numbering messages. Changes tested and good. jrg 2002-02-12 06:22:41 +00:00
htmlparser Bug 184001, do not copy external DTDs into internal subset, r=harishd, sr=jst, a=asa. 2003-01-31 19:21:24 +00:00
include Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
intl Always use the hardcoded fallbacks in GetPreferred so that it works correctly when called with UTF-8 during the loading of mimeTypes.rdf triggered by the loading of mDelegate. r=smontagu sr=bzbarsky a=asa b=190951 2003-02-10 04:14:34 +00:00
java Make Webclient compile and link on win32 2003-01-13 16:36:05 +00:00
jpeg Start installing GRE libraries & components into a separate dist/gre directory as part of the default build. 2002-12-28 01:15:07 +00:00
js ClassNameHelper cleanup: 2003-02-15 14:21:33 +00:00
js2 Added 'arguments' property and global object resolution for 'this'. 2003-02-11 23:58:26 +00:00
l10n update for adding pt-BR files 2002-10-16 03:34:01 +00:00
layout Make mousey events targeted properly at textnodes (bug 185889, bug 103055), fix client-side image maps (bug 110072), r=saari@netscape.com, sr=bryner@netscape.com, a=dbaron@dbaron.org 2003-02-14 21:43:06 +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 Remove reload. 2002-10-05 02:08:12 +00:00
mailnews 142148 fix sort widget in sidebar addressbook. r=cavin, sr=sspitzer, a=asa 2003-02-13 23:08:10 +00:00
modules Fix cross-compiling by replacing hardcoded -L/usr/X11R6/lib 2003-02-13 19:24:24 +00:00
mozilla
msgsdk Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting 2001-12-23 23:23:41 +00:00
mstone
netwerk fixes bug 189965 "ANY connection error treated as TCP RST, resulting in "the document contains no data" [was: Yahoo - The connection was refused when attempting to contact rd.yahoo.com]" r=wtc sr=bz a=dbaron 2003-02-13 21:33:58 +00:00
nsprpub Changed License: MPL to MPL/GPL. 2003-02-13 18:24:07 +00:00
nunet
other-licenses We don't use DEFS 2003-01-08 04:59:28 +00:00
parser Bug 184001, do not copy external DTDs into internal subset, r=harishd, sr=jst, a=asa. 2003-01-31 19:21:24 +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 Backout checkin for bug 171343 (no longer needed) in the hopes of fixing talkback on Linux. b=176886 r=bryner a=asa 2003-01-28 01:41:01 +00:00
rdf comment-only change to reflect the fact that mOriginalURLSpec is no 2003-02-06 01:46:55 +00:00
security Bug 193055: the "cat ${file} | while read ...do ... done" construct does 2003-02-15 04:48:13 +00:00
silentdl
string Fixing bustage in nsXPIDLString. r=jag, sr=dbaron, b=189591, a=Donald Rumsfeld 2003-01-23 03:35:30 +00:00
suite
sun-java Adding NPAPI plugin headers to Gecko SDK, bug 112255 r=cls 2003-01-21 23:10:59 +00:00
themes 121998 no secondary highlight color for treerows in aqua/mac classic theme. r=sgehani, sr=jag, a=asa 2003-02-13 23:10:18 +00:00
timer
toolkit Fix bug 177797 - satchel only works in the first tab. Make sure autocompletepopup attribute is set on each new browser that is created in tabbrowser. 2003-02-10 11:19:52 +00:00
tools Fixing QA test, need JS dump on. -mcafee 2003-02-13 02:31:08 +00:00
uriloader Bug 188724 - clicking cancel in filepicker, then clicking file again leads to filepicker 2003-02-03 20:36:12 +00:00
view Bug 182107. Don't let negative z-index views mess up document ordering. r=kmcclusk,sr=bzbarsky,a=asa 2003-02-13 19:27:58 +00:00
webshell Use relative path to static toolkit specific viewer lib instead of waiting for it to be exported to $(DIST). 2003-02-08 05:55:45 +00:00
webtools Bug 192877 - State changes on bugs w/ dependancies cause "Use of uninitialized values" in BugMail.pm; r=justdave, bbaetz, a=justdave 2003-02-15 08:29:26 +00:00
widget Bug #185160. Crashes due to uninitialized drawing area. Patch from robin.lu@sun.com. Cleaned up by me. Not part of the default build. 2003-02-14 15:11:42 +00:00
xpcom Backing out the change to use memcmp() for comparing ID's. r=jaggernaut@netscape.com, sr=alecf@netscape.com, a=dbaron@dbaron.org. 2003-02-11 02:05:20 +00:00
xpfe Bug 191413. Little text changes to keynav pref panel. r=jatin, sr=oeschger, a=dbaron 2003-02-14 07:52:00 +00:00
xpinstall OS/2 only packaging bustage - Mistake with checkin for 106161 causing installing over old Os/2 builds to fail 2003-02-15 02:23:39 +00:00
.cvsignore Add mozilla-config.h to .cvsignore 2002-08-22 01:14:34 +00:00
LEGAL
LICENSE
Makefile.in Build both embedding/browser/gtk/src and tests/ at the end of the build, so that all required static components are present (bug 191927). r=cls, a=asa. 2003-02-06 20:54:54 +00:00
README.txt Updated readme. 2002-04-08 04:28: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 Cleaning up from absync removal 2003-02-12 19:44:41 +00:00
client.mak Adding pull targets. 2002-09-20 09:15:50 +00:00
client.mk When pulling standalone modules, pull the individual toplevel files first to avoid having the files disappear with cvs giving the ' warning: new-born <file> has disappeared' message. 2002-12-11 07:06:43 +00:00
configure Automated update 2003-02-06 22:15:12 +00:00
configure.in No bug 2003-02-06 22:14:53 +00:00
embed.mak removing widget/timer from embed makefiles 2001-12-16 09:27:41 +00:00
embed.mk removing widget/timer from embed makefiles 2001-12-16 09:27:41 +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
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
trex.mak
trex.mk

README.txt

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

= = = = = = = = = =   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 8.6 or later
	-PowerPC 604e 266 MHz or faster processor, or G3/G4
	-64 MB RAM
	-36 MB of free hard disk space

*Windows

	-Windows 9x/Me or Windows NT 4/2000/XP
	-Intel Pentium-class 233 MHz (or faster) processor
	-64 MB RAM
	-26 MB free hard disk space

*Linux

	-Red Hat Linux 6.x or 7 with X11 R6
	 [Note: Mozilla is certified and fully supported on
	 Red Hat Linux, but will run on other Linux
	 distributions, such as Debian 2.1 (or later) or
	 SuSE 6.2 (or later). The libraries glibc 2.1 (or
	 higher) and libjpeg.so.62 (or higher) are required.]
	-Intel Pentium-class 233 MHz (or faster) processor
	-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 Installation Instructions
--------------------------------

Note: If the downloaded file does not expand automatically
you must expand the file using a program such as StuffIt
Expander. Expander ships with all new Macs and comes with the
default system install, so you may want to do a find in
Sherlock for "StuffIt" to make sure that you don't already
have it installed.

If you don't have Expander, you can get a copy at the
following Web site:

  http://www.aladdinsys.com/expander/expander_mac_login.html

If you do already have Expander, you need to set it to start
by default. See the above URL for info on using Expander.


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

	1. Click the MacMozillaInstaller.sea.bin link on the
	site you're downloading Mozilla from to	download the
	file to your Mac's desktop. A MozillaInstaller
	folder is created.
	
	2. Double-click the MozillaInstaller folder in the
	Finder.

	3. Double-click the Mozilla Installer icon.

	4. Follow the on-screen instructions to complete the
	installation process.

	5. To start Mozilla, open the folder where you
	installed Mozilla and double-click the Mozilla icon.


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

	1. Click the mozilla-mac-*.sea.bin link on the site
	you're downloading Mozilla from to download the
	Mozilla binary to your Mac's desktop.

	2. Double-click the mozilla-mac-*.sea.sit.bin icon
	on your desktop.

	3. Choose the directory where you want to install
	Mozilla.

	4. To start Mozilla, open the folder where you
	installed Mozilla and double-click the Mozilla icon.


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.