| Commit message (Expand) | Author | Age | Files | Lines |
* | Change scoped_ptr::reset()'s behaviour to match unique_ptr. | amistry | 2015-09-24 | 2 | -16/+28 |
* | Mac: Support 10.10's -[NSViewController viewDidLoad] for BookmarkBarController | tapted | 2015-09-22 | 1 | -0/+4 |
* | Add IsValueNegative to base/numerics | jschuh | 2015-09-22 | 2 | -0/+31 |
* | base: remove AsyncSocketIoHandler | ellyjones | 2015-09-22 | 6 | -468/+0 |
* | Use RandBytes instead of rand_s for pipe names. | wfh | 2015-09-22 | 1 | -3/+3 |
* | Allow ParameterizedTests at the TestCase class level | mnaganov | 2015-09-22 | 1 | -12/+23 |
* | Adding components to dependencies on iOS. | sherouk | 2015-09-22 | 1 | -7/+0 |
* | Update chromium library loader for new log tag policy. | simonb | 2015-09-22 | 5 | -8/+6 |
* | Don't assume that uid_t is int | keybuk | 2015-09-22 | 1 | -1/+2 |
* | Disable EtwTraceControllerTest.EnableDisable again | brucedawson | 2015-09-21 | 1 | -1/+1 |
* | Correct attribute name in IsInForcedRTL() | marq | 2015-09-21 | 2 | -2/+5 |
* | Add support for base::UncheckedMalloc on Windows. | wfh | 2015-09-21 | 4 | -207/+98 |
* | Switch from std::move to Pass() | brucedawson | 2015-09-19 | 1 | -1/+1 |
* | Disable EtwTraceControllerTest.EnableDisable | brucedawson | 2015-09-19 | 1 | -1/+2 |
* | Make deps of GN groups public. | brettw | 2015-09-18 | 1 | -1/+1 |
* | [android] Change the recommended log tag format to "cr_foo" | dgn | 2015-09-18 | 2 | -18/+53 |
* | Remove remaining references to jemalloc. | bungeman | 2015-09-18 | 1 | -7/+4 |
* | Revert of Check for CloseHandle failures even when not debugging (patchset #4... | brucedawson | 2015-09-18 | 8 | -36/+67 |
* | [tracing] Don't use dot-based path expansion in TracedValue | primiano | 2015-09-18 | 2 | -6/+21 |
* | Refactor the bootstrap sandbox process launching integration. | rsesek | 2015-09-18 | 3 | -45/+0 |
* | Get logging to chrome_debug.log working again on Windows Vista+. | ananta | 2015-09-18 | 2 | -49/+40 |
* | Remove HANDLE_FLAG_PROTECT_FROM_CLOSE flag from Tracked/ScopedHandle. | rvargas | 2015-09-17 | 1 | -15/+0 |
* | Fix possibly flakiness of EtwTraceControllerTest.EnableDisable | wangxianzhu | 2015-09-17 | 1 | -0/+3 |
* | Remove trace event overhead reporting feature | wangxianzhu | 2015-09-17 | 1 | -70/+2 |
* | Fix three Windows base_unittests to not require admin | brucedawson | 2015-09-17 | 2 | -2/+2 |
* | Fixes to possible GetLastError bugs | brucedawson | 2015-09-17 | 1 | -1/+1 |
* | Ensure low-memory renderers retry failed loads correctly. | simonb | 2015-09-17 | 2 | -22/+22 |
* | Check for CloseHandle failures even when not debugging | brucedawson | 2015-09-17 | 8 | -67/+36 |
* | Implement CheckedNumeric::UnsignedAbs() | jschuh | 2015-09-17 | 3 | -1/+56 |
* | All instances of addresses as void* are changed to uintptr_t in | sydli | 2015-09-16 | 4 | -14/+20 |
* | Added common check for USER32 and GDI32 API availability. | forshaw | 2015-09-16 | 2 | -0/+51 |
* | GN: Side-load dex files as well as native code in incremental installs | agrieve | 2015-09-16 | 6 | -151/+0 |
* | [tracing] Fix races in TraceLog's EnabledStateObserver | primiano | 2015-09-16 | 1 | -0/+3 |
* | Remove base's implicit_cast. | danakj | 2015-09-15 | 5 | -32/+10 |
* | Document weak pointer factory constructor requirement. | scheib | 2015-09-15 | 1 | -0/+1 |
* | Allow ConvertJavaStringTo* to be called with (JNIEnv, JavaRef). | torne | 2015-09-15 | 2 | -0/+12 |
* | [tracing] Expose level of detail of memory dumps in the trace JSON | primiano | 2015-09-15 | 1 | -3/+6 |
* | Remove named SharedMemory usage on Mac. | thestig | 2015-09-15 | 3 | -163/+66 |
* | Remove g_get_home_dir() | knthzh | 2015-09-15 | 1 | -12/+0 |
* | Move sanitizer and symbol flags out of BUILDCONFIG | brettw | 2015-09-14 | 3 | -7/+8 |
* | [tracing] Non-functional refactor of memory dump arg names | primiano | 2015-09-14 | 16 | -129/+130 |
* | Fix float to int conversion in base/numerics | jschuh | 2015-09-14 | 2 | -8/+173 |
* | base: Update comment about use of std::numeric_limits. | tfarina | 2015-09-12 | 1 | -1/+2 |
* | Revert of Try changing LockImpl to not have a spin count to see how it affect... | jam | 2015-09-11 | 1 | -1/+3 |
* | Stop building FilePathWatcher on iOS. | sdefresne | 2015-09-11 | 3 | -9/+13 |
* | Remove clang type profiler and deep memory profiler. | thakis | 2015-09-11 | 13 | -662/+1 |
* | Use #if DCHECK_IS_ON() in base/synchronization/* | olli.raula | 2015-09-11 | 5 | -17/+16 |
* | [tracing] Add test for memory-infra startup tracing | primiano | 2015-09-11 | 8 | -82/+150 |
* | Get GenericScopedHandle::Set to preserve LastError code | brucedawson | 2015-09-11 | 4 | -1/+42 |
* | Add scoped_ptr-safe base::Value to Dictionary/List conversion functions. | reillyg | 2015-09-11 | 2 | -0/+26 |