Граф коммитов

132190 Коммитов

Автор SHA1 Сообщение Дата
ere%atp.fi f96674b249 Supplementary patch for bug 252067 (Add support for translucent windows for Win32 (Windows 2000 and later)): Fix MinGW, ignore translucency for embedded apps and remove system menu for translucent windows.
Patch by Dainis Jonitis
r=ere
sr=roc
2004-08-02 20:08:43 +00:00
mostafah%oeone.com 5cd0d9ee0d Checked in patch for bug 250102 2004-08-02 20:06:48 +00:00
mostafah%oeone.com 96b315968b Checked in patch for bug 249071 2004-08-02 20:00:10 +00:00
mostafah%oeone.com 2ca5d9b41b Checked in patch 152339 for bug 206755 2004-08-02 19:47:26 +00:00
blizzard%redhat.com 9d852107f6 Build bits for pango code. 2004-08-02 18:16:36 +00:00
blizzard%redhat.com 36ee7f3e42 Mostly working impl of font rendering impl with pango. Needs additional code. Not part of the default build. 2004-08-02 18:16:15 +00:00
aaronleventhal%moonset.net 6591b6f4a6 Bug 244179. Tabindex not honoured if form element is focused via <label>. Buggy part of code pinpointed by Nian Liu. r=nian.liu@sun.com, sr=bryner 2004-08-02 17:56:43 +00:00
igor%mir2.org d09a0eee9c Cosmetics: untabify 2004-08-02 17:49:04 +00:00
mconnor%myrealbox.com 6b450ec5e4 bustage fix, blame caillon 2004-08-02 17:30:27 +00:00
brendan%mozilla.org 62cad01588 Fix trunk version of patch for bug 252892 to handle JSOP_{GET,SET}GVAR (253952). 2004-08-02 17:17:55 +00:00
mconnor%myrealbox.com cf396b7b07 fix for 234700 - removing a page from history does not remove it from history.dat, patch by caillon@redhat.com, r=timeless, sr=jst 2004-08-02 17:03:19 +00:00
tor%cs.brown.edu 2eb23ec8a2 Bug 253782 - stop large images overflowing in win32. r=pavlov, sr=roc 2004-08-02 16:15:55 +00:00
tor%cs.brown.edu 698bdb287b Bug 253782 - limit image dimensions to X11 protocol limits.
r=pavlov, sr=blizzard
2004-08-02 16:14:44 +00:00
bienvenu%nventure.com 9a72bd64fe fix non tbird build bustage 2004-08-02 15:51:05 +00:00
bienvenu%nventure.com 9d46ef4a24 more backend work for virtual folders, add support for pending db listeners, cleanup way db's are created and opened, r/sr=mscott 11051 2004-08-02 15:43:12 +00:00
igor%mir2.org 5a5e402b85 Added runtime support to allow custom wrapping of XML objects 2004-08-02 14:46:33 +00:00
igor%mir2.org c65e9b8450 Use ScriptRuntime.notAFunction to report bad ScriptableObject.callMethod arguments 2004-08-02 14:44:03 +00:00
aaronleventhal%moonset.net dacd3438ae Bug 251614. Get rid of black squares on input type=submit buttons and return focus appearance to normal. r+sr=roc 2004-08-02 14:15:51 +00:00
cbiesinger%web.de 242463f840 Bug 88274 custom keywords don't work when selected from location bar
patch by Wladimir Palant <trev@gtchat.de>   r=neil sr=darin
2004-08-02 12:36:23 +00:00
aaronleventhal%moonset.net ded9c40eab Backing out changes to 2 files I accidentally checked in 2004-08-02 12:32:58 +00:00
aaronleventhal%moonset.net 603ab51c34 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 5d8f8fea9a Bug 253998 - remove debug spew. r+sr=roc 2004-08-02 12:27:38 +00:00
bryner%brianryner.com c90fbb0885 Fixing bustage 2004-08-02 06:34:16 +00:00
timeless%mozdev.org c656d650e6 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 35802fca6b 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 18fa617572 Remove non-inlined version of nsIPresShell::GetDocument(). Bug 253889, r+sr=roc. 2004-08-02 04:52:55 +00:00
timeless%mozdev.org d6a489ba26 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 decdd6e39c bug 241062 link name is not supported
r = pkwarren
sr= Henry.Jia
2004-08-02 03:45:56 +00:00
louie.zhao%sun.com 49728d989b bug 250128 GOK expose "seperator" as "no name".
r = aaronleventhal
sr= henry.jia
2004-08-02 03:29:01 +00:00
timeless%mozdev.org 0ef60b4127 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 f1e1bd04a2 Mac theme changes for bug 244025, more obvious secure site indication 2004-08-02 02:29:56 +00:00
timeless%mozdev.org e12df82bee Bug 252681 mozISpellCheckingEngine check method faulting on misspelled words
r=mvl sr=dmose
2004-08-02 02:14:23 +00:00
igor%mir2.org 0875b1550b 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 c79ff97c94 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 fb89d27c04 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 80aa3eb7d3 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 31bce7582c 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 bc87c35c41 Remove accidentally committed .orig files (from bug 190220) 2004-08-01 06:55:39 +00:00
scott%scott-macgregor.org 2782b86f85 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 2b169b8439 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 cc807b07b1 Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
kjh-5727%comcast.net 97d85a384b Fixing bustage (gcc 3.3.1 ambiguous conversion) 2004-07-31 20:22:50 +00:00
cbiesinger%web.de 24eebd60d2 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 72d18273ca 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 ef87184836 Fixing bustage ("ambiguous conversion" from gcc 3.3.1) 2004-07-31 15:56:39 +00:00
bryner%brianryner.com 087493afa5 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 cc216a9b34 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 9cf4bcc5d8 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 489b31f9cf Back out 236889 due to 253755. 2004-07-31 07:42:12 +00:00
scott%scott-macgregor.org d7f2b29ce0 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