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

111821 Коммитов

Автор SHA1 Сообщение Дата
pschwartau%netscape.com 185d03fd80 New engine command for JS2: was dikdik, now epimetheus. 2002-11-08 21:56:41 +00:00
cbiesinger%web.de 928b267363 missed a file. still r=pavlov sr=tor 2002-11-08 21:54:43 +00:00
cbiesinger%web.de 957b0576b1 removing antiquated gif decoder code and similar stuff. r=pavlov sr=tor, and this is not part of the build. 2002-11-08 21:53:18 +00:00
sspitzer%netscape.com 6d85e64757 moving to 8.3. it's too easy to goof this up otherwise. 2002-11-08 20:42:21 +00:00
sspitzer%netscape.com 8612bc689f moving to 8.3. it's too easy to goof this up otherwise. 2002-11-08 20:41:45 +00:00
rogerl%netscape.com 1261d45610 Added '-t' option for controlling parse tree dump. 2002-11-08 19:50:16 +00:00
relyea%netscape.com df7578f751 Bug 176667: kaie authored the patch, ian/relyea reviewed it. 2002-11-08 19:10:54 +00:00
mkaply%us.ibm.com 16e1a92721 Os/2 needs 8.3 names 2002-11-08 15:24:29 +00:00
ccarlen%netscape.com aee74580af Bug 177059 Mach-0 nsLocalFile::GetFileSize sometimes fails for directories. Patch by sfraser. r=ccarlen/sr=bryner 2002-11-08 15:03:06 +00:00
ccarlen%netscape.com 47412da3e6 Bug 170611 - AlertCheck dialog has a cancel button and it shouldn't. r=pink/rs=sfraser. 2002-11-08 14:52:52 +00:00
axel%pike.org 4d0c8177e3 Not part of build. Make buster load html if unknown decoder likes it. Save numbers with results. Disable most stuff for loading reference thru docshell. 2002-11-08 13:40:07 +00:00
locka%iol.ie 39cee6d65e Removing unused file 2002-11-08 13:20:49 +00:00
igor%mir2.org 7ef61113d0 Cosmetics: refactor decompile without changing its functionality so a possible future patch to allow literal strings greater then 64K would be less intrusive. 2002-11-08 12:08:52 +00:00
timeless%mozdev.org 58d1e9667c fixing comment about PRUnichar* ToNewUnicode
rs=brendan
2002-11-08 11:43:58 +00:00
bzbarsky%mit.edu b064021a6f Show the "real" dimensions of images too. Bug 122125, patch by
db48x@yahoo.com (Daniel Brooks), r=jag, sr=bzbarsky
2002-11-08 10:55:41 +00:00
bzbarsky%mit.edu bce74cf4fe fix leak of charset string. bug 176989, patch by keeda@hotpop.com,
r=peterv, sr=jst
2002-11-08 10:52:06 +00:00
bernd.mielke%snafu.de afc0dd96b3 fix OS2 bustage sorry 2002-11-08 10:42:48 +00:00
glazman%netscape.com a6e2f5dc77 show tooltip for href (links), src (images) and name (named anchors) in Composer; b=47519, fix by glazman@netscape.com and neil@parkwaycc.co.uk, r=brade, r=glazman for kin's changes, sr=kin 2002-11-08 09:14:00 +00:00
sspitzer%netscape.com 23f413171a implement the | operator for mail 3 pane quick search.
bug #177034
r/sr=bienvenu
2002-11-08 09:09:27 +00:00
glazman%netscape.com 111e73ee7b inline styles were not merged after a SetInlineProperty() call; b=178667, r=jfrancis, sr=kin 2002-11-08 08:54:42 +00:00
axel%pike.org 00bc80413c bug 178461, XSLTProcessor.reset(), r=sicking, sr=peterv 2002-11-08 08:50:34 +00:00
gerv%gerv.net e44ba20590 Bug 71794 - processmail shouldn't bother checking dependencies unless state changes. Patch by gerv; r=myk. 2002-11-08 08:04:58 +00:00
darin%netscape.com 7d1ee95ca8 1) make logging compilation controlled by IPC_LOGGING #define
2) make testmodule work when compiling optimized
3) stop loading ipc service at XPCOM startup
2002-11-08 07:17:50 +00:00
bryner%netscape.com 399a7ee28e Stop building and packaging XBL form controls, since they aren't being actively worked on and aren't slated to be turned on anytime soon (bug 172288). r=jkeiser, sr=blake. 2002-11-08 06:09:17 +00:00
bernd.mielke%snafu.de 4abbad8856 Implement for table captions caption-side: left and right, also <caption align="left"> and right, further vertical-align:top, middle and bottom for table captions bug 3166 r=karnaze sr=kin 2002-11-08 05:29:34 +00:00
blakeross%telocity.com 88a92e2919 Default to disablehistory. 2002-11-08 05:10:08 +00:00
mkaply%us.ibm.com 037d6779fd OS/2 bustage
1. PR_CALLBACK
2. PLEASE don't create more implementations using min() and max()
name them something different.
2002-11-08 05:05:28 +00:00
blakeross%telocity.com bb253cdc0f Oops. 2002-11-08 05:01:03 +00:00
blakeross%telocity.com 15c35542e4 One more small perf opt. 2002-11-08 04:58:40 +00:00
blakeross%telocity.com fee6f2a801 same thing. 2002-11-08 04:56:15 +00:00
blakeross%telocity.com d8fb0344d5 same thing. 2002-11-08 04:52:37 +00:00
blakeross%telocity.com af342e2628 same thing. 2002-11-08 04:51:05 +00:00
blakeross%telocity.com 15ca96e617 Try to speed up new window and startup performance for people who have blank homepages. 2002-11-08 04:50:05 +00:00
darin%netscape.com 5a62f1065b make daemon automatically shutdown. 2002-11-08 04:48:09 +00:00
dougt%netscape.com bffa9d4af1 175932. UMR: PostTimerEvent() does not check return value from GetPRThread(). Thanks to Andrew Schultz for pointing this out. r=pavlov, sr=darin. Also includes 175440 - using nsCOMArray in nsThreadPool, patch by bzbarsky@mit.edu 2002-11-08 04:46:58 +00:00
dougt%netscape.com ccb852037f 102812. enable file html directory listing mode r=bbaetz sr=darin. 2002-11-08 04:46:44 +00:00
timeless%mozdev.org 1850721eb5 Bug 178972 trivial code changes to nsXULElement.cpp
r=brendan sr=kin
2002-11-08 04:28:04 +00:00
myk%mozilla.org 8b8585f9a9 Fix for bug 171480: make output for non requestee-specific requests look better in the request queue.
r=joel
a=justdave
2002-11-08 04:21:10 +00:00
mkaply%us.ibm.com b2afded753 OS/2 DLL names need to be 8.3 2002-11-08 04:08:31 +00:00
dmose%netscape.com ba05ab6786 packager changes for junkmail filtering code; part of bug 169638. r/sr=sspitzer 2002-11-08 03:38:37 +00:00
sspitzer%netscape.com c25784043b the right fix for the .so and .dll is to staticly link them in.
but that's another issue.  r=dmose
2002-11-08 03:36:58 +00:00
mkaply%us.ibm.com 9fc955ebe9 Need to change true/false to PR_TRUE/PR_FALSE as well 2002-11-08 03:27:12 +00:00
dmose%netscape.com 99166c83b7 Fix OS/2 tinderbox build bustage by changing instances of bool to PRBool 2002-11-08 03:13:07 +00:00
nicolson%netscape.com 62297d34ca default doesProduceOutput to true for compatibility. 2002-11-08 02:24:20 +00:00
bolian.yin%sun.com b3aa8f87e7 Bug 156424, PgUp and PgDn in numeric keyboard don't work.
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=bryner.
2002-11-08 02:23:23 +00:00
bryner%netscape.com cfda9bc97a Fixing comet orange; need to null check style->engine or we will crash if no theme engine is being used. 2002-11-08 02:21:49 +00:00
bryner%netscape.com 96ba4e107c oops! fixing my last checkin to actually set the widget types as disabled 2002-11-08 02:06:38 +00:00
myk%mozilla.org e30bec6f35 Fix for bug 178776: Eliminates warning in duplicates.cgi. 2002-11-08 02:05:20 +00:00
sspitzer%netscape.com c852ee3b89 fix my comments. we don't need to hash the file name, it's already been hashed
before we get here.  r/sr=no one
2002-11-08 02:02:56 +00:00
blakeross%telocity.com 03afe61a5b Update UA. 2002-11-08 01:46:33 +00:00