attinasi%netscape.com
0c357e6319
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
2142f2b770
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
14c9be20f2
Search file update for bug # 57997: r=gagan sr=ben
2000-10-26 00:17:22 +00:00
rjc%netscape.com
f4b227c17b
Search file removal for bug # 57997: r=gagan sr=ben
2000-10-26 00:14:31 +00:00
edburns%acm.org
d411cfc046
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
4e4985c9c9
Search file update for bug # 57997: r=gagan sr=ben
2000-10-26 00:07:45 +00:00
dmose%mozilla.org
7509d87f65
test commit; a=r=(not built)
2000-10-25 23:54:02 +00:00
dmose%mozilla.org
a3dbc9bed2
test commit; a=r=(not built)
2000-10-25 23:50:42 +00:00
nelsonb%netscape.com
bb3c6d9452
RSA performance benchmark program, ported to blapi from NSS 2.8.
2000-10-25 23:17:54 +00:00
danm%netscape.com
241eb50d42
add nullcheck for docshell in LoadContentAreas. bug 57514 r=hyatt,pinkerton
2000-10-25 23:17:44 +00:00
cls%seawood.org
36bf095ea7
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
177c6d2d2f
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
47cd5b831a
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
e0b351ba06
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
e32949386b
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
c70d82c6ce
Treat irix64 builds as normal irix builds.
2000-10-25 21:36:02 +00:00
cls%seawood.org
90eadc0918
Fix Irix sections to properly handle USE_N32
2000-10-25 21:24:11 +00:00
cls%seawood.org
76701f01bd
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
f92a1cb254
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
13eadb9fd9
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
a6b6fc2670
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
89c515e444
bug 57840, tre blocker, r=gagan,don
2000-10-25 18:14:23 +00:00
briane%qnx.com
200bf54f6b
PHOTON BUILD only
...
event loop fixes for modal dialogs
2000-10-25 18:01:02 +00:00
briane%qnx.com
c07cbb994c
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
67df8e42fe
PHOTON BUILD only
...
fixes for colors in toggle buttons
2000-10-25 17:59:36 +00:00
javi%netscape.com
e1594ce774
Check-in final reviewed version of sslconn.c
2000-10-25 17:23:46 +00:00
blizzard%redhat.com
be2bf9383f
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:40 +00:00
axel%pike.org
05c0891bed
adding the version="1.0" for some stylesheets, not part of build
2000-10-25 16:45:33 +00:00
bienvenu%netscape.com
e75b9cd84a
fix top crash in nsPop3Protocol::SendRetr, from branch, sr=mscott
2000-10-25 14:59:38 +00:00
karnaze%netscape.com
cea1265120
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
abc25deed0
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
5e52ae4dac
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
60f7dc1faa
#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
2c0269f878
#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
1bc61090a7
#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
1d811ae9b8
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
67d3913378
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
8aa19b0cbd
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
30d3951dc9
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
4518e0c93d
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
7360163385
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
65a618842e
Fixed the strip check to work for cross-compile builds. Bug #11893
2000-10-25 03:30:47 +00:00
mscott%netscape.com
e42c22b6cb
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
2308e29f39
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
766de69a8c
Fix for 57733.
2000-10-25 03:03:08 +00:00
dmose%mozilla.org
9e3e8fade9
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
808051f67c
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
651c50e827
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
5694277917
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
a019b4770a
Bug 57764. Call UnregisterDataSource() in dtor. r=rjc, sr=alecf
2000-10-24 23:13:23 +00:00