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

72450 Коммитов

Автор SHA1 Сообщение Дата
nelsonb%netscape.com 2b82871510 RSA performance benchmark program, ported to blapi from NSS 2.8. 2000-10-25 23:17:54 +00:00
danm%netscape.com 20dfe9d925 add nullcheck for docshell in LoadContentAreas. bug 57514 r=hyatt,pinkerton 2000-10-25 23:17:44 +00:00
cls%seawood.org 2f81d1f71c OOOPS! Make sure that we touch the .done even if the directory already exists. This will fix the constant rebuild problem 2000-10-25 23:06:55 +00:00
sfraser%netscape.com fb54b29a2f More better perl module organization; keep utility modules in Moz. Also read list of modules to checkout from a file. NOT PART OF THE BUILD 2000-10-25 22:29:43 +00:00
sfraser%netscape.com fd6e1ee29d Better perl module organization; keep utility modules in Moz. Also read list of modules to checkout from a file. NOT PART OF THE BUILD 2000-10-25 22:20:22 +00:00
sfraser%netscape.com 297e4c8caa Better perl module organization; keep utility modules in Moz. Also read list of modules to checkout from a file. NOT PART OF THE BUILD 2000-10-25 21:52:22 +00:00
sfraser%netscape.com a7ab870ab7 Better perl module organization; keep utility modules in Moz. Also read list of modules to checkout from a file. NOT PART OF THE BUILD 2000-10-25 21:43:23 +00:00
cls%seawood.org 8a83c1e7af Treat irix64 builds as normal irix builds. 2000-10-25 21:36:02 +00:00
cls%seawood.org d660fbbbb4 Fix Irix sections to properly handle USE_N32 2000-10-25 21:24:11 +00:00
cls%seawood.org 8cb413f184 Propogate the exit codes of the wrapped binary. Bug #57741 . Thanks to harinath@cs.umn.edu (Raja Harinath) for the patch. 2000-10-25 20:32:37 +00:00
dbaron%fas.harvard.edu 7959335ccb Fix the size of the "L" and "*" popups for Mozilla popup code, and shrink the name popup a little bit. 2000-10-25 20:14:34 +00:00
javi%netscape.com ba63941df9 Make boolean preferences work under Netscape6. It's the annoying JS bug
where you can't call top.variable when in the top most frame.

