Граф коммитов

88407 Коммитов

Автор SHA1 Сообщение Дата
gerv%gerv.net 31ce56bfe3 More license whackage. We are relicensing the expat makefiles to be compatible with the LGPL and GPL but making it clear that expat itself is under James Clakrk's MIT/X license. Bug 98089. 2001-09-19 21:50:17 +00:00
mcgreer%netscape.com e2ae069f19 match changes in dev, implement lookup by nickname for testing 2001-09-19 21:49:52 +00:00
mcgreer%netscape.com 89859cff72 the device API is not public, so move:
NSSModule_ ==> nssModule_
NSSSlot_   ==> nssSlot_
NSSToken_  ==> nssToken
Functions which should be public can be changed individually.
2001-09-19 21:47:23 +00:00
mcgreer%netscape.com 78f3db3152 use the list to collect certs 2001-09-19 21:37:21 +00:00
scc%mozilla.org 6907287ceb bug #98089: ripped new license 2001-09-19 20:40:05 +00:00
mcgreer%netscape.com 7280d68a6e initial checkin of threadsafe list 2001-09-19 20:20:06 +00:00
scc%mozilla.org 63e86dc84f bug #98089: ripped new license 2001-09-19 20:09:47 +00:00
mcgreer%netscape.com 3763adfb6e first cut at password handling. todo: implement transaction-based passwords (at a higher level?) 2001-09-19 19:08:32 +00:00
ian%hixie.ch 8e3c09a895 The first ContactMethod, namely Email. 2001-09-19 18:56:05 +00:00
scc%mozilla.org 4eb0af2983 bug #98089: ripped new license 2001-09-19 18:55:32 +00:00
ian%hixie.ch d5e036ecd2 Added a hook for installing new user fields so that setupInstall handlers don't have to go through the same process multiple times. Also corrected an obvious error (using a variable after checking that it couldn't be used...). 2001-09-19 18:43:06 +00:00
ian%hixie.ch 7c5a6e0734 Correcting the misspelling of the package names ('Components' not 'Component') to match the directory. 2001-09-19 18:29:39 +00:00
ian%hixie.ch f650602a79 Corrected the order of return values (newPassword) and removed the extraneous argument (output). 2001-09-19 18:11:03 +00:00
ian%hixie.ch 25c3d3b7f3 Cached the SMTP object to improve performance. 2001-09-19 18:05:28 +00:00
ian%hixie.ch 00afd76821 Made the outputter be a simple service rather than a service instance to improve performance. 2001-09-19 18:01:23 +00:00
ian%hixie.ch e18f084c7e 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 e08099b674 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 aaebfe1839 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 6978d3d311 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 e0ec85753b 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 c8447eabc7 Make the default "submit"
Bug 59035 r=kmcclusk sr=attinasi
2001-09-19 13:00:23 +00:00
rods%netscape.com 5d2ad35123 Make the default for "submit"
Bug 59035 r=kmcclusk sr=attinasi
2001-09-19 12:58:41 +00:00
karnaze%netscape.com a77cb3b548 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 0259fa6ccc Automated update 2001-09-19 10:28:33 +00:00
cls%seawood.org ca5ca5f703 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 697ba94e32 Initial version of libxpcomglue win32 makefile. not part of build (yet)
Bug #99698
2001-09-19 08:09:04 +00:00
racham%netscape.com 3aa31371ec 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 6bdf3511df 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 51c95e083c 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 4efb0838da 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 51f10845a2 ports bustage fix for bug 95518 2001-09-19 06:03:47 +00:00
cls%seawood.org a08388d854 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 bfb23336e1 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 ff0dfeb373 Declare REQUIRES list for activex control. Should fix archangel bustage 2001-09-19 04:06:01 +00:00
edburns%acm.org f34471d72f 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 518d378c74 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 aff2bc34a9 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 a842e53b1e 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 92aa7f5139 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 e36305c38e 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 b2ec2f83c5 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 f0fb3c199b 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 acbcfb40c8 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 1eab0d0018 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 c79f647259 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 e18d8d9112 Enable 'None' item in Format | List submenu, b=96510, r=brade, sr=kin 2001-09-19 00:44:12 +00:00
gerv%gerv.net 6ab168ae2d 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 8136cab150 Declaring win32 dependencies for smimestub.
Bug #98371 sr=alecf
2001-09-19 00:30:46 +00:00
cmanske%netscape.com 0b88abda88 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 25cc439a66 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