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

128114 Коммитов

Автор SHA1 Сообщение Дата
neil%parkwaycc.co.uk 0667952928 Bug 237446 Create profile wizard does not check for cancelled profile folder selection p=gautheri@noos.fr r=ccarlen sr=jag a=chofmann 2004-03-22 23:04:53 +00:00
amardare%qnx.com 7a886cbcf5 Change for qnx ( photon ) platform only. It should not affect runtime/building other platforms.
The regions for menus should be opaque to blit events ( Ph_EV_BLIT ) ( for instance
underneath a mozilla menu at the edge of the window  you can have a pterm scrolling upwards. The blit events should not show
through the menu ).
2004-03-22 22:33:41 +00:00
amardare%qnx.com 2f10dedac7 Changes for the qnx( photon ) platform. They should not affect runtime/building other platforms.
Fixed a small problem with nsRenderingContextPh::DrawLine, DrawStdLine.
2004-03-22 21:49:30 +00:00
pkw%us.ibm.com 4fccc12ae8 Bug 237682 - AIX: Warnings about missing nsACString copy constructor
r/sr=darin@meer.net, a=asa@mozilla.org
2004-03-22 20:25:36 +00:00
bryner%brianryner.com c41d9fdd13 Fix following an image map link by pressing enter. Bug 214373, r+sr=jst, a=asa. 2004-03-22 18:13:11 +00:00
tara%tequilarista.org d5ccbacff6 Checking in slightly modified patch, originally submitted by
eperez@dei.inf.uc3m.es, for bug #133737.  Standardizes Bonsai
dates into international format, as it should be.
2004-03-22 18:04:17 +00:00
jshin%mailaps.org f4f69e1299 bug 237290 : crash when configuring a new account on Mac (r=ccarlen, sr=bienvenu, a=chofmann) 2004-03-22 17:43:59 +00:00
bsmedberg%covad.net 62de9e9c2c Backing out bug 237407 because of tbox orange that I can't easily diagnose. 2004-03-22 15:03:32 +00:00
bsmedberg%covad.net 433c136767 Bug 237407 - classic theme scrollbars & buttons leak into modern, when starting with the profile manager - r+sr=dbaron a=asa for 1.7 2004-03-22 12:58:01 +00:00
jocuri%softhome.net 15124d4173 Patch for bug 237840: eliminate case sensitivity for "attachment N" linkification; r=kiko, a=justdave. 2004-03-22 06:45:21 +00:00
timeless%mozdev.org 9612a300e4 Bug 237515 Change 'also' to 'too' in watching help
r=kiko a=justdave
2004-03-22 02:10:04 +00:00
timeless%mozdev.org d7bd3d5dcb Bug 35154 enter_bug.cgi expects UA format some browsers don't deliver (IE)
Handle Windows 95/98/Me, Windows-NT, Alpha (AXP), BSD/386, (HP) 9000
Special case winmosaic
r=vlad a=justdave
2004-03-22 01:48:50 +00:00
gerv%gerv.net d7866a23e6 Bug 224420 - documentation for new reporting and charting systems. 2004-03-22 00:26:47 +00:00
gerv%gerv.net 280eb3b560 Bug 233246 - improve documentation on enter_bug comment formatting templates. 2004-03-22 00:25:48 +00:00
bugreport%peshkin.net 42f5823431 Bug 207039: Add documentation explaining how to install bugzilla under regular user privileges (re-checkin)
r=vlad, a=justdave
2004-03-21 22:41:17 +00:00
roc+%cs.cmu.edu 40e1789628 Bug 231264. Set IFRAME minimum width properly. r+sr=dbaron,a=choffman 2004-03-21 22:34:58 +00:00
bugreport%peshkin.net 1ae28860ff Bug 207039: Add documentation explaining how to install bugzilla under regular user privileges
r=vlad, a=justdave
2004-03-21 22:09:31 +00:00
jocuri%softhome.net 9161ba942d Bug 126252: add the gnatsparse Python script to the contrib directory; author: Daniel Berlin <dan@dberlin.org>; a=justdave. 2004-03-21 21:32:16 +00:00
webmail%kmgerich.com c3fd60f7e1 Mac toolkit skin tweaks in prep. for landing Pinstripe in Thunderbird 2004-03-21 21:06:40 +00:00
bryner%brianryner.com 1a7ea5dfce Remove *.da files after profiledbuild finishes. This is not part of the default build. I need this for tinderbox tests so that stale profile data isn't used. 2004-03-21 19:20:59 +00:00
webmail%kmgerich.com c71e73c907 Mac toolkit generic alert icon 2004-03-21 16:08:47 +00:00
jocuri%softhome.net 89741fe607 Patch for bug 238033: eliminate HTML closing tags that haven't been opened and fix an identation issue; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave. 2004-03-21 14:26:58 +00:00
bryner%brianryner.com 49fb65d5f2 Make GetFrameProperty return NS_IFRAME_MGR_PROP_NOT_THERE when the property is not found (instead of NS_ERROR_FAILURE). Fixes bug 236590. r+sr=dbaron, a=chofmann 2004-03-21 05:22:46 +00:00
bryner%brianryner.com cb1bbd16e6 Make use of VPATH so that xpm files will be first looked for in the objdir. 2004-03-21 03:46:43 +00:00
bryner%brianryner.com 96a0d1b812 Trying to fix distclean not actually removing dist/ when --enable-official-branding is used, due to the branding directory being in the directories list twice. Rather than re-jar from the branding directory, copy the new graphics to browser/base/content in the objdir, where make-jars.pl will pick them up. Also, some tidying up of the branding Makefile. Not part of the default build. 2004-03-21 03:39:45 +00:00
cltbld%netscape.com 4a10e4dd31 Automated update from host egg 2004-03-21 02:34:17 +00:00
bryner%brianryner.com 64b17d3d9c - Add detection of -fprofile-arcs/-fprofile-generate to configure
- Add a new client.mk target, profiledbuild, which does a profiling build, runs a specified script to generate the profile, and then rebuilds using the profile data.
- Add a profiling script for Seamonkey/Firefox that runs a couple cycles of the pageload test, and then does a second start to hit the fastload/history code.

