| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Enable positional parameters for base::vsnprintf and base::vswprintf ... | thakis | 2015-02-06 | 2 | -25/+6 |
* | Update {virtual,override,final} to follow C++11 style in base. | dcheng | 2015-02-06 | 5 | -28/+23 |
* | Assert RendererScheduler thread usage | jdduke | 2015-02-06 | 2 | -2/+3 |
* | Adding instrumentation to locate the source of jankiness. | Peter Kasting | 2015-02-05 | 3 | -3/+6 |
* | Bind: Use Variadic Templates in bind_internal.h | tzik | 2015-02-05 | 5 | -2315/+178 |
* | Remove uses of CloseProcessHandle. | rvargas | 2015-02-05 | 1 | -4/+1 |
* | Work around a bug in test isolation code. | earthdok | 2015-02-05 | 1 | -0/+4 |
* | Reland of Move tracing namespace from base::debug to base::trace_event. | primiano | 2015-02-05 | 21 | -105/+161 |
* | Increase warning threshold for "super long" delayed tasks. | miu | 2015-02-05 | 1 | -8/+9 |
* | Revert of Move tracing namespace from base::debug to base::trace_event. (patc... | zhaoqin | 2015-02-05 | 21 | -161/+105 |
* | JSONStringValueSerializer takes a StringPiece instead of std::string&. | mgiuca | 2015-02-05 | 3 | -30/+84 |
* | JSONStringValueSerializer: Constructor argument must not be null. | mgiuca | 2015-02-05 | 2 | -21/+25 |
* | Add UMA stats to record the memory pressure level periodically (once per seco... | xdai | 2015-02-05 | 2 | -1/+39 |
* | ProcessMetrics::GetCPUUsage() is Slow | afakhry | 2015-02-05 | 2 | -7/+37 |
* | Add an explicit ObjectWatcher::IsWatching() method | rvargas | 2015-02-05 | 3 | -7/+14 |
* | Move tracing namespace from base::debug to base::trace_event. | ssid | 2015-02-04 | 21 | -105/+161 |
* | Move OpenProcessHandle to Process::Open. | rvargas | 2015-02-04 | 9 | -81/+18 |
* | Support MSan/TSan in test isolation and test_env.py | earthdok | 2015-02-04 | 2 | -3/+14 |
* | Flush gcda files on test suite exit, not on every tear down. | eugenebut | 2015-02-04 | 1 | -0/+3 |
* | win/swarming: Make 64-bit debug component builds work on swarming? | Nico Weber | 2015-02-03 | 1 | -6/+18 |
* | Move 'super-long post delayed task' warning to IncomingTaskQueue. | miu | 2015-02-03 | 2 | -15/+13 |
* | Skip direct map from apk check for all Samsung. | simonb | 2015-02-03 | 1 | -7/+1 |
* | Support creation of StackTrace directly from CONTEXT struct | wittman | 2015-02-03 | 2 | -9/+26 |
* | Deleting the forwarding header files base/debug/trace_event* | ssid | 2015-02-03 | 7 | -80/+0 |
* | Add the ability to change directories before execing. | rickyz | 2015-02-03 | 4 | -7/+61 |
* | [Android] Add support for command-line flags via annotation. | jbudorick | 2015-02-03 | 4 | -0/+182 |
* | Add support for correct Windows 10 version enumeration. | wfh | 2015-02-02 | 2 | -2/+5 |
* | win/swarming: Make 64-bit debug component builds work on swarming. | Nico Weber | 2015-02-02 | 1 | -1/+1 |
* | Skip direct map from apk check for pre-KitKat Samsung. | simonb | 2015-02-02 | 2 | -10/+33 |
* | Implement throttling logic for fetching affiliation information. | engedy | 2015-02-02 | 2 | -0/+6 |
* | Log pref file size histogram on read rather than on write. | gab | 2015-01-31 | 3 | -27/+42 |
* | Mechanical rename of tracing includes for /base | primiano | 2015-01-31 | 16 | -19/+19 |
* | Update ReplaceIllegalCharactersInPath to handle quirks in HFS+ and VFAT | asanka | 2015-01-31 | 3 | -68/+112 |
* | Cleanup: Presubmit API is built into depot_tools. | tfarina | 2015-01-31 | 1 | -1/+1 |
* | Clean up time_formatting_unittest.cc now that chromium icu has been updated | Paweł Hajdan, Jr | 2015-01-30 | 1 | -17/+0 |
* | win/swarming: Make 64-bit component builds work on swarming. | Nico Weber | 2015-01-30 | 1 | -2/+2 |
* | Remove 32-bit Mac implementation of EnableTerminationOnHeapCorruption(). | rsesek | 2015-01-29 | 4 | -221/+7 |
* | iOS gtest launcher: retry tests in one big batch | Paweł Hajdan | 2015-01-29 | 3 | -28/+34 |
* | This is the first patch to separate JNI registration with initialization, cur... | michaelbai | 2015-01-28 | 5 | -0/+138 |
* | Fix truncation warning in PEImage on VS2015 | scottmg | 2015-01-28 | 1 | -6/+2 |
* | Instrumenting more of WM_ message processing for jank | vadimt | 2015-01-28 | 1 | -2/+8 |
* | win/asan: Only package asan_dynamic dll in component builds. | thakis | 2015-01-28 | 1 | -1/+1 |
* | Refactoring in unit_test_launcher.cc: | Paweł Hajdan, Jr | 2015-01-28 | 2 | -266/+255 |
* | Add missing .Pass() on return of SampleVector | scottmg | 2015-01-27 | 1 | -1/+1 |
* | Fix shadowing warning in json_parser on VS2015 | scottmg | 2015-01-27 | 1 | -1/+1 |
* | Fix variable shadowing warning in registry on VS2015 | scottmg | 2015-01-27 | 1 | -2/+2 |
* | Fix variable shadowing warning in logging on VS2015 | scottmg | 2015-01-27 | 1 | -6/+5 |
* | Fix Histogram shadowing warning on vs2015 | scottmg | 2015-01-27 | 1 | -3/+3 |
* | Fix variable shadowing warning in safe_sprintf in VS2015 | scottmg | 2015-01-27 | 1 | -3/+3 |
* | Fix variable shadowing in TLS code on VS2015 | scottmg | 2015-01-27 | 1 | -3/+3 |