So I moved the function that was doing this to the frame that wanted to
toggle the boolean value instead of calling the top most frame to do this.
2000-10-25 18:57:06 +00:00
sfraser%netscape.com 61fec23e6f Fix a problem with the universal interfaces version, and include the build flags module. NOT PART OF THE BUILD 2000-10-25 18:52:33 +00:00
morse%netscape.com 056b6817df bug 57840, tre blocker, r=gagan,don 2000-10-25 18:14:23 +00:00
briane%qnx.com 4055424be3 PHOTON BUILD only
event loop fixes for modal dialogs
2000-10-25 18:01:02 +00:00
briane%qnx.com 9895aac2d8 PHOTON BUILD only
cursors now change properly, dilogs display in correct locations, modal
dialogs work
2000-10-25 18:00:34 +00:00
briane%qnx.com a73284881f PHOTON BUILD only
fixes for colors in toggle buttons
2000-10-25 17:59:36 +00:00
javi%netscape.com 7d0aaba8ae Check-in final reviewed version of sslconn.c 2000-10-25 17:23:46 +00:00
blizzard%redhat.com 595ebd69de Bug #54219. Bring qt back from the dead. I am checking this in on behalf of John Griggs <johng@corel.com>. If you have problems with this code, please contact him. 2000-10-25 16:55:42 +00:00
axel%pike.org d563be21fc adding the version="1.0" for some stylesheets, not part of build 2000-10-25 16:45:33 +00:00
bienvenu%netscape.com fa3d175e2a fix top crash in nsPop3Protocol::SendRetr, from branch, sr=mscott 2000-10-25 14:59:38 +00:00
karnaze%netscape.com a52b02e708 bug 54542 (Hyatt's patch) - pass in style context instead of resolving it. a=buster, r=karnaze. 2000-10-25 14:55:21 +00:00
neeti%netscape.com 8e953029ea fix for rtm++ bug 57326, Crash trying to use the save link as context menu, r=gagan, sr=mscott. 2000-10-25 13:28:39 +00:00
jeff.dyer%compilercompany.com 83f1b1e028 Added to FunctionDefinition a pointer that marks the position in the
parameter list that the named parameter marker occurs. The names at or
after that position may or may not have aliases associated with them.
2000-10-25 12:46:23 +00:00
mkaply%us.ibm.com 439c4cf347 #52458
r=mkaply, a=blizzard
Code from jkobal to handle VSCROLL messages to get Thinkpad trackpoint scrolling working
2000-10-25 10:58:20 +00:00
mkaply%us.ibm.com fe30b163ea #57814
r=jkobal, a=blizzard
Fix for pasting HTML from clipboard - thanks to Dainis_Jonitis@swh-t.lv for the fix
2000-10-25 10:52:25 +00:00
mkaply%us.ibm.com a927daa832 #57639
r=mkaply, a=blizzard
Code from jkobal - check for VK_SPACE in vkey rather than space in char
2000-10-25 10:26:11 +00:00
brendan%mozilla.org 1dbf40a31a Fix obj.toSource to get attributes using the object in which id was found (56482, r=jband, sr=shaver). 2000-10-25 07:00:31 +00:00
bryner%uiuc.edu 58bbc89bcd Bug 57386 -- make setting the width and height separately on a newly created (1x1) XUL window work correctly. r=pavlov, sr=blizzard. Vixen works on unix now! 2000-10-25 06:21:20 +00:00
pierre%netscape.com 3107bd8ed6 56950 "SeaMonkey crash in css code". Check error codes when constructing a DocElementTableFrame. r=attinasi, sr=buster, a=phil. 2000-10-25 04:23:37 +00:00
brendan%mozilla.org cfb8447863 Home sp before calling js_ValueToStringAtom and js_ValueToFunction (bug 57826, r=mccabe, sr=jband). 2000-10-25 04:04:29 +00:00
sfraser%netscape.com 1b0b4923c7 Refactorying to allow for module reuse by other build systems (e.g. Netscape commercial build). NOT PART OF THE BUILD 2000-10-25 04:04:06 +00:00
blizzard%redhat.com 9ba67a72d6 Fix for bug #57046. Flush the X connection before returning the xid of the plugin port window. This is part of the fix to get the java plugin working on linux again. r=akkana a=brendan 2000-10-25 03:40:53 +00:00
cls%seawood.org 6d635df17c Fixed the strip check to work for cross-compile builds. Bug #11893 2000-10-25 03:30:47 +00:00
mscott%netscape.com 2435093250 Bug #56934 --> propogate the error returned by
OnDataAvailable so nsAsyncStreamListener can properly
cancel the load. This fixes the zdnet benchmark
problem. r=gagan, sr=rpotts
2000-10-25 03:10:49 +00:00
cls%seawood.org 90ae3fed85 Must include build.dtd anyplace that uses navigator.dtd for the BuildId. Bug #26798 r=jag 2000-10-25 03:06:42 +00:00
hyatt%netscape.com 7662270ea6 Fix for 57733. 2000-10-25 03:03:08 +00:00
dmose%mozilla.org c1aa1c70d5 The code was trying to use ConnectToDatabase to connect to the shadow db after quietly_check_login() had already called it for us under the covers _without_ the useshadowdb parameter. So reports were being run against the main database, triggering UI stalls. r=endico@mozilla.org 2000-10-25 02:34:13 +00:00
sfraser%netscape.com 839e69cefd Support for a text-based list of build flags, and configurable log file locations. NOT PART OF THE BUILD 2000-10-25 02:32:30 +00:00
pinkerton%netscape.com fa5f216463 Don't use SetAnimatedThemeCursor() at interrupt time. Doh! Instead just back down to using the normal watch cursor. Not as pretty, but doesn't wipe out the machine at random. r=pchen/a=sfraser, bug#52565. 2000-10-25 01:43:53 +00:00
sfraser%netscape.com d4159e6dcb Move the list of build flags into an external file, so that it can be easily replaced by a different list for a different build. NOT PART OF THE BUILD 2000-10-25 00:26:15 +00:00
waterson%netscape.com 6bae68adc1 Bug 57764. Call UnregisterDataSource() in dtor. r=rjc, sr=alecf 2000-10-24 23:13:23 +00:00
dr%netscape.com f05a1c34ee patch for 53047, for jrgm who doesn't have cvs access. (rtm++, r=evaughan, a=ben) 2000-10-24 22:56:13 +00:00
sfraser%netscape.com 4b7fbdf56e Changes to allow for pref-file override of default file locations for the CodeWarrior and CVS session location files. NOT PART OF THE BUILD 2000-10-24 22:49:23 +00:00
pavlov%netscape.com 8cbce5fe63 fix for bug 56010 r=akkana,brendan sr=blizzard,erik 2000-10-24 22:38:03 +00:00
disttsc%bart.nl e858816f79 Fix Debug/Verification/PNG Images Test url, bug=39984, patch=teamwork (see bug), r=leaf, a=ben 2000-10-24 22:36:12 +00:00
mscott%netscape.com 786d08e821 Bug #57207 --> initialze elapsed time to 0 because we may use the variable before we
intialize it later on...
sr=alecf, r=sspitzer
2000-10-24 22:20:25 +00:00
varada%netscape.com 14aeef2386 changing name of cck.exe to setup.exe 2000-10-24 22:19:51 +00:00
mscott%netscape.com 3ca41ad1ea Bug #57207 --> When we bring up the progress dialog, if we've already received a on stop request,
then go ahead and make the progress dialog go away again. r=sspitzer, sr=alecf
2000-10-24 22:18:56 +00:00
mjudge%netscape.com 66ae154b6c bug fix for 48064. rtm++ r=simon a=brendan. pdt=ok. fixes check for valid frame after callonchange. (callonchange may actually destroy the frame underneath us.) also we need to update the focusedvalue when enter/submit is hit. this will save 2 onchange from being fired. one from enter, second from blur. 2000-10-24 22:08:44 +00:00