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

72311 Коммитов

Автор SHA1 Сообщение Дата
rjc%netscape.com 060c2106dd Fix bug # 57017: choosing PT folder loops if already marked as PT folder. r=ben sr=waterson 2000-10-26 00:53:13 +00:00
bienvenu%netscape.com 498008479c fix for 56643 topcrash in morkRowObject:CloseRowObject r=putterman,sr=mscott 2000-10-26 00:36:56 +00:00
varada%netscape.com 2a733c231a fix for bug#55972;customized helpmenu.rdf 2000-10-26 00:34:18 +00:00
attinasi%netscape.com 99ce6eef2c Fix was already approved for checkin on the branch, now updating trunk as well. b=56194, r=karnaze a=buster (for RTM bug 40340) 2000-10-26 00:34:08 +00:00
nelsonb%netscape.com d2df084113 Functions that provide default RSA public and private key for performance
benchmarks.  Values for these keys to be supplied in next revision.
2000-10-26 00:29:09 +00:00
rjc%netscape.com 7afa73ff37 Search file update for bug # 57997: r=gagan sr=ben 2000-10-26 00:17:22 +00:00
rjc%netscape.com bf2eee44b8 Search file removal for bug # 57997: r=gagan sr=ben 2000-10-26 00:14:31 +00:00
edburns%acm.org fc8170442c author=joechou@eng.sun.com
r=av
r=edburns@acm.org
sr=waterson
bug= 56019
///////////////////////////////////////////////////////////////////////////////
// Currently, in the MIME type info passed in by plugin, a ';' is used as the
// separator of two MIME types, and also the sparator of a version in one MIME
// type. For example:
// "application/x-java-applet;version1.3::java(TM) plugin;application/x-java-
// applet...".
// The ambiguity of ';'  causes the browser fail to parse the MIME types
// correctly.
//
// This method parses the MIME type input, and replaces the MIME type
// separators with '|' to eliminate the ambiguity of ';'. (The Windows version
// also uses '|' as the MIME type separator.)
//
// Input format: "...type[;version]:[extension]:[desecription];..."
// Output format: "...type[;version]:[extension]:[desecription]|..."
//
static void SetMIMETypeSeparator(char *minfo)
{
2000-10-26 00:12:38 +00:00
rjc%netscape.com 433257ff5f Search file update for bug # 57997: r=gagan sr=ben 2000-10-26 00:07:45 +00:00
dmose%mozilla.org f976819736 test commit; a=r=(not built) 2000-10-25 23:54:02 +00:00
dmose%mozilla.org 9727b8f6ac test commit; a=r=(not built) 2000-10-25 23:50:42 +00:00
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