Commit Graph

132249 Commits

Author SHA1 Message Date
aaronleventhal%moonset.net
972fd827a3 Bug 185852. Active Accessibility: add ISimpleDOMText::get_fontFamily() to return single font name. Rev'd ISimpleDOMText IID. r=pkw, sr=roc 2004-08-02 12:28:50 +00:00
tor%cs.brown.edu
00c5754bcc Bug 253998 - remove debug spew. r+sr=roc 2004-08-02 12:27:38 +00:00
bryner%brianryner.com
cc2391c527 Fixing bustage 2004-08-02 06:34:16 +00:00
timeless%mozdev.org
1d75a049ee Bug 251749 use initializers for ShortcutResolver::ShortcutResolver() and nsLocalFile::nsLocalFile() and clobber mFileInfo64
r=darin sr=darin
(changing style per darin)
2004-08-02 06:10:37 +00:00
bugreport%peshkin.net
58c00082d9 Bug 253968: Fix extra column in insert statement in checksetup
r=glob
a=justdave
2004-08-02 05:30:35 +00:00
bryner%brianryner.com
6a8c79a9b2 Remove non-inlined version of nsIPresShell::GetDocument(). Bug 253889, r+sr=roc. 2004-08-02 04:52:55 +00:00
timeless%mozdev.org
02ca230f77 Bug 253583 Warning: assignment to undeclared variable assigned_to
patch by mcsmurf@gmx.de r=vladd a=justdave
2004-08-02 04:42:05 +00:00
louie.zhao%sun.com
3b1cf7acc4 bug 241062 link name is not supported
r = pkwarren
sr= Henry.Jia
2004-08-02 03:45:56 +00:00
louie.zhao%sun.com
72e28feeda bug 250128 GOK expose "seperator" as "no name".
r = aaronleventhal
sr= henry.jia
2004-08-02 03:29:01 +00:00
timeless%mozdev.org
4b1e6b008c Bug 253361 INSTALL should reference mysql.com instead of tcx.se
patch by mcsmurf@gmx.de r=vladd
2004-08-02 02:37:46 +00:00
webmail%kmgerich.com
c7e1772b13 Mac theme changes for bug 244025, more obvious secure site indication 2004-08-02 02:29:56 +00:00
timeless%mozdev.org
fd57c441dc Bug 252681 mozISpellCheckingEngine check method faulting on misspelled words
r=mvl sr=dmose
2004-08-02 02:14:23 +00:00
igor%mir2.org
e32e12b401 Explicit ScriptRuntime methods to get function and function this for all cases of method calls:
ScriptRuntime.get(Name|Prop|Elem|Value)FunctionAndThis provides uniform way to get function object and its this during function calls. It allowed to simplify handling of method calls both in interpreter and optimizer and opened a way to implement independent processing of function and property namespaces.
2004-08-01 23:21:17 +00:00
dwitte%stanford.edu
3441040ff5 Bug 253597 Trunk crash blocking ads/images [@ nsImgManager::TestPermission]
p=mvl r=dwitte sr=darin
2004-08-01 22:38:10 +00:00
timeless%mozdev.org
8298355fdc Bug 253010 bonsai diffs looks doublespaced (extra newlines)
css per dbaron, r=vladd
also changed cvsblame per mvl
2004-08-01 19:59:46 +00:00
edburns%acm.org
c32e7d0c62 Author: Michael
r=edburns

M webclient/src_moz/HistoryImpl.cpp

- Incorrectly passing jboolean to mozilla methods, pass PRBool instead.
2004-08-01 19:39:40 +00:00
dwitte%stanford.edu
9ad48b0aae Bug 253259: Remove obsolete pref "backups.number_of_prefs_copies" from all.js
r=bsmedberg, sr=darin
2004-08-01 18:42:37 +00:00
jouni%heikniemi.net
e7badaa11a Remove accidentally committed .orig files (from bug 190220) 2004-08-01 06:55:39 +00:00
scott%scott-macgregor.org
e0e719d546 Bug #253879 --> fix smoketest blocker, you can't install extensions and themes into thunderbird
on the trunk.
2004-08-01 05:13:57 +00:00
timeless%mozdev.org
b4bd6ced26 Bug 248768 parser code for IMAP and addrbook: stroken_r: pull end-of-string checks out of char-delimiter loop
patch by Hans-A.Engel@unibas.ch r=bienvenu sr=neil
2004-08-01 04:02:02 +00:00
bryner%brianryner.com
5c02a6978c Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
kjh-5727%comcast.net
a5bfb68c59 Fixing bustage (gcc 3.3.1 ambiguous conversion) 2004-07-31 20:22:50 +00:00
cbiesinger%web.de
41f402fc67 Bug 226005 replace some users of nsIPref with nsIPrefService/nsIPrefBranch in
mailnews
patch by Mikael Parknert <mikael@parknert.se> r=bienvenu sr=darin
2004-07-31 18:04:18 +00:00
cbiesinger%web.de
61692b8f5e Bug 28998 Support Web Proxy Auto-Discovery Protocol (WPAD); for now, only
support loading http://wpad/wpad.dat, not a pac url from DHCP, or domain
component stripping.

