| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GTM dependency from iOS breakpad_client. | justincohen@chromium.org | 2014-02-18 | 1 | -3/+0 |
* | android: Require exe unittests to have a foo_unittest_stripped target. | thakis@chromium.org | 2014-02-10 | 1 | -0/+15 |
* | [Android WebView] Fix small licenses-related inconsistencies | mnaganov@chromium.org | 2014-02-05 | 1 | -1/+1 |
* | Make breakpad configure on FreeBSD. | r.c.ladan@gmail.com | 2014-01-28 | 1 | -1/+1 |
* | Get rid of ui_cocoa_third_party_toolkits target from ui.gyp | tfarina@chromium.org | 2013-12-18 | 1 | -17/+3 |
* | Remove removed auto_testfile.h from breakpad.gyp. | bungeman@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Roll Breakpad r1234:r1240. | blundell@chromium.org | 2013-12-04 | 1 | -0/+3 |
* | Override minimum logging level for breakpad to error messages. | jochen@chromium.org | 2013-11-06 | 1 | -0/+1 |
* | Update breakpad to r1230, picking up: | mark@chromium.org | 2013-11-05 | 1 | -0/+2 |
* | [MIPS] Fix library order and includes for breakpad test | petarj@mips.com | 2013-10-04 | 1 | -6/+17 |
* | Update breakpad version in DEPS 1211:1213 | petarj@mips.com | 2013-09-14 | 1 | -0/+2 |
* | Make minidump_stackwalk compile with target_arch=ia32 on a linux x64 host. | tonyg@chromium.org | 2013-08-21 | 1 | -0/+5 |
* | Remove USE_LINUX_BREAKPAD ifdef since we don't need it for chromium anymore. | jam@chromium.org | 2013-07-16 | 1 | -82/+78 |
* | [Android] Convert more test targets to use isolate. | frankf@chromium.org | 2013-07-13 | 2 | -0/+17 |
* | Support target/host architecture with ninja iOS builds | justincohen@google.com | 2013-05-13 | 1 | -154/+177 |
* | Use symupload.exe from Breakpad's src/tools/windows/binaries/symupload.exe | mark@chromium.org | 2013-05-11 | 1 | -0/+0 |
* | Stop using forked Breakpad files. This undoes the local copy of the changes | mark@chromium.org | 2013-05-09 | 5 | -3365/+2 |
* | Fix a typo in breakpad.gyp. | thestig@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Roll breakpad DEPS r1155 - r1169. | qsr@chromium.org | 2013-05-06 | 1 | -0/+5 |
* | Roll breakpad DEPS r1146 - r1155. | rsesek@chromium.org | 2013-04-23 | 1 | -3/+8 |
* | Roll DEPS for Breakpad r1139:1146. | thestig@chromium.org | 2013-04-16 | 1 | -0/+10 |
* | Roll DEPS for Breakpad r1104:1139. | thestig@chromium.org | 2013-04-02 | 3 | -53/+61 |
* | Start and stop crash reporting outside of the loader lock. | grt@chromium.org | 2013-03-14 | 1 | -26/+4 |
* | Update location of breakpad's scoped_ptr.h | bungeman@chromium.org | 2013-02-27 | 1 | -1/+1 |
* | Fix overlay for breakpad. | qsr@chromium.org | 2013-02-05 | 3 | -133/+24 |
* | Disabling nacl_win64 targets when building in target_arch!=ia32 mode. | bradnelson@google.com | 2013-01-21 | 2 | -2/+10 |
* | Build minidump_stackwalk and minidump_dump on all supported platforms. | rsesek@chromium.org | 2012-11-21 | 2 | -161/+131 |
* | breakpad: Build breakpad_client target as static_library. | tfarina@chromium.org | 2012-10-31 | 1 | -1/+1 |
* | Specify dependences correctly when building mac tools for iOS. | blundell@chromium.org | 2012-10-29 | 1 | -2/+23 |
* | Allow building Official Chrome builds in Debug on ARM by avoiding overcommitt... | fischman@chromium.org | 2012-10-17 | 1 | -0/+5 |
* | Roll DEPS for Breakpad 1052:1069 (try 2, add missing mac files to breakpad.gyp) | thestig@chromium.org | 2012-10-12 | 1 | -12/+17 |
* | Revert 161434 - Roll DEPS for Breakpad 1052:1069. | falken@chromium.org | 2012-10-12 | 1 | -10/+7 |
* | Roll DEPS for Breakpad 1052:1069. | thestig@chromium.org | 2012-10-11 | 1 | -7/+10 |
* | [Android] Add source file to gyp | dfalcantara@chromium.org | 2012-10-05 | 1 | -0/+3 |
* | Re-Fix official Linux builds, broken by missing symupload. | mmoss@chromium.org | 2012-08-30 | 1 | -1/+0 |
* | Revert 154068 - Fix official Linux builds, broken by missing symupload. | karen@chromium.org | 2012-08-30 | 1 | -5/+1 |
* | Fix official Linux builds, broken by missing symupload. | mmoss@chromium.org | 2012-08-30 | 1 | -1/+5 |
* | Roll Breakpad to release 1020 | digit@chromium.org | 2012-08-28 | 1 | -3/+17 |
* | Use mac_build.gypi to build breakpad utilities on iOS | stuartmorgan@chromium.org | 2012-08-21 | 1 | -0/+67 |
* | Use the shared GTMLogger for iOS breakpad builds | stuartmorgan@chromium.org | 2012-08-21 | 1 | -18/+17 |
* | Disable compiler option 'mimplicit-it' for Android ARM | yongsheng.zhu@intel.com | 2012-08-20 | 1 | -1/+2 |
* | linux/clang: Disable the last two warnings, turn on -Werror | thakis@chromium.org | 2012-08-18 | 1 | -0/+8 |
* | Rolling the DEPS of Breakpad. | jcivelli@chromium.org | 2012-08-15 | 2 | -8/+12 |
* | Update license tool to check several additional directories | steveblock@chromium.org | 2012-08-09 | 1 | -1/+1 |
* | Enabling breakpad on iOS. | noyau@chromium.org | 2012-07-25 | 1 | -0/+76 |
* | Roll breakpad DEPS r977:998 | rsesek@chromium.org | 2012-07-25 | 1 | -0/+9 |
* | Revert 148171 - Roll breakpad DEPS r977:996 | rsesek@chromium.org | 2012-07-24 | 1 | -9/+0 |
* | Roll breakpad DEPS r977:996 | rsesek@chromium.org | 2012-07-24 | 1 | -0/+9 |
* | Revert 148133 - Roll breakpad DEPS r977:995 | acolwell@chromium.org | 2012-07-24 | 1 | -9/+0 |
* | Roll breakpad DEPS r977:995 | rsesek@chromium.org | 2012-07-24 | 1 | -0/+9 |