Commit Graph

101105 Commits

Author SHA1 Message Date
shanjian%netscape.com
f4935039c4 #135806 crashes [@ GetNextChar]
modified GetNextChar implementation to handle the fact that aEnd points to
one character beyond the end.
r=harishd, sr=jst, a=asa, adt
2002-04-09 00:28:49 +00:00
shliang%netscape.com
39526a32ac localization stuff for 133863 - plug-in finder pref. r=hewitt,sr=jag,a=asa 2002-04-09 00:24:10 +00:00
blakeross%telocity.com
a51bad5007 sidebar 2002-04-09 00:23:07 +00:00
wtc%netscape.com
4f3be700d7 Bugzilla bug 136251: the assertion "xferred <= op->nbytes_to_send" should
not be applied when sendfilev() fails with a real error.
2002-04-09 00:06:45 +00:00
yokoyama%netscape.com
9d758cf832 Bug 132826
l10n stuff. no impact on app
/r=nhotta, /a=rjesup, /adt=jaime
2002-04-09 00:06:14 +00:00
darin%netscape.com
df38d5649c fixes bug 134203 "Some credit unions... cannot be accessed with current Mozilla"
r=morse, sr=rpotts, a=rjesup
2002-04-09 00:03:23 +00:00
attinasi%netscape.com
13c4539d6c Backing out patch from bug 128133 due to the myriad regression - my apologies to all good Mozillans. 2002-04-08 23:57:37 +00:00
timeless%mac.com
cf65e75b10 Bug 111576 Incorrect line numbers in HTML files
patch by harishd, r=heikki, sr=jst, a=chofmann
2002-04-08 23:52:12 +00:00
relyea%netscape.com
78033ccb01 Add the ability to test the multi-access database feature with existing test cases. 2002-04-08 23:39:44 +00:00
relyea%netscape.com
710d547b27 Add database update capabilities to NSS softoken for multi-access database. 2002-04-08 23:37:49 +00:00
ashishbhatt%netscape.com
a766a2c8e8 Added nsiFile.cpp and .h, Testcases for nsILocalFile 2002-04-08 22:19:03 +00:00
igor%mir2.org
5bb1c2ac17 In Interpreter.interpret move initialization of debug frame after the setup of nested functions so they are visible to debugger on debug frame creation 2002-04-08 21:52:10 +00:00
nicolson%netscape.com
ad470cfd5c merge JDK 1.4 changes to the trunk. 2002-04-08 21:46:56 +00:00
mostafah%oeone.com
ab94b87715 Added code to discard incomplete or corrupt events 2002-04-08 21:40:09 +00:00
mikep%oeone.com
93229ac9c5 Fixing up the ability to change the start of the week in week view. 2002-04-08 20:41:42 +00:00
colinp%oeone.com
8ae81761ad no more kung fu 2002-04-08 20:40:29 +00:00
colinp%oeone.com
617275493e removed unifinder.css 2002-04-08 20:32:15 +00:00
colinp%oeone.com
a075d55f0e phasing out the unfinder 2002-04-08 20:29:01 +00:00
colinp%oeone.com
199c04674e created the "events" menu 2002-04-08 19:45:52 +00:00
mikep%oeone.com
8b25e3193b Enabling switching of first day in month view, adding in various prefs. 2002-04-08 19:38:55 +00:00
colinp%oeone.com
42e44e9df8 fix to bug 133367 - Status bar icon quirks 2002-04-08 19:09:26 +00:00
ashishbhatt%netscape.com
8228bd056d fixed nsIObserServ.cpp and .h
CV: ----------------------------------------------------------------------
2002-04-08 18:57:01 +00:00
nboyd%atg.com
a81c4b5ada Hi Norris,
I think there's a small problem with Igor's changes.  The modifed Interpreter.java
seems to create unnecessary activation objects for InterpretedScripts.  You can
see this in the debugger (local variables are present even for top level scripts).
I believe the attached change will fix the problem.

Regards,

