summaryrefslogtreecommitdiffstats
path: root/chrome_frame/crash_reporting
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_...avi@chromium.org2013-07-171-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-6/+5
* Use a direct include of strings headers in chrome_frame/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,...avi@chromium.org2013-06-072-2/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+2
* Rename FilePath -> base::FilePath in various toplevel directoriesbrettw@chromium.org2013-02-101-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make chrome compile with the win8 sdk cpu@chromium.org2012-06-272-8/+28
* Remove redundant includes of common.gypi and unused repo from DEPSscottmg@chromium.org2012-05-281-4/+1
* Revert 139259 - Remove redundant includes of common.gypi and unused repo from...scottmg@google.com2012-05-281-0/+3
* Remove redundant includes of common.gypi and unused repo from DEPSscottmg@google.com2012-05-281-3/+0
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-061-1/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* base::Bind: Low-hanging fruit conversions of NewRunnableFunction.jhawkins@chromium.org2011-11-121-3/+5
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-8/+0
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-261-1/+4
* Remove locked histogram macros since jar@chromium.org made the base macros th...grt@chromium.org2011-04-061-9/+6
* Move some files from base to base/memory.levin@chromium.org2011-03-282-3/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-9/+9
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-11/+12
* Fixing several typos in gyp files detected by jeanluc's forthcoming changes t...bradnelson@google.com2011-01-111-1/+1
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-4/+6
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-6/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-4/+6
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-092-9/+10
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-072-10/+9
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-072-9/+10
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-6/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-4/+6
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-9/+11
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-1/+1
* Improve filtering for false positive crashesamit@chromium.org2010-12-133-61/+42
* Add a Chrome Frame metric to track channel errors that result in sad tabs.robertshield@chromium.org2010-12-082-2/+9
* scons: excise more scons references from the code baseevan@chromium.org2010-12-031-1/+1
* Convert LOG(INFO) to VLOG(1) - chrome_frame/.pkasting@chromium.org2010-10-191-6/+6
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-3/+3
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-273-4/+2
* Use Environment::SetVar in more places.tfarina@chromium.org2010-08-134-22/+35
* 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