118905 Commits

Author SHA1 Message Date
jpierre%netscape.com
481bd9b8d6 Fix for bug 204015 - make strsclnt reuse token after it is unplugged . r=nelsonb 2003-05-15 17:09:19 +00:00
mostafah%oeone.com
9a194a6e35 Fixed bug 163080: Need better way to assign unique IDs to events 2003-05-15 14:15:30 +00:00
igor%mir2.org
d6229c666d NativeObject is split into NativeObject and NativeObjectPrototype subclass not to have prototypeFlag field in each and every object instance. 2003-05-15 13:12:41 +00:00
aaronl%netscape.com
1e56b98f2e Bug 204186. Make editor and Midas accessible via MSAA. r=kyle, sr=jst, a=asa 2003-05-15 08:37:38 +00:00
ssu%netscape.com
254e0603dd fixing bug 190546 - Help: New Mail/News prefs need Help buttons hooked up to correct locations in help content. r=dveditz, sr=sspitzer, a=sspitzer 2003-05-15 08:15:15 +00:00
igor%mir2.org
3fb9f1b2ab Resolving http://bugzilla.mozilla.org/show_bug.cgi?id=205661 :
In setBySetter when start != this setters with delegators and setters without one if start is not an instance of this class are not invoked on start. Instead the standard JS rules applies so x.a = 1 would not change a in x.__proto__ if a in x.__proto__ is controlled by setter.
2003-05-15 07:29:46 +00:00
sspitzer%netscape.com
1c49e7b954 fix my debug only double checking assertion code. I had it reversed. 2003-05-15 07:18:25 +00:00
sspitzer%netscape.com
0ec050d99f fix for bug #204679
Run Junk Mail Control on Folder doesn't respect Address Book whitelist.
r/sr=bienvenu, a=sspitzer
2003-05-15 07:04:54 +00:00
nelsonb%netscape.com
00eb799722 Update ssltap's list of TLS ciphersuites. Bug 201158. 2003-05-15 06:28:44 +00:00
jshin%mailaps.org
aa96ad9ed3 removing the unexisting header file (that was slipped in my commit for
bug 203052) from nsCtlLEModule.cpp.
2003-05-15 04:57:29 +00:00
dbaron%dbaron.org
b22cca4d4e Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 04:52:47 +00:00
dbaron%dbaron.org
dae90030e5 Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 04:34:07 +00:00
jshin%mailaps.org
c4c7b8a308 bug 203052. Enable Thai shaping in Mozilla-Xft by adding a thin
wrapper (x-thaittf-0 converter) over TIS620-2 converter offered by the
CTL module (r=prabhat, sr=rbs)
2003-05-15 03:42:50 +00:00
dbaron%dbaron.org
75ff60c62f Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:42:21 +00:00
dbaron%dbaron.org
de72fd6d40 Oops, wrong tree. Backing out. 2003-05-15 03:36:05 +00:00
dbaron%dbaron.org
9029e25c56 Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:32:08 +00:00
scott%scott-macgregor.org
cb0868c435 synch with trunk 2003-05-15 02:33:49 +00:00
sspitzer%netscape.com
a08c495fa8 supplimental fix for bug #194273.
we need to show local folders in the JMC now, for several reasons.
r/sr=bienvenu, a=sspitzer
2003-05-15 02:02:34 +00:00
pinkerton%netscape.com
6b32ee6328 add build phase to add history.properties to embed.jar before we copy it
over since we can't modify the embed manifest (bug 205598)
2003-05-15 01:53:08 +00:00
roc+%cs.cmu.edu
ade40a3ae3 Bug 204531. Remove bogus RTL listbox reflow hack. Fix border computation for desired size of combobox dropdowns. 2003-05-15 01:42:53 +00:00
jst%netscape.com
bcf771645d Fixing bug 130265. Don't stop current network activity when loading javascript: URL's unless the URL results in data to parse. r=adamlock@netscape.com, sr=darin@netscape.com, a=asa@mozilla.org 2003-05-15 01:23:26 +00:00
scott%scott-macgregor.org
bc37b9c0ee Patch from dmose@mozilla.org and Jonathan Wilson to make thunderbird build with MingW GCC. 2003-05-15 01:02:45 +00:00
scott%scott-macgregor.org
7ede8f721f Does not effect mozilla builds. Thunderbird only.
Fix a problem on unix builds with undefined symbols from msgbaseutil_s.

