Commit Graph

113322 Commits

Author SHA1 Message Date
wtc%netscape.com
ee51cff828 Bug 183612: fixed the bug that 'extra' may be used uninitialized. r=javi. 2002-12-18 02:06:01 +00:00
rogerl%netscape.com
421ff63334 Changes for static function defs. 2002-12-18 00:59:48 +00:00
asasaki%netscape.com
a1fad2e79f 184464: update mac desktop getinfo for 1.3b. r=leaf sr=granrose 2002-12-18 00:35:58 +00:00
seawood%netscape.com
438a91ecb5 Turns out that libical is dual licensed (MPL/LGPL) so there's no need to force a dynamic build or give it the scarlet suffix.
Bug #178798 r=blizzard
2002-12-17 23:50:56 +00:00
nhotta%netscape.com
dc755ed5d9 Adding a new interface to retrieve phonetic of input text,
bug 175937, r=brade, sr=kin.
2002-12-17 23:38:04 +00:00
wtc%netscape.com
8c5bcf00c1 Set NSS version to 3.8 Beta on the trunk. 2002-12-17 23:04:46 +00:00
wtc%netscape.com
a67a4928f3 Export CERT_DestroyOCSPResponse in 3.7. Moved HASH_GetHashObjectByOidTag,
HASH_GetHashTypeByOidTag, and SECITEM_ItemsAreEqual from 3.7 to 3.8.
2002-12-17 23:02:53 +00:00
av%netscape.com
ab641c9c1b Bug 56229 -- removing useless dialog, r=serge, sr=beard 2002-12-17 22:53:23 +00:00
rginda%netscape.com
a49da2a6b9 bug 185719, r=peterv@netscape.com, sr=brendan@mozilla.org
"add ability to get at function object for a jsdIScript"

