| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Add an exception wrapper to the WindowProc functions so | rvargas@google.com | 2011-03-17 | 1 | -0/+12 |
* | Added code to restart the service process in the event of a crash. | sanjeevr@chromium.org | 2011-02-15 | 1 | -10/+23 |
* | Reland 72784 | danno@chromium.org | 2011-01-28 | 1 | -1/+1 |
* | Revert 72784 - Policy: generate boilerplate policy type and constant code. | danno@chromium.org | 2011-01-27 | 1 | -1/+1 |
* | Policy: generate boilerplate policy type and constant code. | danno@chromium.org | 2011-01-27 | 1 | -1/+1 |
* | Regkey functions return error code instead of bool | amit@chromium.org | 2011-01-19 | 1 | -3/+4 |
* | Move base/win_util to the base/win directory and use the base::win namespace. | brettw@google.com | 2010-12-31 | 1 | -2/+2 |
* | Update file version info/memory details/process utils to use string16. | avi@chromium.org | 2010-12-23 | 1 | -1/+1 |
* | Use 'ChromeFrame' product id instead of chrome for GCF launches | amit@chromium.org | 2010-11-16 | 1 | -1/+7 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 1 | -3/+5 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Dump total number of extensions into crash dump meta data. | antonm@chromium.org | 2010-10-05 | 1 | -6/+20 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -0/+1 |
* | Add number of tabs opened in the process to crash meta data. | antonm@chromium.org | 2010-09-02 | 1 | -0/+17 |
* | Re-land part of r55416, minus actually moving the test_suite.h contents to a ... | brettw@chromium.org | 2010-08-17 | 1 | -0/+1 |
* | Win32: Prefix Breakpad GPU info with 'gpu-' to make crash reports more readable. | thestig@chromium.org | 2010-08-17 | 1 | -5/+7 |
* | Cleanup Registry API: part 3. | tfarina@chromium.org | 2010-08-14 | 1 | -2/+2 |
* | Use Environment::SetVar in more places. | tfarina@chromium.org | 2010-08-13 | 1 | -5/+7 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 1 | -1/+0 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 1 | -0/+1 |
* | De-wstringify some of our breakpad interfaces. | evan@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | Don't initialize the crash reporter on windows if disabled by configuration m... | mnissler@chromium.org | 2010-08-02 | 1 | -6/+43 |
* | Make sure to initialize crash reporter thread with valid pointer. | mnissler@chromium.org | 2010-07-26 | 1 | -4/+4 |
* | Fix start up crash when --disable-breakpad is used. | huanr@chromium.org | 2010-07-20 | 1 | -0/+12 |
* | Fixing typo in name of offset variable. | rlp@chromium.org | 2010-07-20 | 1 | -5/+5 |
* | Adding gpu_info to the breakpad info collection before sending off a crash. | rlp@chromium.org | 2010-07-19 | 1 | -1/+35 |
* | Send large dump file for canary build. Also fix a similar | huanr@chromium.org | 2010-07-15 | 1 | -1/+3 |
* | Cleanup: Break some common->app dependencies. | thestig@chromium.org | 2010-06-25 | 1 | -0/+1 |
* | Fix the compiler error in breakpad_win if exception is enabled. | victorw@chromium.org | 2010-06-22 | 1 | -34/+35 |
* | Fix a heap leak in GetCustomInfo. | mazda@chromium.org | 2010-06-17 | 1 | -0/+2 |
* | Make sure GoogleUpdateSettings::GetChromeChannel does not read | siggi@chromium.org | 2010-04-20 | 1 | -1/+2 |
* | Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C... | thestig@chromium.org | 2010-04-06 | 1 | -9/+15 |
* | Use env_vars::kHeadless instead of hard coded strings. | thestig@chromium.org | 2010-03-12 | 1 | -3/+5 |
* | Tweak minidump flags to include a little more detail. | siggi@chromium.org | 2010-03-01 | 1 | -3/+32 |
* | Fix crash reporting on Windows. | aa@chromium.org | 2009-12-02 | 1 | -1/+3 |
* | Ok, here is a different approach at this change. | aa@chromium.org | 2009-12-02 | 1 | -65/+74 |
* | Revert 33255 - Report active extensions in crash reports. This only implement... | nsylvain@chromium.org | 2009-11-30 | 1 | -63/+50 |
* | Report active extensions in crash reports. This only implements Windows right... | aa@chromium.org | 2009-11-30 | 1 | -50/+63 |
* | Potential fix for duplicate crash reports on Windows. | kuchhal@chromium.org | 2009-11-12 | 1 | -11/+19 |
* | Change id that identifies client in crash reports. Whenever metrics service r... | kuchhal@chromium.org | 2009-11-05 | 1 | -3/+28 |
* | Rewrite of chrome.exe startup code | cpu@chromium.org | 2009-11-04 | 1 | -2/+0 |
* | Prevent multiple threads from executing the DumpDoneCallback handler | cpu@chromium.org | 2009-10-17 | 1 | -0/+9 |
* | Initialize default crash callback if we fail to get user SID. | kuchhal@chromium.org | 2009-10-13 | 1 | -7/+9 |
* | Add the page url to plugin crashes to aid debugging. | jam@chromium.org | 2009-07-08 | 1 | -5/+5 |
* | Revert change 20173 because it breaks the ui_tests, plugin_tests | nsylvain@chromium.org | 2009-07-08 | 1 | -5/+5 |
* | Add the page url to plugin crashes to aid debugging. | jam@chromium.org | 2009-07-08 | 1 | -5/+5 |
* | Fix potential memleak in InitCrashReporterWithDllPath. It can leak at line 29... | finnur@chromium.org | 2009-06-30 | 1 | -10/+10 |
* | Adding chrome start-up parameters to information passed back in breakpad crash | cpu@google.com | 2009-06-26 | 1 | -20/+42 |