Commit Graph

111752 Commits

Author SHA1 Message Date
pschwartau%netscape.com
64c94e6ca0 Tweaking sort function. 2002-11-07 23:02:06 +00:00
pschwartau%netscape.com
98309865b8 Reinstituting check on |arr instanceof Array && arr.length === 0| from version 1.1 of test; this is necessary. 2002-11-07 22:57:40 +00:00
glen.beasley%sun.com
d39fba9d10 removes sun provider and set passwords 2002-11-07 22:49:26 +00:00
timeless%mozdev.org
5a93974314 Bug 177772 crash [@JS_GetPrivate] serializing script with syntax error
r=brendan sr=ben
2002-11-07 22:46:38 +00:00
pschwartau%netscape.com
9df7ab3cec Adding comments - 2002-11-07 22:43:52 +00:00
peterv%netscape.com
b71a88f912 Turn on basic junk-mail detection functionality in mail on Mac. r=dmose. 2002-11-07 22:30:16 +00:00
bienvenu%netscape.com
53216956cf fix mark thread watched/ignored news filter actions r=cavin, sr=sspitzer 2002-11-07 22:16:25 +00:00
sspitzer%netscape.com
e7fd3e8782 packaging changes for mailviews 2002-11-07 21:48:35 +00:00
tara%tequilarista.org
d6c8fe1a89 Fix for bug 44644 2002-11-07 21:39:57 +00:00
rogerl%netscape.com
a635daa6de Fixed instance member resolution & superclass slot layout. 2002-11-07 21:29:41 +00:00
dmose%netscape.com
189cc94548 Removing old, unused files (not part of build) 2002-11-07 21:29:26 +00:00
sspitzer%netscape.com
2029990b82 fix for #178934. junk classification of local mail (and incoming pop mail)
was getting marked as read.  r=dmose, sr=bienvenu.  thanks to granrose for finding the bug.
2002-11-07 21:26:38 +00:00
bienvenu%netscape.com
d026a4cb8e right align folder size, r/sr=sspitzer 178817 2002-11-07 21:24:03 +00:00
alecf%netscape.com
348a43af99 prep for fixing bug 176559 - use getService rather than createInstance so we stop creating element factories
sr=peterv/jst, r=bzbarsky
2002-11-07 21:23:09 +00:00
dmose%netscape.com
8c2ae40419 Fix incorrect filename used by spam-detection code (bug 169638); thanks to Pratik <psolanki@netscape.com> for catching this. r/sr=sspitzer 2002-11-07 21:06:13 +00:00
blakeross%telocity.com
323f4d7e42 Keep up with the trunk. 2002-11-07 21:05:16 +00:00
tara%tequilarista.org
86229dbba6 Fix for bug 45579, making it so the editparams.cgi page is more secure 2002-11-07 20:46:22 +00:00
dmose%netscape.com
d31ebf1c6a Turn on basic junk-mail detection functionality in mail. Parts (such as moving to other folders) are still disabled as there is work to do there yet. Bug 169638; r=bienvenu; sr=sspitzer 2002-11-07 20:37:55 +00:00
rjesup%wgate.com
16b4006118 Bug 149764: changes to quit-application observer topic. r=danm, sr=jst 2002-11-07 20:25:45 +00:00
sfraser%netscape.com
201f9528cf Fix debug target to output shared lib, not static lib; fixes autoreg crash in debug builds. r=brade/sspitzer. 2002-11-07 20:02:59 +00:00
blizzard%redhat.com
0bfef59f68 Bug #176299. Add gtk2-specific libraries to the package manifest. r=leaf 2002-11-07 19:45:34 +00:00
pschwartau%netscape.com
936e75d5ba Adding cases with non-default sorting. 2002-11-07 19:40:26 +00:00
pschwartau%netscape.com
e870d0ac24 Improving readability. 2002-11-07 19:25:42 +00:00
pschwartau%netscape.com
c6e6895734 Improving test: arr, arr.sort() must be more than just two arrays of the same length, they must be equal as objects. 2002-11-07 19:15:28 +00:00
pschwartau%netscape.com
eebb7b9c11 Improving readability. 2002-11-07 19:05:57 +00:00
rogerl%netscape.com
92b1ba5b65 signed/unsigned issue on NotALabel. 2002-11-07 18:41:17 +00:00
pete.zha%sun.com
ca8b662646 back out for bug 144664
a=cls
2002-11-07 17:18:21 +00:00
sspitzer%netscape.com
4996807906 commenting some todo items. r/sr=no one 2002-11-07 16:03:10 +00:00
sspitzer%netscape.com
be768f9075 fix for #142408. Selecting "Search Messages..." folder context menu marks selected message unread. thanks to tobias.weibel@gmx.net for the fix. r/sr=sspitzer 2002-11-07 15:49:18 +00:00
brade%netscape.com
cf20089514 extend the api for Midas functionality (bug 177700, r=akkana, sr=jst) 2002-11-07 15:38:35 +00:00
brade%netscape.com
9c7071dd54 add Midas functionality (bug 177700, r=akkana, sr=jst) 2002-11-07 15:36:25 +00:00
bzbarsky%mit.edu
17d0da5f55 This addref needs removing too. Part of bug 177543, r=rjesup, sr=dbaron 2002-11-07 15:21:08 +00:00
mostafah%oeone.com
9af3b07882 Added file created from libical patch for bug 146310 2002-11-07 14:50:46 +00:00
mostafah%oeone.com
33836dd5a0 Backing out invalid part of libical patch for bug 146310 2002-11-07 14:33:28 +00:00
jdunn%netscape.com
fcf9282b1d set initial w/h of Image() as "pixel" units
r=peterv@netscape.com
sr=jst@netscape.com
2002-11-07 14:02:21 +00:00
bzbarsky%mit.edu
7e9b235805 Make the nsCOMArray destructor release all the objects. Bug 178813,
r=bbaetz, sr=rpotts
2002-11-07 13:34:18 +00:00
bzbarsky%mit.edu
ce26335078 <form> with no action should submit to document uri, not base uri. Bug
171924, r=jkeiser, sr=peterv
2002-11-07 13:29:34 +00:00
jfrancis%netscape.com
51f6c73127 64647: implement "Paste without Formatting"; r=akkana; sr=sfraser 2002-11-07 13:04:37 +00:00
glazman%netscape.com
97b31ac6fa fixing OS2VACPP bustage 2002-11-07 13:03:52 +00:00
jfrancis%netscape.com
d35f47e57f 175943: port layout-debug plugin+component to mac. This build option is not on by default. 2002-11-07 12:06:49 +00:00
jfrancis%netscape.com
466d469a3f fix for 174017: Multiple enters after quoted text does not move cursor; r=fm; sr=kin 2002-11-07 11:38:08 +00:00
jfrancis%netscape.com
aff3feaaf7 fix for 169586: Plaintext is always pasted in default font not the one in context. r=brade; sr=kin 2002-11-07 11:29:37 +00:00
jfrancis%netscape.com
c9ea01935e fix for 164060: Drop link into list item makes cursor jump to next item; r=fm; sr=kin 2002-11-07 11:26:26 +00:00
glazman%netscape.com
42c451a055 fixing rpotts's seamonkey-ports bustage 2002-11-07 10:56:40 +00:00
brendan%mozilla.org
a9769c6f1d Check in rogerl's patch for bug 178722, r=me. 2002-11-07 10:51:23 +00:00
kyle.yuan%sun.com
4acee63ab2 Bug 177965 Wrong option selected in select field when pressing first key
r=jkeiser, sr=bzbarsky
Use a static member function ComboboxFocusSet() to clear the gLastKeyTime, and have gLastKeyTime be a static member
2002-11-07 10:25:03 +00:00
glazman%netscape.com
9b39375333 -- NOT PART OF THE BUILD --
CaScadeS only

1. adds support for -moz-opacity
2. fixes support for line-height; b=169362
3. SerializeExternalSheet was using unefficient code; b=168755
4. prepares @page support, related to implem did by rods and myself in bug 115199
5. fixed border support
6. added support for !important declarations (but please see bug 178668)
7. fixed volume support; b=169363
8. prepares support for CSS level and browsers compatiblity
   (be able to say e.g. I want styles CSS 2 accepted by both NS4 and Opera5)
9. adds support for moving rules inside and between stylesheets,
    and support for stylesheet reordering
10. removed JS warnings
11. faster and more efficient code in stylesheets tree refresh
2002-11-07 09:24:36 +00:00
pete.zha%sun.com
041f63cd6b fix the bustage (lose to checkin this file in the previous checkin) r=jkeiser a=#mozilla 2002-11-07 08:48:27 +00:00
darin%netscape.com
7ea9cf9482 launch IPC service on XPCOM startup. 2002-11-07 08:13:34 +00:00
bzbarsky%mit.edu
8330777f15 that addref should not have landed... thanks to rpotts for catching it 2002-11-07 08:04:04 +00:00