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

104 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 9d3fb5f3b1 Align mingw libs linkage with msvc.
Thanks to Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> for the patch.
Bug #334542 r=cls
2006-04-20 12:59:02 +00:00
dbaron%dbaron.org a57dc055e0 Make the UA string app token based on the display name of the app rather than always being Firefox/version. b=334756 r=mconnor sr=darin 2006-04-20 03:31:37 +00:00
cls%seawood.org 7ab19fd9bd Fix mingw cross-compile & static build bustage
Bug #333941 r=bsmedberg
2006-04-14 22:59:21 +00:00
benjamin%smedbergs.us 21d4c5ca34 Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-04-06 15:19:31 +00:00
masayuki%d-toybox.com 90e07ae12e Bug 330276 Drop support for pre-Win2k platforms. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=emaijala+dougt, sr=roc 2006-04-04 20:57:13 +00:00
pavlov%pavlov.net 2e9b70c766 link against zlib in linux cairo builds 2006-02-03 04:39:55 +00:00
bsmedberg%covad.net 2564a6366d Stupidity fix, bug 299997 2006-01-30 20:07:45 +00:00
bsmedberg%covad.net 98eb209100 Fix gawk-isms from bug 299997, patch by Pawel Chmielowski <prefiks@aviary.pl> 2006-01-30 17:37:29 +00:00
bsmedberg%covad.net 3a2122792d Bug 299997 - Allow building Firefox as a XULRunner-based app by configuring --with-libxul-sdk=path r=darin 2006-01-28 17:32:37 +00:00
bsmedberg%covad.net cb1340feb5 Reverting part of bug 311735, the LOCAL_INCLUDES are needed to build the win32 resources still. 2005-11-23 18:32:55 +00:00
bsmedberg%covad.net ffa68aa180 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 efc1fd7274 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
cls%seawood.org 8e360a42c3 Put default.xpm in proper directory when using 'make install'
Bug #314927 r=bsmedberg
2005-11-11 01:18:45 +00:00
vladimir%pobox.com 23eef124d6 thebes/cairo backend update. windows fonts through thebes, start of pango fonts through thebes. lots of other misc fixes. win32 static build fix. 2005-11-08 20:06:16 +00:00
timeless%mozdev.org 8f4cd2b229 Bug 314518 - [BeOS] Static builds Broken due nsSound implementation for Widget:BeOS
patch by thesuckiestemail@yahoo.se r=sergei_d sr=bsmedberg
2005-11-07 19:55:20 +00:00
mark%moxienet.com 20926309e6 Bug 306020 fallout, officially branded Mac Firefox builds are broken following MOZ_USE_OFFICIAL_BRANDING castration. r=mscott a/1.8=mscott 2005-09-07 01:51:58 +00:00
cmp%mozilla.org 7c36e29c7d Add --enable-update-channel for browser+mail. Bug 302721, attachment
193749.  r=bryner@brianryner.com, sr=benjamin@smedbergs.us
2005-08-25 00:59:09 +00:00
vladimir%pobox.com 90ae411cfd cairo landing: misc build fixes for thebes backend 2005-08-20 06:21:16 +00:00
mark%moxienet.com 95e7ab9173 Bug 302080, Mac products need to display EULA. New Mac dmg packager, EULA resources, dmg backgrounds, and icons. Also fixes 180837, 257854, 283598. r=josh sr=smfr sr=bryner 2005-08-18 13:11:46 +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
mark%moxienet.com 60491eabab Bug 299404, can't package fox debug builds in a dmg on Mac. Debug app name should be FirefoxDebug.app or DeerParkDebug.app. Mac-only. r=josh a=asa 2005-07-20 18:36:14 +00:00
gandalf%firefox.pl 050e4a4e35 Bug 261679: Provide anti-aliased PNG icons for Gnome and KDE; p=marek.stepien@gmail.com, r=mconnor, a=asa 2005-06-18 12:32:48 +00:00
scott%scott-macgregor.org 1363fb7892 Bug #297227 --> Depend build fails to build PrintPDE.plugin Patch by Mark Mentovai
jhpedemonte: review+
peterv: superreview+
a=asa
(checked in on behalf of josh)
2005-06-13 19:59:11 +00:00
mozilla.mano%sent.com 9829a8e1d0 Now that Chase changed the ProductName on the mac tinderbox, i'm reanding the mac rebranding patch (bug 294399), r=bsmedberg/josh, a=asa 2005-05-24 17:12:35 +00:00
mozilla.mano%sent.com 55faf4eea4 backing out mac rebranding, fixing bustage again 2005-05-24 07:53:01 +00:00
mozilla.mano%sent.com db149513cf Bug 294399 - rebrand firefox for deer park, more mac bits. r=bsmedberg/josh, a=asa 2005-05-24 07:15:27 +00:00
mozilla.mano%sent.com 90427d0b6a Partly backing out bug 294399 (changing APP_NAME back to 'Firfox' in order to fix bustage 2005-05-23 19:26:08 +00:00
mozilla.mano%sent.com dbb64d17bf Bug 294399 - rebrand firefox for deer park, mac build part. r=joshmoz a=asa 2005-05-23 19:01:12 +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
bsmedberg%covad.net 95117512e6 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 16:59:25 +00:00
roc+%cs.cmu.edu 3ca2062b66 Bug 255958. Reland makefile fix after aviary merge. r=bryner, patch by Wolfgang Rosenauer 2005-03-29 20:10:03 +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
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
bryner%brianryner.com f5257db823 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
mkaply%us.ibm.com 86fadea9ac OS/2 FF bustage - putting change back 2004-12-02 19:15:02 +00:00
ben%bengoodger.com 19093d9aec Landing the Aviary Branch (browser section only). 2004-11-30 08:23:02 +00:00
bryner%brianryner.com 212b9aab08 fix mis-merge (bug 205974) 2004-11-07 00:34:37 +00:00
bryner%brianryner.com d10d13ede4 Package PrintPDE plugin on Mac (bug 205974). Patch by harunaga@depublic.com, r=ccarlen. 2004-11-07 00:32:24 +00:00
bsmedberg%covad.net 91ff0d34cb Followup for the checkin from bug 246014, this mixed the @substitution@ and #expand syntax badly, and needed an update to brower/app/Makefile.in from another bug. 2004-09-24 18:39:33 +00:00
bryner%brianryner.com 339776ec20 Fix 'make install' for prefs.js. Patch by Wolfgang Rosenauer, r=me, bug 255958. 2004-09-21 23:06:47 +00:00
bsmedberg%covad.net 9b824e5486 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
peterv%propagandism.org 3abfed564c Fix for bug 221365 (Shockwave plugin does not work on Mac (app needs vers resource)). r/sr=jst/bryner. 2004-09-04 13:33:59 +00:00
ben%bengoodger.com 5ad809c2df 242653 - README.txt mentions Mozilla, not Firefox. 2004-08-09 20:01:04 +00:00
bryner%brianryner.com f42265bc1d Make sure profiles have a prefs.js file (bug 253291). 2004-07-28 21:20:29 +00:00
bryner%brianryner.com 27730e1df0 Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces. 2004-07-15 22:51:19 +00:00
bryner%brianryner.com 82f439fe28 More prebinding fixes... force the header padding to be 3 times the size of the LC_PREBOUND_DYLIB load commands, as newer Xcode tools do by default for executables. This value is currently hardcoded but is unlikely to change. 2004-06-28 23:55:43 +00:00
cls%seawood.org cbcc90ded7 Make console handling in mingw builds behave the same as msvc builds.
Bug #245903 r+sr=dmose
2004-06-21 20:56:14 +00:00
bsmedberg%covad.net 8b04241e3b 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
bryner%brianryner.com 272a7b9c0b Force mangle and shlibsign to be copied rather than be broken symlinks in dist/Firefox.app 2004-06-07 23:58:02 +00:00
timeless%mozdev.org 69e8d86d0f Bug 210217 [BeOS]Allow componentlib to build
patch by thesuckiestemail@yahoo.se r=bryner sr=alecf
2004-05-16 16:29:03 +00:00