add a |functionObject| attribute to the jsdIScript interface, which returns the function's JSObject as a jsdIValue
2002-12-17 22:22:30 +00:00
leaf%mozilla.org
12443e903f Automated update 2002-12-17 22:15:08 +00:00
seawood%netscape.com
b24b5a1d1f Forte 7 linker requires that search directories come *before* libraries that reside in those search dirs.
Fixing build bustage.
2002-12-17 22:13:01 +00:00
seawood%netscape.com
320e3d6e47 Add compiler test for external template specializations in c++ (assumed on for msvc)
Thanks to Benjamin Smedberg <bsmedberg@covad.net> for the patch.
Bug #184002 r=scc
2002-12-17 22:11:34 +00:00
sspitzer%netscape.com
df6aa5540f fix for regression bug #185416. this makes a lot of key codes
map to shift delete!  until I figure that out, commenting it out.
shift delete is now broken, and that's now covered by #185867.
r/sr=bienvenu
2002-12-17 21:56:47 +00:00
seawood%netscape.com
bd1020e1c7 Hardcode the use of Sun's ld & ranlib since they are the only ones supported.
Bug #181382 r=dmose
2002-12-17 21:44:49 +00:00
paper%animecity.nu
cf98cb50e2 Bug 81361. Set mBytesPerPix for Mac based on mImagePixMap.pixelSize. r=lordpixel sr=tor 2002-12-17 21:24:55 +00:00
paper%animecity.nu
9a031b744d Bug 183427. Re-anable Windows GDI AlphaBlending. r=smontagu, sr=kin 2002-12-17 21:22:09 +00:00
nhotta%netscape.com
d34b5dd6c1 Adding a new interface to retrieve phonetic of input text,
bug 175937, r=brade, sr=kin.
2002-12-17 21:03:56 +00:00
nhotta%netscape.com
afa88bb8ed Adding a new interface to retrieve phonetic of input text,
bug 175937, r=brade, sr=kin.
2002-12-17 20:57:03 +00:00
igor%mir2.org
ec811806ab Cosmetics: expanding tabs 2002-12-17 20:56:08 +00:00
nhotta%netscape.com
86fcd89670 Initialize a local variable displayNameLastnamefirst, bug 181883, r=cavin, sr=sspitzer 2002-12-17 20:55:28 +00:00
igor%mir2.org
b99f98d8e9 Cosmetics: removal of junk white-space at line end 2002-12-17 20:48:35 +00:00
sspitzer%netscape.com
d5affd49b2 fix for bug #120188. "Save as file" dialog produces an error when you click cancel.
and some code cleanup and todo comments.  thanks to philip.zhao@sun.com for the initial patch.
r/sr=bienvenu
2002-12-17 20:24:18 +00:00
yokoyama%netscape.com
d56bd5aa99 bug 180333 multiselect pickers don't work on 9x
-allow to select multiple files in Comdlg
-impact only on windows 9x platforms.
/r=shanjian; /sr=kin
2002-12-17 19:47:14 +00:00
brade%netscape.com
695f629d17 fix insert HR command for Midas (bug 183793; r=cmanske, sr=smfr) 2002-12-17 19:41:00 +00:00
peterv%netscape.com
3c53558ed3 Correct silly error in fix for bug 180709 (Update Mozilla to the DOM Level 2 HTML PR). r=sicking. 2002-12-17 19:35:03 +00:00
harishd%netscape.com
6c4d24109a Update expat buffer postion when the parser is about to get blocked. b=185325, r=heikki, sr=jst 2002-12-17 19:18:40 +00:00
cbiesinger%web.de
dd00527a10 185819 patch by matti@mversen.de r=biesi sr=roc+moz
plugins should be plug-ins
2002-12-17 19:13:25 +00:00
dougt%netscape.com
19f33d7732 adding better comments to idl per newsgroup comment 2002-12-17 19:11:59 +00:00
wtc%netscape.com
36fdf6fcbd Bug 185450: fixed a typo in pr_PredictNextNotifyTime which caused the
function to always return 0 instead of delta time interval.  The fix was
contributed by Peter Klavins <klavins@netspace.net.au>.
2002-12-17 18:28:46 +00:00
relyea%netscape.com
2602912c3d Make sure the session is protected over PKCS #11 calls. 2002-12-17 18:22:38 +00:00
igor%mir2.org
4dc361a246 I replaced all ScriptableObject.getClassPrototype(scope, "Function") by ScriptableObject.getFunctionPrototype(scope) 2002-12-17 16:36:23 +00:00
bienvenu%netscape.com
ad78333a43 fix crash in nsImapMailFolder::NormalEndMsgWriteStream when reading 0 byte message r/sr=sspitzer 185666 2002-12-17 15:52:01 +00:00
peterv%netscape.com
30bc21c754 Resurrecting file so I can work on it. Not part of the build yet. 2002-12-17 15:31:22 +00:00
peterv%netscape.com
74352f1e02 Fix for bug 180709 (Update Mozilla to the DOM Level 2 HTML PR). r=sicking, sr=jst. 2002-12-17 13:29:39 +00:00
kerz%netscape.com
cb44e50dac *** empty log message *** 2002-12-17 09:56:52 +00:00
kerz%netscape.com
b6a1e6cb00 backing out, cvs server bug 2002-12-17 09:28:46 +00:00
igor%mir2.org
2fbbcfd7f1 I moved details of debugger API changes since 1.5R3 to a separated document. 2002-12-17 09:26:48 +00:00
cltbld%netscape.com
3ae62b8da3 Adding Xpcom Glue test, a=dougt. -mcafee 2002-12-17 09:04:00 +00:00
kerz%netscape.com
8b8efe3571 Landing Qute as default theme. 2002-12-17 09:00:28 +00:00
kerz%netscape.com
3f7b63502d Landing Qute as default theme. 2002-12-17 08:54:30 +00:00
sspitzer%netscape.com
e025043b01 fix for #185755. "new address book" dialog should be modal.
r/sr=bienvenu
2002-12-17 06:45:47 +00:00
bolian.yin%sun.com
a35f526766 fix a error for previous bug 183841 checkin: add inline at the declaration 2002-12-17 06:02:59 +00:00
jkeiser%netscape.com
6d05d293b0 Commit review comment change of jst's for bug 184294 (last commit), r=timeless, sr=jst@netscape.com 2002-12-17 04:55:53 +00:00
jkeiser%netscape.com
c8e348b094 Check rv of GetNext() (fixes infinite loop), r=timeless, sr=jst@netscape.com 2002-12-17 04:35:52 +00:00
jkeiser%netscape.com
6ad65a28c6 Fire onchange *after* onclick for radios/checkboxes (bug 184192), r=rods@netscape.com, sr=jst@netscape.com 2002-12-17 04:31:21 +00:00
cltbld%netscape.com
de0695c7c0 Workaround array error, sorry fixing this soon. -mcafee 2002-12-17 03:53:42 +00:00
cltbld%netscape.com
b64cd02a07 Fixing busted rv, -mcafee 2002-12-17 03:45:21 +00:00
cltbld%netscape.com
3ac6006f3b Adding QA DOM/JS test. Tweaking timeout for codesize test for windows long case. -mcafee 2002-12-17 03:13:52 +00:00
dougt%netscape.com
dc8c3ac66d fixing the mac 2002-12-17 03:07:28 +00:00
wtc%netscape.com
1c4cebd09f Need to test for null pointers before destroying the lock and condition
variable.  If NSS initialization fails, this lock and condition variable
may not get created.
2002-12-17 02:47:46 +00:00