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
cmanske%netscape.com
15e123113c
Use 'hidden' instead of 'collapsed' to remove items from context menu, b=98567: Fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt
2001-09-22 18:49:01 +00:00
cmanske%netscape.com
3112dc93b5
Inlude 'img' filetype for Open file dialogs when creating links, b=98567, r=akkana, sr=hewitt
2001-09-22 18:44:59 +00:00
cmanske%netscape.com
32e2152071
Fixed removal of empty selection ranges after joining table cells, b=96668, r=akkana, sr=hewitt
2001-09-22 18:40:58 +00:00
cmanske%netscape.com
f43182ade5
Added first-char input filtering to 'hreflang' attribute in Advanced Edit dialog. b=88881, r=akkana, sr=hewitt
2001-09-22 18:33:56 +00:00
jband%netscape.com
801cc884a1
I'm tired of this warning: '*/' found outside of comment. This was much discussed. But no one ever bothered to actually check in the trivial fix. r=rginda rs=jband.
2001-09-22 17:42:36 +00:00
bernd.mielke%snafu.de
9e26d34f52
bug 97905 add -B 1 to the rtest.bat in order to avoid the complete regression tree dump
...
on every error. With this option only the differing nodes will be printed out.
This is not part of the build.
2001-09-22 17:30:21 +00:00
hwaara%chello.se
19cbf2a87e
#100542 , JavaScript strict warning in printdialog.js.
...
Patch by Christopher Aillon <caillon@returnzero.com>
r=cbiesinger@web.de , sr=alecf
2001-09-22 14:31:05 +00:00
cls%seawood.org
0997e9ea0a
Convert widget_beos over to using a generic (xpcom) module.
...
Remove unused native widget implementations.
Thanks to arougthopher@lizardland.net for the patch.
Bug #95348 r=cls sr=attinasi
2001-09-22 13:41:07 +00:00
cls%seawood.org
18739e6a1d
Update REQUIRES for MOZ_MATHML & MOZ_SVG builds.
...
Thanks to jonsmirl@mediaone.net for the patch.
Bug #98371 r=cls
2001-09-22 13:34:38 +00:00
cls%seawood.org
62f9ed5a14
Use OBJ_SUFFIX instead of hardcoding .o . Should fix OS/2 bustage
2001-09-22 12:49:53 +00:00
locka%iol.ie
7a365d24ab
NOT PART OF BUILD. Moved streaming off onto another thread to make UI responsive. First cut impl of NPN_GetValue.
2001-09-22 12:33:34 +00:00
stephend%netscape.com
118b4dfe53
Bug 100907. JS strict warnings in messengerdns.js r=rginda@netscape.com, sr=jst@netscape.com
2001-09-22 11:02:20 +00:00
hyatt%netscape.com
b534e932c8
Fix for 100706, r/sr=jag,brendan
2001-09-22 07:33:53 +00:00