aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac
Commit message (Expand)AuthorAgeFilesLines
* Change ClientInfo into a class to match other platforms, rename the current C...ted.mielczarek@gmail.com2010-08-165-13/+31
* Put MachIPC into the google_breakpad namespaceted.mielczarek@gmail.com2010-08-162-0/+8
* Allow dumping live processes on OS Xted.mielczarek@gmail.com2010-08-134-2/+135
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-1310-7/+920
* fix typo in previous committed.mielczarek@gmail.com2010-08-121-1/+1
* Change exception_handler_test.cc to use Google Testted.mielczarek@gmail.com2010-08-123-48/+268
* review: http://breakpad.appspot.com/139001dmaclach2010-07-291-0/+1
* review: http://breakpad.appspot.com/138001dmaclach2010-07-292-67/+35
* Review: http://breakpad.appspot.com/137001dmaclach2010-07-282-44/+53
* Review: http://breakpad.appspot.com/136001dmaclach2010-07-284-199/+74
* Adding 11 languages to the crash uploader app on the Mac, contributed by the ...stuart.morgan2010-07-2523-0/+58
* Separate the "hello" message from the parameter messages inmark@chromium.org2010-07-211-2/+3
* Clean up build for 64 bit.dmaclach2010-07-1917-488/+1335
* Convert files in .nib format to .xib format.mark@chromium.org2010-06-239-168/+4056
* issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-292-12/+37
* Make Mac comment and email text field placeholders localizable. r=nealsidstuart.morgan2010-01-012-0/+6
* Add email mapping for Socorro. r=nealsidstuart.morgan2010-01-011-2/+2
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-151-3/+3
* Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in ...ted.mielczarek2009-12-141-0/+15
* Forward exceptions in child processes to Apple's Crash Reporternealsid2009-11-181-0/+3
* Always export catch_exception_raise.mmentovai2009-11-111-1/+4
* Allow the Breakpad Mac framework to be built without -fexceptions.mmentovai2009-10-151-51/+45
* Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br...ted.mielczarek2009-09-302-18/+5
* Fix text field resizing for 10.5+ SDKstuartmorgan2009-08-281-1/+4
* Add tool dependencies to the 'Build All' target of Breakpad, so that everythi...nealsid2009-07-281-0/+151
* Port fixes from internal Google Breakpad to SVN. nealsid2009-07-2112-52/+287
* issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek2009-06-128-11/+38
* Fix for generating dumps on-demand to set the requesting thread to the curren...nealsid2009-06-121-1/+1
* Support custom URL parameters. Added unit tests for Breakpad. Addednealsid2009-06-038-95/+481
* Show the reporter UI for Breakpad.framework regardless of whether continuing ...stuartmorgan2009-05-282-3/+10
* Patch from Jeremy to have better error reporting, and workaround a Cocoa bug ...nealsid2009-05-152-16/+39
* Add a missing include (for gettimeofday) to Inspector.mmstuartmorgan2009-04-301-5/+6
* Mac reporter improvements:stuartmorgan2009-04-2912-207/+380
* Mac framework fixes: Propagate server type from plist, and fix precedence of ...stuart.morgan2009-04-292-8/+9
* Code review issue 9002: Add paranoid logging to Inspector & Reporternealsid2009-04-233-12/+61
* Add a parameter to control the Mac reporter timeout.stuartmorgan2009-04-223-11/+24
* Fix to support extensible parameter handling, and add process crashtime/uptim...nealsid2009-04-228-81/+217
* Give the Mac reporter app a localized name of 'Crash Reporter'stuartmorgan2009-04-223-5/+23
* Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e...nealsid2009-04-213-13/+23
* Sender tweaks; strip whitespace from server-returned ID, and change the title...stuart.morgan2009-04-073-6/+8
* Fix framework bundle ID and remove useless autogenerated InfoPlist.stringsstuart.morgan2009-04-063-17/+5
* Fix my build break due to misnamed constantnealsid2009-04-061-1/+1
* Incorporate feedback from first Breakpad integration.nealsid2009-04-0613-942/+204
* Open sourcing the Breakpad framework from Google. nealsid2009-04-0138-10/+9166
* New test data to reflect Ted's changes that add function parameters to symbol...nealsid2008-12-191-3318/+3457
* Added some sanity checks when iterating over threads in a crashed process. In...nealsid2008-11-191-22/+47
* Undo suspend/resume feature since it was meant as a workaround to a bug in ho...nealsid2008-10-272-61/+20
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-225-94/+160
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-086-1/+5456
* Now we provide our own implementation of the MIG function exc_server, as reco...nealsid2008-07-114-0/+2083