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

78 Коммитов

Автор SHA1 Сообщение Дата
bsmedberg%covad.net 1da895f681 Can't use -lXUL on mac (that looks for .dylib), so specify the file manually 2005-11-23 16:27:49 +00:00
bsmedberg%covad.net 6a4881b44b Bug 311735 - When --disable-libxul, build a little xul.dll with the embedding exports, r=darin (This xul.dll is not built in static builds because it wouldn't have access to the static module list anyway) 2005-11-23 14:16:33 +00:00
bsmedberg%covad.net 395d1ae606 Bug 316857 - in win/unix stub, allow finding a private XULRunner in the "xulrunner" subdirectory, r=darin 2005-11-17 19:25:42 +00:00
bsmedberg%covad.net d6dd6dd235 Bug 306689 - XULRunner stub executable for win/linux r=robstrong 2005-10-26 17:17:44 +00:00
bsmedberg%covad.net 73413ab825 Bug 300139 - nsXULAppInstall fixup and xulrunner command-line flag. r=robstrong 2005-10-07 13:59:17 +00:00
bsmedberg%covad.net 4af8a8d33d Bug 300139 - Need method to "install" a XUL application r=robstrong 2005-10-05 16:56:47 +00:00
dbaron%dbaron.org 804259c6b1 Pass arguments through cleanly rather than performing extra escaping. b=307185 Patch from Tuukka Tolvanen <tuukka.tolvanen@gmail.com>. r=bsmedberg sr=bryner 2005-09-20 21:11:37 +00:00
bsmedberg%covad.net 26d6dc029c Bug 299992 (final patch!) - Allow glue-finding code to specify additional features such as toolkit=gtk r=darin 2005-09-01 12:33:47 +00:00
wr%rosenauer.org cabea24ed3 Bug 305962 xulrunner's mozconfig entries obsolete, r=benjamin 2005-08-26 04:22:01 +00:00
bsmedberg%covad.net 57c762ec4f Bug 304160 comment 20 - unset NEXT_ROOT, to unconfuse things when building --with-macos-sdk 2005-08-22 20:42:47 +00:00
bsmedberg%covad.net 11e8da901d 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 79890a49f4 negotiate auth -> auth, otherwise there will be xul runner build bustage 2005-08-19 16:58:29 +00:00
bsmedberg%covad.net 1c23a3fc0f 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 c54aa3f56b Bug 304476 (and 304478) - remove app.extensions.version from default prefs - r=chase 2005-08-16 19:28:01 +00:00
bsmedberg%covad.net f0d2e05a7e 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 8992fb4c7d Backout bug 299992 - too much odd platform-specific bustage 2005-08-11 22:07:08 +00:00
bsmedberg%covad.net e9c48557e9 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 515f8c4b69 Bug 299991 - XULRunner stub executable, r=darin a=shaver 2005-07-25 22:16:56 +00:00
bsmedberg%covad.net dab055967f 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 15165f0770 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 f96ca4fde0 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 fab45591e2 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 816495bf4c 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 50f4722575 Supplemental logic fix from bug 224305, r=darin 2005-06-14 21:15:21 +00:00
bsmedberg%covad.net f69f5609f7 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 63f3314c21 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 05a169661c MSVC6 bustage from bug 224305 (stupid parent scoping of for-loop variables). 2005-06-13 20:06:00 +00:00
bsmedberg%covad.net 2e3c82ba6e 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 04fadef34d 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 f290a07e0f 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 2f8def85e9 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 80e3d98c54 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 335788cf91 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 2466882f8c fix debug build bustage introduced by the patch for bug 293461 2005-05-17 00:58:08 +00:00
bsmedberg%covad.net a1f07422f0 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 ec03fbb04a 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 0011b7ec08 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 e56ecb6807 #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 36e91b339c fixes bug 289494 "Make xulrunner work with toolkit packager" r=bsmedberg a=asa 2005-04-08 04:14:27 +00:00
dbaron%dbaron.org 5d312ec4b3 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 3ebc402ce6 whitespace change 2005-04-06 08:03:31 +00:00
darin%meer.net 076ad8492b Adding C++ component to XULRunner 'simple' example 2005-04-06 07:12:22 +00:00
bsmedberg%covad.net c3078ba4fa Add InfoPlist.strings for the xulrunner build, bug 288370 2005-04-06 01:37:18 +00:00
bsmedberg%covad.net 844ef87b25 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 14:50:16 +00:00
darin%meer.net 9ba254f26e add missing files 2005-04-05 00:50:37 +00:00
darin%meer.net 95292f5fc4 Make XULRunner simple example more interesting 2005-04-05 00:49:09 +00:00
darin%meer.net a87b534479 fixes bug 286147 "switch from .xulapp to application.ini" r=bsmedberg 2005-03-28 19:36:24 +00:00
darin%meer.net e0c32746fe 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 1338b066d1 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 914a5612a1 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