Граф коммитов

98494 Коммитов

Автор SHA1 Сообщение Дата
blizzard%redhat.com c9058c84a5 Private copy of freetype for use with Xft. Not part of the default pull or build. 2002-02-25 06:59:14 +00:00
blizzard%redhat.com 6a8db7f18f Add copy of expat 1.95.2 for use with Xft. Not part of the default pull or build. 2002-02-25 06:53:13 +00:00
blizzard%redhat.com 0ae8f0ab89 Check in Xft code for further work. Not part of the default build or pull. 2002-02-25 06:48:18 +00:00
tor%cs.brown.edu eda2b6e17d Bug 127430 - delete client image copy. r=pavlov, sr=blizzard, a=chofmann 2002-02-24 23:42:32 +00:00
igor%mir2.org 5c5912869d Use ClassFileWriter.toByteArray to get class file bytes in place of calling ClassFileWriter with ByteArrayStream argument 2002-02-24 19:18:44 +00:00
igor%mir2.org d4c437f2c0 1. Added toByteArray to get class file as a byte array. Implementation first calculates the resulting array size to minimize number of allocations.
2. Set DEBUG to true to activate usage checks
2002-02-24 19:15:19 +00:00
gerv%gerv.net 5f7f39f2b0 Bug 127507 - one too many blank lines in each comment. 2002-02-24 09:28:21 +00:00
gerv%gerv.net 8342994a7f Bug 126791 - templatise relogin.cgi 2002-02-24 08:54:14 +00:00
gerv%gerv.net f7e3d853f4 Bug 110711 - various query.cgi/tmpl problems. This patch resolves all known issues. 2002-02-24 08:25:00 +00:00
bstell%ix.netcom.com e8aa16bb63 bug 127283, I missed a changed requested by super-reviewer before the a= 2002-02-24 07:03:17 +00:00
bbaetz%student.usyd.edu.au 407e091fc2 bug 97496 - release notes update. Mention deprecated features. 2002-02-24 05:00:19 +00:00
dcone%netscape.com fb35e2faa8 bug=122996 r=karnaze sr=attinasi a=asa Fixes a windows98 tiling quirk with PatBlt. 2002-02-24 04:18:09 +00:00
hyatt%netscape.com 54fa680332 Obscure the cursor during wheel scrolling. 2002-02-24 02:56:07 +00:00
brendan%mozilla.org bcc02f397b Fix stale comment about duplicate formal params (a=drivers, comment-only followup to 62164's big patch). 2002-02-24 00:26:57 +00:00
bstell%ix.netcom.com 83962d5a20 bug 127307, add TrueType converters to Linux/Unix for MathML
checkin for ftang, r=mkaply, sr=brendan, a=blizzard
2002-02-24 00:26:54 +00:00
bstell%ix.netcom.com 11da7e8c4a bug 127283, fix hang in TrueType MathML
r=ftang, sr=brendan, a=blizzard
2002-02-24 00:22:16 +00:00
bstell%ix.netcom.com 5cc29aeed2 bug 126979, fix solaris bustage
sr=brendan
2002-02-24 00:17:30 +00:00
leaf%mozilla.org 1c7d3ac972 Automated update 2002-02-23 21:56:54 +00:00
bstell%ix.netcom.com b1a60d5cf1 bug 126387, use FreeType2 lib version 2.0.3 (AKA: 6.1.0) in addition
to 2.0.4 (AKA: 7.0.1) and up
r=ftang, sr=alecf, a=blizzard
2002-02-23 21:48:50 +00:00
blakeross%telocity.com 43002d665b Download manager. Not part of build. 2002-02-23 21:35:41 +00:00
blakeross%telocity.com 2eb2fd6314 Download manager. Not part of build. 2002-02-23 21:15:08 +00:00
bzbarsky%mit.edu 3c189ab83d Make "save as" succeed even without a mime info. Bug 127333, r=law,
sr=jag, a=brendan
2002-02-23 21:07:50 +00:00
bzbarsky%mit.edu 4887697424 Make cache prefs use &brandShortName; instead of "Mozilla". Bug 127025,
patch by Jonas Jorgensen <jonasj@jonasj.dk>, r=bzbarsky, sr=jag, a=brendan
2002-02-23 21:05:43 +00:00
cbiesinger%web.de 559f8fc646 Bug 126303 patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods sr=attinasi a=roc+moz
Remove the DOM dependendecies from gfx/src/xprint/
2002-02-23 15:32:03 +00:00
hidday%geocities.com b057574143 Bug 16605: text node child-adding functions throw wrong exception.
Modified nsGenericDOMDataNode::ReplaceChild() to throw
HIERARCHY_REQUEST_ERR instead of NOT_FOUND_ERR, per the spec.
sr=jst@netscape.com a=asa@mozilla.org
2002-02-23 10:51:50 +00:00
brendan%mozilla.org 6b265c5d37 Sync these mirrored sources with their primaries at js/src/jsdhash.[ch] (see bug 62164, r=shaver, sr=jband). 2002-02-23 10:04:29 +00:00
bryner%netscape.com f9c800b681 Backing out my checkin for bug 127189 -- it caused a regression. 2002-02-23 07:18:23 +00:00
cmanske%netscape.com a193d9c572 Fix selection of image on click, b=123727, r=brade, sr=kin, a=asa/drivers 2002-02-23 06:54:41 +00:00
brendan%mozilla.org 032c9bde1f Comment change only, quick followup to last humongous checkin. 2002-02-23 04:44:40 +00:00
wtc%netscape.com 1a7fc6755d Removed the temporary depend->clean hack for NSS 3.4 update.
Modified Files:
	Makefile.in security/manager/Makefile.in
	security/nss/makefile.win
2002-02-23 04:41:30 +00:00
dprice%netscape.com ca3aa8dc00 99670 r=dprice sr=mscott a=dbaron patch by dveditz
Install.addDirectory() now reports correct error
2002-02-23 03:57:25 +00:00
brendan%mozilla.org 57483a3082 Major footprint/perf win: share property state using a tree whose root represents empty scopes, and whose non-root nodes represent scopes with properties added in order from the root to that node; to use double hashing to map these tree-paths for per-scope property lookup; and avoid locking where possible through immutability and mostly-benign&rare race tolerance (62164, r=shaver, sr=jband). 2002-02-23 03:49:27 +00:00
bryner%netscape.com 5c925910d6 Bug 127189 - make sizetopopup=true set the min size as well as the preferred size. r=jag, sr=hyatt, a=dbaron. 2002-02-23 03:42:48 +00:00
blakeross%telocity.com ca2e741ad8 Download manager. Not part of build. 2002-02-23 03:15:26 +00:00
morse%netscape.com 4785893294 attachments in hotmail don't work, r=sgehani, sr=alecf, a=asa 2002-02-23 03:10:54 +00:00
blakeross%telocity.com 55af2c3b17 Download manager. Not part of build. 2002-02-23 03:06:57 +00:00
blakeross%telocity.com c5191e5271 Download manager. Not part of build. 2002-02-23 02:34:27 +00:00
pschwartau%netscape.com 46e46a7d7e Adding two more cases to test. Improving readability. 2002-02-23 01:14:51 +00:00
akkana%netscape.com 68d64a1ce7 126651,126909: Fix some glitches in the find algorithm. r=cmanske sr=kin a=asa 2002-02-23 01:12:26 +00:00
tor%cs.brown.edu 3c050670ab Fix cement bustage. 2002-02-23 00:47:15 +00:00
pete%alphanumerica.com e7b5cb1664 b=118639, r=bbaetz, sr=darin, a=asa
inadvertantly removed a needed nsMemory::Free when cleaning up leaks in this file.

--pete
2002-02-23 00:41:52 +00:00
blakeross%telocity.com cd2d695468 Download manager. Not part of build. 2002-02-23 00:07:16 +00:00
tor%cs.brown.edu 45315576a3 Bug 121015 - nsImageGTK server side scaling. r=pavlov, sr=blizzard, a=asa. 2002-02-22 23:58:25 +00:00
bbaetz%student.usyd.edu.au ab4d6c5338 Bug 106756 - fix vertical alignment for html directory viewer
r=basic, sr=sfraser, a=asa
2002-02-22 23:55:25 +00:00
bryner%netscape.com e0ebf58bee Removing obsolete header xp_file.h. r=cls, sr=alecf, a=brendan. 2002-02-22 23:42:07 +00:00
rayw%netscape.com 7ac2fea7ee Complete deployment of soap by adding xmlsoap.xlt to the installers.
r=dveditz, sr=vidur, a=dbaron for 0.9.9  See bug 107796.

This is a one-line addition to each of five non-embedded packages (3 platforms,
static and non-static).
2002-02-22 23:17:12 +00:00
naving%netscape.com ca0afe6112 101485 r=sspitzer sr=bienvenu a=asa Fix crash on filing messages from search
upon File | Quit pass valid msgWindow so that we can stop the running news
url.
2002-02-22 23:11:12 +00:00
bnesse%netscape.com 544b26e836 [not part of the build] Lets try again... without destroying the resource fork this time. version -> 1.0b1 2002-02-22 22:44:31 +00:00
dp%netscape.com 152f1063d8 modified regexp for free and used blocks 2002-02-22 22:23:16 +00:00
dp%netscape.com 3519948e03 first version 2002-02-22 22:22:50 +00:00