Commit Graph

92 Commits

Author SHA1 Message Date
alfred.peng@sun.com
cd72be63a8 Bug 391361. The integration of breakpad on Solaris. r=ted.mielczarek,a=beltzner. 2008-03-19 18:13:36 -07:00
dougt@meer.net
0069a6f866 XRE build changes for windows mobile. b=420240, r=bsmedberg, a=beltzner 2008-03-05 11:23:44 -08:00
jag@tty.nl
05cdb6aefe Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
jag@tty.nl
6b4aa39072 Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep 2008-02-09 02:37:42 -08:00
caillon@redhat.com
d715a213f3 Bug 311008 Add standard install locations on filesystem for extensions r=mossop sr=bsmedberg a=beltzner 2008-01-15 07:13:59 -08:00
benjamin@smedbergs.us
d4a93bc616 Bug 386740 - Windows file versions are incorrect, r=luser 2008-01-14 07:24:19 -08:00
benjamin@smedbergs.us
a1d42219e2 Bug 410610 - Can't open a local HTML file that has accents (special unicode characters) in its filename, r=luser+Neil 2008-01-07 08:38:12 -08:00
smichaud@pobox.com
3d8992cd59 Make clicking on Dock icon restore last minimized window. b=389423 r=joshmoz sr=benjamin 2007-08-16 07:53:10 -07:00
dbaron@dbaron.org
103f60636e Export a stack walking API (usable from C or C++) from XPCOM. b=374689 r=bsmedberg a=bzbarsky 2007-08-10 14:28:22 -07:00
ted.mielczarek@gmail.com
7050a93f24 bug 389548 - fixup from cvs copy (airbag -> crashreporter). also note that this renames the configure flag from --disable-airbag to --disable-crashreporter. r=bsmedberg 2007-08-08 08:19:57 -07:00
flamingice@sourmilk.net
df954b41eb Bug 93789, Support Xsmp, r=benjamin 2007-07-16 19:32:14 -07:00
ted.mielczarek@gmail.com
8557e19ccc bug 388320 - package crashreporter xpt (+ rename airbag module to
crashreporter).  r=bsmedberg
2007-07-16 14:00:26 -07:00
benjamin@smedbergs.us
f1593a410c Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi 2007-07-02 11:20:24 -07:00
benjamin@smedbergs.us
b21f7b3a04 Reverting bug 383167 again for linux test bustage :-( 2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us
c93d1d5be6 Bug 383167 trying again, reviews by luser and biesi, sr=jst 2007-06-26 09:35:01 -07:00
benjamin@smedbergs.us
d782232066 Revert all of bug 383167 changes because they're not enough... going to try again later. 2007-06-25 11:40:57 -07:00
benjamin@smedbergs.us
7b42bb19aa Bug 383167 - Need buildid in an external file, r=luser sr=jst 2007-06-25 08:25:59 -07:00
kairo@kairo.at
50c7a95084 bug 380786 - clean up xpfe/ after suite moving to toolkit, step 2 (xpfe/bootstrap), r=bsmedberg 2007-06-10 13:57:32 -07:00
ted.mielczarek@gmail.com
64043d4f0b bug 380541 - build time logic to extract debug symbols on Linux - first cut at integrating Breakpad on Linux. r=mento 2007-05-22 13:20:55 -07:00
ted.mielczarek@gmail.com
3abc68c2c8 bug 380542 - add a Makefile for airbag/src/client stuff. r=bsmedberg 2007-05-16 09:44:56 -07:00
ted.mielczarek@gmail.com
9765a75414 bug 378463 - build time logic to extract debug symbols on OS X. r=mento. second try 2007-05-02 11:45:36 -07:00
sayrer@gmail.com
8176f127f7 backout patch for bug 378463 due to bustage 2007-05-01 17:03:35 -07:00
ted.mielczarek@gmail.com
ae41f120c1 bug 378463 - build time logic to extract debug symbols on OS X. r=mento 2007-05-01 16:33:00 -07:00
benjamin@smedbergs.us
59fa1d4b90 Bug 368206 - Breakpad client for Mac OS X, patch by dcamp, r=luser+mento 2007-04-25 07:26:42 -07:00
ted.mielczarek@gmail.com
cc780ffef5 bug 368205 - sync up with breakpad svn (again). r=mento 2007-04-04 15:03:35 -07:00
roc+%cs.cmu.edu
f5c47d9d22 Bug 223492. Support the freedesktop startup notification API for Linux/Unix. r=caillon/mats,sr=tor 2007-02-09 01:33:26 +00:00
rob_strong%exchangecode.com
6264b3f99e Landing of interdependent bugs for Vista support. Bug 354005 Setting the app as the OS default is broken on Vista. r=sspitzer, r=dougt, sr=bsmedberg. Bug 351949 � Automatic Update is not working for Vista users with limited account privilege and UAC (User Account Control) enabled. r=sspitzer, r=rstrong. Bug 354226 � nsPostUpdateWin.js fails to update registry keys / log files after an update has been applied. r=rstrong. 2007-01-30 05:14:50 +00:00
joshmoz%gmail.com
b542f8fabe Apple Event handling for use with Cocoa widgets. Patch by Stan Shebs. b=355352 r=josh moa=bsmedberg 2006-12-14 22:00:46 +00:00
dbaron%dbaron.org
37ae43f7f7 Fix whitespace error introduced by my previous patch. 2006-11-01 07:22:12 +00:00
dbaron%dbaron.org
6eb3c70a1f Fix relocations that need to be resolved at runtime when building with default visibility as hidden and wrapping system includes. b=358559 r=bsmedberg 2006-10-29 16:12:48 +00:00
ted.mielczarek%gmail.com
a58d90900e bug 354980, integrate airbag exception handler library on windows. Compiling by default on windows, but disabled at runtime by default right now. Set the environment var MOZ_AIRBAG=1 to enable it. r=bsmedberg/mento 2006-10-26 22:52:30 +00:00
benjamin%smedbergs.us
267d087a63 Bug 319843 - XULRunner windows are grouped in the taskbar (and all XULRunner apps have the same firewall settings), r=darin 2006-08-17 14:22:04 +00:00
benjamin%smedbergs.us
af03fc0477 Backout bug 345517 due to various issues. 2006-08-10 14:06:47 +00:00
benjamin%smedbergs.us
ffd802f9ed Bug 345517 - Build Firefox --enable-libxul by default, r=darin/mento 2006-08-09 13:39:19 +00:00
benjamin%smedbergs.us
55870ae999 Bug 78081 - Don't export intermediate libraries, initial changes blanket-r=mento 2006-05-03 22:19:54 +00:00
benjamin%smedbergs.us
ec18f62436 Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me 2006-04-28 14:54:54 +00:00
mark%moxienet.com
901266b73a 325910 Kill redo-prebinding.sh. r1=josh r2=bryner 2006-02-06 19:53:10 +00:00
jst%mozilla.jstenback.com
8c89f091c7 Fixing build bustage. 2005-11-29 00:30:58 +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
c7c15153ad Bug 310084 - nsIXULAppInfo.platformVersion should use the new version format, not "1.7+" r=darin 2005-09-29 19:57:21 +00:00
bsmedberg%covad.net
a1cbc6c9d5 Bug 307309 - Make winembed use libxul r=darin 2005-09-15 12:04:57 +00:00
bsmedberg%covad.net
25893b0dca Bug 303599 - Many problems if NtfsDisable8dot3NameCreation set to 1 - r=darin 2005-08-31 17:50:32 +00:00
bsmedberg%covad.net
2e8911c94f Bug 302099 - Embedding libxul (part 1) - XRE_GetStaticComponents - r=darin 2005-08-29 19:27:16 +00:00
bsmedberg%covad.net
1e084c657d Bug 285789 - MOZ_PHOENIX ifdefs in XRE code - r=mconnor 2005-08-23 20:34:00 +00:00
bsmedberg%covad.net
5fba1c6aea Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa 2005-07-21 13:33:43 +00:00
bsmedberg%covad.net
67cd236a1d Bug 299930 - Need nsIXULAppInfo.platformVersion, r=darin a=asa 2005-07-14 20:29:06 +00:00
bsmedberg%covad.net
b511ffd3df Bug 296426 - nsIXULRuntime should provide build config info, r=darin a=asa 2005-06-10 18:23:28 +00:00
darin%meer.net
dcd9aa5bfe Landing patch for bug 292408 "Software update driver for nsAppRunner.cpp" r=bsmedberg a=chofmann 2005-06-08 17:40:38 +00:00
timeless%mozdev.org
a613622c05 Bug 253742 No way of installing platform specific XPCOM components (dll/so) based on user OS.
patch by jens.b@web.de r=bsmedberg a=asa
2005-06-07 22:10:56 +00:00
bsmedberg%covad.net
7a6f052236 Bug 291129 - Add console logging when startup appears to be unsuccessful, or when an envvar is set: r=darin a=asa 2005-06-07 19:28:23 +00:00