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
Перейти к файлу
hyatt%netscape.com afd46b9852 added files: mozilla/content/shared/src/nsXBLAtoms.cpp 2001-11-02 01:54:06 +00:00
README
accessible Bug 106533. Active Accessibility: Assert on startup in timer code. r=evaughan, sr=waterson 2001-10-31 06:12:39 +00:00
apache/gzip/src
build Update patches to keep up with the trunk. Add patch for Red Hat 7.2 that will get postscript printing working with CJK locales. Not part of the build. 2001-11-02 00:00:36 +00:00
caps Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only. 2001-11-01 00:54:48 +00:00
cck Fix for bug 105735: CD Autorun option with existing Windows configuration 2001-10-24 01:56:16 +00:00
chrome b=107823, r=ccarlen, sr=brendan 2001-11-01 00:11:15 +00:00
cmd/xfe/src
config 106111: heed --enable-plaintext-editor-only for editor build. 2001-11-01 22:29:13 +00:00
content added files: mozilla/content/shared/src/nsXBLAtoms.cpp 2001-11-02 01:54:06 +00:00
db Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
dbm Bugzilla bug 103892: include <stdlib.h> rather than <malloc.h> for the 2001-10-24 14:33:28 +00:00
directory
docshell Fix for bug # 103850. DocShell sets wrong cache key while loading pages with postdata. r=adamlock sr=darin 2001-11-01 22:21:31 +00:00
dom Bug 83426 - Remove DOM exception hack. r=jst, r=dbradley, sr=jband 2001-11-01 15:52:53 +00:00
editor 106111: heed --enable-plaintext-editor-only for editor build. 2001-11-01 22:29:13 +00:00
ef
embedding NOT PART OF BUILD. Add code to _OpenURL() to turn relative links into absolute ones for correct loading, using the base address of the browser. Patch provided by mirko@czesla.de. Thanks Mirko! 2001-11-01 22:15:34 +00:00
expat
extensions Move document-order logic from DOMHelper to the Nodes. Kill the DOMHelper class since it's no longer needed. 2001-11-01 14:32:14 +00:00
gc/boehm
gconfig
gfx #102457 2001-11-01 23:51:15 +00:00
gfx2 new image code for windows. not part of build. bug 104999 2001-10-25 09:01:32 +00:00
grendel
htmlparser 107994 - Backing out rpotts change ( bug 102737 ) to fix the smoketest blocker. 2001-11-01 19:40:48 +00:00
include
intl fix unix bustage.. I can't keep up... :( 2001-11-01 23:15:15 +00:00
java
jpeg
js Bug 83426 - Remove DOM exception hack. r=jst, r=dbradley, sr=jband 2001-11-01 15:52:53 +00:00
js2 Substantive semantic changes. Implemented prototype instances and property reading and writing. 2001-10-27 02:41:20 +00:00
l10n
layout Fix for 106153, avoid building a content model for XBL event handlers, r=bryner, sr=waterson 2001-11-02 01:53:13 +00:00
lib Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only. 2001-11-01 00:54:48 +00:00
mailnews fix - why doesn't outlook build on my machine? 2001-11-02 01:03:07 +00:00
modules (not yet part of the build); add nsICODecoder.cpp for hyatt/biesi (bug #18502) 2001-11-01 15:46:10 +00:00
mozilla
msgsdk
mstone
netwerk 107375: localeVesion update: 0.9.4 -> 0.9.6 in the trunk. 2001-11-01 01:11:57 +00:00
nsprpub Adding strtok.c per bug 106372 2001-11-01 00:28:57 +00:00
nunet
other-licenses initial checkin 2001-10-31 02:08:13 +00:00
parser 107994 - Backing out rpotts change ( bug 102737 ) to fix the smoketest blocker. 2001-11-01 19:40:48 +00:00
plugin/oji [Not part of build] Bumped versions to 1.0d3. 2001-10-24 19:02:51 +00:00
privacy
profile Bug 104305 2001-11-01 22:17:10 +00:00
rdf Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only. 2001-11-01 00:54:48 +00:00
security Bug# 101760 ; r=javi ; sr = hewitt ; fixing window sizing issue 2001-11-02 00:34:15 +00:00
silentdl
string Fix for bug 86089. Replace attachments string in message compose fields by an array of nsIMsgAttachment objects. This architecture change allow us to dissocie the attachment name from the attachment url. We can also now carry over extra information like the attachment content type or Mac file type. This check in contains also fix for related bug 52428, bug 80895, bug 87765 and bug 89090. 2001-10-30 14:42:41 +00:00
suite
sun-java
themes fix for #105835, move rules for empty tree twisties into tree.css, like in modern. 2001-11-01 09:10:45 +00:00
timer
tools Changes for the page loader test. r=mcafee 2001-11-02 01:35:13 +00:00
uriloader Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-01 09:09:57 +00:00
view When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt. 2001-10-31 05:06:31 +00:00
webshell bug 100113, r=jag, sr=blizzard - remove some dumb dependencies on dom and gfx 2001-10-31 23:43:27 +00:00
webtools Checking in fix for bug #86920, fix from jake@acutex.net 2001-10-31 04:30:33 +00:00
widget Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-01 09:09:57 +00:00
xpcom removing appshell from xpcom. 96524. r=valeski@netscape.com, sr=jband@netscape.com 2001-11-01 23:45:04 +00:00
xpfe update ui appropriately for helper apps (96939). r=hewitt sr=ben 2001-11-01 23:03:37 +00:00
xpinstall argh, this was left over cruft from my tree 2001-11-02 00:17:29 +00:00
.cvsignore
LEGAL
LICENSE
Makefile.in Landing the rest of the mach-o OSX changes. 2001-10-27 07:38:18 +00:00
aclocal.m4
allmakefiles.sh Removing obsolete xslt makefile 2001-11-01 22:24:35 +00:00
client.mak
client.mk
configure Automated update 2001-11-01 22:58:12 +00:00
configure.in Do not set either of the logrefcnt defines unless given a specific --enable-logrefcnt option. 2001-11-01 22:55:43 +00:00
embed.mak
embed.mk
makefile.win
mozilla.kdevprj
mozilla.lsm
nglayout.mac
nglayout.mk
trex.mak
trex.mk