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

86 Коммитов

Автор SHA1 Сообщение Дата
darin%meer.net b88ad7be0d landing patch for bug 259213 "Coalesce boolean fields into nsXREAppData::flags" r=bsmedberg 2004-09-14 21:05:46 +00:00
darin%meer.net 8d0ce10046 Read EnableExtensionManager and EnableProfileMigrator from the XRE section
of the .xulapp file instead of from the App section since these are really
properties of the XRE.
2004-09-10 23:39:47 +00:00
darin%meer.net 2810017b17 fixing win32 bustage 2004-09-09 18:52:22 +00:00
darin%meer.net 02fdc9d90f landing patch for bug 258470 "XULRunner shouldn't use firefox migration service" r=bsmedberg 2004-09-09 18:10:25 +00:00
darin%meer.net ff9986a074 fixes bug 258491 "nsXREDirProvider should expose NS_APP_USER_CHROME_DIR as soon as possible" r=bsmedberg 2004-09-08 20:25:45 +00:00
scott%scott-macgregor.org ba58ca2abe Bug #247644 --> If Thunderbird has more then one profile Firefox can't be started by clicking a hyperlink.
Clear several environment variables that get set when the aviary app gets restarted.

r=bsmedberg
sr=darin
2004-09-08 05:43:21 +00:00
darin%meer.net 5ac371c8e9 fixing MingW bustage 2004-09-08 03:38:37 +00:00
darin%meer.net 6accf3753f fixes bug 258217 "Windows DDE code should extract application name from nsXREAppData" r=bsmedberg 2004-09-07 22:24:45 +00:00
darin%meer.net b853169d42 landing v1.1 patch for 257162 "core changes required to enable XULRunner functionality" r=bsmedberg 2004-09-07 18:59:07 +00:00
mkaply%us.ibm.com bb3f6c6fcd #247962
r=pedemonte, sr=blizzard (platform specific)
Remove DLL_InitTerm from NSPR - move it to Mozilla code
2004-08-20 15:03:00 +00:00
bsmedberg%covad.net fd504a7711 Bug 247427 - appreg and pluginreg are in ~/.mozilla instead of ~/.mozilla/firefox 2004-07-22 15:14:02 +00:00
ben%bengoodger.com 27e03c6d31 247846 - generate bin dir EM related files with -register 2004-07-13 10:18:34 +00:00
bryner%brianryner.com 02422c8225 Fix firefox -xremote regression by lowercasing appName before using it as the xremote app name. r/sr/a=dbaron 2004-07-07 21:38:27 +00:00
bsmedberg%covad.net 48db314cb8 Bug 248423 - workaround for the config.trim_on_minimize code not using a pref observer, and bug 249585 - createprofile flag doesn't allow user-specified paths 2004-07-03 16:41:17 +00:00
bryner%brianryner.com f88e351a9a Land prebinding hack for mac os 10.3 on the trunk (bug 246283, r=pinkerton). This is filed as Apple Radar bug 3704775. 2004-06-28 23:52:30 +00:00
ben%bengoodger.com cd1e371148 Safeguard against infinite restarts of ngapps in the event that CheckForMismatches fails due to a bad Extensions.rdf file generated by a faulty nightly build. 2004-06-28 23:31:46 +00:00
mkaply%us.ibm.com df43e2168e Add nsNativeAppSupportOS2.cpp for toolkit 2004-06-25 14:20:57 +00:00
bsmedberg%covad.net a6bbd20c9c Re-add logic for bug 239914: use the classic skin when OS accessibility is enabled, because it obeys system colors and preferences. 2004-06-22 19:22:00 +00:00
mkaply%us.ibm.com ec0fee7baa Add nsNativeAppSupportOS2.cpp 2004-06-22 13:14:08 +00:00
bryner%brianryner.com 4ed2dfdede Fix tracemalloc bustage (balsa orange) by updating gArgc to the argument count returned by NS_TraceMallocStartupArgs. 2004-06-19 18:41:08 +00:00
scott%scott-macgregor.org a8e2853c4b Port Bug #246285 to the trunk so the semi-single profile landing doesn't break Mac builds by preventing
thunderbird from finding the profile on OS X.
2004-06-18 07:38:59 +00:00
bryner%brianryner.com d9980b7856 Restore unbuffering of stdout so that the startup perf test output gets written to the tinderbox log. 2004-06-18 05:38:03 +00:00
bsmedberg%covad.net 654b5208df Update .cvsignore and add correct nsNativeAppSupportBase.cpp 2004-06-17 22:23:58 +00:00
bsmedberg%covad.net d9ba66a275 Bug 239929 - Porting semi-single-profile from the aviary1.0 branch to the trunk. This is using the argv-restart method right now (a child process). This will be changing to an xpcom-restart process soon. Code by me, Ben Goodger, Darin, Scott M., M. Kaply, and others. xpfe/appshell code r=danm sr=brendan (bug 244106). 2004-06-17 21:23:51 +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
mconnor%myrealbox.com b15404b710 firefox part of bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String(), patch by Charles Fenwick (clf03f@garnet.acns.fsu.edu), r=mconnor 2004-05-23 19:45:17 +00:00
ben%bengoodger.com f574470ef6 remove unnecessary include 2004-05-09 02:45:03 +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
scott%scott-macgregor.org 4b2c616009 fix thunderbird build bustage. Patch by Ben Goodger 2004-03-09 00:12:45 +00:00
ben%bengoodger.com d1b60b11cf 236744 - XP shell service 2004-03-08 09:56:44 +00:00
ben%bengoodger.com 3acb5b69e4 [shell1] 2004-03-08 09:53:59 +00:00
tor%cs.brown.edu 043668af20 Bug 235034 - private colormaps not working with firefox. r=bryner 2004-03-04 22:59:50 +00:00
amardare%qnx.com 8b1c7bc8ec Changes for the qnx(photon) platform only. It should not affect building/runtime other platforms.
Fixed a typo in the photon section.
2004-02-26 23:17:27 +00:00
amardare%qnx.com f363fc1a6f Get rid of the special tratment of MOZ_WIDGET_PHOTON in the ifdef statements
( it should follow the XP_UNIX instead ) r=ben
2004-02-25 14:53:32 +00:00
amardare%qnx.com b7b5ee9c37 Reverted my previous changes because turning on by default the splashscreen on a particular platform
would contradict the general UI decision of not having one.
2004-02-24 15:07:51 +00:00
amardare%qnx.com 0fd39581ea Changes for the qnx(photon) platform only. They should not affect building/runtime other platforms. 2004-02-23 20:52:52 +00:00
amardare%qnx.com b9025115ba Changes for the qnx(photon) platform only. It should not affect building/runtime other platforms.
Added the support for a splashscreen for firefox on qnx.
2004-02-23 20:03:44 +00:00
darin%meer.net 8d65e087ae landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
blakeross%telocity.com 576c6dac3f Fix 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. 2004-02-15 23:51:10 +00:00
ben%bengoodger.com eb919d1f0c Firebird is now called Firefox 2004-02-11 00:56:17 +00:00
scott%scott-macgregor.org 7234fca943 Bug #232699 --> disable -turbo for thunderbird like it is already disabled for firebird so the user does not
get in a state from which he cannot quit.
2004-01-30 22:33:08 +00:00
bryner%brianryner.com 856dc42814 Beginning of cocoa support for firebird 2004-01-21 00:57:55 +00:00
bsmedberg%covad.net 0c471686e7 bug 219233 - Unfork nsIChromeRegistry.idl (not the impl, just the interface) and move it into content/base/public until we can get a more fine-grained separation of that interface in to GRE/non-GRE pieces. r/sr=hyatt+jst
I couldn't do a CVS move of nsIChromeRegistry.idl, sorry... it was added on a branch earlier. The old CVS log/blame can be found at mozilla/rdf/chrome/public/nsIChromeRegistry.idl
2003-12-22 05:23:10 +00:00
bryner%brianryner.com 7581cd6a9d Handle -register before gtk_init() is called so that an X display is not required for this step. 2003-12-04 19:39:40 +00:00
bryner%brianryner.com 096d306007 Fix toolkit tracemalloc bustage, patch by swalker. 2003-11-14 23:55:41 +00:00