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

168 Коммитов

Автор SHA1 Сообщение Дата
bsmedberg%covad.net 52151dfa47 Bug 304160 - Build XULRunner bundle as an installer.pkg which installs the framework r=mento+chase 2005-08-22 17:39:28 +00:00
bienvenu%nventure.com e0aa12cc81 negotiate auth -> auth, otherwise there will be xul runner build bustage 2005-08-19 16:58:29 +00:00
bsmedberg%covad.net 08af601208 XULRunner-specific bustage fix from bug 299992 - MSVC6 doesn't like initializing reference types as POD, so use a pointer instead. 2005-08-16 19:39:42 +00:00
bsmedberg%covad.net 4a7523f23e Bug 304476 (and 304478) - remove app.extensions.version from default prefs - r=chase 2005-08-16 19:28:01 +00:00
bsmedberg%covad.net b1280c03e0 Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin 2005-08-15 18:29:55 +00:00
bsmedberg%covad.net 4fb9cbf21d Backout bug 299992 - too much odd platform-specific bustage 2005-08-11 22:07:08 +00:00
bsmedberg%covad.net b88aaf3d98 Bug 299992, the part before the actual work: move pldhash and the templatized hashtables into the glue (and drop the minor dependencies on NSPR), and centralize our various in-tree nsINIParser classes into the glue (does not affect the ones used for the various installers) r=brendan/darin a=chase/cbeard 2005-08-11 20:40:53 +00:00
bsmedberg%covad.net be61801fba Bug 299991 - XULRunner stub executable, r=darin a=shaver 2005-07-25 22:16:56 +00:00
bsmedberg%covad.net a7722c1a38 Bug 269460 - Build system for easy replacement of trademarked names --with-branding=directory r=chase a=shaver 2005-07-25 18:56:27 +00:00
masayuki%d-toybox.com 02b22c05d0 Bug 298712 Space before parenthesis of accesskey should be removable r=pkwarren, neil, mconnor, sr=bzbarsky, neil, a=asa, mconnor 2005-07-20 08:40:13 +00:00
roc+%cs.cmu.edu 03dcd233ca Bug 297944. Fix formatting in xulrunner Usage() message. r=benjamin,a=asa, patch by Wolfgang Rosenauer 2005-06-27 22:35:55 +00:00
bsmedberg%covad.net 406f7e41d6 Bug 297923 - Make the standalone glue work on mac, and write GRE-finding code which looks for our new XUL framework, and make our new XUL framework. r=jhpedemonte+darin a=chofmann 2005-06-23 16:55:52 +00:00
bsmedberg%covad.net 95a9d76d3c Bug 224305 part "*nix" - register xulrunner as a GRE with xulrunner -register-global and -register-user - r=darin a=asa 2005-06-16 13:29:45 +00:00
bsmedberg%covad.net ad2a2f454f Supplemental logic fix from bug 224305, r=darin 2005-06-14 21:15:21 +00:00
bsmedberg%covad.net 49011d5b0c Check argc before dereferencing argv[1], as we can launch xulrunner with no args if XUL_APP_FILE is set in the environment. 2005-06-14 14:56:16 +00:00
bsmedberg%covad.net 6752aa8bea Move additional variables before goto statements to suit MSVC6 (sucky compiler!), from bug 224305 2005-06-14 14:53:56 +00:00
bsmedberg%covad.net 5caff6fe69 MSVC6 bustage from bug 224305 (stupid parent scoping of for-loop variables). 2005-06-13 20:06:00 +00:00
bsmedberg%covad.net 106166389b Re-land bug 224305 part "windows" - Separate GRE (xulrunner) registration from the installer scripts, r=darin a=asa. The first patch accidentally contained some extraneous changes to the static component loader which are for a different bug. 2005-06-13 16:45:22 +00:00
bsmedberg%covad.net 70a510fcfa Backout bug 224305 due to unexplained tbox orange (probably has something to do with static builds?) 2005-06-10 21:01:40 +00:00
bsmedberg%covad.net 7a3de0c3d7 Bug 224305 part "windows" - Separate GRE (xulrunner) registration from the installer scripts, r=darin a=asa 2005-06-10 19:21:27 +00:00
cls%seawood.org 34066213a5 Path translation fixes for msys.
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver
2005-06-02 04:00:37 +00:00
bsmedberg%covad.net 6d44253e15 Bug 294683 - xulrunner should use envvar to remember path to appdata file r=darin a=Asa 2005-05-26 19:51:19 +00:00
darin%meer.net a088ba0778 fixes bug 294405 "First launch of application results in 'usage' dialog being shown" r=bsmedberg 2005-05-18 17:53:53 +00:00
darin%meer.net cad01439ff fix debug build bustage introduced by the patch for bug 293461 2005-05-17 00:58:08 +00:00
bsmedberg%covad.net ad34ab7cbe Bustage fix from bug 293461 -- I'm really stupid, I test-compiled the wrong tree. 2005-05-12 17:40:03 +00:00
bsmedberg%covad.net 96622a4250 Bug 293461 - Make safe mode a system option and make handling by the EM less fragile. Also fixes bug 275529 - allows app ID and extension ID to be a prettyname@vendor.tld instead of {GUID}. r=darin+robstrong a=asa 2005-05-12 13:23:30 +00:00
darin%meer.net 934bbd05da fixes bug 291564 "Show XULRunner version and help info in Windows release builds" r=bsmedberg a=chofmann 2005-05-02 22:35:55 +00:00
mkaply%us.ibm.com cc537d44bd #281203
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Andy Willis - OS/2 needs a shortname for the simple test
2005-04-22 13:44:41 +00:00
darin%meer.net 4eddd80ffa fixes bug 289494 "Make xulrunner work with toolkit packager" r=bsmedberg a=asa 2005-04-08 04:14:27 +00:00
dbaron%dbaron.org 7da9618f88 Make it possible for apps, extensions, and vendors to all add tokens to the User-Agent string (using default preferences) without overwriting each other. b=274928 r+sr=darin a=mkaply 2005-04-07 18:11:59 +00:00
darin%meer.net cbbe1c749a whitespace change 2005-04-06 08:03:31 +00:00
darin%meer.net 9c6036938a Adding C++ component to XULRunner 'simple' example 2005-04-06 07:12:22 +00:00
bsmedberg%covad.net 37bcd52084 Add InfoPlist.strings for the xulrunner build, bug 288370 2005-04-06 01:37:18 +00:00
bsmedberg%covad.net 021cbc4ca7 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 14:50:16 +00:00
darin%meer.net 16c8ead42e add missing files 2005-04-05 00:50:37 +00:00
darin%meer.net 431afc8b1d Make XULRunner simple example more interesting 2005-04-05 00:49:09 +00:00
darin%meer.net 02f8c9d9ad fixes bug 286147 "switch from .xulapp to application.ini" r=bsmedberg 2005-03-28 19:36:24 +00:00
darin%meer.net ca423530ff landing xulrunner/app portion of bug 285799 "UserAgent string is malformed for XULRunner apps" r=bsmedberg
[meant to check this in with the other part of the patch before]
2005-03-25 01:31:29 +00:00
mozilla.mano%sent.com 5904802656 Bug 256726 - [Mac] CFBundleInfoDictionaryVersion key is wrong in Firefox, Sunbird and xulrunner. r=pinkerton sr=smfr 2005-03-23 10:33:15 +00:00
bsmedberg%covad.net d3d9589cf0 libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
mkaply%us.ibm.com 1e60c51bd5 #281203
r=mkaply, sr=blizzard (platform specific)
From Andy Willis - remove unused references to pointer files
2005-03-15 14:34:04 +00:00
mkaply%us.ibm.com 38c185c992 #281203
r=mkaply, sr=blizzard (platform specific)
From Andy Willis - remove unused references to pointer files
2005-03-15 14:32:55 +00:00
darin%meer.net 52b97d0e18 fixes bug 285799 "UserAgent string is malformed for XULRunner apps" r=bsmedberg 2005-03-14 22:59:05 +00:00
darin%meer.net 4da0d1c54d fixes bug 284955 "xulrunner 'simple' app string bundle warnings" r=bsmedberg 2005-03-07 17:41:05 +00:00
bsmedberg%covad.net 3e9f840f5e Bug 282858 - Some extensions don't wory after upgrading to 2/19 build (dir provider was looking in the wrong place for extension default pref files) r=darin 2005-02-24 19:40:21 +00:00
axel%pike.org b7cabb463e bug 283470, generate simple.manifest instead of installed-chrome.txt, r=bsmedberg,vlad 2005-02-24 17:44:05 +00:00
mkaply%us.ibm.com c32bb9fa72 #280137
r=pedemonte, sr=mkaply (OS/2 specific)
Patch from Peter Weilbacher - don't statically link to PMWINX since it is a poorly behaved DLL
load the needed functions dynamically from REGISTRY.DLL
2005-02-07 14:54:47 +00:00
bsmedberg%covad.net ca5243c97b Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor 2005-01-17 18:50:18 +00:00
dbaron%dbaron.org 740ba97818 Happy New Year. 2005-01-01 05:01:51 +00:00
darin%meer.net 42852098c2 landing patch for bug 257162 "Add Gecko version checking to xulrunner apps" r=bsmedberg 2004-12-20 05:54:06 +00:00
bsmedberg%covad.net 6945318302 Heh, somebody doesn't REQUIRE xpcom. Build bustage from bug 273417. 2004-12-07 07:08:57 +00:00
bsmedberg%covad.net 5a4d47e698 Bug 273417 - Use the app id/version/buildid from nsXULAppAPI instead of using prefs r=darin a=ben 2004-12-07 04:53:07 +00:00
gerv%gerv.net b92568bebe Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-01 22:27:03 +00:00
mats.palmgren%bredband.net 5f4e38cadb Add missing CSS3 cursor resources to win32 static builds. b=260713 r=dean_tessman sr=dbaron 2004-11-26 19:49:53 +00:00
darin%meer.net 7fc5ef12fc fix win32 xulrunner build bustage 2004-11-24 00:39:16 +00:00
bsmedberg%covad.net c913eb8e2c 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
darin%meer.net 8f66abf599 adding macbuild directory 2004-09-14 16:46:20 +00:00
darin%meer.net 1150837cb4 cleaning up --help output 2004-09-14 04:14:59 +00:00
darin%meer.net d233df5848 simplify the "simple" example 2004-09-14 03:23:19 +00:00
darin%meer.net ef892d9b6a improve --help output 2004-09-14 03:00:12 +00:00
darin%meer.net f4e9b9f36c adding default.xpm file for xulrunner 2004-09-11 01:02:59 +00:00
darin%meer.net a960713894 Add resource files, default icons, and default branding. Make it build
under Windows.
2004-09-10 23:43:17 +00:00
darin%meer.net 56a4285069 install simple.xulapp last 2004-09-10 01:56:34 +00:00
darin%meer.net c2d502aed7 Adding simple example app 2004-09-10 01:42:41 +00:00
darin%meer.net 0dc3e99131 Improve command line handling for XULRunner. Support invocation without
the "-app" switch.  Provide basic -help and -version support.
2004-09-09 07:03:04 +00:00
darin%meer.net 52e77b190c correct spelling of XULRunner ;-) 2004-09-09 07:01:43 +00:00
darin%meer.net 487d74f17f landing modifications from XULRUNNER_20040804_BRANCH 2004-09-09 01:26:39 +00:00
darin%meer.net cdb0ac93a1 initial landing 2004-08-05 21:38:24 +00:00