Commit Graph

73835 Commits

Author SHA1 Message Date
risto%netscape.com
8cd738307c Adding newline, testing 2000-12-14 15:53:14 +00:00
risto%netscape.com
a4ad130c7d Adding slash, just testing bug 62800 2000-12-14 15:50:09 +00:00
rods%netscape.com
9fe3465b7a The changes to the select are to bring it back inline with what the rules were before they were optimized
The checkbox changes are to give it margins in standard mode and themake the vertical-align bottom so it is positioned correctly on the line.
Bug 62445, Bug 62350 r=kmcclusk, sr=buster
2000-12-14 15:18:45 +00:00
gerv%gerv.net
5b5b189288 Fixed dupes table detection code; added check for graphs directory. 2000-12-14 12:19:35 +00:00
gerv%gerv.net
d6f20616fb Formatting change. Trivial. 2000-12-14 12:17:11 +00:00
hyatt%netscape.com
e956a14459 Fix mutation events in XUL. r=hewitt, a=ben 2000-12-14 10:14:02 +00:00
hyatt%netscape.com
14719259ef Fix for 62301. r=hewitt, sr=ben 2000-12-14 09:32:39 +00:00
cls%seawood.org
a6be61eef1 Add proper detection of STRIP (which I thought we already had). This should fix the nightly build problem. 2000-12-14 07:39:48 +00:00
jst%netscape.com
1196cb233f Backing out my last change here, this change didn't do what it was supposed to do, not even close. 2000-12-14 06:16:39 +00:00
bryner%uiuc.edu
4b89c22e9f Removing this file so the directory will go away. 2000-12-14 04:27:26 +00:00
endico%mozilla.org
762947abf9 trivial change to test whether cvs is working 2000-12-14 03:09:17 +00:00
sfraser%netscape.com
e0b33dce98 More useful error message when an XML bindings file fails to load. r=waterson, sr=hyatt 2000-12-14 02:32:26 +00:00
jst%netscape.com
1bd04c173d Checking in fix for annoying asserts on startup caused by a doctype token problem in the parser that was introduced yesterday, casting char * to PRUnichar * just aint a good idea (although that was only part of the problem). Fix done mostly by heikki@netscape.com, r=heikki, harishd, sr=me. 2000-12-14 02:30:12 +00:00
sonmi%netscape.com
3b54f4a99c fixed missin platform bug 2000-12-14 02:13:55 +00:00
sonmi%netscape.com
a5ec2780c2 changed 32 bit platforms to explicitly say so, missing list was wrong before 2000-12-14 01:56:39 +00:00
sonmi%netscape.com
80b138880b added performance tests 2000-12-14 01:53:11 +00:00
sonmi%netscape.com
5791fb822c fixed minor bugs, added performance tests to qa_stat 2000-12-14 01:41:57 +00:00
beard%netscape.com
fc5eb24619 [not part of build] don't hack alpha when running on Mac OS X. 2000-12-14 00:43:51 +00:00
rpotts%netscape.com
f7304a8b71 Fix for assert when loading content from the memory cache (ie. hitting Back). r=jst 2000-12-13 23:11:32 +00:00
attinasi%netscape.com
a8b8cc3497 New performance data. Not part of any build. 2000-12-13 18:48:08 +00:00
ccarlen%netscape.com
1e79c473f2 NOT PART OF THE BUILD. New file for context menu support. 2000-12-13 15:48:18 +00:00
nboyd%atg.com
87a029eeb9 Fix bug:
Subject:
             [Rhino] Script compiler bug?
        Date:
             Tue, 12 Dec 2000 22:08:23 GMT
       From:
             dave russo <d-russo@ti.com>
 Organization:
             Deja.com
 Newsgroups:
             netscape.public.mozilla.jseng




The following script does not seem to compile properly (using Rhino
1.5R1):

test.js:
var test = {};
test.foo = function () { print('foo')}
test.bar = function () { print('bar')}