Thanks to dmose@mozilla.org and Jonathan Wilson for the patch
2003-05-15 01:01:23 +00:00
scott%scott-macgregor.org
f9a6985297 synch JS files up with the trunk.
Help get GTK2 builds going on linux. Thanks to Chris Neale (cdn@mozdev.org) for the patch.
2003-05-15 00:55:52 +00:00
scott%scott-macgregor.org
7a2bbbf1f1 change MOZ_PHOENIX ifdef to MOZ_XUL_APP to help GTK2 builds of thunderbird 2003-05-15 00:54:01 +00:00
bryner%netscape.com
9b3a9f5323 Fix activation of the context menu via the keyboard on Win32 (bug 199737). r=shliang, sr/a=sspitzer. 2003-05-15 00:12:03 +00:00
bryner%netscape.com
18429137a3 Fix crash mousing around menus (bug 205728). Patch by bienvenu, r=me, sr=dbaron, a=sspitzer. 2003-05-15 00:06:23 +00:00
rogerl%netscape.com
3134aa4bd3 Moevd access dispatch to classes, fixed E3 bugs 2003-05-14 23:06:28 +00:00
dbaron%dbaron.org
5cee333241 Fix regression that text zoom was broken on text fields on Windows. b=205534 r+sr=roc a=asa 2003-05-14 22:37:57 +00:00
dbaron%dbaron.org
f132e9126f Remove some code left over from old native form controls. b=205575 r+sr=roc a=asa 2003-05-14 22:36:33 +00:00
glen.beasley%sun.com
c257837f18 201047 ssl timeouts 2003-05-14 22:34:38 +00:00
bryner%netscape.com
4f00c74ea2 pick up a trunk fix for arabic 2003-05-14 22:34:29 +00:00
relyea%netscape.com
b09f41afd7 *** empty log message *** 2003-05-14 22:34:21 +00:00
ian.mcgreer%sun.com
ddad39cba1 bug 202838, move operations outside of slot->objectLock
r=relyea
2003-05-14 22:09:03 +00:00
bryner%netscape.com
95b238b1d0 Don't throw an exception if asked for nsIDOMPopupBlockedEvent properties on a non-popupblocked event. Bug 204138, r=danm, sr=jst, a=asa. 2003-05-14 22:05:50 +00:00
colin%theblakes.com
515e612b62 Fix OpenVMS debug build problem. b=205013, r=dveditz, a=asa 2003-05-14 22:01:25 +00:00
darin%netscape.com
ac836dfcc2 fixes bug 162025 "UNC Based Profiles don't work" r=dougt sr=dbaron a=asa 2003-05-14 21:56:49 +00:00
aaronl%netscape.com
8c599b7dcb Bug 196126. Hook up keyboard prefs help, update keyboard help. r=oeschger, no sr= required for help file changes, a=asa 2003-05-14 21:47:21 +00:00
cbiesinger%web.de
dfe65900af 162177 patch by alge@samsen.com r=jag sr=dmose a=asa error in the downloading windows 2003-05-14 21:44:21 +00:00
brendan%mozilla.org
803d51df77 Fix ancient ECMA conformance bug to-do with implicit variable definition order in assignments (204919, r=rogerl, a=asa). 2003-05-14 20:57:47 +00:00
sspitzer%netscape.com
fdd4cc0957 fix for bug #194273
move to junk folder (or delete) when the user manually marks as junk.
this was one of the top usability items we found, during UE studies
r/sr=bienvenu, a=sspitzer
2003-05-14 20:38:40 +00:00
aaronl%netscape.com
84e7a3a1b4 Fix incorrect file names in browser.jst from checkin to bug 199518. r=ssu, sr=alecf, a=sspitzer 2003-05-14 20:20:45 +00:00
bienvenu%netscape.com
b616f8b0f3 fix for problem with views and mail filters involving msg status, 183158 r/sr/a=sspitzer 2003-05-14 18:42:35 +00:00
bienvenu%netscape.com
527edb5865 fix for problem with views and mail filters involving msg status, 183158 r/sr/a=sspitzer 2003-05-14 18:32:54 +00:00
edburns%acm.org
8ab45e6186 Author: Kyle Yuan
r=edburns

bugfix from Kyle.  Prep for future work.
2003-05-14 15:54:45 +00:00
igor%mir2.org
9e9108a091 In getByGetter/setBySetter with slot.delegateTo avoid potentially expensive checks for start type if this == start. 2003-05-14 14:51:00 +00:00
neil%parkwaycc.co.uk
6f3cd659cc Bug 199930 js strict warning in pref-languages.js p=bugzilla@hecubagames.com (Chris Mannall) r=bz sr=jag a=asa 2003-05-14 14:45:14 +00:00
neil%parkwaycc.co.uk
c2d5935375 Bug 168916 Removing unnecessary redundancy in nsContextMenu.js p=stevechapel@earthlink.net r=choess sr=jag a=asa 2003-05-14 14:36:30 +00:00
neil%parkwaycc.co.uk
0783e3feac Bug 150158 clean up after nsIFile.delete was renamed to .remove p=stevechapel@earthlink.net r=shliang sr=brendan a=asa 2003-05-14 14:30:12 +00:00
bienvenu%netscape.com
6acd0b59e3 fix for losing junk flags after selecting folder, r/sr/a=sspitzer 191042 2003-05-14 13:38:29 +00:00