summaryrefslogtreecommitdiffstats
path: root/chrome_frame/crash_reporting
Commit message (Expand)AuthorAgeFilesLines
* Move the crash metrics to the crash reproting lib to avoid a back dependency ...mad@google.com2010-06-124-1/+160
* Add support for uploading UMA metrics data from ChromeFrame. Added support fo...ananta@chromium.org2010-06-111-0/+3
* Cleanup: Add a bunch of missing includes.thestig@chromium.org2010-05-101-3/+5
* Avoid reporting crashes for exceptions that hit our SEH from calls to the ori...robertshield@chromium.org2010-05-012-33/+48
* Some cleanup regarding Siggi's comments on http://codereview.chromium.org/173...robertshield@chromium.org2010-04-282-3/+4
* Add an ExceptionBarrier around outbound calls to patched methods in IE. In so...robertshield@chromium.org2010-04-282-12/+39
* Heuristically avoid reporting crashes during DLL loading.siggi@chromium.org2010-03-125-18/+117
* Utility functions to interact with the NT loader's data structures and associ...siggi@chromium.org2010-03-116-0/+587
* Make minidump test deterministic by explicitly loading and unloading a specif...siggi@chromium.org2010-02-261-5/+13
* Add a test executable to allow verifying which minidump flag configurations w...siggi@chromium.org2010-02-052-0/+444
* Tweak the crash dump flags to make sure we get PEB/TEB and the unloaded modul...siggi@chromium.org2010-02-051-1/+20
* Committing for stoyan since we need this now...mad@chromium.org2010-02-031-3/+3
* Omit FPO so ::RtlCaptureStackBackTrace is more reliable in Release build for ...stoyan@chromium.org2010-02-022-5/+8
* Prevent excessive crash reporting due stack overflow (due exception in SEH fi...stoyan@chromium.org2010-01-318-358/+645
* Suppress crash dump generation due to IsBadXXX functions.amit@chromium.org2010-01-156-44/+127
* The ChromeFrame crash reporting code should not depend on chrome frame as it ...ananta@chromium.org2009-12-092-12/+26
* Added support for running reliability tests for ChromeFrame on similar lines ...ananta@chromium.org2009-12-091-2/+14
* Comment fixed.stoyan@google.com2009-10-231-1/+1
* Do not create dump on custom exception codes.stoyan@google.com2009-10-231-0/+7
* For Steven Truong (stevet@)mad@chromium.org2009-10-202-0/+206
* Committing for Steven who got LGTM from here:mad@chromium.org2009-10-155-0/+357