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
Перейти к файлу
dbaron%fas.harvard.edu a90c2131dc Use the same information for max ascent/max descent (which is used for painting backgrounds) that we've been using all along for default line spacing (ascent/descent rather than max_bounds.ascent/max_bounds.descent), since max_bounds often gives extents larger than ascent/descent. Also clean up the metrics calculation a bit and clean up some debugging macros. b=91794 (also fixes 59825, 64807, 77067, 91776, and probably 89133) r=bstell sr=waterson a=tor 2001-08-23 13:44:06 +00:00
README Adding newline, testing 2000-12-14 15:53:14 +00:00
accessible Bug 96065. Active Accessibility text nodes should not be focusable. r=jgaunt, sr=brendan\ 2001-08-21 00:47:07 +00:00
apache/gzip/src
build b=76915 r=dveditz sr=sfraser a=asa 2001-08-23 05:23:21 +00:00
calendar
caps Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
cck Bug 94786: Changing file version to 6.1.0.1 (r=tao) 2001-08-10 21:43:24 +00:00
chrome Bit checkin for bug 68045, r/sr=waterson&shaver, second attempt. It all works 2001-08-21 20:51:34 +00:00
cmd
config Use mozLock instead of flock() when building lists. 2001-08-17 12:06:03 +00:00
content b=58002 r=dcone sr=attinasi r=rods a=asa. Fix radio buttons to print the correct setting. 2001-08-23 02:25:14 +00:00
db Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions. 2001-08-14 07:59:59 +00:00
dbm Remove unnecessary OS/2 specific code 2001-07-02 23:41:02 +00:00
directory Bug 85452, 100% CPU usage in LDAP autocomplete. r=dmose, sr=mscott, 2001-08-22 01:30:19 +00:00
docshell #45187 Inherit character coding does not work in <a href= xxxx target="new"> 2001-08-23 04:24:25 +00:00
dom Bug 92210 - Window steals focus if you switch to another app during "Transferring data from...". r=saari, sr=hyatt. 2001-08-21 21:18:45 +00:00
editor Finish fixing Fixed Width bug 79200, r=brade, sr=sfraser, a=asa 2001-08-23 00:05:53 +00:00
ef
embedding Bug 92100 - When searching in frames, selection is visible in > 1 frame. r=valeski/sr=sfraser 2001-08-22 05:14:15 +00:00
expat Project cleanup, rs=scc. Ensure we use a debug prefix file for the debug target. 2001-08-17 01:06:53 +00:00
extensions Fix unicode handling for octet arrays, and finally fix the test suite 2001-08-22 05:33:05 +00:00
gc/boehm Bugzilla Bug 84822 Boehm does not compile on Solaris 8 due to error in os_dep.c 2001-06-15 19:29:38 +00:00
gconfig
gfx Use the same information for max ascent/max descent (which is used for painting backgrounds) that we've been using all along for default line spacing (ascent/descent rather than max_bounds.ascent/max_bounds.descent), since max_bounds often gives extents larger than ascent/descent. Also clean up the metrics calculation a bit and clean up some debugging macros. b=91794 (also fixes 59825, 64807, 77067, 91776, and probably 89133) r=bstell sr=waterson a=tor 2001-08-23 13:44:06 +00:00
gfx2 Project cleanup, rs=scc. Link with InterfacesStubs rather than 101 system stub libraries, and use NSComponentStartup. 2001-08-16 00:39:02 +00:00
grendel Checking in Brian Duff's ui mods (looks great!). --talisman 2001-06-23 19:23:33 +00:00
htmlparser 56245 - Misplaced /FONT was closing out TABLE. I've added logic such that if a residual style tag ( inline element ) cannot contain a tag ( block element ) then it 2001-08-22 23:43:43 +00:00
include Removing this file since it's no longer needed. 2001-08-22 04:27:55 +00:00
intl Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
java *not part of the build* 2001-08-11 07:06:48 +00:00
jpeg Make sure that zlib is shared in the default (dynamic build). Build img libs (png/jpeg/mng) the same on OS/2 as the rest of unix (ie, always static). 2001-07-07 20:32:51 +00:00
js Avoid corrupting backpatch chains by checking for jump offset operand overflow (90445, khanson's patch with minor changes, sr=shaver&me, a=asa). 2001-08-23 02:07:07 +00:00
js2 Removed type-expression 2001-08-23 04:22:56 +00:00
l10n Fix to bug 94961 (kB -> KB). r=buhvan, sr=sspitzer 2001-08-22 00:17:55 +00:00
layout Disabling the auto radio seleciton and fixing a bug if it ever gets turned on 2001-08-23 11:09:16 +00:00
lib Bug 78498 - Carbonize PPEmbed. r=pinkerton/sr=sfraser 2001-08-18 15:10:38 +00:00
mailnews Bug #92367--> fix a crash when closing a compose window while we are busy quoting. the fix is to cleanup some ref counting issues 2001-08-23 05:12:06 +00:00
modules Fix for Bug 95795 Timer on Linux doesn't work in AutoConfig 2001-08-22 23:58:12 +00:00
mozilla new project started 2001-04-03 22:13:38 +00:00
msgsdk
mstone Fix OS_ARCH detection for IRIX64. 2001-07-20 00:26:49 +00:00
netwerk 91217: update locale version in package/locale provider registry. 2001-08-22 01:52:23 +00:00
network/protocol/http
nsprpub Merged brendan's fix from NSPRPUB_CLIENT_BRANCH (now obsolete). 2001-08-19 01:22:59 +00:00
nunet
parser 56245 - Misplaced /FONT was closing out TABLE. I've added logic such that if a residual style tag ( inline element ) cannot contain a tag ( block element ) then it 2001-08-22 23:43:43 +00:00
plugin/oji/MRJ Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
privacy
profile Bug 89854 - Confirm migration dialog won't fit on small screen. r=racham/sr=ben 2001-08-22 06:54:01 +00:00
rdf Bit checkin for bug 68045, r/sr=waterson&shaver, second attempt. It all works 2001-08-21 20:51:34 +00:00
security b=76915 r=dveditz sr=sfraser a=asa 2001-08-23 05:25:15 +00:00
silentdl
string Bug 94235: add NS_COM to declaration of nsPrintfCString. r=/sr= jst,scc 2001-08-09 09:27:47 +00:00
suite
sun-java backing out edburns's removal of necessary typedefs 2001-04-03 23:29:26 +00:00
themes 76359: Fixing regression: namespace for CSS in Modern broke the mail msg display layout, incl. quotes and prefs. 2001-08-21 21:18:16 +00:00
timer
tools minor comment nit 2001-08-23 07:09:09 +00:00
tripledb
uriloader bug 91726, r=pinkerton, sr=sfraser, under carbon, Internet Config seems to return mappings with a null mime type string, if we see a null mime type string, set mime type in nsMimeInfo to octet-stream 2001-08-22 00:19:08 +00:00
view Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
wallet
webshell Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
webtools Big checkin of docs to resolve every 2001-08-22 03:44:35 +00:00
widget Fix bug 96232, crash while typing if tooltip is showing. Add kung fu death grip on the nsMacWindow. r=pinkerton/brade, sr=brendan, a=drivers 2001-08-23 00:23:45 +00:00
xpcom #95651 2001-08-22 04:33:17 +00:00
xpfc
xpfe Fixing my checkin for bug 76915 2001-08-23 06:15:38 +00:00
xpinstall b=76915 r=dveditz sr=sfraser a=asa 2001-08-23 05:23:21 +00:00
.cvsignore new project started 2001-04-03 22:13:38 +00:00
LEGAL
LICENSE
Makefile.in fix for bug 94768 2001-08-17 03:13:07 +00:00
aclocal.m4 Add basic infastructure for gtk2 work. Bug #92034. r=cls 2001-07-24 23:30:00 +00:00
allmakefiles.sh Clean up makefile listings for extensions. b=75924 r=cls 2001-08-18 01:14:23 +00:00
client.mak Pull using the NSPRPUB_PRE_4_2_CLIENT_BRANCH instead of the static tag. 2001-08-17 11:17:02 +00:00
client.mk Pull using the NSPRPUB_PRE_4_2_CLIENT_BRANCH instead of the static tag. 2001-08-17 11:17:02 +00:00
configure Automated update 2001-08-17 12:13:57 +00:00
configure.in Do not set initial variables to 0 unless you explicitly test using ifeq (1,$(var)) in the makefiles. gmake will treat variables set to 0 as defined. 2001-08-17 12:11:48 +00:00
embed.mak NOT PART OF BUILD. Fixed recent breakage and merged export/install dirs into single list. b=68668 2001-02-23 12:54:24 +00:00
embed.mk NOT PART OF BUILD. Updated Unix/Linux embedding makefile to work once more. Changed target modules for recent layout/content split. b=68668 2001-02-21 12:27:11 +00:00
makefile.win fix for bug 94768 2001-08-17 03:13:07 +00:00
mozilla.kdevprj new project started 2001-04-03 22:13:38 +00:00
mozilla.lsm new project started 2001-04-03 22:13:38 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk