Commit Graph

143122 Commits

Author SHA1 Message Date
ben%bengoodger.com
357ce4b4ef Make downloading page work nicely, remove update manager components for now 2005-06-19 22:42:25 +00:00
bugzilla%arlen.demon.co.uk
87ad4cd4ce Bug 243902 about:plugins includes a link to netscape
p=stefan_h@hem.utfors.se r/sr=neil.parkwaycc.co.uk a=asa
2005-06-19 19:48:21 +00:00
pinkerton%aol.net
06b935b646 release notes for 09a1 in disk image 2005-06-19 18:48:01 +00:00
pinkerton%aol.net
33c80bfe9b mention cb.org and cache file external to profile 2005-06-19 18:41:45 +00:00
cbiesinger%web.de
05459f44fc bug 289695 use the right free function
patch by Itay Perl <itay.perl@gmail.com> r=bsmedberg a=bsmedberg
2005-06-19 18:09:51 +00:00
brendan%mozilla.org
87cc0aac8c Fast followup to last patch: use 2, not 1.5, as base for exponential growth (note ida->length >= 8, so no need to JS_MAX here). 2005-06-19 15:53:31 +00:00
gandalf%firefox.pl
1050c7308c adding fr to mail tinderbox 2005-06-19 15:01:54 +00:00
brendan%mozilla.org
79482a270b Fix transition from 0 length JSIdArray bug, and old over-allocating loop body order bug in JS_Enumerate to boot (r=bryner). 2005-06-19 07:26:20 +00:00
mkaply%us.ibm.com
e033e166c5 OS/2 only changes to get sunbird building on OS/2 2005-06-19 02:30:55 +00:00
db48x%yahoo.com
6c8a8cf500 bug 296888: enable reporter as part of default install for windows and linux builds
r=jay, a=asa
2005-06-19 01:14:26 +00:00
smfr%smfr.org
34915d0bac Fix bug 181560: allow New Tab to be available when no window is open; it will open a new window, following the pref for what to load in a new tab. 2005-06-18 18:44:31 +00:00
joshmoz%gmail.com
b99a072b0a fix bad pointer operator for gcc 4 - why did gcc 3.3 even accept that 2005-06-18 18:02:50 +00:00
gandalf%firefox.pl
c4dce39279 Bug 261679: Provide anti-aliased PNG icons for Gnome and KDE; p=marek.stepien@gmail.com, r=mconnor, a=asa 2005-06-18 12:32:48 +00:00
mozilla.mano%sent.com
7bc2e3a929 Bug 284776 - Need support in dialog.xml for setting a default button. r=mconnor a=asa. 2005-06-18 10:21:49 +00:00
jst%mozilla.jstenback.com
0e2c22622d Fixing bugstage. 2005-06-18 07:59:49 +00:00
jst%mozilla.jstenback.com
11293abdd1 Fixing bugstage. 2005-06-18 07:17:11 +00:00
jst%mozilla.jstenback.com
76a60a87eb Fixing bug 176079. Provide an API for plugins to control whether popups are enabled or not. Disable popups by default from plugins, but enable/disable popups while handling user input events (mouse click, keydown etc) on the platforms where it's possible (Win32 and Mac), but do that only if the plugin doesn't support the popup enabling/disabling API. r+sr+a=brendan@mozilla.org 2005-06-18 06:06:45 +00:00
joshmoz%gmail.com
36347e4da9 Make Mac OS X updater UI actually show up, and center it. The progress bar doesn't update still, but we're closer.l 2005-06-18 05:40:08 +00:00
jshin%mailaps.org
acc702ca90 bug 297584 : MS IE profile migrator casts LWPSTR to |char *| and treats the result as UTF-8. fixes memory leaks as well (r=cbie, sr=darin, a=asa) 2005-06-18 01:33:50 +00:00
darin%meer.net
84d4890b64 Generate dist/bin/updater.app 2005-06-18 01:25:35 +00:00
darin%meer.net
65ff9c2568 Adding application bundle for updater. Provided by Josh Aas. 2005-06-18 01:16:26 +00:00
brendan%mozilla.org
1d9499a537 After > 10 years, fix the mistake whereby scripted-functions compiled from native code lack the enumerate flag (292953, r=shaver). 2005-06-18 01:13:46 +00:00
darin%meer.net
ac3e0b9640 Landing part of the progress UI for OSX from Josh Aas and hooking it up to the build. 2005-06-18 00:59:37 +00:00
steffen.wilberg%web.de
611b34fdd3 Bug 184350: About Popup Blocking dialog has a _working_ resizer in the status bar example. r=mconnor, a=asa 2005-06-18 00:04:35 +00:00
steffen.wilberg%web.de
7c99ea109a Bug 297307: Tools -> DOM Inspector opens empty. r/a=benjamin. 2005-06-17 23:35:53 +00:00
cltbld
73a5713fd3 Automated update from host egg 2005-06-17 23:07:52 +00:00
darin%meer.net
6f8d339bb1 fixes bug 297976 "Conditionally generate makefile for tools/update-packaging" r=cls 2005-06-17 22:59:13 +00:00
timeless%mozdev.org
b5467d3fca Bug 296892 OOM crash [@ nsSocketTransport::Init]
r=darin sr=darin a=asa
2005-06-17 22:58:18 +00:00
ben%bengoodger.com
0d5d836aaa make status notification prettier, part 1 of n 2005-06-17 22:55:58 +00:00
bryner%brianryner.com
d0503004d6 null-check mDocument in case firing onload causes it to go away (bug 298022). r=darin, a=asa. 2005-06-17 21:49:01 +00:00
cbiesinger%web.de
98a9a84fcb bug 246085 nsCategoryManager should notify observers when items are added/removed from categories
r=dougt sr=darin a=asa
2005-06-17 21:07:47 +00:00
cltbld
b54ef566d9 Automated update from host egg 2005-06-17 21:07:30 +00:00
darin%meer.net
b99c0dd888 fixes bug 298046 "XRE_PROFILE_TEMP_PATH should be XRE_PROFILE_LOCAL_PATH" r+a=bsmedberg 2005-06-17 21:03:53 +00:00
cbiesinger%web.de
5c6d97684b Bug 129216 Integrate Python xpcom bindings with build system
patch by Mark Hammond <mhammond@skippinet.com.au> / Remy C. Cool
<dev-python@smartology.nl> / Christian Persch <chpe@gnome.org>
r+a=bsmedberg
2005-06-17 21:03:43 +00:00
cls%seawood.org
bef743c3f8 Define _WIN32_IE for mingw builds. Fixing bustage.
Thanks to Sebastian Tusk <bugzilla.20.scyt@spamgourmet.com> for the patch.
Bug #297999 r=cls a=asa
2005-06-17 20:57:56 +00:00
bienvenu%nventure.com
800713a87c handle missing/invalid db's when bring up rss subscribe ui, sr=mscott, a=asa 289958 2005-06-17 20:52:06 +00:00
bienvenu%nventure.com
75e0c11f5d don't do charset conversion on text when stripping attachments, 286446 sr=mscott, a=asa 2005-06-17 20:51:25 +00:00
bienvenu%nventure.com
ef07572e21 fix invalidating of thread pane when deleting last message in group sr=mscott, a=asa 268969 2005-06-17 20:50:16 +00:00
scott%scott-macgregor.org
9adf9c4a9c Bug #227873 ---> semicolons in vcard fields
Patch by Andrew Taylor <ataylor@its.to>

