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

105 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org 1fb9a137cc Bug 210217 [BeOS]Allow componentlib to build
patch by thesuckiestemail@yahoo.se r=bryner sr=alecf
2004-05-16 16:29:03 +00:00
mkaply%us.ibm.com f1bb9813b2 #242189
r=pedemont
OS/2 only changes - cleanup resource compiling, get branding working on Firefox
2004-05-05 13:38:52 +00:00
scott%scott-macgregor.org d8ee8465d0 Bug #237725 --> Use dist\branding as a staging area for branded artwork.
Copy generic branded icons out to dist\branding

During the install phase, use the icons in dist\branding instead of the ones in browser\app

sr=bryner
2004-04-19 05:24:35 +00:00
bryner%brianryner.com fdea958cb9 Fix bug 236836 for firefox/thunderbird/sunbird/composer 2004-04-12 07:25:21 +00:00
ben%bengoodger.com 4df6140729 bug 238364 - "firefox" shell script should look in ~/.firefox instead of ~/.phoenix... patch by Roland Mainz <roland.mainz@nrubsig.org> r=ben 2004-03-24 22:40:50 +00:00
bryner%brianryner.com ee5a61a652 Make use of VPATH so that xpm files will be first looked for in the objdir. 2004-03-21 03:46:43 +00:00
ben%bengoodger.com fd9c296d88 fix mac bustage 2004-03-16 04:42:12 +00:00
ben%bengoodger.com 94ff451885 236744 - replace winhooks with a XP shell service to better allow for system integration on various platforms 2004-03-08 09:56:16 +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
pkw%us.ibm.com 2ae01282d1 Bug 234124 - RFE: Port the pluggable shell script API to FireFox/Thunderbird/Sunbird etc
r=bryner@brianryner.com, sr=bryner@brianryner.com

Checking in patch for Roland Mainz <roland.mainz@nrubsig.org>
2004-02-20 18:13:47 +00:00
ben%bengoodger.com abbe9fc884 229036 - start menu links to readme and license don't work,.... patch from simon paquet 2004-02-18 20:58:20 +00:00
mkaply%us.ibm.com c23d9287f3 OS/2 updates for firefox static build 2004-02-17 19:54:44 +00:00
ben%bengoodger.com eb919d1f0c Firebird is now called Firefox 2004-02-11 00:56:17 +00:00
bryner%brianryner.com 1c2a40ffa9 Install default.xpm to the right place. 2004-02-06 08:47:03 +00:00
bryner%brianryner.com 856dc42814 Beginning of cocoa support for firebird 2004-01-21 00:57:55 +00:00
bryner%brianryner.com f7ade05c58 Remove duplicate prefs from all.js so that we don't re-override platform overrides. Rename firebird's all.js to firebird.js (copied in the cvs repository). Bug 231200 patch by steffen wilberg 2004-01-18 22:10:15 +00:00
bsmedberg%covad.net 00b21c89e4 Firebird bustage-fix for bug 224578. Since all pref files are now preprocessed
we can remove the custom rules from this Makefile.
2004-01-16 20:51:57 +00:00
bryner%brianryner.com 95f6ce3af0 Trying to fix tinderbox orange -- preprocess brand.dtd[.in] ourselves because make-jars.pl seems to be losing the quotes on the version string. 2004-01-08 10:18:13 +00:00
bryner%brianryner.com 4dd8708f61 Bug 224818 - centralize firebird version string and use it where appropriate 2004-01-08 07:23:49 +00:00
bryner%brianryner.com 3a882830b5 Preprocess all.js and turn off autoscroll by default on unix. 2003-12-18 08:12:58 +00:00
chanial%noos.fr f1eb3a6b9d fixing bustage caused by bug 225269 2003-12-07 02:56:45 +00:00
chanial%noos.fr f3335aec37 Bug 224819: cleanup: remove CVS dirs from packaged app bundle patch by J.J. Enser, r=bryner 2003-12-07 01:00:41 +00:00
bryner%brianryner.com c66c0db4cf Use our own default window icon on Linux 2003-11-25 05:02:25 +00:00
scott%scott-macgregor.org f6121850a9 Change the mac creator type on firebird to MOZB (b is for browser) to avoid
using the same type as Mozilla (MOZZ). This makes url delegation between thunderbird
and firebird work on the mac without the two tripping over each other.

