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

143034 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de d0e9864d4f 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 e52c535372 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 b8d60aa5c1 adding fr to mail tinderbox 2005-06-19 15:01:54 +00:00
brendan%mozilla.org 3b7d888c55 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 2aea3c0229 OS/2 only changes to get sunbird building on OS/2 2005-06-19 02:30:55 +00:00
db48x%yahoo.com 88beff653a 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 79fa335983 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 84bdddf2fa 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 050e4a4e35 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 dea4254a31 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 b063de55c4 Fixing bugstage. 2005-06-18 07:59:49 +00:00
jst%mozilla.jstenback.com e9a7c8a4a4 Fixing bugstage. 2005-06-18 07:17:11 +00:00
jst%mozilla.jstenback.com 4f8ee0f3ff 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 9edc942571 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 b5d1595686 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 bb236c4122 Generate dist/bin/updater.app 2005-06-18 01:25:35 +00:00
darin%meer.net c541844dcd Adding application bundle for updater. Provided by Josh Aas. 2005-06-18 01:16:26 +00:00
brendan%mozilla.org 84e8068505 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 a47731eb5e 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 97113fbc93 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 36f4c75ee8 Bug 297307: Tools -> DOM Inspector opens empty. r/a=benjamin. 2005-06-17 23:35:53 +00:00
cltbld 504ca01e4c Automated update from host egg 2005-06-17 23:07:52 +00:00
darin%meer.net 7ec50faaab fixes bug 297976 "Conditionally generate makefile for tools/update-packaging" r=cls 2005-06-17 22:59:13 +00:00
timeless%mozdev.org a9510de92c Bug 296892 OOM crash [@ nsSocketTransport::Init]
r=darin sr=darin a=asa
2005-06-17 22:58:18 +00:00
ben%bengoodger.com dab16d5889 make status notification prettier, part 1 of n 2005-06-17 22:55:58 +00:00
bryner%brianryner.com 80de303a96 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 852888177c 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 5f1f6c5804 Automated update from host egg 2005-06-17 21:07:30 +00:00
darin%meer.net 01d1439095 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 bed187b21c 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 17c630e890 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 60cad15d59 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 97c8eac5a8 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 91cf114b94 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 a503c25228 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 e0a28e9c90 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 5493c722ea 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 96b20d8fc5 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 644c8fab5e 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 1489700ea6 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 4156e87281 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 acaf0306f0 getting update manager to work better 2005-06-17 19:14:35 +00:00
kairo%kairo.at a56f73fa71 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 288e067dd8 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 a6c25dbef5 fixing bustage from Bug 224678 2005-06-17 18:17:08 +00:00
doronr%us.ibm.com eeff828418 Bug 285584 - Make download & extension manager use accessible XBL widget. r=mconnor,a=bsmedberg 2005-06-17 18:11:02 +00:00
timeless%mozdev.org 1fe6f3e2c8 Bug 224678 nsComposerRegistration.cpp has suspicious code
new CIDs
r=brade sr=smfr a=asa
2005-06-17 17:50:27 +00:00
pkw%us.ibm.com 3eeb7f99b6 Bug 297807 - Java 1.4.2 SR2 plug-in and later cause Mozilla to crash.
r=mozilla@kaply.com, sr=darin@meer.net, a=asa@mozilla.org
2005-06-17 17:02:05 +00:00
mrbkap%gmail.com 051416bccb bug 287630: When using an empty capturing regexp, String.prototype.split() appends an extra element to the result. r+a=brendan 2005-06-17 16:25:51 +00:00
bienvenu%nventure.com ac953f3b3d #ifdef me assertion inadvertently checked in with last db fix, no bug 2005-06-17 15:08:43 +00:00