r=bienvenu
sr=mscott
a=asa
2005-06-17 20:47:47 +00:00
scott%scott-macgregor.org
b686df9406 Bug #251204 --> Folder/message size could be expressed in max. 3 digits to save space
minor UI optimization

Patch by aceman <acelists@atlas.sk>

r=mscott
sr=bienvenu
a=asa
2005-06-17 20:45:11 +00:00
shaver%mozilla.org
130ce61907 Dynamic components are no longer (erroneously, IMO) in dist/lib. Fixing
build bustage for Camino.
2005-06-17 20:43:55 +00:00
neil%parkwaycc.co.uk
3f155caad1 Bug 254542 Support middle-clicks in history p=trev@gtchat.de r=me sr=dmose a=asa 2005-06-17 20:17:18 +00:00
mnyromyr%tprac.de
47290abea5 Bug 37712: 'Receiving: message...' should be 'Downloading message...' (suite patch); patch by Tim Meader <tmeader@gmail.com>, r=bienvenu, sr=neil, a=asa 2005-06-17 20:12:23 +00:00
shaver%mozilla.org
61285074f8 Bug 298032: trick MSVC into not colliding the static-component foo.lib with the
dynamic-component-import-library foo.lib when a build config wants both
flavours.  r+a=bsmedberg.
2005-06-17 19:54:21 +00:00
bsmedberg%covad.net
f28b758fa1 Bug 286108 - Pull and build locales of editor for tbird, patch by Pavel Franc <p.franc@gmail.com> - r+a=me 2005-06-17 19:25:12 +00:00
ben%bengoodger.com
9229ea7731 getting update manager to work better 2005-06-17 19:14:35 +00:00
kairo%kairo.at
4e141b0d08 Remove/change some double entities in SeaMonkey mailnews (same has been done for tbird already), part of bug 286110, p=p.franc@gmail.com r=Mnyromyr sr=bz a=asa 2005-06-17 18:49:48 +00:00
dougt%meer.net
11c7d93b0d Massive change to start minimo on CE using xul and other advanced features. NPODB 2005-06-17 18:42:08 +00:00
cbiesinger%web.de
7146d1bf04 fixing bustage from Bug 224678 2005-06-17 18:17:08 +00:00
doronr%us.ibm.com
148f27f947 Bug 285584 - Make download & extension manager use accessible XBL widget. r=mconnor,a=bsmedberg 2005-06-17 18:11:02 +00:00