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

3113 Коммитов

Автор SHA1 Сообщение Дата
leaf%mozilla.org 56755a9ae9 update user agent and mac version, r=jj, a=asa bug 83999 2001-06-05 23:05:32 +00:00
gerv%gerv.net 3babcec0f3 Bug 81094 - re-introduce the ability to set the DPI value to "Ask X server"; i18n fixes, general clean-up and also make the Fonts prefs panel slightly more clear by adding a separator. r=mcafee, sr=alecf, a=blizzard. 2001-06-05 21:38:24 +00:00
valeski%netscape.com 96b8bdb98e r=pavlov, sr=vidur, a=blizzard. 84162. making nsImgManager a nsIContentPolicy which allows it to play in the image blocking arena again. this fixes image blocking. 2001-06-05 21:37:48 +00:00
valeski%netscape.com 5892765fc6 r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager. 2001-06-05 21:25:57 +00:00
bstell%netscape.com ad36b468db bug 61439: workaround X server bug so non-US users can enter email addresses
when autocomplete popup is up
r=pavlov@netscape.com, sr=blizzard@mozilla.org, a=asa@mozilla.org
pref allow user to control the Mode_switch workaround, current enabled
Use to disabled the workaround when the X server is finally fixed.
2001-06-05 06:01:17 +00:00
mkaply%us.ibm.com 119d23f310 More REQUIRES bustage - need mimetype in libpr0n 2001-06-05 02:08:59 +00:00
tor%cs.brown.edu 951d575359 Bug 83835 - tweak jpeg decoder performance by not doing a OnDataAvailable()
for every line of the image.  r=pavlov, sr=blizzard, a=asa
2001-06-04 23:57:45 +00:00
ducarroz%netscape.com 18073f24cc Fix for bug 81751. Add define for mime type multipart/x-mixed-replace and multipart/byteranges. Also export nsIFileStreams.idl on Mac. R=varada, SR=mscott, A=asa 2001-06-04 22:59:22 +00:00
mkaply%us.ibm.com 35b3d7aa91 #76908
r/a=edburns, sr=jst, a=chofmann (for drivers)
Change PR_*_CALLBACK to JS_*_CALLBACK
2001-06-04 22:26:35 +00:00
tor%cs.brown.edu 4eaa263d05 Bug 83804 - crash in gif decoder caused by mismatch in rgb line buffer size.
Moved ownership of rgb line buffer to nsGIFDecoder2.
r=pavlov, sr=blizzard, a=blizzard
2001-06-04 22:24:38 +00:00
gerv%gerv.net c7a441f0fe New Accept: header. Reviewed by n.p.m.netlib, r=bbaetz, sr=darin, a=asa. Bug 83458. 2001-06-03 07:42:53 +00:00
tor%cs.brown.edu 776863635a Bug 73195 - interlaced gif display problems. Handle wrapped point in
image data flush and do row replication for solid progressive loading.
r=pavlov,saari sr=waterson a=blizzard
2001-05-31 14:25:33 +00:00
dbaron%fas.harvard.edu d431376076 Correct line endings (CR-LF to LF), fixing bustage. 2001-05-31 02:43:38 +00:00
mkaply%us.ibm.com 49192274a2 Unix bustage from peterl 2001-05-31 02:33:30 +00:00
dbaron%fas.harvard.edu 51f1717ea1 Fix windows bustage (hopefully) by removing extra ^M. 2001-05-31 02:21:43 +00:00
peterlubczynski%netscape.com a633f0c32c Fix for bug 82415 nsIPluginStreamListener changed! r=dougt sr=attinasi a=dbaron 2001-05-31 01:21:05 +00:00
nisheeth%netscape.com 73edd4ea66 Fix for bug 57636. r=rpotts, sr=jst, a=asa. Onload handlers now fire on document.written content. 2001-05-25 08:49:03 +00:00
sean%beatnik.com f7e511520e fix for bug 82445 stream listener leaks. r=Peter Lubczynski, sr=attinasi, a=asa@mozilla.org. fixed circular refcnt dependency between nsPluginStreamListenerPeer and nsPluginStreamInfo. 2001-05-25 01:38:42 +00:00
ddrinan%netscape.com fab41d17b3 PCKS7 implementation for signed JS. Bug# 82227 r=mstoltz@netscape.com,sr=blizzard@mozilla.org,a=blizzard@mozilla.org 2001-05-23 23:22:25 +00:00
pavlov%netscape.com efeddaf9d5 removing #ifdef MOZ_NEW_CACHEs since they arn't needed anymore (and they are gone from the rest of the code) r=jst 2001-05-23 07:01:38 +00:00
joki%netscape.com 53e2fab38c Part of fix for 55020, add a pref to determine if accesskey causes focus or focus/activation. sr:jst, r:pollmann 2001-05-23 06:35:32 +00:00
gordon%netscape.com ee65d9988a For bug 80890. Changing default cache sizes to 50,000 k for disk, and 4096 k for memory, as per discussion with PDT. sr=hyatt. 2001-05-23 01:12:55 +00:00
dianesun%netscape.com 86d6c5929d Back up checkin for 79555 and 80127 2001-05-23 00:50:58 +00:00
mstoltz%netscape.com b1f46023b9 Reinstating the partial fix for bug 66938, the wiretap exploit, which was blown away by the XPCDOM landing. These capability prefs should prevent scripts in mail messages from reading any plaintext content in the message. r=jst,pollman, sr=mscott. 2001-05-23 00:40:49 +00:00
dougt%netscape.com e55965b84f Updating test application to new API. 2001-05-22 22:40:44 +00:00
dougt%netscape.com 59eb2b1392 Implements NPN_RequestRead(). Bug number 53363. r=peterl@netscape.com, sr=attinasi@netscape.com. 2001-05-22 22:32:45 +00:00
dianesun%netscape.com c08d05ce60 Bug fixes for 79555(Download/Sync not retain pref), 80127(Select Dialog not modal). r=bhuvan, sr=sspitzer 2001-05-22 21:23:04 +00:00
cls%seawood.org 34b7986e37 Add --disable-auto-deps option which causes the build system to not automatically generate dependencies on the fly. Also, fixes VPATH problem with non gcc-MD separate build phase |make depend|.
Bug #66529 r=pavlov
2001-05-22 07:52:30 +00:00
tor%cs.brown.edu 96ecfa7c41 Plug memory leak in XP_MAC code. Not in build. 2001-05-21 14:56:44 +00:00
tor%cs.brown.edu 4ca27180ba MNG/JNG decoder. Not in build. 2001-05-21 14:27:45 +00:00
pavlov%netscape.com f8f2f014ef fixing bug 80011 r=bryner sr=blizzard 2001-05-20 19:26:21 +00:00
tor%cs.brown.edu f31b0a8bf2 Bug 81794 - prevent crash with an invalid iCCP chunk and plug a memory
leak.  Patch by Glenn Randers-Pehrson, r=tor, sr=blizzard
2001-05-20 17:42:44 +00:00
tor%cs.brown.edu 067fdfadec Update tree libmng to 1.0.1 rs=blizzard 2001-05-20 17:36:25 +00:00
gerv%gerv.net 3168baae75 Refactor translation backend to support multiple translation providers. Bug 77207. r=timeless, sr=alecf. 2001-05-19 15:47:26 +00:00
jst%netscape.com 77aeecc056 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
jst%netscape.com 8d88310167 Fixing xpcdom plugin regression bug 80794, patch by myself and sean@beatnick.com, r=pavlov@netscape.com, sr=hyatt@netscape.com 2001-05-19 08:31:37 +00:00
racham%netscape.com 0e55d49175 Fixing bug 76388. Adding a default pref which will be used by incoming servers to check if the offline support level is already set. r=bienvenu, sr=sspitzer 2001-05-19 01:39:03 +00:00
mkaply%us.ibm.com 0bfea23be9 IRIX bustage 2001-05-18 23:38:06 +00:00
bnesse%netscape.com b952418438 Removed 2k limit on user preference strings by using dynamic allocation instead of buffer based allocation. Bug 69744. r=dveditz, sr=alecf 2001-05-18 21:46:35 +00:00
peterlubczynski%netscape.com cacf7af344 Fix for crash on XPCOM plugins bug 79872 and others r=karnaze sr=attinasi 2001-05-18 21:23:59 +00:00
mkaply%us.ibm.com f057fa6bd8 #74224
r=glennrp@home.com(PNG person), sr=tor
Some PNG APIs should be PRIVATE
2001-05-18 21:17:42 +00:00
bnesse%netscape.com 0c13062832 Added sanity check to insure that a valid JSRuntime was found before passing it to JS_NewContext. Bug 73491. r=mcafee,timeless. sr=alefc. 2001-05-17 22:17:03 +00:00
peterlubczynski%netscape.com 34c5dec004 Include Quicktime in 4.x plugin sweep bug 81111 r=arun sr=attinasi 2001-05-17 19:18:56 +00:00
mkaply%us.ibm.com f885ab6966 IRIX bustage - more CRLF - NOT dougt :) 2001-05-17 18:18:32 +00:00
peterlubczynski%netscape.com 0b4b8c88b3 Fix currupted stream buffer for 4.x plugins bug 76771 sr=hyatt r=karnaze 2001-05-17 08:27:38 +00:00
peterlubczynski%netscape.com 96831af164 Fix for crash in plugin SetUpStreamListener r=pinkerton sr=hyatt 2001-05-17 08:20:41 +00:00
vidur%netscape.com 77e0e2e5dc Fix for bug 78562. Reducing console spewage for debug messages. Patch from cls@seawood.org. r/sr=vidur 2001-05-17 06:15:50 +00:00
peterlubczynski%netscape.com 241cb9788c Fix for Java crashing on nsCOMPtr bug 81111 patch by cls r=peterl sr=blake 2001-05-17 03:46:33 +00:00
beard%netscape.com 2418065c41 [not part of build] cleaning up copyrights, comments. 2001-05-17 01:22:05 +00:00
edburns%acm.org 1a6b57eafb bug=80848
r=peterlubczynski
sr=darin
Make it so the return values  from ExamineForProxy() are inspected for validity.
2001-05-17 01:03:12 +00:00