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
Перейти к файлу
brendan%mozilla.org 159f478d0d Fix plib-instead-of-lib->total += type; use int32 for possibly negative values. 2000-04-21 03:01:09 +00:00
README/mozilla *** empty log message *** 2000-03-28 02:10:58 +00:00
apache/gzip/src
build Remove builds of nsConsoleService binary, IDL and IDL-export projects from xpfe/components/console for the Mac. 2000-04-21 02:21:23 +00:00
calendar updating license boilerplate 1999-11-02 06:13:48 +00:00
caps dist...chrome restructuring 2000-04-19 21:42:30 +00:00
cck fix for bug #36585 :changing the default title bar to Netscape 6 2000-04-20 23:32:55 +00:00
chrome dist...chrome restructuring 2000-04-19 21:42:30 +00:00
cmd updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +00:00
config Fixed SHARED_LIBRARY_LIBS dependency in docshell/build. 2000-04-21 01:14:45 +00:00
content Fix for bug 36362. We no longer null out the ref count of form elements in their Release() methods before deleting them. This fixes the crashes on www.cnn.com and www.msn.com. 2000-04-21 01:03:20 +00:00
db Turn off probe maps. This speeds up loading a folder. r=bienvenu. 2000-04-20 03:46:32 +00:00
dbm # 25555 2000-03-07 21:00:06 +00:00
directory Pass className rather than mechanismName to DynamicInvoker (391585) 2000-04-10 17:47:02 +00:00
docshell making string conversions explicit 2000-04-21 02:35:42 +00:00
dom making string conversions explicit 2000-04-21 02:35:42 +00:00
editor Fix frameset detection. An additional Notify() method was not hooked up properly. 2000-04-21 00:50:04 +00:00
ef fix another XXX 1999-12-01 21:26:42 +00:00
embedding Moved away some obselete CID/IID decls 2000-04-20 23:34:08 +00:00
expat Pro5 update 2000-02-07 23:06:04 +00:00
extensions Ongoing work to get Transformiix to build on Windows as a Mozilla component. Not part of the build. 2000-04-21 02:20:28 +00:00
gc/boehm [not part of build] using non-debugging allocators to keep out of leak reports. 2000-04-13 06:40:16 +00:00
gconfig updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
gfx fixed #35910 (PostScript error when printing CJK pages but a CJK font dictionary/Unicodedict is not defined.). The fix included a Masaki Tatakai's suggestion to define a NoglyphUnicodedict dictionary and switch at run time. So the default behavior will be: all unicode with non-zero high byte will be printed as "han". With a post processing filter to define a /Unicodedict and its font procedures, above default behavior will be overwritten. This change also fixed 34367, #27311, #18132, so we have italics, bold, etc. style support now. We might also fixed #36264 which is likely a dup of #35910, though #35910 only happens for non ASCIIcontent and #36264 happens for an ASCII content 2000-04-21 01:07:56 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser making string conversions explicit 2000-04-21 01:15:53 +00:00
include Changes for Mac to make cartman build (bug 19119). r=mwelch, a=jar 2000-02-23 23:10:38 +00:00
intl making string conversions explicit 2000-04-21 02:35:42 +00:00
java bug 33099 2000-04-20 18:16:05 +00:00
jpeg # 25555 2000-02-29 22:12:14 +00:00
js Spruce up a couple of comments. 2000-04-21 01:49:49 +00:00
js2 oops 2000-04-21 00:46:48 +00:00
l10n First release of mozilla-dtd2mysql. 2000-03-22 20:55:45 +00:00
layout Remove unused files. Part of autocomplete clean up 2000-04-21 02:05:04 +00:00
lib oops, forgot to weak link in the optimized target! 2000-04-20 23:00:07 +00:00
mailnews fix linux runtime failure to load mailnews 2000-04-21 02:47:53 +00:00
modules change default user agent string milestone from m14 to m16. 2000-04-20 22:42:23 +00:00
msgsdk updating license boilerplate to xPL v1.1 1999-11-02 06:20:05 +00:00
mstone Add a multi-OS build tool 2000-04-07 17:51:22 +00:00
netwerk Be more conservative when checking that the keep-alive connection has 2000-04-21 01:27:48 +00:00
network/protocol/http Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
nsprpub Bugzilla bug #36170: pass the correct OS error code to PR_SetError when 2000-04-19 23:34:48 +00:00
nunet updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
parser making string conversions explicit 2000-04-21 01:15:53 +00:00
plugin/oji/MRJ configuration file for MRJPlugin (GC) target. 2000-03-29 02:14:03 +00:00
privacy updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
profile fix bad URL in last checkin 2000-04-20 00:10:50 +00:00
rdf drawing selection as tri-state. on-off-disabled. hardcoded disable color to grey right now. r=mjudge 2000-04-20 23:11:41 +00:00
security Add decryption functions for SDR. Add SDR to UNIX builds. 2000-04-20 23:00:39 +00:00
silentdl Converting usage of ::GetIID() to NS_GET_IID(). 2000-01-11 20:49:15 +00:00
string Fixed |nsPromiseSubstring::GetReadableFragment|, which had been walking off the end. Re-implemented |copy_string| in terms of the new char-source/char-sink stuff that beard and I came up with. Factored some code into |SameFragment|. Did some general shuffling and cleanup. 2000-04-21 01:25:19 +00:00
suite On 12/16/1999, dmose@mozilla.org checked in some changes to the default 1999-12-31 11:48:20 +00:00
sun-java a=leaf 2000-04-06 04:21:51 +00:00
timer updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
tools Fix plib-instead-of-lib->total += type; use int32 for possibly negative values. 2000-04-21 03:01:09 +00:00
tripledb updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
uriloader Ignore some generated Makefiles 2000-04-20 01:08:17 +00:00
view Clip now applies to child views. b=11660 r=buster@netscape.com 2000-04-13 21:56:27 +00:00
wallet updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
webshell drawing selection as tri-state. on-off-disabled. hardcoded disable color to grey right now. r=mjudge 2000-04-20 23:11:41 +00:00
webtools Added separate list of all available trees. This allows mozbot to actively report the status of one set of trees and individually give the results for another set. 2000-04-21 01:07:38 +00:00
widget reimpliment nsClipboard::HasDataMatchingFlavors to be reentrant to fix bug #13161 2000-04-21 01:27:46 +00:00
xpcom Fix plib-instead-of-lib->total += type; use int32 for possibly negative values. 2000-04-21 03:01:09 +00:00
xpfc updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
xpfe More work on autocomplete. Add support for text selection 2000-04-21 01:20:17 +00:00
xpinstall Add cancel button to installer. 2000-04-21 00:25:15 +00:00
.cvsignore Ignore .mozconfig.mk and .mozconfig.out (made by client.mk) 2000-03-23 23:29:16 +00:00
LEGAL Add Y2K disclaimer. 1999-07-06 23:00:05 +00:00
LICENSE new version of LICENSE; not part of the build 1999-10-06 02:14:51 +00:00
Makefile.in Added support for building select individual modules using --enable-modules. Currently, only dbm, xpcom & necko work. At this point, you still have to pull the whole tree. We'll fix that later. Bugs 24515 & 34159 2000-04-18 09:42:12 +00:00
aclocal.m4 Pass MOZ_TOPSRCDIR to altoptions.m4. This allows third parties (like netscape) to refer to the mozilla copy rather than copying it (and mozconfig2configure and mozconfig-find) into their own tree. 2000-03-14 02:59:54 +00:00
allmakefiles.sh Added xpinstall/wizard/unix/src2/Makefile & fixed typo with psm-glue. 2000-04-16 22:26:44 +00:00
client.mak build browse info target was failing. parameters reordered. affects no other target 2000-03-22 22:03:27 +00:00
client.mk Output options from mozconfig. Rework checkout. 2000-03-21 21:08:35 +00:00
configure Added support for building select individual modules using --enable-modules. Currently, only dbm, xpcom & necko work. At this point, you still have to pull the whole tree. We'll fix that later. Bugs 24515 & 34159 2000-04-18 09:42:12 +00:00
configure.in Added support for building select individual modules using --enable-modules. Currently, only dbm, xpcom & necko work. At this point, you still have to pull the whole tree. We'll fix that later. Bugs 24515 & 34159 2000-04-18 09:42:12 +00:00
makefile.win adding crypto stuff to the tip 2000-03-11 04:33:39 +00:00
nglayout.mac updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nglayout.mk updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
trex.mak updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
trex.mk updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00