dbaron%dbaron.org
2170b6ff99
Happy new year! Change Mozilla Contributors copyright dates from 2005 to 2006.
2006-01-03 04:19:06 +00:00
bugzilla%standard8.demon.co.uk
4dd600e593
Bug 306840 Improve PR_GetEnv() usages. (Av2) <XpFe/*> patch by Serge GAUTHERIE <gautheri@noos.fr> r=timeless,sr=neil.parkwaycc.co.uk
2005-12-22 17:57:13 +00:00
masayuki%d-toybox.com
011fcec61d
Bug 312287 Cannot open local htm file if its path has non-ASCII character / Cannot open IDN from command line r=jshin, sr=neil
2005-10-19 14:39:28 +00:00
ginn.chen%sun.com
d422e8ee2a
Bug 58523 -P, -nosplash, -splash, -console, -ProfileManager, -installer switches (arguments) unable to launch anything other than the browser (mail does not open on startup)
...
patch maker=brian.lu@sun.com r=neil sr=bryner
2005-09-28 06:52:32 +00:00
timeless%mozdev.org
515709a826
Bug 287540 Fix various _C++_ compiler warnings from my Windows non-debug build
...
patch by gautheri@noos.fr r=timeless sr=neil
2005-08-17 09:35:24 +00:00
bsmedberg%covad.net
5fba1c6aea
Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa
2005-07-21 13:33:43 +00:00
kairo%kairo.at
083a9272e5
back out bug 58523 as it breaks windows seamonkey builds and has no approval.
2005-04-30 12:39:25 +00:00
robin.lu%sun.com
c912f09a99
fix bug 58523 -P, -nosplash, -splash, -console, -ProfileManager, -installer switches (arguments) unable to launch anything other than the browser (mail does not open on startup)
...
patched by brian.lu@sun.com
r=neil.parkwaycc.co.uk
sr=bzbarsky
2005-04-30 07:05:55 +00:00
cbiesinger%web.de
e0ee9a4833
153377 disable windows-provided error popups for unresolved symbols, no disk in
...
drive, etc
r=neil sr=jag a=asa
2005-04-21 18:19:58 +00:00
timeless%mozdev.org
8acc6a8102
Bug 281375 [BEOS] Implement toolkit/xre and xpfe/bootstrap native app support
...
patch by thesuckiestemail@yahoo.se r=sergei_d sr=neil a=asa
2005-04-15 15:12:19 +00:00
kairo%kairo.at
ea04dddaed
bug 285696 (suite rebranding), stage 1, additional fix to remove quoting trickery in bootstrap, r=biesi sr=Neil a=asa
2005-04-10 23:40:39 +00:00
bsmedberg%covad.net
7e03c0b224
Bug 288626 - Switch the strict API from opt-in (MOZILLA_STRICT_API) to opt-out (MOZILLA_INTERNAL_API) r=darin
2005-04-06 03:35:24 +00:00
bsmedberg%covad.net
3522feb25f
Bug 280725 - use generic/automatic remoting for xremote r=caillon sr=bryner
2005-04-04 19:08:55 +00:00
kairo%kairo.at
b0ed9d166d
bug 285696 - suite rebranding, stage 1: using configure variables in a number of places, some small cleanups; rs=biesi,smfr sr=Neil
2005-03-29 22:02:23 +00:00
mkaply%us.ibm.com
2106b29569
#280813
...
r=mkaply, sr=blizzard (platform specific)
Patch from Rich Walsh - fix floating point scoping problem
2005-03-11 01:55:48 +00:00
cbiesinger%web.de
95e9b0c3fd
Bug 275614 xpfe/bootstrap should not use nsIPref
...
r=neil sr=alecf
2005-03-07 19:16:12 +00:00
mkaply%us.ibm.com
8071f14117
#282980
...
r=mkaply, sr=blizzard (platform specific)
Patch from Rich Walsh - implement -console for OS/2
2005-03-07 18:25:00 +00:00
neil%parkwaycc.co.uk
0d2af9150a
Backing out bug 58523 because it didn't handle bare URLs on the command line
2005-03-02 12:44:53 +00:00
neil%parkwaycc.co.uk
aa6091e795
Bug 58523 some command line switches shouldn't inhibit global startup preferences p=brian.lu@sun.com r=bryner sr=me also removing an obsolete declaration from toolkit code at bryner's request
2005-03-02 11:27:32 +00:00
bsmedberg%covad.net
fff2ac6ea1
Bug 273877 - Embedders should intialize the widget toolkit (XUL apps in nsAppRunner.cpp), instead of using nsIAppShell::Create) r=darin sr=roc
2004-12-20 21:53:33 +00:00
darin%meer.net
9aee2fe67a
fixes bug 270110 "Add versions of nsDependentString and friends to the Gecko SDK" r=bsmedberg
2004-11-30 00:57:24 +00:00
bryner%brianryner.com
29c70cffe8
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2004-11-24 22:48:45 +00:00
bsmedberg%covad.net
0d80d2802c
Bug 261232 - Require builders to specify application(s) to client.mk and configure when building r=cls (plus additional approval from pinkerton for camino-specific changes)
2004-11-23 22:22:58 +00:00
bsmedberg%covad.net
e08012b8b7
Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil
2004-10-29 19:28:38 +00:00
darin%meer.net
a3ce385335
attempting to fix gcc 3.4 bustage
2004-10-26 07:17:49 +00:00
darin%meer.net
52ac61d678
landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner
2004-10-25 19:34:45 +00:00
bsmedberg%covad.net
7561fa5d5b
Merge bug 246014 from the aviary branch, splitting nsIXULChromeRegistry into a separate piece for seamonkey-only methods. Original Firefox patch r=bryner sr=ben seamonkey merge r+sr=jst
2004-09-21 20:19:48 +00:00
roc+%cs.cmu.edu
daa86e3af8
bug 258055. Fix broken C++ compiler bustage. r+sr=roc, patch by Yuliy Pisetsky
2004-09-08 15:39:44 +00:00
roc+%cs.cmu.edu
0f4150a4e5
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
bryner%brianryner.com
2666a9d913
Have clipboard implementations that care about flushing data to the OS clipboard register for xpcom-shutdown notification, rather than being notified by nsAppRunner directly. Bug 239390, r=bsmedberg, sr=blizzard.
2004-06-10 20:39:11 +00:00
aaronleventhal%moonset.net
dcd7e072c6
Bug 239914. When OS high contrast or another accessible theme is used, automatically follow it in chrome and content. r=bsmedberg, sr=bryner
2004-06-08 19:34:55 +00:00
gerv%gerv.net
f7f3cb2736
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 16:52:41 +00:00
cbiesinger%web.de
f028ea412d
bug 239604. make uriloader more doxygen friendly, and remove unused "command"
...
parameter from nsIContentHandler::handleContent, and change the type of
aWindowContext to nsIInterfaceRequestor.
r=bzbarsky sr=darin
2004-04-16 21:06:07 +00:00
bryner%brianryner.com
542b4d8fb9
Fix bug 240174 ('no running window found' on startup). r+sr=blizzard.
2004-04-13 04:50:19 +00:00
blizzard%redhat.com
0f53cda85b
Bug #237283 . Make x-remote aware of program names as well as profiles. This should make it possible to finally be able to tell the difference between firefox and thunderbird on linux. r+sr=bryner, a=asa
2004-04-08 14:01:17 +00:00
pedemont%us.ibm.com
78bc8400dc
Bug 237183, Add FP exception handler to OS/2, r=,a=mkaply
2004-03-31 16:48:48 +00:00
timeless%mozdev.org
79ab85afcf
Bug 238468 NS_APPSTARTUPNOTIFIER_CONTRACTID should not live very long
...
r=bsmedberg sr=dbaron a=asa
2004-03-25 18:29:33 +00:00
darin%meer.net
8bdaba45ad
final patch for bug 234908 "getter_Copies scoping problem" r+sr=dbaron
2004-03-08 23:48:39 +00:00
neil%parkwaycc.co.uk
5f17b4f521
Bug 235188 -xinitthreads option for X11 p=gisburn r=roc sr=blizzard
2004-03-05 22:16:52 +00:00
jst%mozilla.jstenback.com
90431d8022
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
2004-01-29 22:04:45 +00:00
jshin%mailaps.org
6ece9f55bf
bug 195093 : modernize nsILocale (r=smontagu, sr=darin)
2003-10-30 05:04:45 +00:00
tor%cs.brown.edu
3d64f8ba5f
Bug 65881 - fix command line option to install private colormap.
...
r=blizzard, sr=bryner
2003-09-25 14:51:06 +00:00
cls%seawood.org
19d1d413c2
Fix misc build issues for mingw gcc 3.3.1:
...
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
dbaron%dbaron.org
3394ac9186
Shut down X Remote service before event loop stops running, so that the windows can be destroyed. b=216512 r=blizzard sr=bryner
2003-09-17 23:46:45 +00:00
bsmedberg%covad.net
0568e675fc
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-13 17:55:56 +00:00
jaggernaut%netscape.com
83c571e877
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
dbaron%dbaron.org
71aa3957f7
I don't think alecf meant to check in these printfs.
2003-06-13 21:37:02 +00:00
alecf%flett.org
2751c6b097
fix for bug 206379:
...
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
bryner%netscape.com
e952d5249e
Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser.
2003-06-09 22:25:25 +00:00
timeless%mozdev.org
480a01d3fe
Bug 184295 double assert in nsAppRunner.cpp when command line service is unavailable
...
r=akkana sr=dveditz
2003-04-22 00:20:24 +00:00