Commit Graph

88777 Commits

Author SHA1 Message Date
rjesup%wgate.com
7b11edbf60 Bustage fix attempt #2. NS_GFX was there before, but gcc didn't care. I
didn't add it back in when I went back to a struct.  (Bug 97299)
2001-09-24 09:07:53 +00:00
rjesup%wgate.com
969b89354f Bustage fix for bug 97299 checking: Win32 compiler doesn't like class and
struct mixed.  Reverted nsFont to struct.
2001-09-24 08:14:17 +00:00
rjesup%wgate.com
a230194a5b Bug 97299: Store font names in lowercase. r=pavlov, sr=attinasi 2001-09-24 07:35:04 +00:00
jfrancis%netscape.com
22a4b2a9f5 fix for bug 31770: content iterator performance work. Adding an array of cached dom offsets for parent heirarchy of current node in iterator. Most of this work is courtesy of rjesup. r=rjesup,jfrancis; sr=kin 2001-09-24 06:13:03 +00:00
hyatt%netscape.com
67241b3ae6 100706. Tabbrowser stuff. r=jag, sr=blake 2001-09-24 04:38:41 +00:00
peterlubczynski%netscape.com
7d881264b3 Incorrect GetAttributes/GetParameters for embed/object tag types patch by philanderton@yahoo.com bug 99063 r=peterl sr=attinasi 2001-09-24 04:35:02 +00:00
peterlubczynski%netscape.com
e080ec8f76 Bad signed conversion in plugin streaming code bug 100888 r=av sr=attinasi 2001-09-24 04:31:58 +00:00
jfrancis%netscape.com
b37e6c66d9 fixes bug 96676: deletion can pull text out of inline containers
fixes bug 97685: unbulleting empty bullet list item can create nested list
r=fm; sr=kin
2001-09-24 03:43:34 +00:00
jfrancis%netscape.com
1df4659ef1 fixes bug 98573: style feedback incorrect after a <br>; r=fm; sr=kin 2001-09-24 03:40:23 +00:00
bienvenu%netscape.com
092f98aaec linux didn't like that last change, backing out 2001-09-23 23:52:36 +00:00
bienvenu%netscape.com
b3b5ab9afb remove unused method NS_NewImapHostSessionList rs=sspitzer, no bug 2001-09-23 23:46:47 +00:00
bienvenu%netscape.com
0d9dcc4426 fix memory leak of imap headers when move msg filters fire rs=sspitzer 101246 2001-09-23 23:42:19 +00:00
leaf%mozilla.org
68a599d8c8 Automated update 2001-09-23 23:28:34 +00:00
cls%seawood.org
e01138c5de Remove unnecessary toplevel check for shm_open() as it's only used by NSPR.
Bug #96986 r=pavlov
2001-09-23 23:17:01 +00:00
cls%seawood.org
dcc8b47cb6 Adding mimetype dependency caused by checkin for bug #77909.
Fixing tinderbox bustage
2001-09-23 22:33:01 +00:00
cls%seawood.org
f4e1ad92ec Copy DIR struct definition from dbm/include/winfile.h for win32 to remove questionable dependency upon dbm.
Bug #100966 r=pavlov sr=shaver
2001-09-23 22:23:10 +00:00
hyatt%netscape.com
13c0ff3b16 Fix for 101177. r=pavlov, sr=ben 2001-09-23 22:20:46 +00:00
locka%iol.ie
08732ab94e The all new web browser persist object plus changes to the assorted embedding samples to use it. b=77909 r=ccarlen@netscape.com sr=rpotts@netscape.com 2001-09-23 21:03:03 +00:00
blakeross%telocity.com
e663febf73 (and removing now-unnecessary class...) 2001-09-23 20:07:18 +00:00
blakeross%telocity.com
5d0d8921f4 fallout from hewitt's syntax change. sr=hewitt 2001-09-23 20:07:00 +00:00
nboyd%atg.com
6a75823f31 Remove obsolete class. 2001-09-23 20:01:43 +00:00
nboyd%atg.com
113dae7eb7 Fix bug:
Hello Norris

The script should return 0, Rhino returns NaN

Steven

<script>
var trial = parseInt("0)");
alert(trial);
</script>
2001-09-23 20:01:31 +00:00
nboyd%atg.com
8bb4a031bf Patch from Igor:
Currently omj/optimizer/Codegen.java uses special classes ConstantList
and ConstantDude to store the list of static constants in the generated
class. It seems that using a simple double[] array with a constant
counter and checking via "(int)number == number" for constant types not
only eliminates these 2 classes but makes the whole code simple, see
the attached patch.

The patch also modifies nodeIsConvertToObjectOfNumber to return not a
Number, but the number node itself that is used to extract double
value directly via Node.getDouble() call. I changed it to allow  to
store values of number literals in nodes without using wrapper object.
2001-09-23 20:00:26 +00:00
nboyd%atg.com
5ad714f337 Patch from Igor:
Replacing usage of ShallowNodeIterator to loop throw node children by
explicit calls to Node.getFirstChild()/ Node.getNextSibling()) with
comments when the node children list is modified while iterating
through it.

It avoids creation of ShallowNodeIterator objects and eliminates the
need to have ShallowNodeIterator class.
2001-09-23 19:58:38 +00:00
zach%zachlipton.com
b1ef6bb6e8 Fix for bug 93388: Full name should be trimmed of whitespace before going
into database.

