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 bd61ffbe63 Bug 324278: Implementation of GC marking algorithm that uses constant space for
any kind of GC things. r=brendan

The main idea is to put a GC thing to a special "unscanned bag" instead of recursively calling GC_MARK on thing's children when C stack is slow. Then later the code loops through the bag marking the children until the bag is empty.

The unscanned bag is implemented as a linked list of GC arenas where things that belongs to the bug marked with GCF_MARK|GCF_FINAL combination. To avoid long scanning of arenas on the list, the code uses a bitmask per arena to indicate which pages within the arena contains unscanned things and an extra bitmask per page to indicate offset range withing the page of the unscanned things.
2006-03-22 15:38:43 +00:00
README/mozilla #285948 2005-03-15 14:41:59 +00:00
accessible Bug 320388 AT-SPI getLinkIndex doesn't work 2006-03-17 03:59:02 +00:00
apache/gzip/src
browser Bug 331222: context menu search no longer observes browser.tabs.loadInBackground pref; always opens in foreground, r+a=mconnor 2006-03-22 14:31:29 +00:00
build 330890 unify does not preserve the execute bit when copying non-Mach-O files. Strengthen unify's file mode management, and avoid a possible race if multiple unifies are pointed at the same target. r=preed 2006-03-18 14:31:17 +00:00
calendar Bug 325519: Better readable error dialog. r=jminta 2006-03-21 18:32:46 +00:00
camino always bring dl window to the front when a dl starts (user_pref to disable) 2006-03-21 01:46:04 +00:00
caps Bug 330037 - First check if script/data url's are allowed, r=dveditz, sr=bzbarsky 2006-03-15 11:03:25 +00:00
cck Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
chrome nsChromeRegistry needs to QI to nsISupports. 2006-01-26 01:07:37 +00:00
cmd/xfe/src
composer Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-13 13:25:40 +00:00
config Make all target do tools pass. b=330659 r=bsmedberg sr=darin 2006-03-22 07:24:46 +00:00
content Bug 246092 nsContentPolicy caches Category list 2006-03-22 15:26:35 +00:00
db #283316 2006-03-20 16:07:36 +00:00
dbm Bug 106386 Correct misspellings in source code 2005-11-25 08:16:51 +00:00
directory Attempt to fix btek and -Ports bustage 2006-03-15 06:17:19 +00:00
docshell Bug 326491 - leaked observer service leaks things on shutdown - r=darin 2006-03-21 14:43:56 +00:00
dom Bug 210724 Plugins disabled in preferences but still visible from JavaScript navigator.plugins and navigator.mimeTypes arrays 2006-03-21 05:31:59 +00:00
editor Bug 330124 Fix 5 read-only variable warnings p=gautheri@noos.fr r+sr=me 2006-03-21 00:06:03 +00:00
ef Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
embedding Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin. 2006-03-15 04:59:42 +00:00
extensions Fix backwards pointers. b=330855 r=doron sr=jst 2006-03-22 07:16:55 +00:00
gc/boehm Use __builtin_frame_address instead of setjmp to get the frame pointer. b=323853 r=brendan 2006-03-19 01:27:17 +00:00
gconfig Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-13 13:25:40 +00:00
gfx b=328792, linux cairo builds require Render, r=stuart 2006-03-22 01:15:23 +00:00
gfx2 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:37:13 +00:00
grendel Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
intl Remove compiler warning. Bug 330589, r=biesi, sr=roc 2006-03-19 07:08:11 +00:00
ipc/ipcd Bug 106386 Correct misspellings in source code 2005-11-25 21:57:13 +00:00
java This change-bundle starts the process of re-activating pluglets. 2006-03-21 03:25:34 +00:00
jpeg Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-31 13:18:10 +00:00
js Bug 324278: Implementation of GC marking algorithm that uses constant space for 2006-03-22 15:38:43 +00:00
js2 Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +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 Avoid potential problems initializing attributes to -1. b=192767 r+sr=roc 2006-03-22 07:10:31 +00:00
lib/mac Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
mail Bug #330615 --> override -moz-margin-end for several toolbarbutton-icons so our close buttons don't get offset by 5 pixels. Fall out from using winstripe in toolkit 2006-03-22 02:16:09 +00:00
mailnews Bug #331265 --> tab and line feed issues with the new mail alert notification for Thunderbird. sr=bienvenu 2006-03-22 01:13:30 +00:00
minimo Fixing bug 330854. about: is busted. regression caused by 318991. minimo only. 2006-03-17 19:38:47 +00:00
modules Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin. 2006-03-15 04:59:42 +00:00
mozilla Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-13 13:25:40 +00:00
msgsdk Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
mstone Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
netwerk fixes bug 330397 "Additional problems with incomplete cache entries and cache flush assertions" r=biesi sr=bzbarsky 2006-03-22 01:14:29 +00:00
nsprpub Bugzilla Bug 330364: fixed a NULL pointer dereference in 2006-03-13 21:54:58 +00:00
other-licenses nuke the obsolete alpha 2 text 2006-02-28 18:47:12 +00:00
parser Fix for bug 286132 (xml-stylesheet PI doesn't handle href attribute as in specification), checking in the right patch this time. r=sicking, sr=bz. 2006-03-17 14:38:57 +00:00
plugin/oji 331131 fix typot 2006-03-20 22:37:52 +00:00
privacy
profile Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-03-21 16:36:43 +00:00
rdf Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-03-21 16:03:58 +00:00
security Fix indexing botch. Patch from Mikolaj J. Habryn <dichro-mozilla@rcpt.to>. r=kengert sr=dbaron b=330897 2006-03-22 07:40: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 Fix regression (bug 329518) which made databases created by mozStorage be UTF-16 encoded and caused other havoc. Caused by the landing of the first patch in bug 324311; fixup patch posted to that bug also. r=bryner, a181=bryner 2006-03-07 03:48:34 +00:00
suite Bug 330053 Make SeaMonkey capable of generating a reasonable build with MOZ_XUL_APP set. Part 1 - Add suite/app for starting up with toolkit v3. r=jag,sr=neil 2006-03-17 14:16:34 +00:00
sun-java #3011064 2006-03-08 19:29:25 +00:00
themes Bug 130728 Fix usage of namespaces to resolve CSS error "Unknown namespace prefix 'html'. Selector expected. Ruleset ignored due to bad selector." p=gautheri@noos.fr r=dbaron,mscott sr=me 2006-03-15 09:19:17 +00:00
toolkit bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg 2006-03-22 04:26:30 +00:00
tools Use __builtin_frame_address instead of poking into setjmp's jmp_buf to start the stack trace. b=323853 r+sr=bryner 2006-03-22 07:29:45 +00:00
uriloader [BeOS] Bug 327296. Improving exthandler. p=sergei_d, r=cbiesinger. BeOS-only 2006-02-20 18:46:35 +00:00
view Change our scrolling code so that it is capable of scrolling above and to the left of the viewport, and then use that capability for nsHTMLScrollFrames with RTL directionality. This removes the invariant that the child of a scrollframe (::scrolled-canvas canvas or ::scrolled-content block) will be stretched to fill the entire scrollable area and stops enforcing it, a change that's likely to cause some regressions not yet fixed within the patch. This also fixes directionality detection for the scrollframe holding the canvas (changing which side the scrollbar appears on) and fixes an old bug in the code that paints the focus ring around the canvas (so it's now again visible on all sides, even when the canvas is scrollable). b=192767 r+sr=roc 2006-03-15 16:55:19 +00:00
webshell Bug 121881 - remove viewer, r=dbaron 2006-02-08 18:41:21 +00:00
webtools Bug 330985 login_required_for_pronoun doesn't make sense 2006-03-22 04:42:27 +00:00
widget bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg 2006-03-22 04:26:30 +00:00
xpcom bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg 2006-03-22 04:26:30 +00:00
xpfe Bug 326491 - leaked observer service leaks things on shutdown - r=darin 2006-03-21 14:43:56 +00:00
xpinstall Bug 328579 - MSVC8 installer fails due to assembly issues, patch by luser, r=me 2006-03-03 15:35:34 +00:00
xulrunner Bug 328505: --install-app fails on Linux for packages without a vendor, patch by Robert Marshall (tH) <rdmsoft@bugs.rdmsoft.com>, r=bsmedberg 2006-02-24 21:10:13 +00:00
.cvsignore
LEGAL
LICENSE
Makefile.in Bug 330516 - remove depreciated and unmaintained SVG renderer backends. 2006-03-20 21:16:45 +00:00
README.txt update to point to ftp.mozilla.org/pub/mozilla.org/mozilla/nightly r=bryner 2004-03-13 06:25:28 +00:00
aclocal.m4 b=255408 Need to be able to build mozilla --with-system-nss 2005-12-20 09:47:11 +00:00
allmakefiles.sh Bug 330516 - remove depreciated and unmaintained SVG renderer backends. 2006-03-20 21:16:45 +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 Fix Camino bustage after 328780, still need to pull themes 2006-03-02 16:20:12 +00:00
configure Fix mingw cross-compile bustage. 2006-03-21 03:04:54 +00:00
configure.in Fix mingw cross-compile bustage. 2006-03-21 03:04:54 +00:00
embed.mak Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
embed.mk Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
makefile.win Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 18:13:26 +00:00
minimo.mk Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
nglayout.mac Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-13 13:25:40 +00:00
nglayout.mk
trex.mak Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
trex.mk Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00

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.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.