kiko%async.com.br
ef732cf3f0
Fix for bug 237757: Resolved bugs are no longer struck out on dependency
...
trees. This was bustage from bug bug 232397 which added CSS classes but
didn't add them consistently to all templates. Includes a global CSS
file that defines the relevant bz_* classes and adds a link to it from
the global header template. r,a=myk.
2004-03-17 22:50:20 +00:00
dbaron%dbaron.org
89925c48a7
New "MPL" application and document icons, a=ben
2004-03-17 21:31:25 +00:00
ben%bengoodger.com
433d4fafd1
bug 236988 - should show application icons in download manager when the file completes downloading. r=bryner sr=mscott a=asa on the nsIconURI part. make the download manager use proper file:/// URIs in the moz-icon:// uris it generates in response to GetTargets NC:IconURI instead of native paths. Make the download manager refresh the icon once the download is complete and have the icon image in download items always bypass the cache when loading its icon.
2004-03-17 21:23:52 +00:00
cls%seawood.org
a1f9001bd9
Disable the IE Profile Migrator when building with mingw gcc.
...
Bug #236901 r=bryner sr=ben
2004-03-17 19:06:56 +00:00
igor%mir2.org
6b102cf976
Added RUnit Software
2004-03-17 18:36:57 +00:00
igor%mir2.org
50cd6c7c8c
Fixing bug 237771 : allow to transfer toSource implementation to different objects
2004-03-17 18:36:39 +00:00
scott%scott-macgregor.org
c737a4b53e
Bug #233791 --> follow up fix for the junk toolbar button jumping around width wise. Add an if statement to make
...
sure the button is actually in the toolbar before toggling the deck. Thanks to Stephen Walker for pointing out the problem.
2004-03-17 18:14:36 +00:00
tor%cs.brown.edu
ab6dc38fe8
Add fill rule. Not part of build.
2004-03-17 17:42:34 +00:00
cls%seawood.org
c096103923
Disable the IE Profile Migrator when building with mingw gcc.
...
Bug #236901 r=bryner sr=ben
2004-03-17 17:30:34 +00:00
neil%parkwaycc.co.uk
e4e1370b5a
Bug 207861 Rename Folder option erroneously displays in newsgroup context menu p=biesi r=me sr=mscott a=chofmann
2004-03-17 11:22:31 +00:00
bryner%brianryner.com
b2fcff3c02
Reapply fix for handling non-ASCII characters in signon file that was lost when migration branch landed. Bug 218405, fix originally r=darin sr=bz
2004-03-17 09:15:55 +00:00
ben%bengoodger.com
fa80a5ef04
update about box text
2004-03-17 07:17:35 +00:00
ben%bengoodger.com
caf3723eb4
(firefox only) ensure we build the jared branding *after* we build in browser so that the about box logo etc are overridden.
2004-03-17 05:18:52 +00:00
justdave%syndicomm.com
b96c9a1a3d
Adding a .cvsignore for the txt, html, and pdf folders, which are no longer in CVS, but can be created by the makedocs.pl script
...
a= justdave
2004-03-17 05:15:41 +00:00
scott%scott-macgregor.org
b796b6c39b
Bug #237645 --> add missing items to the unix packaging list for smime
...
Patch by Alexander Sack
2004-03-17 02:00:57 +00:00
caillon%redhat.com
a7d1fb0e05
Bug 219378
...
Make middle mouse button pasting fix up the pasted URIs before trying to load them so that pasting a domain name by itself will work.
r=bryner sr=jst
2004-03-17 01:51:49 +00:00
scott%scott-macgregor.org
f30ac8541f
Bug #233791 --> toolbar button jumps when marking a message as junk (or not junk) because the width of the button
...
changes back and forth.
Patch by Stefan Borggraefe
2004-03-17 01:51:10 +00:00
jst%mozilla.jstenback.com
611891eb6c
Fixing typo in comment.
2004-03-17 00:41:11 +00:00
ben%bengoodger.com
88c5e1cfc0
new credits window graphic from jon hicks
2004-03-17 00:33:27 +00:00
ben%bengoodger.com
59969c957a
try and get firefox branding to actually build
2004-03-17 00:23:23 +00:00
darin%meer.net
5948beb6ba
patch for bug 237325 "mailto protocol should be a non-exposed protocol in firefox [makes SendPage work correctly with xremote]" r=bryner
2004-03-17 00:22:20 +00:00
kiko%async.com.br
cefa386893
Bustage fix: adding filters defined in bug 232397. New filters need to
...
be added to both test 004 *and* test 008.
2004-03-17 00:13:43 +00:00
kiko%async.com.br
2a3031ee6b
Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define
...
specific bz_obsolete/closed/inactive classes (that don't specify
underline, but line-through instead) and additional Template filters for
conveniently applying them. Change occurences of <strike> to use new
classes and clean up callsites. Patch by byron jones
<bugzilla@glob.com.au>. r=myk, gerv. a=myk.
2004-03-16 23:53:01 +00:00
cbiesinger%web.de
5096d5d311
bug 58859 update linux installer readme; patch by Andrew Schultz <ajschult@mindspring.com> r=asa a=leaf
2004-03-16 23:47:13 +00:00
ben%bengoodger.com
38a12c8a37
new generic art for the about box and credits window
2004-03-16 23:24:43 +00:00
kiko%async.com.br
605c0be568
Fix the version-detection code with Fredrik Lundh's test suggested at
...
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&selm=jVxv4.116%24fsi.186942464%40newsb.telia.net
-- this stops bugzilla-submit complaining about vendor versions of
Python 2.3.
2004-03-16 23:12:25 +00:00
kiko%async.com.br
93862d4e3c
Fix for bug 236424: Allow showdependencies trees to collapse. Adds
...
[optional] Javascript-enabled +/- controls that allow branches in the
dependency tree to collapse. Patch by Mike Shaver <shaver@mozilla.org>,
minor cleanups by me, r=myk, kiko, a=justdave.
2004-03-16 23:06:03 +00:00
bryner%brianryner.com
ff1cb3f548
Remove @ @ around APP_VERSION. Bug 224818, (patch from t-matsuu@estyle.ne.jp)
2004-03-16 22:44:48 +00:00
ben%bengoodger.com
806d929186
new generic icons for firefox installer
2004-03-16 22:43:47 +00:00
tor%cs.brown.edu
30551b03a3
Bug 237685 - make xmlextras not point to green.nscp. Not part of build.
...
patch=doron, r=heikki, sr=darin
2004-03-16 22:00:41 +00:00
cbiesinger%web.de
3287a5ec20
Bug 233631 GetApplicationLocale should not be used with FormatTime methods in order to support user's customisation (OS X is affected)
...
patch by Constantine A. Murenin <cnst+moz@bugmail.mojo.ru>
mailnews part: r=mscott intl part: r=jshin both: sr=roc a=chofmann
2004-03-16 21:55:11 +00:00
tor%cs.brown.edu
0cf3bea853
Initial cairo foreignObject and font support.
2004-03-16 21:40:09 +00:00
jocuri%softhome.net
3eeaaa7cd8
Patch for bug 237646: fix for regression in userprefs.cgi that disallowed users to change their password via this page; r=kiko; a=myk.
2004-03-16 21:23:00 +00:00
jocuri%softhome.net
d9de77d8e0
Patch for bug 235459: add icalendar output format in buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
2004-03-16 21:18:41 +00:00
jocuri%softhome.net
e961c5e568
Patch for bug 237540: remove unused hidden field from edit-multiple; patch by Dave Swegen <dswegen@software.plasmon.com>; r=timeless,myk; a=myk.
2004-03-16 21:09:47 +00:00
dbaron%dbaron.org
499e1cd448
Fix macro argument with side-effects that broke paste on Solaris and perhaps other platforms. b=56219 r+sr=bryner a=chofmann
2004-03-16 21:08:42 +00:00
mvl%exedo.nl
326e43aa5b
fix some javascript strict warnings when starting calendar
...
bug 237368, r=mostafah
2004-03-16 20:23:12 +00:00
jst%mozilla.jstenback.com
3d48b69811
Backing out the frontend part of the fix for bug 198846 since it caused bug 235457, which wasn't fixable in time for 1.7b.
2004-03-16 20:13:14 +00:00
ben%bengoodger.com
5b84cfde8e
New "MPL" application and document icons
2004-03-16 19:26:55 +00:00
scott%scott-macgregor.org
a596b1dbaf
Tweak some styles to make the about dialog look a little better
2004-03-16 19:17:30 +00:00
jst%mozilla.jstenback.com
2e147004eb
Backing out the fix for bug 235457 since it made typing URLs, and autocomplete in the the URL bar not work.
2004-03-16 19:06:10 +00:00
darin%meer.net
014f0c94ef
fixing a comment typo
2004-03-16 18:34:25 +00:00
cls%seawood.org
873deffc6c
Fixing static build bustage caused by checkin for bug 17578.
2004-03-16 09:33:59 +00:00
cls%seawood.org
d12bd0dac7
Fix mingw 3.3.1/3.3.3 bustage.
...
Follow MSVC as much as possible by requiring proper dllimport/dllexport declarations.
Remove dllimport/dllexport declarations from all nsXPTCStubBase functions and just export the class itself.
Bug #226609 r=shaver/swalker sr=dbaron a=chofmann
2004-03-16 08:07:25 +00:00
roc+%cs.cmu.edu
a233d97228
Bug 237343. Adjust inline frame PerFrameData mCombinedArea to account for width increase due to justification.
2004-03-16 06:58:01 +00:00
jst%mozilla.jstenback.com
9216581021
Fixing bug 235457. Make new windows opened through window.open be opened on the context of the opener, and make caps not lie about when capabilities are enabled. r=danm-moz@comcast.net, r=caillon@aillon.org, sr=brendan@mozilla.org, a=dbaron@dbaron.org
2004-03-16 06:57:54 +00:00
jst%mozilla.jstenback.com
b95c4ab7af
Fixing bug 237319. Adding support for server push of XML documents to an XMLHttpRequest using "multipart/x-mixed-replace". r=darin@meer.net, sr=hjtoi-bugzilla@comcast.net, a=chofmann@mozilla.org
2004-03-16 06:34:29 +00:00
mconnor%myrealbox.com
3dfb9d6fe5
bug 226365 autocompletion problem with www. in URL bar, patch by Patrick McCormick (patrick@meer.net), r=ben, also remove some tabs that should have been spaces
2004-03-16 04:45:09 +00:00
scott%scott-macgregor.org
93e8e3538e
Fix OBJDIR build bustage. Thanks to Stephen Walker for the patch
2004-03-16 04:43:22 +00:00
ben%bengoodger.com
70e1f3157c
fix mac bustage
2004-03-16 04:42:12 +00:00