r1=Zach Lipton <zach@zachlipton.com> r2=Andreas Franke
<afranke@ags.uni-sb.de>. Patch by Christopher Aillon
<caillon@returnzero.com>.
2001-09-23 17:20:50 +00:00
zach%zachlipton.com
4914db56bd Fix for bug 97588: localconfig should mention access.conf as well as
httpd.conf (for old apache). Simple 2line comment addition to localconfig
to inform the user they may need to look at access.conf in addition to
httpd.conf if they are using an older version of apache.

Patch by Gavin Shelley <gavins@iplbath.com> r=Zach Lipton
<zach@zachlipton.com> no 2nd review needed for this patch.
2001-09-23 17:07:55 +00:00
hwaara%chello.se
4bed61fba7 #52902, "Text Size" on View menu should be "Text Zoom".
Patch by Christian Biesinger <cbiesinger@web.de>

r=hwaara, sr=blake
2001-09-23 12:52:05 +00:00
pavlov%netscape.com
8338bfcc0e adding some code to enumerate the registered image decoders (ifdef'd DEBUG_pavlov) 2001-09-23 10:01:07 +00:00
hyatt%netscape.com
3bd5e54af7 Some kind of cvs error has hosed the mac classic browser.css file. In order to keep mac green, backing out jar.mn change. 2001-09-23 09:45:47 +00:00
hyatt%netscape.com
e67691e9c9 More 100706 fun. The <tabbrowser> widget. r/sr=jst,jag 2001-09-23 09:33:32 +00:00
hyatt%netscape.com
23e9648fff More 100706 fun. r/sr=jst,jag 2001-09-23 09:30:02 +00:00
hyatt%netscape.com
e4f5bcb3d8 More 98109 goodness, making _content dynamically shiftable. r/sr=bryner,ben 2001-09-23 08:33:24 +00:00
cls%seawood.org
d7419e890d Remove dbm dependency by removing unneeded winfile.h include. 2001-09-23 07:24:39 +00:00
cls%seawood.org
d6624323bd Use EXPORTS instead of installing headers by hand.
Bug #98371 sr=alecf
2001-09-23 07:21:04 +00:00
blakeross%telocity.com
5407211795 removing inadvertently checked in line. 2001-09-23 07:19:59 +00:00
blakeross%telocity.com
35953fea85 removing attr's that are now unnecessary due to default orientation. r=hewitt sr=hyatt 2001-09-23 07:16:02 +00:00
blakeross%telocity.com
393a2959d1 tabbrowser looks like crap in classic. set default orientation of vertical for radiogroup, tabbox and horizontal for tabs for xul1.0 (101133). r=hewitt sr=hyatt 2001-09-23 06:58:34 +00:00
blakeross%telocity.com
8a8ae460e0 composer is unusable (101142). r/sr=hyatt 2001-09-23 06:56:23 +00:00
hyatt%netscape.com
38650acdce Fix for 101093. Content added dynamically using the DOM is now in the right scope if anonymous. r=blake, sr=jst 2001-09-23 05:53:32 +00:00
hyatt%netscape.com
76e6695785 Fix for 98109, make window._content dynamically shiftable. r=blake, sr=jst 2001-09-23 05:52:23 +00:00
zach%zachlipton.com
1d46e21d01 Have checksetup.pl block web-access to runtests.sh (by .htaccess) and
chmod +x runtests.sh so that it can be run with ./

r=bbaetz on irc, no 2nd review needed. No bug filed.
2001-09-23 04:28:17 +00:00
zach%zachlipton.com
2f3b70d35e Renaming *.t to be 00*.t to solve any sorting issues down the road as per
bug 97976.

No review required for tests at this time. NOT_PART_OF_BUILD
2001-09-23 04:08:44 +00:00
zach%zachlipton.com
88ae8c099f *** empty log message *** 2001-09-23 04:02:19 +00:00
cls%seawood.org
e3a5eb3bd3 Purge old headers when building with MOZ_TRACK_MODULE_DEPS set.
Bug #59454 r=jag
2001-09-23 03:44:12 +00:00
cls%seawood.org
69b6808ca6 Use default EXPORTS rules instead of installing headers by hand.
Bug #98371 sr=alecf
2001-09-23 03:34:32 +00:00
stephend%netscape.com
691c25d9e1 Unused cruft removal. r=cls, sr=sspitzer 2001-09-23 02:26:16 +00:00
waterson%netscape.com
a2d1d248a7 Remove old unused files. r=rods, sr=attinasi 2001-09-22 23:29:03 +00:00
mcafee%netscape.com
0953333728 switching to sourceforge cvs server, more in sync? 2001-09-22 22:05:58 +00:00
stephend%netscape.com
5326413e00 Bug 100906. JS strict warnings in mailWindowOverlay.js r=rginda@netscape.com sr=bienvenu@netscape.com 2001-09-22 21:56:42 +00:00
cmanske%netscape.com
f8a6ba14d7 Use 'hidden' instead of 'collapsed' to remove items from context menu (wrong bug number in last checkin!) b=100015: Fix by neil@parkwaycc.co.uk, r=cmanske,brade sr=hewitt 2001-09-22 19:01:58 +00:00