| Commit message (Expand) | Author | Age | Files | Lines |
* | Base: Adjust dependencies to build with base.dll | rvargas@google.com | 2011-04-26 | 1 | -1/+4 |
* | Remove locked histogram macros since jar@chromium.org made the base macros th... | grt@chromium.org | 2011-04-06 | 1 | -9/+6 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 2 | -3/+3 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -9/+9 |
* | Regkey functions return error code instead of bool | amit@chromium.org | 2011-01-19 | 1 | -11/+12 |
* | Fixing several typos in gyp files detected by jeanluc's forthcoming changes t... | bradnelson@google.com | 2011-01-11 | 1 | -1/+1 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-11 | 1 | -4/+6 |
* | Revert 70920 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 1 | -6/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 1 | -4/+6 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 2 | -9/+10 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 2 | -10/+9 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 2 | -9/+10 |
* | Revert 70782 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 1 | -6/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 1 | -4/+6 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -9/+11 |
* | Move thread local stuff from base to base/threading and consistently use the | brettw@chromium.org | 2010-12-30 | 1 | -1/+1 |
* | Update file version info/memory details/process utils to use string16. | avi@chromium.org | 2010-12-23 | 1 | -1/+1 |
* | Improve filtering for false positive crashes | amit@chromium.org | 2010-12-13 | 3 | -61/+42 |
* | Add a Chrome Frame metric to track channel errors that result in sad tabs. | robertshield@chromium.org | 2010-12-08 | 2 | -2/+9 |
* | scons: excise more scons references from the code base | evan@chromium.org | 2010-12-03 | 1 | -1/+1 |
* | Convert LOG(INFO) to VLOG(1) - chrome_frame/. | pkasting@chromium.org | 2010-10-19 | 1 | -6/+6 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 1 | -3/+3 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 3 | -4/+2 |
* | Use Environment::SetVar in more places. | tfarina@chromium.org | 2010-08-13 | 4 | -22/+35 |
* | Move the crash metrics to the crash reproting lib to avoid a back dependency ... | mad@google.com | 2010-06-12 | 4 | -1/+160 |
* | Add support for uploading UMA metrics data from ChromeFrame. Added support fo... | ananta@chromium.org | 2010-06-11 | 1 | -0/+3 |
* | Cleanup: Add a bunch of missing includes. | thestig@chromium.org | 2010-05-10 | 1 | -3/+5 |
* | Avoid reporting crashes for exceptions that hit our SEH from calls to the ori... | robertshield@chromium.org | 2010-05-01 | 2 | -33/+48 |
* | Some cleanup regarding Siggi's comments on http://codereview.chromium.org/173... | robertshield@chromium.org | 2010-04-28 | 2 | -3/+4 |
* | Add an ExceptionBarrier around outbound calls to patched methods in IE. In so... | robertshield@chromium.org | 2010-04-28 | 2 | -12/+39 |
* | Heuristically avoid reporting crashes during DLL loading. | siggi@chromium.org | 2010-03-12 | 5 | -18/+117 |
* | Utility functions to interact with the NT loader's data structures and associ... | siggi@chromium.org | 2010-03-11 | 6 | -0/+587 |
* | Make minidump test deterministic by explicitly loading and unloading a specif... | siggi@chromium.org | 2010-02-26 | 1 | -5/+13 |
* | Add a test executable to allow verifying which minidump flag configurations w... | siggi@chromium.org | 2010-02-05 | 2 | -0/+444 |
* | Tweak the crash dump flags to make sure we get PEB/TEB and the unloaded modul... | siggi@chromium.org | 2010-02-05 | 1 | -1/+20 |
* | Committing for stoyan since we need this now... | mad@chromium.org | 2010-02-03 | 1 | -3/+3 |
* | Omit FPO so ::RtlCaptureStackBackTrace is more reliable in Release build for ... | stoyan@chromium.org | 2010-02-02 | 2 | -5/+8 |
* | Prevent excessive crash reporting due stack overflow (due exception in SEH fi... | stoyan@chromium.org | 2010-01-31 | 8 | -358/+645 |
* | Suppress crash dump generation due to IsBadXXX functions. | amit@chromium.org | 2010-01-15 | 6 | -44/+127 |
* | The ChromeFrame crash reporting code should not depend on chrome frame as it ... | ananta@chromium.org | 2009-12-09 | 2 | -12/+26 |
* | Added support for running reliability tests for ChromeFrame on similar lines ... | ananta@chromium.org | 2009-12-09 | 1 | -2/+14 |
* | Comment fixed. | stoyan@google.com | 2009-10-23 | 1 | -1/+1 |
* | Do not create dump on custom exception codes. | stoyan@google.com | 2009-10-23 | 1 | -0/+7 |
* | For Steven Truong (stevet@) | mad@chromium.org | 2009-10-20 | 2 | -0/+206 |
* | Committing for Steven who got LGTM from here: | mad@chromium.org | 2009-10-15 | 5 | -0/+357 |