Commit Graph

128043 Commits

Author SHA1 Message Date
neil%parkwaycc.co.uk
2f7d2ed0d1 Bug 162718 Advanced smart browsing preview is not localizable p=vberon@mecano.gme.usherb.ca r=bryner sr=rbs a=chofmann 2004-03-15 23:19:46 +00:00
jst%mozilla.jstenback.com
34184c1cc5 Fixing bug 237556. Exposing existing XPath functionality on ImageDocuments too. r+sr=peterv@propagandism.org, a=chofmann@mozilla.org 2004-03-15 23:07:12 +00:00
scott%scott-macgregor.org
fc6d5e7969 Use the XUL pre-processor on our static installed-chrome.txt isntead of having a version for unix and a version for windows.
Thanks to bryner for the tip
2004-03-15 22:44:00 +00:00
dbaron%dbaron.org
22cb21cb50 Prevent a label's for content from being another label (or itself), which can lead to crashes. b=237357 Patch from Rene Pronk <r.pronk@its.tudelft.nl>. sr=dbaron r=jst a=chofmann 2004-03-15 22:28:41 +00:00
sicking%bigfoot.com
4684b55593 Bug 237291: Make Init() on svg-elements take a nodeinfo so that we only have one Init callchain. Not part of build.
r=afri a=tor
2004-03-15 22:27:14 +00:00
scott%scott-macgregor.org
abd4b7db22 Offline JS template file for the installer 2004-03-15 22:19:49 +00:00
cbiesinger%web.de
421307e27a remove basically empty IBMChangeLog file, r=mkaply a=mkaply/brendan 2004-03-15 21:22:01 +00:00
cltbld%netscape.com
2889c54d58 Automated update from host egg 2004-03-15 21:20:36 +00:00
darin%meer.net
9b6c795f0e Landing patch for bug 17578 "I want Kerberos authentication and TGT forwarding"
This patch enables preliminary support for the SPNEGO protocol (Microsoft's
Negotiate protocol) via the GSSAPI library.  This means that only UNIX-like
operating systems (including Linux and OSX) are supported.  A SSPI-based
solution is needed for WIN32.

Only HTTP authentication is currently supported.  Mail protocols will follow.

Patch by:
  Daniel Kouril <kouril@ics.muni.cz> (original author)
  Wyllys Ingersoll <wyllys.ingersoll@sun.com>
  Christopher Nebergall <cneberg@sandia.gov>
  Darin Fisher <darin@meer.net>

r=dougt sr=bryner a=chofmann
2004-03-15 21:15:20 +00:00
scott%scott-macgregor.org
468b473dca Bug #145798 --> Create Filter from Message is not doable when message pane is closed.
Porting to thunderbird

patch by mcow
2004-03-15 19:41:14 +00:00
scott%scott-macgregor.org
1408cb8821 Bug #142748 --> File/Compact Folders disabled until you focus a folder
Porting to thunderbird

Patch by mcow
2004-03-15 19:31:11 +00:00
scott%scott-macgregor.org
3d8dff7f35 Bug #237398 --> Contacts Sidebar says "Addressbook:", however it should say "Address Book:" 2004-03-15 19:26:57 +00:00
locka%iol.ie
08fb7bc6f1 Implement IHtmlDocument2::get_selection and range objects in ActiveX control. Checkin on behalf of Alexandre Tr�mon <atremon@elansoftware.com>. r=adamlock a=jst a=chofmann 2004-03-15 19:20:12 +00:00
neil%parkwaycc.co.uk
1496020612 Bug 235879 JS strict warning: redeclaration of var loadedFolder p=gautheri@noos.fr r=me sr=mscott a=chofmann 2004-03-15 16:58:17 +00:00
bmlk%gmx.de
d35090f0e2 wallpaper over a zero pointer deref, bug 237421, r/sr=dbaron a=chofmann 2004-03-15 16:09:40 +00:00
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