Chris
2002-04-08 15:54:57 +00:00
colinp%oeone.com
03a1eb7075 phasing out the unifinder 2002-04-08 15:32:23 +00:00
pinkerton%netscape.com
fd40c4bdf2 correctly compute offset to widget. r=ccarlen/sr=hyatt/a=asa. bug#135698 2002-04-08 13:58:50 +00:00
pinkerton%netscape.com
8391280853 add JSLoader to basebrowser package r=ccarlen/sr=hyatt/a=asa. bug# 135530 2002-04-08 13:57:30 +00:00
caillon%returnzero.com
8f8d708b39 Bug 24651. Add a navigator button to clear the location bar. Patch by erik@hensema.xs4all.nl, r=timeless,bzbarsky sr=alecf a=asa. 2002-04-08 13:46:10 +00:00
bryner%netscape.com
105bd8762b implement tabpanels. not part of the build. 2002-04-08 10:13:40 +00:00
igor%mir2.org
ed22f7158e Proprty access cleanup: use ScriptableObject.get/set/hasProperty to get/set/query properties on the prototype chain in ScriptRuntime to avoid code duplication 2002-04-08 08:19:21 +00:00
igor%mir2.org
6bbac51c73 In NativeObject.toSource and NativeArray.toStringHelper methods set cx.iterating to null when done to prevent Hashtable with potentially ever growing internal buffers to lay around. Use ObjToIntMap instead of Hashtable for cx.iterating, it servers the same purpose as using JDK 1.2 HashSet, but without breaking 1.1 compatibility. 2002-04-08 08:15:23 +00:00
leaf%mozilla.org
b7296c0a02 Automated update 2002-04-08 08:11:25 +00:00
bryner%netscape.com
d7d38c7ba7 Yet another fix for win32 gmake builds, this time for the case where the mozilla build directory is not under a /cygdrive/ path. r=cls, a=asa. 2002-04-08 08:10:18 +00:00
bryner%netscape.com
c8217c7d3a adding support for native tab widgets. not part of the build. 2002-04-08 07:54:43 +00:00
rjc%netscape.com
a22fd73c66 Back out my fix (on Friday evening) for bug # 132493 - Mac OS X multiple sheets issue - due to weird regression in Mail certain mail dialogs. 2002-04-08 05:46:35 +00:00
racham%netscape.com
9e75578e86 Fixing bug 129707. Fixing getButton routine to return handle for the requested button. r=blake, sr=jag, a=scc, adt 2002-04-08 04:57:13 +00:00
curt%netscape.com
c8e7fba3e2 Updated readme.
(Bug #72037, r=imajes, sr=dveditz, a=asa)
2002-04-08 04:28:34 +00:00
blakeross%telocity.com
50a11f60ea put view source/info at the bottom 2002-04-08 03:00:58 +00:00
ian%hixie.ch
c9b7eb1517 Pref Panels 2002-04-08 02:59:47 +00:00
ian%hixie.ch
c5b58c2ebe Minor markup fix: questions should be <h3>s not <h2>s. 2002-04-08 01:34:22 +00:00
blakeross%telocity.com
71738772a6 135244 - alt+b does not open bookmarks menu. r=dean sr=scc a=dbaron 2002-04-08 00:44:45 +00:00
dougt%netscape.com
0cbb9d7481 Fixes 135966. Fix by cbiesinger@web.de, r=dougt@netscape.com, sr=jband@netscape.com, a=rjesup@wgate.com 2002-04-08 00:18:14 +00:00
caillon%returnzero.com
fa2954d284 Bug 134927. Backing out part of the fix for 106317 in order to make text boxes stylable once again. Patch by fantasai@escape.com, r=bzbarsky, sr=hyatt, a=roc+moz 2002-04-07 23:35:24 +00:00
ian%hixie.ch
405c3a9739 Move history up one on the Tools menu so that it doesn't look so out of place. 2002-04-07 22:35:12 +00:00
ian%hixie.ch
5027c0fd39 DOM Inspector, JS Debugger 2002-04-07 22:00:11 +00:00
ian%hixie.ch
1884e436be Some ideas for the site toolbar. 2002-04-07 21:51:55 +00:00
blakeross%telocity.com
1229e63f28 adding images/cookies pref panels to missing features list. 2002-04-07 20:49:18 +00:00
blakeross%telocity.com
8c5e661852 about is now a dialog, so updating TODO. 2002-04-07 20:46:23 +00:00
blakeross%telocity.com
9bf4402d77 make everything use the stop command. 2002-04-07 20:41:51 +00:00
attinasi%netscape.com
3dd4ebc58e stop positioning views for floaters before the frame is placed - avoids flicker due to painting at erroneous position. b=128133 r=karnaze,dbaron sr=waterson a=roc,jaimejr 2002-04-07 18:26:35 +00:00
attinasi%netscape.com
726f525d6f stop positioning views for floaters before the frame is placed - avoids flicker due to painting at erroneous position. b=128133 r=karnaze,dbaron sr=waterson a=roc,jaimejr 2002-04-07 18:20:27 +00:00