r+sr=darin
2004-07-31 17:39:29 +00:00
kjh-5727%comcast.net
8db0fb69b9 Fixing bustage ("ambiguous conversion" from gcc 3.3.1) 2004-07-31 15:56:39 +00:00
bryner%brianryner.com
b314485f51 Change the semantics of the .autoreg file so that it can be used for Firefox and Thunderbird to trigger re-registration in all profiles. Rather than checking for the existance of the file, registering, and deleting it, we'll always compare the timestamp of .autoreg to that of the profile compreg.dat, and re-register if .autoreg exists and is newer. Bug 252905, r=darin. 2004-07-31 15:26:25 +00:00
jocuri%softhome.net
5af84e034b Patch for bug 253360: replace IF() with CASE WHEN for database compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave. 2004-07-31 09:36:18 +00:00
jocuri%softhome.net
a667f91f4f Patch for bug 253357: replace IFNULL with COALESCE for increased database compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave. 2004-07-31 08:59:16 +00:00
dbaron%dbaron.org
1236bd859f Back out 236889 due to 253755. 2004-07-31 07:42:12 +00:00
scott%scott-macgregor.org
6686a8f05a Allow local RSS messages to bypass the remote image blocking policy for Thunderbird. Improvement to Bug #250246.
(NOT PART OF THE SEAMONKEY BUILD which is closed)
2004-07-31 03:57:39 +00:00
bugreport%peshkin.net
d013e1a35e Bug 253588: Change Bugzilla->user to be usable even for a logged-out user
patch by erik,joel
r=kiko
a=justdave
2004-07-31 02:27:26 +00:00
scott%scott-macgregor.org
d801940fc8 fix the icon in the subscribe UI to use the news group icon 2004-07-30 23:32:46 +00:00
scott%scott-macgregor.org
34f3f3a8ed Bug 3253776 --> Get New Mail for the RSS account fails if chosen from the get new mail toolbar button drop down.
If the server doesn't have an inbox to ask for new mail, just pass in the root folder and let the incoming server figure it out.
2004-07-30 23:30:18 +00:00
scott%scott-macgregor.org
ff4ba41809 Bug #253786 --> Fix a race condition when checking multiple feeds for new mail.
don't use a global variable to keep track of the # of feed items we have parsed
for a particular feed, push all of those details into a per feed object so we
won't conflict with other feeds being checked for new mail.
2004-07-30 23:17:58 +00:00
jocuri%softhome.net
04d3d635f2 Patch for bug 53452: Mid-air collision: allow copy-paste of the comment from a textarea; patch by Brodie Thiesfield <brofield@jellycan.com>; r=kiko, a=justdave. 2004-07-30 22:25:50 +00:00
jocuri%softhome.net
71a503cc6e Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=jouni, a=justdave. 2004-07-30 22:16:39 +00:00
scott%scott-macgregor.org
be313edc35 Bug #253490 --> Installer support for the RSS component.
Bug #253617 --> Options / General panel on Windows won't remember any settings. Synch the installer with the messenger-mapi
chrome locaton changes made for GNOME mapi support.
2004-07-30 21:54:51 +00:00
cbiesinger%web.de
0c88d9b652 only write as much data to the outfile as was read. affects tests only. 2004-07-30 21:53:56 +00:00
vladimir%pobox.com
48fa1ada07 b=253664, change file > send accel to e instead of S, a=asa 2004-07-30 21:38:07 +00:00
vladimir%pobox.com
4945f160fc b=253454, rename livemarks to Live Bookmarks. a=asa 2004-07-30 21:33:54 +00:00
jshin%mailaps.org
272b0e5427 bug 247377: profile migration doesn't work with non-ASCII characters in username on Windows (r=bsmedberg, effectively a=chofmann) 2004-07-30 20:45:30 +00:00
pkw%us.ibm.com
38dbac7bbf Bug 253468 - nsIAccessible doesn't need STATE_SIZEABLE and STATE_RESIZABLE.
r=aaronleventhal@moonset.net, sr=shaver@mozilla.org
2004-07-30 18:06:27 +00:00
pkw%us.ibm.com
5097abb853 Bug 224427 - Get this when visiting the site: "Gtk-WARNING **: invalid cast from 'GtkSuperWin' to 'GtkWidget'"
Patch contributed by Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
r=caillon@gmail.com, sr=blizzard@mozilla.org
2004-07-30 18:04:08 +00:00
bzbarsky%mit.edu
d341a177a5 Make sure to return something from this method so callers don't see garbage
return values.  Followup to bug 251775.
2004-07-30 16:07:07 +00:00
db48x%yahoo.com
71f9388bc5 bug 244956: Small correction to comments in nsStringAPI.h
patch by Jonathan Watt <jonathan.watt@strath.ac.uk>, r/sr=shaver
2004-07-30 16:00:59 +00:00
pinkerton%aol.net
69e923ddd8 kungFuDeathGrip for mouse event (r=pink, sr=dbaron, bug 227344) 2004-07-30 15:24:12 +00:00
steffen.wilberg%web.de
34abdbad72 Bug 243118: history.js references chrome://communicator/. p=Simon Paquet, r=mconnor 2004-07-30 13:24:08 +00:00
igor%mir2.org
49d1f565ca More compatibility renames: to simplify life for applications that use old IdScriptable/IdFunction/IdFunctionMaster I farther renamed:
IdFunction -> IdFunctionObject
IdFunctionMaster -> IdFunctionCall
2004-07-30 13:18:30 +00:00
aaronleventhal%moonset.net
a4d54522ee Bug 250858. Focus outline appearing on image when image map area clicked. r=bryner, sr=jst 2004-07-30 13:02:31 +00:00
aaronleventhal%moonset.net
bf49c01782 Bug 253391. Any element with tabindex explicity specified can be focused via .focus(). r=bryner, sr=jst 2004-07-30 13:00:36 +00:00