Commit Graph

128028 Commits

Author SHA1 Message Date
ian%hixie.ch
bea143cbe1 Minor tweak so as to ensure changes to the nick variables are always saved. Shouldn't fix anything anyone was seeing. 2004-03-15 13:24:28 +00:00
ian%hixie.ch
d86870c0c7 =This is quite a serious bug. Turns out that modules (of course) run in the scope of the method in which they were loaded... which means they can access variables such as 'nick' that are defined using my in the global scope. Ouch. Anyway, this fixes the problem with bots randomly losing their nick while using Karma. I would have caught it earlier, but I don't use Karma myself, so... 2004-03-15 13:19:23 +00:00
timeless%mozdev.org
cb1daf62f0 Bug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Terms
r=justdave a=justdave
2004-03-15 10:24:12 +00:00
dwitte%stanford.edu
f32b368c4f comment-only tweak. 2004-03-15 09:44:30 +00:00
cls%seawood.org
ca0a3c2b4e Add support for cross-compiling to i386-mingw32
Bug #222013 r=dmose
2004-03-15 07:38:54 +00:00
cls%seawood.org
dc056d91c1 Fixing whatever got missed between the missed bug 141834 checkin & bug 134113 checkin. 2004-03-15 07:15:51 +00:00
cls%seawood.org
2c8a03de7f OpenVMS build changes. b=180291. r=mcs. sr=brendan 2004-03-15 06:51:00 +00:00
cls%seawood.org
afc5defcdd #215581
r=mark smith
OS/2 changes for GCC 3.2.2
2004-03-15 06:35:14 +00:00
cls%seawood.org
4f4c771863 198462 patch by rich cannings cannings@math.ucalgary.ca r=mcs sr=dmose a=mkaply Get LDAP to build on OpenBSD 2004-03-15 06:28:55 +00:00
cls%seawood.org
ac3f635750 Whitespace change to represent checkin for bug 158920.
Use 'mount -' to get cygdrive mountpoint rather than assuming /cygdrive.
Bug #158920 r=bryner
2004-03-15 06:27:56 +00:00
cls%seawood.org
086348436b #188247
r=mcs, sr=dmose
OS/2 GCC work for LDAP
2004-03-15 06:25:32 +00:00
cls%seawood.org
9332242261 Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd.  This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall.  nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive.	(I'll have to check  the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs.  Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2004-03-15 06:17:21 +00:00
cls%seawood.org
1499c49527 Gratuitous whitespace change to represent checkin for bug 53764. 2004-03-15 06:13:51 +00:00
brendan%mozilla.org
364bae9326 Fix function after var redeclaration to avoid overincrementing fun->nvars (237461, r=shaver, a=chofmann). 2004-03-15 03:41:49 +00:00
bzbarsky%mit.edu
5351f884f1 Temporarily disable type-guessing for content-encoded text/plain content. Bug
233047, r=biesi, sr=darin, a=chofmann
2004-03-15 02:00:15 +00:00
gerv%gerv.net
a0746b676e Bug 232491 - try harder to avoid parameterless searches (either saved or otherwise.) Patch by gerv; r,a=myk. 2004-03-14 23:21:01 +00:00
locka%iol.ie
dc80f649c8 Add selection and range objects implementations. Not compiled by makefile yet. Checkin on behalf of atremon@elansoftware.com, b=234640 r=adamlock sr=jst a=chofmann 2004-03-14 23:10:03 +00:00
darin%meer.net
f31b6d9a8a backing out patch for bug 232385 to fix regression, a=dbaron 2004-03-14 19:20:24 +00:00
bzbarsky%mit.edu
f57a7660ce Make sure that the document -> node -> imgRequest -> channel -> listener ->
document cycle is always broken OnStopRequest.  Bug 237153, r+sr=jst, a=dbaron
2004-03-14 18:20:38 +00:00
bzbarsky%mit.edu
8c5ece8e6f Clear the line cursor when child frames are added or removed. Bug 236947,
r+sr=roc, a=chofmann
2004-03-14 18:19:24 +00:00
dbaron%dbaron.org
8461a47da2 Tweak nsRuleNode::GetStyleData and GetParentData and annotate with NS_LIKELY and NS_UNLIKELY. b=237042 r+sr=bzbarsky a=chofmann 2004-03-14 17:11:38 +00:00
jocuri%softhome.net
4bdf770d66 Patch for bug 236664: make checksetup.pl print good install instructions for Perl modules on win32; patch by Andrei Benea <abenea@home.ro>; r=vlad, a=justdave. 2004-03-14 08:49:07 +00:00
timeless%mozdev.org
c35d11c9c9 Bug 214457 Updated user page is useless
r=justdave a=justdave
2004-03-14 06:30:35 +00:00
bzbarsky%mit.edu
e1af17ce5c Fix IsWidgetStyled to properly handle backgrounds on <select>. Bug 224974 and
bug 181490, patch by Isaac Hwak Han (isaachh@mailc.net), r=bryner, sr=bzbarsky,
a=chofmann
2004-03-14 05:19:45 +00:00
neil%parkwaycc.co.uk
a47edd0398 Bug 185136 Give the edit menupopup an id p=mcow@well.com r=me sr=mscott a=chofmann 2004-03-13 23:33:02 +00:00
neil%parkwaycc.co.uk
7ee040982a Bug 145798 Create Filter from Message should be available when the message pane is closed p=mcow@well.com r=me sr=bienvenu a=chofmann 2004-03-13 23:30:48 +00:00
neil%parkwaycc.co.uk
288854a167 Bug 142748 File/Compact Folders should almost always be enabled p=mcow@well.com r=me sr=bienvenu a=chofmann 2004-03-13 23:27:43 +00:00
ben%bengoodger.com
db55eeb5a7 Windows official document icon 2004-03-13 22:22:03 +00:00
ben%bengoodger.com
bbd9c82217 New official installer artwork, and mac document icons 2004-03-13 22:21:42 +00:00
dbaron%dbaron.org
9d67b26b6a Fix gcc 3.4 bustage by removing extra semicolon. 2004-03-13 21:59:07 +00:00
asa%mozilla.org
73acd4ee56 update Seamonkey bookmarks to not be so developer focused. r=ben, a=leaf 2004-03-13 21:36:33 +00:00
caillon%redhat.com
0c01fd4557 fixing bug 146458 - Liveconnect calls fail if applet's codebase is in different domain.
Use the domain of the page, like we do for script.
r=jst, sr=brendan, a=dbaron
2004-03-13 20:52:39 +00:00
sergei_d%fi.tartu.ee
72094132af [BeOS] bug 230267 The caret is stuck or hidden... r=sergei_d@fi.tartu.ee a=dbaron, no sr required (port code) 2004-03-13 19:27:03 +00:00
bzbarsky%mit.edu
55d9209a4a Fix image blocking for backgrounds. Bug 236919, r=jst, sr=dbaron, a=chofmann 2004-03-13 18:11:01 +00:00
cbiesinger%web.de
a4d8fcbc2e bug 237275 fix badly wrapped README in linux installer
patch by Andrew Schultz <ajschult@mindspring.com> r+sr=dveditz a=chofmann
2004-03-13 17:10:49 +00:00
asa%mozilla.org
db73a06858 update to point to ftp.mozilla.org/pub/mozilla.org/mozilla/nightly r=bryner 2004-03-13 06:25:28 +00:00
scott%scott-macgregor.org
15fd6ac366 bump module.ver version to 0.5 2004-03-13 05:12:17 +00:00
scott%scott-macgregor.org
e922ce344c Bug #217477 --> Message pane and its scrollbars do not resize properly when main window is resized. 2004-03-13 02:54:55 +00:00
roc+%cs.cmu.edu
23c8e177ab Bug 235558. Make scrollframes take CSS max-width/max-height into account when they compute their preferred size (by reflowing their scrolled block to width max-width, if appropriate). r+sr=dbaron,a=choffman 2004-03-13 02:51:16 +00:00
relyea%netscape.com
70a5776e59 Fix arrays handling strings, and help 2004-03-13 02:44:26 +00:00
mconnor%myrealbox.com
96a9f16da1 removing unneeded files after checkin for bug 233607, r=blake 2004-03-13 02:26:29 +00:00
mconnor%myrealbox.com
53897c5f1e additional part of checkin 2004-03-13 02:04:53 +00:00
mconnor%myrealbox.com
ec0e460221 bug 233607 About Dialog Should Not be Themeable - patch by Robert Parenton (rparenton@louisianaada.org), r=blake 2004-03-13 01:53:48 +00:00
mconnor%myrealbox.com
97bd627266 part of checkin for bug 233607, r=blake 2004-03-13 01:49:59 +00:00
mconnor%myrealbox.com
0cdcee8b9a bug 237262 nsAttrAndChildArray::ReplaceChildAt() should addref before releasing, patch by Wladimir Palant (trev@gtchat.de), r=sicking, sr=bz, a=dbaron 2004-03-13 01:17:02 +00:00
scott%scott-macgregor.org
4a07df156c Bug #235651 --> toolkit installer changes necessary to support the thunderbird installer.
When doing a custom install and the user selects "Browser Folder", the
folder pickker dialog willl now open up to the selected folder. This will
impact Firefox and Thunderbird.

Add a parameter called DistSubdir which folks writing an installer for the
new toolkit can set in their installer.cfg file. This variable defaults to a
value of bin (so no changes for Firefox here) and you can change it to whatever
directory under dist that you want.
2004-03-13 00:31:45 +00:00
ben%bengoodger.com
89f4e4feb4 bug 234910 - crash exiting mozilla after installing an XPI
make the xpinstall manager a weak observer by inheriting from nsSupportsWeakReference - prevents xpinstall manager from lingering around until the app shuts down long after its usefulness has expired.
r=danm, sr=dveditz, a=chofmann
2004-03-13 00:25:34 +00:00
neil%parkwaycc.co.uk
ef94b9c26f Bug 201248 Change filter/spam logging to ISO time as an interim measure until logging can be localized p=cnst+moz@bugmail.mojo.ru r=smontagu sr=roc moa=bienvenu a=chofmann 2004-03-12 23:53:37 +00:00
mostafah%oeone.com
165fdbff2b Checked in patch for bug 189060: other-licenses/libical fails to build on AIX 2004-03-12 22:20:52 +00:00
mostafah%oeone.com
8a40e1d9b6 Bringing in needed icaltime_is_date function from libical cvs 2004-03-12 21:53:55 +00:00