ian%hixie.ch
f21e5053e8
Corrected an oversight in the service instance creation code: if a service acts as both a service instance and a normal service, it needs a special constructor to force the creation of the instance, otherwise if the service is created first it will be used again for the instances.
2001-09-19 17:56:15 +00:00
nboyd%atg.com
dfdc492a06
Patch from Igor:
...
Currently Rhino source has quite a few places with code like (String)node.getDatum()
or ((Number)node.getDatum()).doubleValue(). The patch changes this usage to call
node.getString() or node.getDouble().
It also adds new constructors to Node to accept int or double values in addition to
Object datum to replace new Node(token, new Integer(x)) by Node(token, x) etc. It
may allow in future not to create a wrapper object for int or double datum to speed
up parsing.
2001-09-19 17:01:46 +00:00
jake%acutex.net
d93a7d31b6
Fix for bug 97971 - Sanity check should check statuses, resolutions, everconfirmed & number of votes.
...
Patch by Matthew Tuck <matty@chariot.net.au>
r= jake@acutex.net
2001-09-19 15:06:43 +00:00
bzbarsky%mit.edu
47b3292676
Implement the parentRule property of CSS rules. Bug 37470, r=pierre,
...
sr=jst
2001-09-19 14:16:34 +00:00
mkaply%us.ibm.com
0c0546f887
No bug
...
r=mkaply, sr=blizzard
Code from aaronr - continuing to try to fix focus/etc. issues related to XWorkplace/XCenter
Man I with Mozilla had picked a focus model that wasn't so similar to Windows
2001-09-19 14:01:02 +00:00
rods%netscape.com
07983f1cca
Make the default "submit"
...
Bug 59035 r=kmcclusk sr=attinasi
2001-09-19 13:00:23 +00:00
rods%netscape.com
d452604ec7
Make the default for "submit"
...
Bug 59035 r=kmcclusk sr=attinasi
2001-09-19 12:58:41 +00:00
karnaze%netscape.com
e908dd0313
bug 68998 - added extra param to Paint, PaintChild, PaintChildren used by tables in standard mode. sr=waterson, r=alexsavulov.
2001-09-19 12:35:19 +00:00
leaf%mozilla.org
38e2bdb0f3
Automated update
2001-09-19 10:28:33 +00:00
cls%seawood.org
7af0b34416
Remove extraneous spaces from variable assignment.
...
Thanks to Masaki Katakai <katakai@japan.sun.com> for the patch.
Bug #100275 r=cls
2001-09-19 10:23:32 +00:00
cls%seawood.org
3ce1d55dc1
Initial version of libxpcomglue win32 makefile. not part of build (yet)
...
Bug #99698
2001-09-19 08:09:04 +00:00
racham%netscape.com
a31100c2c3
Fixing bug 100404. Backing out changes made to to accountwizard to reflect the current xpcom component. Bug 100483 will be used to bring back these changes.
2001-09-19 07:47:59 +00:00
racham%netscape.com
1498018c58
Fixing bug 100404. Backing out changes made to xpcom that caused dependency on chrome component. AccountManager in mailnews need to be fixed as explained in bug 100483 to solve the problem in a better way.
2001-09-19 07:43:41 +00:00
jst%netscape.com
1a88564de0
Fixing bug 100270. Crash when evaluating 'window.close();' in the JavaScript console. r=waterson@netscape.com, sr=hyatt@netscape.com
2001-09-19 07:08:15 +00:00
jband%netscape.com
229409f54e
fix bug 100260. xpconnect should not hold a weak reference to a classinfo object after the xpcwrappednativeproto that was holding a strong ref is destroyed. sr=jst, r=dbradley,markh.
2001-09-19 06:22:17 +00:00
bstell%netscape.com
06006e4109
ports bustage fix for bug 95518
2001-09-19 06:03:47 +00:00
cls%seawood.org
50038ae51a
Compilers handle local declarations of 'int i' inside a for-loop differently so just declare it once at the top of the function.
2001-09-19 04:23:48 +00:00
cls%seawood.org
eddfd879fc
Update REQUIRES list with added depedency upon uconv introduced by checkin for bug 95518. Fixing myotonic bustage
2001-09-19 04:22:21 +00:00
cls%seawood.org
de5ce9bf0d
Declare REQUIRES list for activex control. Should fix archangel bustage
2001-09-19 04:06:01 +00:00
edburns%acm.org
0032f800c7
bug=98107
...
r=peterl
sr=rpotts
/* According to the HTML 4.01 spec, at
* http://www.w3.org/TR/html4/types.html#type-cdata
* ''User agents may ignore leading and trailing
* white space in CDATA attribute values (e.g., "
* myval " may be interpreted as "myval"). Authors
* should not declare attribute values with
* leading or trailing white space.''
*/
2001-09-19 03:34:17 +00:00
ducarroz%netscape.com
0f8a927dc0
Fix for bug 96386. When a generic or unknown error occures while posting a message, we should report a post error instead of a send error. Also, the send unsent message listener should not display errors. Finally, the Display Send Report function should avoid displaying twice the same string. R=varada, sr=mscott
2001-09-19 03:28:23 +00:00
bstell%netscape.com
879d1c6b94
bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
...
sr=brendan@mozilla.org ,
Compress font char maps by folding the empty spaces on top of each other.
2001-09-19 03:01:54 +00:00
cls%seawood.org
7e55d42206
Create the BApplication on a seperate thread like apprunner does.
...
Call the native viewer app's shutdown function on SIGTERM instead of forcefully quitting the app.
Bug #99564 sr=alecf
2001-09-19 02:52:50 +00:00
bstell%netscape.com
f53f35ce1d
bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
...
sr=brendan@mozilla.org ,
Compress font char maps by folding the empty spaces on top of each other.
2001-09-19 02:52:30 +00:00
cls%seawood.org
3bd4e80c52
Change beos sighandler to get the nsAppShellService and call its shutdown function on SIGTERM rather than forcefully quitting the app.
...
Bug #99564 sr=alecf
2001-09-19 02:51:32 +00:00
bstell%netscape.com
bb02bf6c28
bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
...
sr=brendan@mozilla.org ,
Define the size of a PRUint32 char map, aka: 8K char map
2001-09-19 02:49:05 +00:00
hyatt%netscape.com
dd3977cf55
Fix for 99198, ensure that stack doesn't stretch children explicitly position at left/top of (0,0), r=bryner, sr=waterson
2001-09-19 02:05:57 +00:00
hyatt%netscape.com
521aa37f9d
Fix for 99476, setting the pack attribute on boxes should cause a reflow. r=bryner, sr=waterson
2001-09-19 01:56:03 +00:00
hyatt%netscape.com
18ad83890a
Fix for 49874 and 98109, make iframes build their docshells and kick off their content load from frame construction, also enabling the primary content area to be dynamically shiftable. r=jag, sr=waterson
2001-09-19 01:53:00 +00:00
dp%netscape.com
c14e18584b
bug 88844 Fixing turbo mode initialization on launch preventing xpcom double initialization. Merging branch to tip
2001-09-19 01:51:15 +00:00
cmanske%netscape.com
6c0f5e2a02
Enable 'None' item in Format | List submenu, b=96510, r=brade, sr=kin
2001-09-19 00:44:12 +00:00
gerv%gerv.net
ce9f4d5716
Plugins dir environment variable was misnamed. Renamed it to MOZ_PLUGIN_PATH. Bug 99846. r=av, sr=blake.
2001-09-19 00:37:36 +00:00
cls%seawood.org
a93a084489
Declaring win32 dependencies for smimestub.
...
Bug #98371 sr=alecf
2001-09-19 00:30:46 +00:00
cmanske%netscape.com
6fdb349799
Fixed disabling of menulist in Insert Character dialog; Fix by jrgm: b=96703, r=cmanske, sr=kin
2001-09-19 00:26:00 +00:00
markh%activestate.com
686f97a24b
Cache nsIClassInfos for all Python classes. This works around a bug in
...
XPConnect that is soon to be fixed, but also allows us to take advantage
of the XPConnect caching, and to save rebuilding the same class info for
short-lived objects created repeatedly.
Not part of the build.
2001-09-19 00:25:31 +00:00
tao%netscape.com
b5df3256fb
95944: XPI packages not working on Linux 0.9.3. (r=ssu,sr=dveditz).
...
failover to profile directory when the global location isn't writable.
2001-09-19 00:21:21 +00:00
markh%activestate.com
191917c5db
Remove bad tests for Unicode - we only support strings as contract IDs.
2001-09-19 00:20:50 +00:00
markh%activestate.com
5da1967e95
Add weak-reference test output to the expected test output.
2001-09-19 00:20:04 +00:00
sspitzer%netscape.com
ce42b3556e
fix for some news problems we've been having. #95320 and #59449 .
...
in the case where the socket gets closed we need to remove it from the
connection cache. more work needs to be done to properly clean up
the protocol instance and to fix some related issues, but this helps
the end user. r=bienvenu, sr=sspitzer. thanks to Phil Anderton
for the patch.
2001-09-19 00:19:43 +00:00
cls%seawood.org
90ed988ab8
Updating xpinstall dependencies.
...
Bug #98371 sr=alecf
2001-09-19 00:14:33 +00:00
cls%seawood.org
2fee70854e
Updating accessibility dependencies.
...
Bug #98371 sr=alecf
2001-09-19 00:11:41 +00:00
cls%seawood.org
533b94ab9c
Updating profile acct dependencies.
...
Bug #98371 sr=alecf
2001-09-19 00:08:30 +00:00
blakeross%telocity.com
6b2d78b3e6
editable menulists use wrong text size/font (96946). r/sr=ben
2001-09-19 00:06:39 +00:00
cls%seawood.org
745f81c239
Updating xmlextras deps.
...
Bug #98371 sr=alecf
2001-09-19 00:03:53 +00:00
srilatha%netscape.com
d55fae687b
Fix for bug #95122 . sr=sspitzer
...
Missed this change in the previous checkin. SO rechecking in this file
2001-09-19 00:02:51 +00:00
cls%seawood.org
4bc3265010
Updating security/ REQUIRES.
...
Bug #98371 moa=kaie r=bryner sr=alecf
2001-09-19 00:01:47 +00:00
harishd%netscape.com
9150f70d13
98187 - Make sure that the end tag, inline element, does not close tags in the root tag list. r=heikki,sr-vidur
2001-09-19 00:01:42 +00:00
cls%seawood.org
02e250b59e
Updating accessibility dependencies.
...
Bug #98371 sr=alecf
2001-09-18 23:48:03 +00:00
cls%seawood.org
c0d12f4630
Add accessibility dependencies.
...
Bug #98371 sr=alecf
2001-09-18 23:36:42 +00:00
kin%netscape.com
40061646a3
Patch submitted by neil@parkwaycc.co.uk
...
Fix for bug #80239 : javascript strict warnings in editor.js
Simplify methods that check for existence of
spellchecker and find components, by checking
if they exist in Components.classes.
r=cmanske@netscape.com sr=kin@netscape.com
2001-09-18 23:35:19 +00:00