Bug 237239, r=dbaron, sr=brendan, a=brendan.
2004-03-21 02:31:17 +00:00
rlk%trfenv.com ae9b947349 Bug 215463 - add ctrl++/ctrl+- to View Source. r=p_ch@verizon.net 2004-03-20 17:52:28 +00:00
cbiesinger%web.de 4867967025 bug 180364, don't show the theme name in the "Uninstall Theme" button, to make this button fit even if the theme has a long name
r=neil sr=roc a=chofmann
2004-03-20 13:45:07 +00:00
gerv%gerv.net 5f92aba9ed Bug 232338 - make the footer wrap cleanly, so it doesn't over-widen the page. Patch by gerv; r,a=justdave. 2004-03-20 08:19:46 +00:00
chanial%noos.fr 0ea0298c63 Bug 234717, 234116, Context menu commands don't work in *subfolders* of bookmarks menu. Remove the last two children instead of using getElementsByAttributes. The latter is no more needed, since now, insertion of bookmarks with DND occurs at the correct location. YAW--. 2004-03-20 08:13:39 +00:00
chanial%noos.fr e6bde91e64 Bug 207403: filenames in console should look like links.
Add missing css rules from communicator/formatting.css to global/formatting.css
2004-03-20 08:01:41 +00:00
chanial%noos.fr 1b784bf472 Use UNIX line endings 2004-03-20 07:54:41 +00:00
bugreport%peshkin.net 9249cf1bfb Bug 228423: Document adjustment of MySQL 4GB default table size limit
r=kiko, a=justdave
2004-03-20 05:51:43 +00:00
bsmedberg%covad.net aac6ede1bb Bug 180555 - remove unused parts of mozilla/lib (not part of build) 2004-03-19 23:38:09 +00:00
scott%scott-macgregor.org dd7d5c6eef Bug #235507 --> try to reduce the jiggling in tree column headers when changing the sort direction on a tree column.
The padding one was changing when going from the normal state to the active state on tree col headers. The change of padding
was causing the jiggling effect. Try using the same padding for both states.
2004-03-19 22:11:39 +00:00
neil%parkwaycc.co.uk 646191eb8b Bug 235921 Installer hangs if there are more than two apps to run p=ajschult r=bsmedberg sr=dveditz a=chofmann 2004-03-19 22:07:13 +00:00
jocuri%softhome.net 9e98b10c81 Patch for bug 179351: improve variable scoping issues in order to fix a bug causing oddly formatted dependency emails; patch by Teemu Mannermaa <wicked@etlicon.fi> revised slightly by justdave; r=joel; a=justdave. 2004-03-19 22:03:52 +00:00
neil%parkwaycc.co.uk fd807f777f Bug 237510 installer exits on pause or dropped connection p=ajschult r=dveditz sr=bryner a=chofmann 2004-03-19 22:01:18 +00:00
bsmedberg%covad.net 2255300c5e Bug 180555 - remove unused parts of mozilla/lib (not part of build) 2004-03-19 22:00:35 +00:00
jst%mozilla.jstenback.com 65246eb6da Fixing bug 228774. Make our XUL code not crash when dealing with empty datasources. r=bugmail@sicking.cc, sr=bzbarsky@mit.edu, a=chofmann@mozilla.org 2004-03-19 21:58:55 +00:00
jocuri%softhome.net ea37d5b5b7 Patch for bug 238025: generate HTML table header in editkeywords.cgi even when there are no keywords defined; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave. 2004-03-19 21:26:00 +00:00
locka%iol.ie 26e4f586f0 Implement IHtmlSelectionObject & IHtmlTextRange. Checkin on behalf of atremon@elansoftware.com. r=adamlock sr=jst a=chofmann 2004-03-19 20:10:58 +00:00
bsmedberg%covad.net 89e6e7d7d8 Bug 180555 - remove unused parts of mozilla/lib (not part of build) 2004-03-19 19:56:06 +00:00
bsmedberg%covad.net 63bda86e93 Bug 180555 - remove unused parts of mozilla/lib (not part of build) 2004-03-19 19:47:32 +00:00
bienvenu%nventure.com 7dec6aca11 fix custom headers available operators, r/sr=mscott, a=chofmann, part of 224318 2004-03-19 19:45:39 +00:00
bsmedberg%covad.net 4dcd37b9b7 Bug 180555 - remove unused parts of mozilla/lib (not part of build) 2004-03-19 19:41:18 +00:00
bsmedberg%covad.net 8d1b9dcd4e CVS removing old directory mozilla/silentdl (bug 238014) rs=tor on #developers (not part of build) 2004-03-19 19:15:31 +00:00
bmlk%gmx.de c15c50d232 wallpaper over a zero pointer deref rev2, bug 237421, r/sr=dbaron a=asa 2004-03-19 17:25:16 +00:00
cltbld%netscape.com 5a0f76bae7 Automated update from host egg 2004-03-19 17:09:46 +00:00