a=brendan on the new creator name
2003-11-25 03:12:40 +00:00
bryner%brianryner.com 2303733463 get rid of console window for win32 gcc builds, and limit heap size per bug 127069. 2003-11-09 22:17:10 +00:00
bryner%brianryner.com d9647f99f2 Force autoregister on the first run after completing a build (even for optimized builds) like seamonkey does. 2003-11-04 07:42:52 +00:00
bryner%brianryner.com 811ebf3092 add -framework IOKit to fix static build bustage 2003-10-31 21:44:05 +00:00
ben%bengoodger.com 685116577a Update static rules for Mac to ensure we link against Quicktime. 2003-10-24 07:44:34 +00:00
bryner%brianryner.com b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
bryner%brianryner.com ceea34d090 XPM version of the new Firebird icon 2003-07-27 09:25:48 +00:00
bryner%netscape.com 113e881666 Fix static builds on solaris (bug 209104). patch by gisburn, r=me. 2003-06-19 00:01:48 +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
bryner%netscape.com 51cbf5af23 Get firebird to build with mingw gcc (bug 202868). patch by dmose, r=me. 2003-06-05 21:59:20 +00:00
bryner%netscape.com 2ff4121e5f make the unix start script be MozillaFirebird 2003-05-14 06:55:16 +00:00
ben%netscape.com f83e078f2e Name changes for 0.6 2003-05-12 20:43:54 +00:00
bryner%netscape.com a43efd132d Get phoenix building on mac. 2003-04-03 02:33:34 +00:00
dean_tessman%hotmail.com dbc64bfb9f 182695 - No hand cursor over links on Windows 95 and NT4 2003-03-07 03:55:59 +00:00
bryner%netscape.com 62aef50c8f trying to fix debug build bustage on linux. 2003-02-01 00:54:29 +00:00
bryner%netscape.com b70751b285 Fix phoenix os/2 bustage (bug 187485), checking in for pedemont@us.ibm.com. 2003-01-02 22:02:21 +00:00
bryner%netscape.com 8ccfaf4c6d Don't need to pass -Ldist/lib/components to linker on win32 2002-11-24 08:29:38 +00:00
bryner%netscape.com 4823aa45b7 Fixes for static build 2002-11-24 07:24:41 +00:00
bryner%netscape.com daa99ab8e9 add os/2 rc file (bug 177722), patch by mkaply. 2002-11-16 09:20:16 +00:00
bryner%netscape.com 35ba6ab2bc Support building Phoenix with jprof. Thanks to bbaetz for the patch. 2002-10-03 08:30:19 +00:00
bryner%netscape.com d0545ad04d Adding support for Phoenix static builds 2002-10-03 06:08:18 +00:00
chanial%noos.fr e2562a99d8 Turning on the Phoenix default profile 2002-09-29 18:16:54 +00:00
bryner%netscape.com 54efcc329b Fix wrapper script name for Linux. 2002-09-20 20:15:35 +00:00
hewitt%netscape.com 7af99a0c3d renaming mozbrowser.exe to phoenix.exe and changing profile directory to /Phoenix 2002-09-20 05:03:16 +00:00
hyatt%netscape.com ecf69b9edd Finally. This works. 2002-09-18 02:23:35 +00:00
hyatt%netscape.com 908df8cccc We didn't need this shit anyway. 2002-09-18 01:59:34 +00:00
hyatt%netscape.com deb34f8f88 Adding manifest to makefile. 2002-09-18 01:51:18 +00:00
bryner%netscape.com 9803bf8f99 Fixing win32 phoenix bustage. 2002-09-02 07:42:57 +00:00
bryner%netscape.com f103ec6301 Fix bustage by defining MOZ_PHOENIX in RCFLAGS. 2002-09-02 05:13:46 +00:00
bryner%netscape.com 354f6d8929 add license. also, back to MOZ_WINCONSOLE. 2002-08-27 09:59:37 +00:00
bryner%netscape.com 445c25cd24 Checkpointing changes, this won't build for everyone yet. Move the $(PROGRAM) rule below rules.mk so we don't skip the rules that install the binary to dist/bin! 2002-08-26 10:15:02 +00:00
bryner%netscape.com 14fb0e57a2 Phoenix files to use generic XUL application library. Not part of the build. 2002-08-21 19:21:36 +00:00