Ted Mielczarek
01276d8831
bug 620974 - Add Breakpad processor code to binary test component to allow testing minidump contents. r=bsmedberg a=testonly
...
--HG--
extra : rebase_source : ba728fe297e9ce066438719b839e07deb38b1dd5
2011-01-12 14:14:15 -05:00
Ted Mielczarek
6ed416f3ed
Fix compiling some parts of Breakpad processor on Win32. Landing as part of bug 620974, reviewed and landed upstream. r=mento, a=testonly
...
--HG--
extra : rebase_source : b13c758010ab079f5f4d016b9041efec5338baa1
2011-01-12 14:13:53 -05:00
Ted Mielczarek
d19c6bec53
bug 620974 - add memory mapping info to Windows minidumps when we have a new enough dbghelp.dll. r+a=bsmedberg
...
--HG--
extra : rebase_source : 6e031939fefe0f36343a16a123552f0828203e1f
2011-01-12 14:13:52 -05:00
Ted Mielczarek
e31cb0b8f8
Backed out changeset cc4c72425f0e, bug 620974 - Add memory mapping info to Windows minidumps. r=timeless,bsmedberg, a=bsmedberg
...
Didn't fix the actual bug, new patch being landed.
--HG--
extra : rebase_source : 83a7941aa4cdea46df724871cd2d2eefd157440a
2011-01-11 10:28:55 -05:00
timeless@mozdev.org
b4917f1bfe
Bug 587488 warning: CrashReporter::OOPDeinit() declared static but never defined [!IPC]
...
r=luser
2011-03-22 10:57:26 -04:00
Bill McCloskey
75013399cf
Bug 630288 - Reduce stack usage of MiniDumpCallback (r=ted)
2011-02-02 10:22:32 -08:00
Benjamin Smedberg
3b0ee8bb51
Bug 624835 - Exception handler ignores ::DebugBreak exceptions when it really shouldn't, r=ted a=blocker
...
--HG--
extra : rebase_source : 619ac4f326a67d114900691f6e61ca4a00a6f73d
2011-01-11 17:01:22 -05:00
Benjamin Smedberg
5ba9b82e15
Tests for bug 624835. NS_RUNTIMEABORT doesn't trigger the crash reporter on Windows.
...
--HG--
extra : rebase_source : dd84f82c92cbf6cd5ec8aae940371858ca4a0433
2011-01-12 09:20:06 -05:00
Ted Mielczarek
82cfa6109b
bug 620974 - Add memory mapping info to Windows minidumps. r=timeless,bsmedberg, a=bsmedberg
...
--HG--
extra : rebase_source : 2c6b3d8d209ff8f69cdf39491bf34758984e31c9
2010-12-23 14:18:31 -05:00
timeless@mozdev.org
9bda36c7a6
Bug 587618 movePath:toPath:handler: is deprecated in UIMoveFile
...
r=ted a=bsmedberg
2011-01-05 14:11:56 -08:00
Ted Mielczarek
1c84e95aeb
bug 575519 - add a VC9-built dump_syms.exe, choose dump_syms based on compiler version. r=mitch, a=legneato
...
--HG--
rename : toolkit/crashreporter/tools/win32/dump_syms.exe => toolkit/crashreporter/tools/win32/dump_syms_vc1400.exe
extra : rebase_source : 3343baae2b65666b3d2d54a1e2c13fecce85d387
2010-09-23 12:53:52 -04:00
Timothy Nikkel
1e188a8d19
backed out f7a6e3530d99 (bug 620974) for xpcshell failure a=backout
2010-12-24 16:17:22 -06:00
Ted Mielczarek
6a08b14d55
bug 620974 - Add memory mapping info to Windows minidumps. r=timeless, a=gavin.sharp
...
--HG--
extra : rebase_source : f52d894e18fab175032256de9fb943caf327d7bc
2010-12-23 14:18:31 -05:00
Ted Mielczarek
23f5f6628b
bug 493779 - Report some memory information with Windows crash reports. r+a=bsmedberg
2010-12-15 11:35:44 -05:00
Brad Lassey
b5c424b242
bug 620811 - Crash on restarting fennec r=mwu a=stuart
2010-12-21 20:56:07 -05:00
Ted Mielczarek
08157510ea
bug 590961 - Allow generating minidumps from processes of differing CPU architecture. r=mento a=blocking-2.0
2010-12-16 17:56:27 -05:00
Ted Mielczarek
6978bec880
bug 589955 - Submit empty crash reports on Windows. r=mento, a=blocking2.0
...
--HG--
extra : rebase_source : e618f80046f7885a4a4d797579866c68d8c61a98
2010-12-15 11:34:55 -05:00
Nick Thomas
001a6af9da
Bug 599475, re-enable crash reporter and punycode tests, r=ted.mielczarek, a=blocking-beta8 CLOSED TREE
2010-12-14 15:49:40 +13:00
timeless@mozdev.org
a408fd8bb9
Bug 615534 warning: operation ++ on 'i' may be undefined as i is used again in an argument to CopyIndexAfterObject in MinidumpGenerator::WriteMemoryListStream. r+a=ted
2010-11-30 15:44:36 +00:00
Ted Mielczarek
160dda684f
bug 605832 - Remote AddLibraryMapping from the child process, and use the results for child process minidump generation. r=cjones a=blocking-fennec
2010-11-24 09:15:03 -05:00
Ted Mielczarek
510d0e68ed
bug 605832 - small Breakpad fixes to allow writing minidumps from the CrashGenerationServer callback. r=cjones a=blocking-fennec
2010-11-24 09:15:02 -05:00
Kyle Huey
f99c028f87
Bug 611930: Annotate crash reports with LSP information. r=ted sr=rs a=b
2010-11-21 19:29:47 -05:00
Kyle Huey
59a85eb583
Backed out changeset c8a4b4ed9160. a=me
2010-11-21 14:18:32 -05:00
Kyle Huey
698f4a7090
Bug 611930: Annotate crash reports with LSP information. r=ted sr=rs a=b
2010-11-21 13:58:33 -05:00
Benjamin Smedberg
53205f2ce6
Bug 599475 - Fix crash reporting on MacOS 10.5 (Leopard) by making breakpad use it's internal implementation of MD5 instead of one randomly picked from libnss or libcrypto which isn't loading properly. r=ted a=blocking-beta8+
2010-11-20 16:58:47 -05:00
Ted Mielczarek
d90870c931
bug 610970 - fix Linux minidump writer to ignore mappings that are wholly contained within mappings provided by the API, r=mwu a=blocking-fennec
2010-11-10 08:05:31 -05:00
Mike Hommey
b7d4b53c0f
Bug 605153 - Don't link crashreporter against libexception_handler_s. r=ted,a=bsmedberg
2010-11-07 09:20:50 +01:00
Ted Mielczarek
cab155a5dd
bug 607946 - Allow specifying a post-upload command for uploadsymbols. r=catlee a=bsmedberg
...
--HG--
extra : rebase_source : 5b152bd6833924b69af8e3ec0f0e7be36e388891
2010-11-01 14:47:16 -04:00
Ted Mielczarek
7b82bfe9fc
backout bug 607946, hg rebase did some bad things. a=bustage
2010-11-02 08:21:07 -04:00
Ted Mielczarek
07142483c9
bug 607946 - Allow specifying a post-upload command for uploadsymbols. r=catlee a=bsmedberg
...
--HG--
extra : rebase_source : c613fcbdc37f2154dd0f8029068584ccdf867b44
2010-11-01 14:47:16 -04:00
Chris Jones
26ef32dbd5
Bug 607534: Avoid fd remap collisions. r=mwu a=blocking-fennec
2010-10-29 14:20:43 -05:00
Ted Mielczarek
e6d1723160
bug 603592 - Swap endianness on GUIDs when de-stringifying them. r=mwu, a=blocking-fennec
...
--HG--
extra : rebase_source : fef5970b706e352cf442526f3a419a76696b5413
2010-10-22 14:38:58 -04:00
Brad Lassey
f85e8b346c
maemo bustage fix from android crash reporter push a=blocking-fennec
2010-10-20 23:13:35 -04:00
Brad Lassey
1099518c89
linux build bustage fix a=bustage-fix
2010-10-20 21:33:56 -04:00
Ted Mielczarek
23a9e742aa
bug 603592 - Add an API for the Android embedding to use to provide info about shared libraries mapped into anonymous mappings. r=mwu a=blocking-fennec
2010-10-19 15:05:47 -04:00
Ted Mielczarek
c91de3bfd4
bug 603592 - add a breakpad api to add info about known modules. r=mwu a=blocking-fennec
2010-10-19 14:52:27 -04:00
Ted Mielczarek
4ec94afa77
bug 603592 - make a file_id host binary that can spit out a Breakpad file id. r=mwu a=blocking-fennec
2010-10-14 20:38:19 -04:00
Ted Mielczarek
e230a1951b
bug 595171 - crashreporter glue for Android. r=blassey a=blocking-fennec
2010-10-13 14:27:44 -04:00
Ted Mielczarek
cece4402f2
bug 595167 - Make Breakpad client libs work on Android. r=mwu a=blocking-fennec
2010-10-13 11:37:58 -04:00
Josh Matthews
4bb279fbe6
Bug 603547 - Short-circuit annotation attempts if crash reporter is not enabled. r=bsmedberg a=blocking-fennec
...
--HG--
extra : rebase_source : d9e8d0eb0773e5a2922ef168f323020e801036b1
2010-10-13 21:47:43 -04:00
Chris Coulson
e7f926d208
Bug 591331 - Allow Linux dumper to work on PTRACE-hardened kernels (Ubuntu 10.10). r=ted
2010-10-12 13:38:13 +02:00
L. David Baron
8b82b6bc70
Fix GC race in test by doing QueryInterface when needed, in case a the wrapper has been GCed since the last QueryInterface. (Bug 600785) r=ted.mielczarek a2.0=tests
2010-10-09 09:34:58 -07:00
Ted Mielczarek
88e82600f3
Bug 600408 - Fix crashreporter launching code to launch correct architecture on OS X 10.5. r=josh a=blocking-beta7
2010-10-01 15:56:25 -04:00
Mike Beltzner
0dde85af3a
Bug 531881 - Improve crash reporter UI around the mail address r=beltzner a=blocking-beta7
2010-10-01 10:44:30 -07:00
Mounir Lamouri
cc33a99998
Merging to tip. a=blocking-b7
2010-09-30 17:10:19 -07:00
Nick Thomas
b4c0b93b35
Bug 571367, turn production x86_64 builds into i386/x86_64 universal binaries (disable tests known to fail on leopard) r=ted CLOSED TREE
2010-09-27 12:14:47 +13:00
Ted Mielczarek
a709ac9559
bug 536271 - Include the page containing EIP in the minidump on Linux and Mac. r=nealsid, a=blocking
...
--HG--
rename : toolkit/crashreporter/google-breakpad/src/common/linux/memory.h => toolkit/crashreporter/google-breakpad/src/common/memory.h
extra : rebase_source : 2eb0ad63cdfd995c63893e5a8fe7eaa3aac72434
2010-09-23 12:53:23 -04:00
Joel Maher
161d8ae5ae
Bug 591325 Fix regression due to relativesrcdir landing in xpchsell test, continued cleanup in chrome tets r=ctalbert a=NPOTB
2010-09-10 10:20:38 -07:00
Ted Mielczarek
5a90217131
Backed out changeset e996bccb391d
...
Allow Linux dumper to work on PTRACE-hardened kernels (Ubuntu 10.10). r=nealsid a=blocking
Because GCC 4.3 sucks.
2010-08-31 15:34:46 -04:00
Chris Coulson
bf799c67ac
Allow Linux dumper to work on PTRACE-hardened kernels (Ubuntu 10.10). r=nealsid a=blocking
2010-08-27 07:01:00 -04:00
Ted Mielczarek
c169279a76
bug 587747 - Implement writing of minidumps from hang detection on OS X. r=cjones a=blocking
...
--HG--
extra : rebase_source : fef081b5b0fae828ecc0c2678d83787778dfc70d
2010-08-27 09:32:45 -04:00
Ted Mielczarek
ca86c9c747
bug 573150 - crash reporter inadvertently sends IE cookies to crash submission URL. r=nealsid a=blocking
...
--HG--
extra : rebase_source : 601d7a4611e0eb27143b74ab4db0b346e092aa34
2010-08-27 09:32:45 -04:00
Joel Maher
b61eda4b1d
Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB
2010-08-26 14:47:28 -07:00
Clint Talbert
1afdc1b8df
Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
...
--HG--
extra : rebase_source : 01307f705ab07b7784401d69a53921b200544978
2010-08-25 14:03:44 -07:00
Joel Maher
51fff79f07
Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field
2010-08-25 11:47:39 -07:00
Jonas Sicking
cbc0676504
Backout bugs 586754, 574189, 584611 due to orange. a=backout
2010-08-20 11:08:43 -07:00
Joel Maher
6763342e81
Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB
2010-08-20 09:32:58 -07:00
Ted Mielczarek
491acee0d8
bug 559228 - Implement multi-process crash reporting on Mac. r=bsmedberg a=blocking
...
--HG--
extra : rebase_source : 83e8073a3c8e47f8fec39b123221f80db89941e7
2010-08-16 15:05:09 -04:00
Ted Mielczarek
96bb87cd24
bug 559228 - Update Breakpad to r652 (mozilla build system changes). r=bsmedberg a=blocking
...
--HG--
extra : rebase_source : a3aeb2907f6102abd1628387beed004e242f9c3b
2010-08-16 15:05:09 -04:00
Ted Mielczarek
ad21a16471
bug 559228 - Update Breakpad to r652
...
--HG--
extra : rebase_source : bec760bf86aa27731fcced3bfea3dcfaf5213293
2010-08-16 15:05:08 -04:00
Ted Mielczarek
aa0350cc68
bug 573290, bug 583591 - disable crashreporter xpcshell tests on Linux again until we can figure out why they're failing
2010-08-13 08:28:15 -04:00
Ted Mielczarek
62d2cf73fb
bug 584582 - XP_TTOA not null terminating strings on Linux. r=bsmedberg, a=blocking
2010-08-11 10:57:44 -04:00
L. David Baron
abd263a648
Backed out changeset fef97fa21915 (bug 584582) for causing compilation failures on Windows.
2010-08-11 12:25:55 -07:00
Ted Mielczarek
96fa6e482e
bug 584582 - XP_TTOA not null terminating strings on Linux. r=bsmedberg, a=blocking
...
--HG--
extra : rebase_source : 17a3fc38dc225906301ebb61a24bf3252634af92
2010-08-11 10:57:44 -04:00
Benjamin Smedberg
c622433f07
Merge mozilla-central into single-chrome-manifest.
2010-08-04 14:23:04 -04:00
Benjamin Smedberg
c060cda7af
Bug 579178 followup - fix the crashreporter tests to register a manifest instead of a directory
2010-07-22 10:46:04 -04:00
Ted Mielczarek
c61b41de9a
bug 583591 - Disable test_crashreporter_crash.js on all Linux for now
...
--HG--
extra : rebase_source : 416fca6ec189c0b04255826075a71c77345a0d8b
2010-08-02 16:32:46 -04:00
Ted Mielczarek
a9eab9b0ab
bug 573290 - use libc / syscall wrappers for Linux in exception handler callback to avoid dynamic linker. rs=khuey a=fixing orange
2010-07-29 11:31:07 -04:00
Ryan VanderMeulen
fbba4102fb
Bug 475165 - Use LZX compression on pdb files in symbol store. r=ted
2010-07-18 11:16:22 +02:00
Mark Finkle
8303a7473d
Bug 578080 - HOST_CXXFLAGS broken on Maemo causing build bustage [r=dougt]
2010-07-12 15:48:26 -04:00
Jim Mathies
158363a9b9
Bug 577486. Load the RtlCaptureContext entry point manually so that we can still run on Windows 2000. (patch modified to review comments by tnikkel) r=ted a=blocking
2010-07-29 14:12:46 -05:00
Ted Mielczarek
d45748c2a7
Bug 577431, Skip files when dsymutil doesn't produce a .dSYM, r=josh, a=blocking2.0
...
--HG--
extra : rebase_source : 6c383aefae214e894b470dd9d725e2d50b7ce7ae
2010-07-26 13:12:35 +12:00
Mark Finkle
279958c722
Bug 578952 - Page doesn't load when electrolysis is enabled (OS X bustage fix) [r=ted a=blocking-fennec:2.0a1+]
2010-07-23 11:24:52 -04:00
Chris Jones
16d9848b5f
Bug 578952 - Page doesn't load when electrolysis is enabled [r=ted a=blocking-fennec:2.0a1+]
2010-07-23 01:28:55 -05:00
Ted Mielczarek
36fab2017d
bug 567424 bustage fix for OS X x86-64
2010-07-07 17:20:50 -04:00
Ted Mielczarek
7f52e9bfd0
bug 567424 bustage fix
2010-07-07 16:12:45 -04:00
Ted Mielczarek
84e3dd7b08
bug 567424 bustage fix
2010-07-07 15:49:54 -04:00
Ted Mielczarek
8d40d0bd53
bug 567424 - sync to Breakpad revision 619 to pick up OS X symbol dumping changes (64-bit support + DWARF CFI support) - mozilla build system changes. r=mitch
2010-07-02 08:05:04 -04:00
Ted Mielczarek
62c53fae00
bug 567424 - sync to Breakpad revision 619 to pick up OS X symbol dumping changes (64-bit support + DWARF CFI support)
...
We still have a few local patches that have not yet been upstreamed, but they're all up in the Breakpad issue tracker now:
--
Bug 544936, part 1: Add the ability to generate a minidump of a child process at any time (linux). r=ted
Bug 555309, part 2: Allow a particular subprocess thread to be "blamed" in an OOP minidump. r=bsmedberg
Bug 555309, part 4: Insert an artificial exception stream into non-crash browser-side minidumps. r=bsmedberg
Bug 544936, part 2: Add the ability to generate a minidump of a child process at any time (windows). r=ted
Bug 555309, part 2: Allow a particular subprocess thread to be blamed in an OOP minidump. (windows bits) r=bsmedberg
Bug 555309, part 4: Insert an artificial exception stream into non-crash browser-side minidumps. r=bsmedberg (win32)
Windows changes: http://breakpad.appspot.com/115002/show
Linux changes: http://breakpad.appspot.com/123001/show
--
bug 557113 - sort out crash report certificate issues on Maemo. r=mfinkle,johnath
http://breakpad.appspot.com/121002/show
--
Plus one more I discovered while testing this patch on 64-bit OS X:
http://breakpad.appspot.com/124001/show
--HG--
extra : rebase_source : f0df7e87d26822884401b8cb1a5633c958e92c93
2010-06-30 10:30:12 -04:00
Benjamin Smedberg
73d3e6f6c3
Temporarily disable the crashreporter tests on x86-Linux only, due to bug 573290 on a CLOSED TREE.
2010-07-01 17:03:16 -04:00
Benjamin Smedberg
a2833452f8
Merge mozilla-central to the bug 568691 branch.
...
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg
2f6bb59008
Fix packaging of test-only XPT files for crashreporter and httpserver.
...
--HG--
extra : rebase_source : 27abb29f16e071a7c08220d46f9cbef4ded08fc4
2010-06-30 12:42:24 -04:00
Ted Mielczarek
17362ddaa6
bug 574357 - Plugin crash reports are submitted with Throttleable=0. r=dolske
...
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify_no_report.xul => modules/plugin/test/mochitest/test_crash_submit.xul
2010-06-30 10:29:05 -04:00
Benjamin Smedberg
681cd4f679
But 573290 - Intermittent (and not so intermittent with bug 568691!) failure in test_crashreporter_crash.js: the minidump callback is calling open(), which enters the dynamic loader and trashes memory, specifically the .extra file data. r=ted
2010-06-29 13:19:09 -04:00
Justin Dolske
157f21c04d
Backed out changeset e112f68bc941 (bug 574357) due to test failures.
2010-06-29 22:45:30 -07:00
Ted Mielczarek
1ff7a5c880
bug 574357 - Plugin crash reports are submitted with Throttleable=0. r=dolske
...
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify_no_report.xul => modules/plugin/test/mochitest/test_crash_submit.xul
2010-06-29 19:34:39 -04:00
Benjamin Smedberg
d49707c7de
Add a testcrasher manifest for packaged xpcshell tests.
2010-06-27 17:26:21 -04:00
Benjamin Smedberg
45af085fff
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
...
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
2010-06-21 11:41:42 -04:00
Benjamin Smedberg
9045c05660
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
Josh Aas
d68bf6ec5b
Bustage fix for non-IPC crash reporter. b=542379
2010-06-20 23:04:31 -04:00
Josh Aas
30e05fb196
Add support for PrefSubmitReports in crash reporter's nsExceptionHandler on Mac OS X, which syncs with crash reporter client. Exposes crash submission pref in Firefox. b=542379 r=ted
2010-06-20 22:07:59 -04:00
Justin Wood
7eb105907c
Bug 568733 - patch for mobile specific browser-chrome tests breaks seamonkey. r=ted
...
pending-feedback=jmaher
Also RE-enables browser-mochitests for docshell.
2010-06-09 19:29:44 -04:00
Benoit Jacob
ee5f0dc451
b=569836; Fix build on Fedora 13; r=ted.mielczarek
2010-06-07 10:28:55 -04:00
Masatoshi Kimura
a50b072e40
Bug 567497 - "Files executed via download manager cause Win7 compatibility mode to permanently apply to firefox.exe and not downloaded file" [r=ted]
...
(transplanted from 63b89b3114614929b80a358163a2d1ae9feea91b)
--HG--
extra : transplant_source : c%B8%9B1%14aI%29%B8%0A5%81c%A2%D1%AE%9F%EE%A9%1B
2010-05-24 09:55:00 -04:00
Joel Maher
c18ae0e88f
Bug 535922 - Genereate mobile specific browser chrome test package files r=ted
2010-05-27 13:01:37 -07:00
Ted Mielczarek
7ce37c47aa
bug 566311 - fix breakage in symbolstore.py when running in Scratchbox. r=catlee
...
--HG--
extra : rebase_source : ac2859cd0a2d4f5ef2f17a8937cc34cc6308809f
2010-05-18 12:46:12 -04:00
Benjamin Smedberg
86a58b9f68
Bug 563936 - Make google_breakpad::ClientInfo::UnregisterWaits handle pseudo-errors from UnregisterWait correctly if there is I/O pending at the time, r=doshimun a=mossop
2010-05-10 17:11:57 -04:00
Ted Mielczarek
e941d691f4
bug 563662 bustage fix - skip the new test on OS X
2010-05-05 12:16:44 -04:00
Ted Mielczarek
59b56c5131
bug 563662 - FPU Exception filter crashes when we hit a pure virtual function call. r=bsmedberg
...
--HG--
extra : rebase_source : 34016adebf806015162553df71ad28879105e978
2010-05-04 15:34:55 -04:00
Ted Mielczarek
67e2757fe0
bug 558340 - Fix fallback content in about:crashes when breakpad.reportURL is not set. r=mossop
2010-04-17 13:02:06 -04:00
Ted Mielczarek
019fb8dad6
bug 557113 - sort out crash report certificate issues on Maemo. r=mfinkle,johnath
...
--HG--
extra : rebase_source : 5bd378a2721eeef2cb3abc3b54e15429be7c2416
2010-04-09 16:52:04 -04:00
Chris Jones
1adcc7f5e1
Bug 557011: Ensure OOP crashreporter has been initialized on mac. r=bsmedberg
2010-04-12 15:47:47 -05:00
Ted Mielczarek
bc5cd1c71c
bug 555674 - fix some bugs in the Breakpad Linux/ARM code. r=jimb
...
--HG--
extra : rebase_source : 65458f5d7b0a7243e7d2662bc6065c6576e00af0
2010-03-26 14:23:48 -04:00
Ted Mielczarek
947dce4abf
bug 554021 - enable compiling Breakpad on Linux/ARM by default. r=jimb
...
--HG--
rename : toolkit/crashreporter/client/crashreporter_linux.cpp => toolkit/crashreporter/client/crashreporter_gtk_common.cpp
extra : rebase_source : a8a747f388c8d7bfe1abb5df1e74dfb61a723303
2010-03-26 14:23:48 -04:00
Ted Mielczarek
d75dd0bc03
bug 546538 - crash reporter ui for maemo. r=mfinkle
...
--HG--
rename : toolkit/crashreporter/client/crashreporter_linux.cpp => toolkit/crashreporter/client/crashreporter_gtk_common.cpp
rename : toolkit/crashreporter/client/crashreporter_unix.cpp => toolkit/crashreporter/client/crashreporter_unix_common.cpp
extra : rebase_source : 544ea2a4956ca55b094c0549b7474c135baa70c3
2010-04-07 13:06:17 -04:00
Chris Jones
7c959e67d7
Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol
2010-04-02 12:58:11 -05:00
Chris Jones
996c23e86b
Backed out changeset cec7b12eb5e3
2010-04-02 13:20:22 -05:00
Chris Jones
94e6bcfee2
Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol
2010-04-02 12:58:11 -05:00
Dão Gottwald
bbecfef399
use Services.* in browser chrome tests
2010-04-02 09:20:42 +02:00
Chris Jones
77a1bed1cc
Bug 555309, part 4: Insert an artificial exception stream into non-crash browser-side minidumps. r=bsmedberg
2010-03-30 19:24:48 -05:00
Chris Jones
7c77dc07ff
Bug 555309, part 2: Allow a particular subprocess thread to be "blamed" in an OOP minidump. r=bsmedberg
2010-03-30 19:24:46 -05:00
Chris Jones
3b21dfdc4c
Bug 555309, part 1: Add a CrashReporter::CurrentThreadId interface. r=bsmedberg
2010-03-30 19:24:45 -05:00
Chris Jones
49b89002de
Stub out OOP crashreporter on OS X. b=555714 r=josh
2010-03-30 13:32:53 -04:00
Ted Mielczarek
258de257fd
workaround bug 554854 by linking dump_syms statically. rs=bsmedberg
...
--HG--
extra : rebase_source : 5c136481da244f47956cd1db515c0068aafd5732
2010-03-25 09:16:19 -04:00
Chris Jones
926e2f746f
Bug 544936, part 4: Move some common code for dealing with minidumps and .extra files into nsExceptionHandler. r=ted
2010-03-24 16:22:01 -05:00
Chris Jones
e5112c13c8
Bug 544936, part 3: Add a CrashReporter API to create a child/parent minidump pair with its own GUID. r=ted
2010-03-24 16:22:00 -05:00
Chris Jones
6f5a8ed678
Bug 544936, part 2: Add the ability to generate a minidump of a child process at any time (windows). r=ted
2010-03-24 16:21:59 -05:00
Chris Jones
f3315fbfe8
Bug 544936, part 1: Add the ability to generate a minidump of a child process at any time (linux). r=ted
2010-03-24 16:21:58 -05:00
Chris Jones
31122792bc
Bug 517404: Create the Crash Reporter/submitted/ directory if it doesn't already exist. r=ted
2010-03-24 16:21:56 -05:00
Ted Mielczarek
5cd1a1f641
bug 548113 bustage fix, remove extra semicolon
2010-03-20 12:46:48 -04:00
Ted Mielczarek
f9d890e8d0
bug 548113 bustage fix, remove trailing comma in enum list
2010-03-20 12:43:04 -04:00
Ted Mielczarek
3b29cff61c
bug 548113 - Sync to Breakpad revision 554. Local Makefile changes. r=jimb
...
--HG--
extra : rebase_source : d0d8cb30bb0536530df9070ad8386534432b9b95
2010-03-17 11:57:25 -04:00
Ted Mielczarek
44e5ef614b
bug 548113 - Sync to Breakpad revision 554
...
--HG--
extra : rebase_source : d2fec8ccdc5e042a806f257b2c80631373549b3b
2010-03-17 11:57:25 -04:00
Chris Jones
ecaab71939
Backed out changeset bda8efa53512
2010-03-18 21:01:10 -05:00
Chris Jones
a9301cdf81
Bug 551392: Remove hack made unnecessary by unified build tiers. r=ted
2010-03-18 17:52:38 -05:00
Chris Jones
d7b8ead1aa
Bug 551392: Remove subprocess minidumps after they're grabbed to avoid spurious crash detection. r=ted
2010-03-18 17:52:36 -05:00
Justin Dolske
1db3f5a1ce
Bug 550293 - plugin-crashed UI needs more user opt-in. r=vlad, ui-r=faaborg
2010-03-16 22:10:08 -07:00
Benedict Hsieh
1426097ff2
Fixes crash in CrashReporter on child process shutdown, bug 548810. r=ted
2010-03-11 17:17:35 -08:00
Justin Dolske
dcc6796023
Bug 545734 - need to hide the iframe used for submitting plugin crash reports. r=ted.mielczarek
2010-02-15 19:29:00 -08:00
Benjamin Smedberg
7dab97abc0
Leak fix for bug 539843. Make sure that .cleanup() is called in all the error conditions so that the pending-submit list is cleaned up. r=Mossop
2010-02-10 12:20:37 -05:00
Justin Dolske
fcf3ef6b6c
Bustage fix for bug 540532.
2010-02-09 18:11:08 -08:00
Justin Dolske
1f895f93b6
Bug 538910 - Plugins: Need a "plugin crashed" UI. r=gavin, ui-r=faaborg, icon=shorlander
2010-02-09 17:05:32 -08:00
Justin Dolske
0763c9dd9f
Bug 540532 - allow setting report submission preference via XPCOM. r=gavin, r=ted
2010-02-09 17:05:31 -08:00
Ted Mielczarek
7534f6eb66
Bug 541446 - sort out details of where OOP minidumps should wind up. r=benjamin
...
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify.xul => modules/plugin/test/mochitest/test_crash_notify_no_report.xul
2010-02-09 17:05:31 -08:00
Ted Mielczarek
cef39bfa9f
bug 539843 - Need a mechanism for plugin crashed UI to trigger crash report submission. r=dtownsend
...
--HG--
rename : toolkit/crashreporter/content/crashes.js => toolkit/crashreporter/CrashSubmit.jsm
2010-02-09 17:05:31 -08:00
Boris Zbarsky
2201fae60b
Backed out changeset df90f0171ba7 (bug 543111)
...
--HG--
extra : rebase_source : 35dfbceff1bec0fda34c652723b5ef4b5d7edfdd
2010-02-09 14:33:19 -05:00
Boris Zbarsky
eb4402f04c
Bug 543111. Make breakpad compile when cross-compiling with toolwhip. r=ted
2010-02-09 12:09:06 -05:00
Ted Mielczarek
bafdb917a4
Try to fix bug 535585 (random tests failing with xpcshell return code 1) by switching to the non-TerminateThread codepath provided by Breakpad
2010-01-29 07:18:14 -05:00
Benjamin Smedberg
c710c65fbd
Change the exit code of the crashreporter TerminateThread in the hopes that this will help diagnose bug 535585.
2010-01-28 17:55:44 -05:00
Chris Jones
015f889fb9
Bug 539451: Clean up OOP crashreporter stuff in UnsetExceptionhandler(). r=luser
...
--HG--
extra : transplant_source : %3Dh%F4%CCMU%5B%BB%1B%98%10%94%B8%85p%1A%A5Dg%1B
2010-01-20 20:17:40 -06:00
Chris Jones
88b2d3c3d3
bug 539552 - keep track of child process minidumps, offer pid based lookup API, write out .extra data in child minidump callback. r=ted,bsmedberg
...
--HG--
extra : transplant_source : %C2x%AA%8C%9E%FF%05%9A%9A%86aw%09L%A1%FAQ%DATG
2010-01-14 17:38:00 -05:00
Chris Jones
1ff9f0f215
bug 539552 - Forward-declare CrashGenerationServer from client_info.h. r=ted
...
--HG--
extra : transplant_source : %CC%A0%BF%3D%B7%0A%13%8D%F3%E9x%1B%14%F6US%E0%F6%BB%9B
2010-01-14 13:25:00 -05:00
Benjamin Smedberg
0807858aa2
Followup to bug 516759 (multi-process crash reporting), make childCrashNotificationPipe a leaked char* instead of a leaked nsString, so that it doesn't show up in leakstats. r=ted (Filed bug 539451 as a followup.)
...
--HG--
extra : rebase_source : e143e12ea5babc78fd95bf799aff2920e1915481
2010-01-13 10:44:10 -05:00
Benjamin Smedberg
ba61a42882
Bug 539048 - Hacky temporary UI for sending plugin-process crash reports, r=ted
...
--HG--
extra : rebase_source : e66e568a174ba975c42006becb6397d55032c3e2
2010-01-11 15:13:12 -05:00
Chris Jones
59a83e0bee
Attempt to fix OS X builds by adding missing #ifdef MOZ_IPC guards.
...
--HG--
extra : rebase_source : c4ae62b242c0be38b43a55ef42ab98066395ccdb
2010-01-12 16:00:48 -06:00
Chris Jones
e8012b2b92
Bug 516759: Use OOP crash reporting in Gecko. r=luser
...
--HG--
extra : rebase_source : 1949d23a5ce0c15c266d9e67e6a6be7d650a51df
2010-01-12 15:14:38 -06:00
Chris Jones
2aef5d8f98
Bug 516759: Implement Linux client/server for OOP minidump generation requests. r=luser
...
--HG--
extra : rebase_source : 51cafc94af98f10e6f94652262ce00a5d0c9db5a
2010-01-12 15:14:37 -06:00
Ginn Chen
49ab13420b
Bug 527631 crashreporter failed to compile on Solaris r=ted.mielczarek
2010-01-13 17:03:30 +08:00
Benjamin Smedberg
ce70e43e79
Bug 538642 - Breakpad shouldn't treat FPU exceptions as crashes, and the FPU exception handler should chain correctly, r=ted
2010-01-11 13:16:20 -05:00
Ted Mielczarek
7fe14c4436
bug 514188 - sync to breakpad revision 463 to pick up Linux client rewrite (Mozilla changes). r=bsmedberg
...
--HG--
rename : toolkit/crashreporter/google-breakpad/src/common/mac/dwarf/Makefile.in => toolkit/crashreporter/google-breakpad/src/common/dwarf/Makefile.in
extra : rebase_source : 64c09b14945060aac4fa3a02a4281148e99d5097
2009-12-14 06:55:31 -05:00
Ted Mielczarek
036bc01d1d
bug 514188 - sync to breakpad revision 463 to pick up Linux client rewrite. r=bsmedberg
...
--HG--
extra : rebase_source : a78ba9b0fed0033adefb3a36baf4fcf59e3e4b13
2009-12-14 06:55:28 -05:00
Ted Mielczarek
4f3a2496ae
bug 514188 - fix nsProfileLock to use SA_SIGINFO style signal handler, so it can chain to Breakpad's signal handler properly. r=bsmedberg
...
--HG--
extra : rebase_source : 4684665d9c32a76ad7fffdf9e305b5b617fca58c
2009-12-14 06:44:27 -05:00
Phil Ringnalda
d2bb3e348e
Bug 536327 - Remove never human readable NSHumanReadableCopyright strings, r=josh,mano
2009-12-21 20:36:56 -08:00
Phil Ringnalda
ba67564a20
Bug 536124 - Update browser/toolkit copyright dates to 2010, r=gavin
2009-12-21 20:32:45 -08:00
Ted Mielczarek
fe3e60d38f
Backout bug 514188 - fix nsProfileLock to use SA_SIGINFO style signal handler, so it can chain to Breakpad's signal handler properly to try to fix Linux Breakpad bustage (merge)
2009-12-18 15:33:50 -05:00
Ted Mielczarek
a93ca81f73
Backed out bug 514188 - fix nsProfileLock to use SA_SIGINFO style signal handler, so it can chain to Breakpad's signal handler properly to try to fix Linux Breakpad bustage.
...
Backed out changeset 4354c4d85277
2009-12-18 15:32:57 -05:00
Ted Mielczarek
d213cc45fb
bug 514188 - fix nsProfileLock to use SA_SIGINFO style signal handler, so it can chain to Breakpad's signal handler properly. r=bsmedberg
2009-12-14 06:44:27 -05:00
Ted Mielczarek
57f6ed3438
Backed out bug 514188 - sync to breakpad revision 437. The Linux update broke stuff badly (bug 535071)
2009-12-16 09:30:39 -05:00
Ted Mielczarek
b78f976ee8
Backed out bug 514188 - sync to breakpad revision 437. The Linux update broke stuff badly (bug 535071)
...
Backed out changeset 09e8d73fda8b
2009-12-16 09:28:50 -05:00
Ted Mielczarek
ff96823d9d
Backed out bug 514188 - sync to breakpad revision 437. The Linux update broke stuff badly (bug 535071)
2009-12-16 09:27:33 -05:00
Ted Mielczarek
8465978f1f
Backout bug 514188 - sync to breakpad revision 437, the Linux update broke things badly (bug 535071)
...
Backed out changeset 2138d22ff018
2009-12-16 09:26:43 -05:00
Ted Mielczarek
c2b264398f
bug 514188 - sync to breakpad revision 437 to pick up Linux client rewrite (Mozilla changes). r=bsmedberg
2009-12-14 06:55:31 -05:00
Ted Mielczarek
333a2bb0c5
bug 514188 - sync to breakpad revision 437 to pick up Linux client rewrite. r=bsmedberg
2009-12-14 06:55:28 -05:00
Dão Gottwald
72f04db1ba
Bug 525708 - mIconURL shouldn't need to be accessed outside of tabbrowser.xml. r=mano
2009-12-15 08:49:08 +01:00
Mark Banner
22ff2505d2
Bug 534701 - Bustage fix for crash reporter tests on non-libxul builds. irc-r=ted, a=bz for the CLOSED TREE
2009-12-14 19:57:42 +00:00
Ted Mielczarek
858b5f59e6
bug 526484 - update dump_syms.exe to pick up some upstream fixes. r=bsmedberg
2009-12-14 06:55:40 -05:00
Ted Mielczarek
31a63adc14
bug 510505 - add unit tests for breakpad exception handler. r=bsmedberg
2009-09-10 07:49:42 -04:00
Ted Mielczarek
90889c1612
bug 522729 - intermittent timeouts in browser_aboutCrashesResubmit.js. hold the progress listener in a global var to prevent it from being GCed. r=mossop
2009-11-13 09:47:07 -05:00
Ted Mielczarek
4d199d793a
add some debug output to investigate bug 522729 (on a CLOSED TREE)
2009-11-11 12:32:07 -05:00
David Dahl
b5c54b7e05
Bug 521923 - Stop client-side Windows "throttling". r=jmathies
2009-11-11 11:26:10 +01:00
Phil Ringnalda
4492ba3723
Backed out changeset 41938f9ac546 (bug 527343) since -moz-locale-dir isn't actually implemented for HTML documents
2009-11-09 18:59:09 -08:00
Phil Ringnalda
d466d9e279
Bug 527343 - Switch about:crashes to use :-moz-locale-dir, r=dao
2009-11-08 13:33:17 -08:00
Serge Gautherie
2c446e990d
Bug 442577 - Convert toolkit application/x-javascript to application/javascript (take 2); (Av1) Just do it
...
r=gavin.sharp
2009-10-13 15:16:08 +02:00
Robert Strong
75d676942c
Bug 513958 - Firefox silently fails to start if %APPDATA% variable is missing. r=jmathies, r=bsmedberg
2009-10-08 20:03:09 -07:00
Nick Thomas
2ef097bb62
Bug 514466, fix make uploadsymbols when MOZ_PKG_PRETTYNAMES is true (releases), r=ted.mielczarek
2009-10-06 21:50:07 +13:00
Ted Mielczarek
8646214e14
bug 520141 - fix source server support to work with pdb compression. r=bsmedberg
2009-10-03 14:52:37 -04:00
Karl Tomlinson
9c673f6182
bug 408122 keep necessary dynamic libraries open for atexit callbacks r=ted
...
--HG--
extra : rebase_source : 24fff4b3b3c6b614a2be23da8832f60c2f399416
2009-09-28 11:34:39 +13:00
Karl Tomlinson
717b578899
bug 518244 move LoadProxyinfo to the main thread r=ted
...
--HG--
extra : rebase_source : 402d4a53ec72b8b9037e187dccbfbc8ecdb6300b
2009-09-28 11:33:06 +13:00
Karl Tomlinson
e29baaf989
bug 518241 gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed r=ted
...
--HG--
extra : rebase_source : dac32d1f0c38f1ec0704120a07b203e211282dc5
2009-09-28 11:32:49 +13:00
Karl Tomlinson
bb8a75bd43
bug 517493 try libcurl-gnutls and set error_description on failure to find libcurl r=ted
...
--HG--
extra : rebase_source : ff9148a7a99c139df7c60d5cc55088508dfe5c24
2009-09-28 11:25:58 +13:00
Ted Mielczarek
d9c906da0a
bug 471054 - prune old crash reports in pending. fix a typo
2009-09-22 09:42:23 -04:00
Benjamin Smedberg
53ad5f6a34
Bug 471054 - Prune old crash reports in pending/, splitting code into crashreporter_win and crashreporter_unix files, r=ted
2009-09-22 09:08:22 -04:00
Chris Cooper
5f3d247449
Bug 514466 - Fix hash parsing, escape spaces prior to upload (not shipping code, but is invoked by the build system for every build) - r=bhearsum
2009-09-18 10:34:18 -04:00
Josh Aas
d8ec39d242
Breakpad PPC bustage fix. r=ted
2009-09-15 15:58:49 -04:00
Lukas Blakk
f015089653
Bug 513969, Add output to symbolstore.py to decrease frequency of timeouts, r=ted.mielczarek
2009-09-14 22:37:11 +12:00
Ted Mielczarek
974892290b
bug 514397 - xpcshell-tests: test_crashreporter.js crashes intermittently. disable parts of the test that set/unset exception handler. upstream breakpad issue filed, this is not code that gets run in the browser, so it doesn't seem critical to have this test hit this bug and cause orange.
...
--HG--
extra : rebase_source : 5f9381e387aa69d049139605615d97b4667bc817
2009-09-10 15:31:59 -04:00
Josh Aas
222a58c5ea
Update breakpad to svn revision 350 + Linux build fix. b=510920 r=ted
2009-09-04 13:01:19 -04:00
Josh Aas
4e49ba3b80
Backed out changeset e8c01867056a, breakpad update b=510920
2009-09-04 00:02:45 -04:00
Josh Aas
98b527d0b1
Update breakpad to svn revision 350. b=510920 r=ted
2009-09-03 23:41:02 -04:00
Ted Mielczarek
653af61f2d
bug 512853 - fix parseKeyValuePairs to support values containing =, use iframe type="content" for the about:crashes submit form. r=mossop
...
--HG--
extra : rebase_source : b9a840d37c7754e7812454436608300399a1fa63
2009-09-02 09:35:14 -04:00
Karl Tomlinson
b87fc0f8cc
bug 434997 remove gconf dependency from crashreporter client r=ted
...
--HG--
extra : rebase_source : ae12628ee2e5d9f5f4452b1dc2570de7248c9f4a
2009-08-26 09:25:17 -07:00
Benjamin Smedberg
2e9438fd2f
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
2009-08-25 08:59:31 -07:00
timeless@mozdev.org
c455d9beb7
Bug 455394 Crash reporter fails if your Firefox profile is in a volume other than /home
...
r=luser
2009-08-18 09:04:53 -07:00
Ted Mielczarek
6cada6182a
bug 378528 - crash reporter should allow resubmission of pending reports. r=dtownsend
...
--HG--
extra : rebase_source : 48d06677c8cf7f6e5be7775bcb4489794910091f
2009-06-09 08:56:38 -04:00
Ted Mielczarek
446b329c0a
Backed out changeset 21ad4f1ce214 - Ted Mielczarek – bug 378528 - crash reporter should allow resubmission of pending reports, due to leaks
2009-08-17 14:41:57 -04:00
Ted Mielczarek
4d41ae77e8
bug 378528 - crash reporter should allow resubmission of pending reports. r=dtownsend
2009-06-09 08:56:38 -04:00
Dão Gottwald
768bb0c51f
browser_aboutCrashes.js fix for bug 445421
2009-08-01 19:42:46 +02:00
Gavin Sharp
0ae87ac3b8
Bug 445421 - Add static "bp-" in front of crash ID. r=ted
2009-08-01 18:17:11 +02:00
Benjamin Smedberg
0d265fb2ec
Bug 488596 - test_crashreporter.js crashes intermittently: delete the exception handler before freeing the data it references, landing as a bustage fix with presumed-r=ted
2009-07-23 11:23:19 -04:00
Serge Gautherie
2eb47a0c84
Bug 474688 - TUnit check: TestCrashReporterAPI.cpp fails on Windows, around shutdown; (Bv1a) Delete this (superseded) test; r=ted.mielczarek
2009-06-24 23:31:23 +02:00
Serge Gautherie
8e72c3b5fd
Bug 495730 - xpcshell-tests: each test leaks 3 nsStringBuffer, after (harness) bug 483062 landing; (Cv1) test_crashreporter.js: synchronize from TestCrashReporterAPI.cpp; r=ted.mielczarek
2009-06-24 23:31:22 +02:00
Serge Gautherie
7030d10b39
Bug 495730 - xpcshell-tests: each test leaks 3 nsStringBuffer, after (harness) bug 483062 landing; (Bv2a) Fix and extend test_crashreporter.js; r=ted.mielczarek
2009-06-22 23:43:19 +02:00
Nick Thomas
5dc280ead4
Bug 485336, uploadsymbols failures when mozilla-central & tracemonkey nightlies complete at the same time, r=ted.mielczarek
2009-06-18 16:19:02 +12:00
Florian Queze
f86839953a
Bug 493392: Get fallback symbols for DWARF-less binaries in symbolstore.py. r=ted
2009-06-12 14:50:13 +02:00
Ted Mielczarek
deecbd447e
bug 471404 - 'Remove All Reports' shouldn't be available if there aren't any reports. add a browser chrome test. r=dao
...
--HG--
extra : rebase_source : 54804feeeccb07477fc6114f05a1101465f20a7f
2009-06-09 08:56:38 -04:00
Ted Mielczarek
a0374c8b93
bug 378528 - crash reporter should allow resubmission of pending reports. browser chrome tests for about:crashes. r=mossop
...
--HG--
extra : rebase_source : 487aa10d65440e911b0a2fcf6c0ddc7c71b5d568
2009-06-09 08:56:37 -04:00
Ted Mielczarek
927f3c68eb
bug 488596 - random test failures in test_crashreporter.js. re-enable crashreporter at the end of the test to try to catch a shutdown crasher.
2009-06-04 09:33:41 -04:00
Ted Mielczarek
4f4b086565
bug 483062 - figure out how to get crash stacks from xpcshell tests. r=bsmedberg
...
--HG--
extra : rebase_source : 70355805b7f71c016eaa7aaea1d1916a23316b8a
2009-05-11 15:54:39 -04:00
Alex Faaborg
7351133899
Bug 386766 - Refresh refreshed crash reporter icons on Windows and OS X
2009-05-03 19:37:31 -07:00
Ted Mielczarek
a8a9796d5c
bug 484033 - extend nsICrashReporter to allow crashreporter to be used without going through XRE_Main. r=bsmedberg
2009-04-02 11:41:12 -04:00
Ted Mielczarek
93de1bbde6
bug 486076 - 'make uploadsymbols' and MOZ_PKG_PRETTYNAMES=1 don't play nice on Mac. r=bsmedberg
2009-03-31 16:52:41 -04:00
Ted Mielczarek
c45f52ff48
bug 483548 - buildsymbols messes up Linux Z test results. r=bsmedberg
2009-03-16 16:46:05 -04:00
Ted Mielczarek
d9803eff02
bug 420474 - upload debug info for Linux and mac builds to symbol server. r=bsmedberg
2009-03-11 11:56:57 -04:00
Benjamin Smedberg
c4cc33cfae
Bug 40967 - Avoid leaking MSYS paths in Makefiles: use c:/dir/path paths whenever possible, r=ted
2009-03-09 10:55:41 -04:00
Philippe M. Chiasson
b84c0c6c8e
Bug 452866 - "Teach Socorro/crash-stats about comm-central - add support for multiple source directories to buildsymbols." [r=ted.mielczarek]
2009-02-17 07:46:32 +00:00
Mark Banner
53fa5080ff
Disable TestCrashReporterAPI TUnit test due to random failures on Windows - this test currently only runs on non-Firefox boxes. r=ted, bug 474688
2009-01-26 20:17:16 +00:00
Daniel Holbert
3a59b040f3
Bug 473236 - follow up patch v3a: restore executable status for some files that might need it. a=ted
2009-01-23 11:52:51 -08:00
Ted Mielczarek
628997d06c
bug 385792 - compress pdb files in symbol store. r=bsmedberg
2009-01-23 07:40:27 -05:00
Daniel Holbert
2a7d88e05a
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Dão Gottwald
2d65422c19
Bug 386766 - new crash reporter icons for Windows and OS X. ui-r=faaborg, r=luser
2009-01-16 15:51:17 +01:00
Benjamin Smedberg
556ecf0d25
Bug 469862 followup - Tell the server that we support throttling (see bug 469863), r=ted
2009-01-07 11:50:29 -05:00
timeless@mozdev.org
449d7d8543
Bug 421687 - Crash report links in about:crashes should have display:block, r=Mossop
2009-01-06 21:33:03 -08:00
Ted Mielczarek
fa07c18630
bug 444351 - do not send client UUID / GUID with crash reports. r=bsmedberg
2009-01-06 15:55:27 -05:00
Phil Ringnalda
8aca67f326
Bug 470179 - Update browser/toolkit copyright dates to 2009, r=gavin
2008-12-31 18:54:17 -08:00
Dão Gottwald
5505a0c529
Bug 471404 - "Remove All Reports" shouldn't be available if there aren't any reports. r=ted
2008-12-30 20:24:34 +01:00
Vlado Valastiak
e1f5d7b2f1
Bug 470573 - change key name so that localizers catch the string change. r=ted
2008-12-27 19:09:09 +01:00
Ted Mielczarek
66a47d1565
bug 469814 - Nightly mac builds contain .dSYM bundles. do some better cleanup when building symbols. r=bsmedberg
2008-12-24 14:04:43 -05:00
Benjamin Smedberg
5858310f3e
Bug 469862 - Save crash reports in pending if the server discards the report due to server-side throttling, r=ted
2008-12-22 16:28:38 -05:00
Jesse Valianes
f2a185f8b2
bug 440001 - source server support for mercurial. r=ted
2008-12-19 11:04:50 -05:00
Ted Mielczarek
a38005977f
followup from bug 421534 - dsymutil spits an error to stdout if a binary doesn't have symbols, redirect it to /dev/null. r=bsmedberg
2008-12-09 16:19:48 -05:00
Ted Mielczarek
da343f9170
bug 421534 - Mac: generate breakpad .sym from dwarf symbols instead of stabs. r=bsmedberg
2008-12-08 12:04:33 -05:00
Ted Mielczarek
0b233bf90c
bug 465329 - sync to breakpad revision 303. r=bsmedberg
2008-12-08 12:04:33 -05:00
Ted Mielczarek
aaa310913e
bug 465329 - sync to breakpad revision 299 (just the mozilla changes). r=bsmedberg
2008-11-25 12:03:26 -05:00
Ted Mielczarek
c354e4ece1
bug 465329 - sync to breakpad revision 299 (just the breakpad changes). r=bsmedberg
2008-11-25 09:19:44 -05:00
Arpad Borsos
8b11d938d2
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
2008-10-10 17:04:34 +02:00
Serge Gautherie
486d7099bd
Bug 453166 - 'TestCrashReporterAPI' : "mFreeCount: LEAKED 231 + mAdoptFreeCount: LEAKED 7"; r=benjamin
2008-10-08 02:22:46 +02:00
Simon Bünzli
6a35d54e4e
Bug 424644 - button for default action ("Restart Firefox") should be on the left. r=ted
2008-09-08 14:01:53 +02:00
Josh Aas
83f26bfaf1
Include obj-c exception info in crash reports. b=451709 r=ted r=bent sr=roc
2008-08-28 00:41:38 -04:00
Boying Lu
ca67c262b1
Bug 448480 - Build failure in crashreporter on SunOS, r=ted
2008-08-14 07:59:44 +02:00
timeless@mozdev.org
3d0d5dc15f
Bug 427034 Crash/Error Reporter, Email field not disabled after submission
...
r=luser
2008-07-28 23:13:08 -07:00
Ted Mielczarek
c3ac3c52ff
bustage fix from bug 444103
2008-07-27 13:50:09 -04:00
Ted Mielczarek
ac4c1af59a
bug 444103 - add ability to add string-formatted notes to crash report. r=bsmedberg
2008-07-27 13:08:03 -04:00
Ted Mielczarek
bda51179a0
Backed out changeset 297420bcddde (accidentally committed)
2008-07-25 16:58:40 -04:00
Ted Mielczarek
13c3031570
bug 444103 - add ability to add string-formatted notes to crash report
2008-07-25 16:54:41 -04:00
Lukas Blakk
06c2a4995e
Bug 431861 - filename not defined in symbolstore.py's GetCleanRoot (or GetCleanRoot assumes the presence of an @ in a CVS/Root)
...
r=ted
2008-07-17 13:19:58 -04:00
Mark Banner
5d14b81b2b
Bug 445503 crashes.xhtml incorrectly overrides the crash reporter data directory for Thunderbird. r=ted
2008-07-16 15:51:16 +01:00
Ted Mielczarek
c3cdbe9364
bug 406088 - crash reporter sucks in rtl, mac patch. r=dcamp
2008-07-02 15:14:57 -04:00
Ted Mielczarek
be5a66072a
bug 440634 - error passing DBCS settings path to crash reporter. r=bsmedberg
2008-06-24 16:15:35 -04:00
HÃ¥kan Waara
b07974afa9
bug 441235, shift-tab gets stuck in the comments field in the Mac crashreporter client. r=ted
2008-06-24 21:58:19 +02:00
Ted Mielczarek
5f53c706ca
bug 406088 - crash reporter sucks in rtl. fix for linux. r=dcamp
2008-06-19 14:04:57 -04:00
Ted Mielczarek
bdf0ce1ea5
bug 406088 - crash reporter sucks in rtl, fix for Win32. r=dcamp
2008-06-18 16:31:21 -04:00
Ted Mielczarek
774f652cc1
bug 428303 - Mercurial integration for breakpad. r=bsmedberg
2008-06-18 11:06:57 -04:00
alfred.peng@sun.com
be043d5d47
Followup fix for Bug 385280. should send proxy settings to the breakpad reporter. Add the check on whether gconf library exists. r=ted.mielczarek,a=beltzner.
2008-05-05 14:08:14 -07:00
alfred.peng@sun.com
2f1c0b2b36
Bug 385280. should send proxy settings to the breakpad reporter(For Linux/Solaris). r=ted.mielczarek,a=dsicore.
2008-04-29 00:37:12 -07:00
gavin@gavinsharp.com
55fcc27441
Bug 415428: crash reporter not wide enough for l10n (windows), patch by Jim Mathies <jmathies@mozilla.com>, r=ted.mielczarek, a=beltzner
2008-04-22 10:01:33 -07:00
ted.mielczarek@gmail.com
49ceacb08f
bug 428518 - source server, final round. patch by Lukas Blakk <lukasblakk@gmail.com>. r=me, a=beltzner
2008-04-15 03:31:41 -07:00
reed@reedloden.com
cd4fced6ed
Bug 424817 - "source server tweaks" [p=lukasblakk@gmail.com (Lukas Blakk [lsblakk]) r=luser/ted a1.9=beltzner]
2008-04-08 23:39:35 -07:00
ted.mielczarek@gmail.com
57bfd660a3
bug 424960 - only enable crash reporting for X% of release builds. r=bsmedberg (blocking 1.9)
2008-04-07 14:18:06 -07:00
ted.mielczarek@gmail.com
144c1bf197
backing out bug 424817 because it broke symbol creation on non-windows
2008-04-04 12:53:08 -07:00
reed@reedloden.com
8ebda0a8b9
Bug 424817 - "source server tweaks" [p=lukasblakk@gmail.com (Lukas Blakk [lsblakk]) r=luser/ted a1.9=beltzner]
2008-04-04 01:54:44 -07:00
ted.mielczarek@gmail.com
41dfc55d5f
bug 424369 - crash reporter dialog has become immensely wide. r=gavin a1.9b5=mconnor
2008-03-24 03:37:29 -07:00
alfred.peng@sun.com
429f53c829
Bug 391361. The integration of breakpad on Solaris. r=ted.mielczarek,a=beltzner.
2008-03-19 18:13:36 -07:00
ted.mielczarek@gmail.com
46fdfb21c6
bug 423272 - crash reporter client doesn't ship a manifest (visual styles aren't applied). r=bsmedberg, a=beltzner
2008-03-19 13:24:45 -07:00
ted.mielczarek@gmail.com
76eaa7fa10
bug 423674 - update to breakpad revision 250. rs=sayrer
2008-03-18 18:48:21 -07:00
ted.mielczarek@gmail.com
d56e82613e
bug 415428 - crash reporter dialog not wide enough for l10n. r=dcamp
2008-03-18 18:01:26 -07:00
benjamin@smedbergs.us
3fa8913c9c
Bug 385677 - Breakpad fixes for GCC 4.3 (correct #includes and visibility wrappers), r+a=luser
2008-03-17 11:02:08 -07:00
nrthomas@gmail.com
495fa73b4f
Bug 417045, work around for bustage with make -jN and -save-temps in CFLAGS/CXXFLAGS (10.5 build support), r=ted, a=blocking1.9+
2008-03-17 10:39:00 -07:00
ted.mielczarek@gmail.com
1c635cff63
bug 415016 - default comment is submitted by Linux crash reporter. patch by timeless, r+a=me
2008-03-17 07:21:47 -07:00
ted.mielczarek@gmail.com
2f4360eecd
bug 422082 - crash reporter remains open after submitting data. r=bsmedberg
2008-03-11 16:39:34 -07:00
reed@reedloden.com
765423226c
Bug 421841 - "Breakpad continually sends the same crash report over and over until you manually stop it" (add (void)closeMeDown; method, call it instead of closeClicked) [p=beltzner@mozilla.com (Mike Beltzner) r=ted/luser a=blocking1.9+]
2008-03-10 11:59:59 -07:00
ted.mielczarek@gmail.com
2e6c0f89ae
bug 421552 - allow users to send a crash report and quit firefox. patch by Mike Beltzner <beltzner@mozilla.com>, r=me, a=shaver
2008-03-07 14:17:17 -08:00
ted.mielczarek@gmail.com
f9cf933c04
bug 420474 - upload debug info for Linux builds to symbol server (use .gnu_debuglink) (just the necessary changes, not actually turned on). r=bsmedberg
2008-03-06 04:15:58 -08:00
reed@reedloden.com
cf3215454c
Bug 408134 - "Source Server for Windows builds integrated into symbolstore.py" [p=lukasblakk@gmail.com (Lukas Blakk [lsblakk]) r=luser/ted a1.9=beltzner]
2008-02-26 16:54:47 -08:00
ted.mielczarek@gmail.com
1bcab23697
bug 419346 - update to breakpad revision 240. r=bsmedberg
2008-02-25 10:18:08 -08:00
ted.mielczarek@gmail.com
04f850c53a
bug 417669 - crashreporter displays details: firefox. r=dcamp
2008-02-21 16:00:14 -08:00
bent.mozilla@gmail.com
4bb32a52a0
Bug 417566 - 'protect against Obj-C exceptions in "toolkit" top-level directory'. r=josh, sr=roc, a=blocking1.9+.
2008-02-20 09:34:21 -08:00
reed@reedloden.com
b8dae79a0b
Bug 396679 - "wrong line ending of toolkit\crashreporter\google-breakpad\src\common\windows\Makefile.in and toolkit\crashreporter\client\resource.h" [p=roytam@gmail.com (Roy Tam)]
2008-02-20 01:46:57 -08:00
jag@tty.nl
057bc17743
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
2008-02-18 00:50:04 -08:00
reed@reedloden.com
2873972431
Bug 414855 - "Remove verbose symbol push" [p=nrthomas@gmail.com (Nick Thomas [cf]) r=luser/ted a1.9=damons]
2008-02-09 21:24:12 -08:00
surkov.alexander@gmail.com
4795c6f733
Bug 381049 - Pass swallowed crashes inside MSAA/IA2 methods to breakpad, patch=aaronlev, r=me, ted.mielczarek, sr=benjamin, a=dsicore
2008-02-08 18:40:47 -08:00
ted.mielczarek@gmail.com
f2364fcfe8
bug 401202 - upload talkback symbols from 200x release builds, use a statically linked dump_syms.exe. r=me
2008-02-06 09:47:11 -08:00
pavlov@pavlov.net
c381c0546d
bug 407459. hooking jemalloc up to the build system. r=various people
2008-02-04 19:16:24 -08:00
dtownsend@oxymoronical.com
6e7387a769
Bug 415656: Ignore non-http(s) urls for the crash reports server. r=gavin, a1.9b3=beltzner
2008-02-04 15:22:53 -08:00
reed@reedloden.com
8a3cf9ab35
Bug 415170 - "On Mac OS X, any comment is omitted by the Crash Reporter" (use textDidEndEditing instead) [p=ted.mielczarek@gmail.com (Ted Mielczarek) r=nkreeger a1.9b3=schrep]
2008-01-31 21:20:57 -08:00
ted.mielczarek@gmail.com
2e2ec08cc5
bug 404855 - crash reporter ui review, round 2 - mac patch. r=josh
2008-01-28 14:52:42 -08:00
dtownsend@oxymoronical.com
f310bd8cab
Bug 414054: Add explicit message if preference isn't set for about:crashes. r=mano, ui-r=beltzner, a=schrep
2008-01-27 15:41:00 -08:00
ted.mielczarek@gmail.com
d82ae4e7d7
bug 412989 - allow per-app override of crashreporter.ini. r=bsmedberg
2008-01-26 08:49:29 -08:00
ted.mielczarek@gmail.com
5a1de3a571
bug 412788 - add a way for crash report server to tell client to stop sending reports. r=bsmedberg
2008-01-25 12:51:05 -08:00
ted.mielczarek@gmail.com
24d824528d
bug 394490 - pending extra and dmp files should be deleted when not submitting report. r=dcamp
2008-01-25 03:24:02 -08:00
dtownsend@oxymoronical.com
b1e34e9c11
Bug 411490: Add about:crashes for easier access to crash reports. r=mano, a=beltzner
2008-01-24 08:11:09 -08:00
ted.mielczarek@gmail.com
c20acd459d
bug 404855 - Crash Reporter UI Review, round 2, Linux bits. r=dcamp/bsmedberg
2008-01-22 16:06:40 -08:00
ted.mielczarek@gmail.com
5db12dc94e
bug 412989 - allow per-app override of crashreporter.ini. string changes only. r=bsmedberg/mconnor
2008-01-22 16:03:58 -08:00
ted.mielczarek@gmail.com
c30b564cce
bug 413539 - crash reporter comment box doesn't wrap text. r=dcamp
2008-01-22 15:55:46 -08:00
ted.mielczarek@gmail.com
202a7a8168
bug 404855 - fix a compilation issue on VC71. patch by Ondrej Brablc <ondrej@allpeers.com>, r=me
2008-01-22 05:42:14 -08:00
ted.mielczarek@gmail.com
1193990d25
bug 404855 - crash reporter UI review, round 2--win32+strings changes. r=dcamp
2008-01-21 17:07:20 -08:00
philringnalda@gmail.com
a6314e03ea
Bug 407635 followup for the 2007 copyright date I missed, eye-of=sauron, r=gavin, a=blocker
2008-01-05 20:31:19 -08:00
ted.mielczarek@gmail.com
b06cb414a7
bug 408729 - collect time since open stat. r=mento
2007-12-21 13:49:32 -08:00
ted.mielczarek@gmail.com
cfe43d328f
bug 407229 - Breakpad fails to send on Fedora F8 - modify first restart arg to remove -bin. r=bsmedberg
2007-12-21 11:40:39 -08:00
ted.mielczarek@gmail.com
d96ccf14c2
backing out bug 408729
2007-12-18 08:32:13 -08:00
ted.mielczarek@gmail.com
d6c0963d26
bug 408729 - annotate crash report with StartupTime. r=mento
2007-12-18 08:07:26 -08:00
bent.mozilla@gmail.com
e3ca1ccc32
Bug 408214 - "crash reporter sending random 'Name' field". r=luser, a=dsicore.
2007-12-14 11:47:19 -08:00
ted.mielczarek@gmail.com
ea1e24c4ae
bug 407229 - breakpad fails to send on Fedora F8. r=bsmedberg
2007-12-10 10:47:29 -08:00
ted.mielczarek@gmail.com
eacdc8e46e
bug 392919 - update Breakpad to SVN revision 234. r=mento
2007-12-04 07:54:20 -08:00
ted.mielczarek@gmail.com
75fcf5f3c3
bug 384207 - Crash Reporter client should include a URL field (linux). r=campd
2007-11-29 09:35:44 -08:00
ted.mielczarek@gmail.com
0b1b3eea29
bug 384207 - Crash Reporter client should include a URL field (OS X and Win32 only). r=campd
2007-11-28 16:55:15 -08:00
ted.mielczarek@gmail.com
957602a573
bug 384207 - Crash Reporter client should include a URL field (OS X and Win32 only). r=campd
2007-11-28 16:53:57 -08:00
ted.mielczarek@gmail.com
3ac12f328c
bug 384194 - close box in upper right of windows breakpad client doesn't close the reporter. r=campd
2007-11-28 11:40:08 -08:00
philringnalda@gmail.com
e0dc02bfb7
Bug 404912 - typo in crashreporter submit.log, r=luser, a=beltzner
2007-11-22 23:08:57 -08:00
ted.mielczarek@gmail.com
789fb3458c
bug 404893 - crash reporter fails to submit. rs=sspitzer
2007-11-21 19:27:41 -08:00
ted.mielczarek@gmail.com
15cabb6c09
bug 401960 Red Close button doesn't quit crash reporter. r=campd
2007-11-19 18:15:03 -08:00
ted.mielczarek@gmail.com
4da777b049
bug 392609 - InitUserID() leaks ID string. r=bsmedberg
2007-11-12 10:53:52 -08:00
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
ted.mielczarek@gmail.com
eab8b48846
bug 397103 Rlk/Lk regression in crash reporter. r=dbaron a1.9=drivers
2007-10-24 17:37:18 -07: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
alfred.peng@sun.com
aa217b1781
Followup for bug 398166. Two files should have been removed as part of the patch.
2007-10-21 20:08:18 -07:00
ajschult@verizon.net
4ca64e0f53
Bug 398166 bustage fix, r=luser, a=bustage
2007-10-21 11:13:17 -07:00
alfred.peng@sun.com
73e121230a
Bug 398166. update to breakpad revision 223. r/a=ted.mielczarek.
2007-10-21 08:36:00 -07:00
bent.mozilla@gmail.com
1c42ddbd1f
Bug 398056 - "symbolstore.py does not recognize srcdirs with SVN when using svn-ssh". r+a=luser.
2007-10-11 14:54:03 -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
bent.mozilla@gmail.com
2ff22a312b
Bug 397436 - "Add SVN version information support for symbolstore.py". r=luser, a=bzbarsky.
2007-09-26 11:01:23 -07:00
bent.mozilla@gmail.com
18a125633d
Bug 397200 - "OS X dylibs have non-unique signatures causing incorrect stack traces". r=luser,mento. a=bzbarsky.
2007-09-24 23:57:09 -07:00
ted.mielczarek@gmail.com
c4903fcf1f
bug 390127 - non-ascii characters in profile names saved incorrectly, fix use of Append and GetNativePath in crashreporter code. r=bsmedberg
2007-09-15 06:39:05 -07:00
ted.mielczarek@gmail.com
dca4aeab83
fix bustage from bug 389550, wrong perms on directory create
2007-09-04 16:03:53 -07:00
ted.mielczarek@gmail.com
b38d8e4149
bug 389550 - SetupExtraData should create Crash Reports dir if it doesn't exist. r=bsmedberg
2007-09-04 13:38:38 -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
ted.mielczarek@gmail.com
e29f654df4
bug 376721 - send time-since-last-crash with crash report. r=bsmedberg/mento
2007-08-29 12:46:00 -07:00
bent.mozilla@gmail.com
1fb39f1b76
Bug 392244 - "Allow alternate ssh port in upload_symbols.sh". r=luser, a=bzbarsky.
2007-08-28 16:48:09 -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
e64afeab02
bug 383083 - post-process symbol files to add source file revision numbers - handle mixed-case srcdir on win32. r=mento
2007-08-22 13:47:15 -07:00
nrthomas@gmail.com
755277d26e
Bug 392579, quote SYMBOL_SERVER_SSH_KEY to cope with spaces in /Users/nrthomas, r=luser
2007-08-20 13:37:06 -07:00
bent.mozilla@gmail.com
f912e5927a
Bug 390249 - "symbolstore.py has trouble launching dump_syms from a relative path". r=luser, a=dbaron.
2007-08-13 13:35:36 -07:00
alfred.peng@sun.com
3cc5a02773
Bug 391359. update to breakpad revision 198. r=ted.mielczarek.
2007-08-09 19:56:15 -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
8005e08e67
bug 384153 - symbol upload not removing zip file on remote host. r=bsmedberg
2007-07-24 18:06:15 -07:00
ted.mielczarek@gmail.com
60ee834e61
bug 388320 - package crashreporter xpt (+ rename airbag module to
...
crashreporter). r=bsmedberg
2007-07-24 18:06:15 -07:00
jwalden@mit.edu
ddbd0f3fe1
Fix line endings.
2007-07-24 18:06:15 -07:00
ted.mielczarek@gmail.com
8918693935
bug 376720 - send time-since-install with crash report
2007-07-24 18:06:15 -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
d27cbe913d
bug 383083 - post-process symbol files to add source revision numbers. re-enable --vcs-info on linux + dos2unix on symbolstore.py. r=bsmedberg
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
benjamin@smedbergs.us
0e0455cca4
Fix unit-test bustage.
2007-07-24 18:06:15 -07:00
nrthomas@gmail.com
bd1b933b05
Fix odd permissions on symbols uploaded to server, b=379014, r=luser
2007-07-24 18:06:14 -07:00
ted.mielczarek@gmail.com
e3ef96ac3e
bug 387551 - generate and send unique user id in crash reports. r=bsmedberg
2007-07-24 18:06:14 -07:00
ted.mielczarek@gmail.com
74da763674
bug 386847 - os x not uploading i386 symbols. rs=gavin.sharp
2007-07-24 18:06:14 -07:00
ted.mielczarek@gmail.com
0e5b1e3c82
bug 376046 - add support for specifying an ssh private key in the symbol upload script - bash-fu + a bonus fix that i missed in a previous patch. r=bsmedberg
2007-07-24 18:06:13 -07:00