Commit Graph

140 Commits

Author SHA1 Message Date
ted.mielczarek@gmail.com
0f8d571635 bug 399341 - add crashreporter log file. r=bsmedberg 2007-11-09 08:46:34 -08:00
ted.mielczarek@gmail.com
5e1467cc11 bug 393548 - Restart Thunderbird button is too small, text doesn't fit. r=dcamp 2007-11-09 08:38:57 -08:00
reed@reedloden.com
7f220d1e63 Bug 400621 - "Linux crashreporter client has additional system-header dependencies" (Include meta gtk header) [p=manish@flock.com (Manish Singh) r=luser aM9=mconnor] 2007-10-24 02:38:31 -07:00
ted.mielczarek@gmail.com
c20594d3d9 bug 358079 - Proper l10n for crash reporter client. r=pike/bsmedberg (blocking1.9) 2007-10-10 11:49:04 -07:00
bent.mozilla@gmail.com
debee6d6f6 Bug 396209 - "Allow applications to specify a profile directory from application.ini". r=luser, a=bsmedberg. Also fixes bugs 396486, 396199, and 386164. 2007-09-26 11:35:21 -07:00
ted.mielczarek@gmail.com
d7f71e8c8e bug 391284 - crash reporter doesn't work for Thunderbird on Mac OS X. r=campd 2007-09-04 08:28:06 -07:00
bzbarsky@mit.edu
0144c8b164 Fixing build bustage on GCC 3.3. Bug 350425, r=luser 2007-08-30 22:07:26 -07:00
ted.mielczarek@gmail.com
8f0ca3eee1 bug 350425 - ensure a11y support in breakpad. r=campd 2007-08-30 07:55:21 -07:00
reed@reedloden.com
a952bc01a9 Bug 382762 - "Crash reporter client app should be named other than "crashreporter"" [p=ardissone r=mento] 2007-08-28 14:59:31 -07:00
ted.mielczarek@gmail.com
47628e82ad 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
ted.mielczarek@gmail.com
dc450c32c9 bug 382665 - Use a better icon for the crash reporter on OS X. r=mento 2007-07-24 18:06:15 -07:00
ted.mielczarek@gmail.com
0a3c1aa0fc bug 386841 - crashreporter linked with libsso.so.4, libcrypto.so.4. r=bsmedberg 2007-07-24 18:06:15 -07:00
dcamp@mozilla.com
2fee870d1b fix for unicode paths while writing out the submitted breakpad report file. b=382508, r=luser 2007-07-24 18:06:15 -07:00
wr@rosenauer.org
165b016898 Bug 386959 - crashreporter gets wrong restart arguments for xulrunner apps, r=bsmedberg 2007-07-24 18:06:12 -07:00
ted.mielczarek@gmail.com
37dbda3e97 fix the signature of wWinMain (no bug). r=timeless 2007-07-24 18:06:13 -07:00
dcamp@mozilla.com
baa500e99c fix for unicode paths while writing out the submitted breakpad report file. b=382508, r=luser
(last patch should have been "unblock signals on the crash reporter in linux. b=385532, r=luser")
2007-07-24 18:06:12 -07:00
dcamp@mozilla.com
d58ad1473f move file->close() into the if() clause. b=382508, r=luser 2007-07-24 18:06:11 -07:00
dcamp@mozilla.com
d15248a6ca use FORCE_USE_PIC for breakpad on linux. b=385561, r=luser 2007-07-24 18:06:11 -07:00
dcamp@mozilla.com
e52f485e4c Handle non-ascii filenames in the crash reporter. b=382508, r=luser 2007-07-24 18:06:10 -07:00
dcamp@mozilla.com
f792db029f Improve crash reporter errors. b=385359, r=luser 2007-07-24 18:06:09 -07:00
dcamp@mozilla.com
7c34bbd04e Bug 380540 - crash reporter client on linux, r=luser 2007-07-24 18:06:08 -07:00
wr@rosenauer.org
22c52dc1b8 Bug 383099 - error in Makefile creation caused by autoconf syntax (part1), r=luser 2007-07-24 18:06:12 -07:00
ted.mielczarek@gmail.com
5b90f105a9 bug 358082 - improve crash reporter client UI - small fixup for linux. r=bsmedberg 2007-07-24 18:06:11 -07:00
ted.mielczarek@gmail.com
dace3171db bug 384054 - wrong string used in crashreporter client ViewURL support. r=bsmedberg 2007-07-24 18:06:07 -07:00
ted.mielczarek@gmail.com
8dd6326211 bug 382372 - crashreporter restart misses command line arguments. patch by Dave Camp <dcamp@mozilla.com>, r=me 2007-07-24 18:06:06 -07:00
benjamin@smedbergs.us
42c2cc0000 Bug 358082 - Improve Mac Crashreporter UI, patch by dcamp, r=luser+me 2007-07-24 18:06:05 -07:00
ted.mielczarek@gmail.com
d9d494fb86 bug 358808, fatal error RC1015: cannot open include file 'afxres.h'., patch by ajvincent@gmail.com, r=me 2007-07-24 18:06:14 -07:00
ted.mielczarek@gmail.com
469d27dc33 bustage fix from bug 378581, patch by Dave Camp <dcamp@mozilla.com>, r=me 2007-07-24 18:06:11 -07:00
ted.mielczarek@gmail.com
ffdf5fe0e4 bug 381523 - upgrade breakpad to rev 174. r=bsmedberg 2007-07-24 18:06:10 -07:00
ted.mielczarek@gmail.com
31f6279b0a bug 380541 - build time logic to extract debug symbols on Linux - first cut at integrating Breakpad on Linux. r=mento 2007-07-24 18:06:04 -07:00
ted.mielczarek@gmail.com
4bc6e40dde bug 380421 - get crash reporter params from nsXULAppInfo. r=bsmedberg 2007-07-24 18:06:03 -07:00
ted.mielczarek@gmail.com
190c0d790e bug 378581 - merge platform implementations of crash reporter client. Patch by Dave Camp <dcamp@mozilla.com>, r=me 2007-07-24 18:06:03 -07:00
benjamin@smedbergs.us
309bc7b84b Bug 368206 - Breakpad client for Mac OS X, patch by dcamp, r=luser+mento 2007-07-24 18:06:00 -07:00
ted.mielczarek@gmail.com
57aa346fbd bug 365344 crash reporter should save list of crash reports (pending and successfully submitted). r=bsmedberg 2007-07-24 18:06:08 -07:00
ted.mielczarek@gmail.com
702ec64b81 bug 378180 - switch the default submission URL to the correct mozilla.com collector. r=bsmedberg 2007-07-24 18:06:10 -07:00
ted.mielczarek@gmail.com
91fa1abc85 bug 368205 - sync up with breakpad svn (again). r=mento 2007-07-24 18:05:56 -07:00
ted.mielczarek@gmail.com
1eb60c2e2f bug 375606, Airbag won't build on debug trunk. r=axel@pike.org 2007-07-24 18:06:06 -07:00
ted.mielczarek@gmail.com
6d231cb9a9 bug 366970, crash reporter needs to send Product, Build ID, Platform. r=mento 2007-07-24 18:05:55 -07:00
wr@rosenauer.org
060c3e0f7f Bug 368544 - don't try to send with empty URL, r=luser 2007-07-24 18:06:04 -07:00
ted.mielczarek@gmail.com
2f9c62f048 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 2007-07-24 18:05:54 -07:00