After compiling test.js ("java org.mozilla.javascript.tools.jsc.Main
test.js"):

js> loadClass('test')
js> test.foo()
bar
js> load('test.js')
js> test.foo()
foo

Note that changing test.js to read:

var test = {};
test.foo = function foo() { print('foo')}
test.bar = function bar() { print('bar')}

Works around the problem.  Is there a problem with anonymous functions?


Sent via Deja.com
http://www.deja.com/
2000-12-13 15:17:24 +00:00
nboyd%atg.com
2504e1cfd0 Missed call to "in" needing parameter change. 2000-12-13 14:47:27 +00:00
locka%iol.ie
c18d688c59 winEmbed gets a face lift. sr=rpotts, b=60299 2000-12-13 13:47:16 +00:00
rods%netscape.com
e2f7f96cdc When remembering the time of the lst click it should be remembered only for mouse
down events, instead of all mouse events.
r=kmcclusk sr=buster Bug 53485
2000-12-13 11:53:10 +00:00
idk%eng.sun.com
56b38d5792 *not part of tbox builds*
fix for 57788, 57787
2000-12-13 09:09:46 +00:00
leaf%mozilla.org
3521ccfc7c Automated update 2000-12-13 08:30:09 +00:00
cls%seawood.org
c9e92a032d Commenting out unnecessary lib checks. 2000-12-13 08:19:29 +00:00
ben%netscape.com
385fd33102 make middle mouse click on link open in new window on all platforms. r=kandrot, a=jst 2000-12-13 07:29:35 +00:00
blakeross%telocity.com
532fe1de29 Fix 57490: classic skin needs to use css2 system colors instead of hardcoded ones. patch by lordpixel@mac.com, much more to come. r=me a=ben 2000-12-13 05:48:40 +00:00
jband%netscape.com
8fd7dc38a7 fix bustage to XPCOM_STANDALONE from fix to bug 43591. r=dbaron sr=brendan 2000-12-13 04:36:53 +00:00
nelsonb%netscape.com
6502891944 Fix hybrid model builds for HP-UX. 2000-12-13 04:36:28 +00:00
disttsc%bart.nl
7449888c4f Attempt to fix HPUX bustage, r=scc 2000-12-13 04:08:45 +00:00
mkaply%us.ibm.com
fecc01ffe5 OS/2 TB breakage
r=jag, a=scc
Don't use initializer on template
2000-12-13 04:07:21 +00:00
idk%eng.sun.com
9b1a32a34f *not part of tbox builds*
fix for 57672
2000-12-13 03:51:08 +00:00
mkaply%us.ibm.com
cffcb34696 Remove obsolete files 2000-12-13 03:31:35 +00:00
disttsc%bart.nl
a5f1126c44 And on to some actual BrowserInstance surgery. bug=46200, r=ben, a=alecf 2000-12-13 03:21:46 +00:00
ducarroz%netscape.com
6874f7e2d6 Fix for bug 62113. Remove old sendPage function which get in the way of the new one from the mail overlay. R=blackRoss, SR=bienvenu 2000-12-13 03:13:39 +00:00
mkaply%us.ibm.com
cd5874fc27 #62714
r=mkaply, a=blizzard
Code from jkobal - mishandling of some timers
2000-12-13 03:12:02 +00:00
mkaply%us.ibm.com
b8486a0a8a #62714
r=mkaply, a=blizzard
Code from jkobal - do the same as Windows - simple modal event filter
2000-12-13 03:09:08 +00:00
blizzard%redhat.com
cfd29c38b7 Fix bug #56021. Allow windows to be resized larger than screen dimensions. r=pavlov,sr=brendan 2000-12-13 02:36:24 +00:00
morse%netscape.com
f33c28db5a bug 51102, r=sgehani@netscape.com a=hangas@netscape.com 2000-12-13 02:17:01 +00:00
morse%netscape.com
e12c85196c bug 62419 -- wallet previewer busted, r=dbragg@netscape.com, a=hangas@netscape.com 2000-12-13 01:59:54 +00:00
nelsonb%netscape.com
21c18e5540 Make the -d option unnecessary when the built-in key is being used,
e.g. when -n none  has been specifed.
2000-12-13 01:38:14 +00:00
disttsc%bart.nl
70803e3a6d More appCore killing, bug=46200, r=ben, a=alecf 2000-12-13 01:28:08 +00:00
nelsonb%netscape.com
3be31901cc Start building freebl with MPI's new floating point acceleration code. 2000-12-13 01:26:48 +00:00
nelsonb%netscape.com
d50f40cfc7 Add support for unsigned long long mp_digits.
Revise and simplify the scheme of feature test macros used in mpi.h.
Remove all NSS_ and SOLARIS ifdefs from the source.
2000-12-13 01:22:22 +00:00
disttsc%bart.nl
5f432f1928 More appCore killing, bug=46200, r=ben, a=alecf 2000-12-13 01:21:34 +00:00
nelsonb%netscape.com
18d92f7b48 This file is the output of Sun's WorkShop 5.0 compiler for mpv_sparc.c,
when compiled for the v8+ or v9 architecture.  This file may be built
with WorkShop 4.2 and will produce the same .o as WorkShop 5.0.
2000-12-13 01:19:55 +00:00
waterson%netscape.com
b3c5a8190d More imagelib foo. 2000-12-13 00:42:35 +00:00