| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ENABLE_THREAD_CHECKER | ukai@chromium.org | 2012-05-24 | 1 | -1/+5 |
* | Change SystemMonitor::GetAttachedMediaDevices() to return a vector instead of... | thestig@chromium.org | 2012-05-23 | 3 | -28/+28 |
* | Started building the message_pump_android | michaelbai@chromium.org | 2012-05-23 | 1 | -0/+2 |
* | Update jni_generator with latest from downstream. | yfriedman@chromium.org | 2012-05-23 | 3 | -45/+88 |
* | fix checkperms for prep_libc.py | scottmg@google.com | 2012-05-23 | 1 | -0/+0 |
* | Replace prep_libc.sh with prep_libc.py, and quiet the output | scottmg@chromium.org | 2012-05-23 | 3 | -41/+59 |
* | Add java exception information to BuildInfo. | nileshagrawal@chromium.org | 2012-05-23 | 3 | -2/+79 |
* | Run base_unittests_apk on the test try bot for realz. | nileshagrawal@chromium.org | 2012-05-23 | 1 | -0/+4 |
* | Fix EtwTraceConsumerDataTest fixture. | siggi@chromium.org | 2012-05-22 | 1 | -0/+2 |
* | Cleanup: Add test fixture for SystemMonitorTest to remove some redundant code. | thestig@chromium.org | 2012-05-22 | 1 | -93/+78 |
* | fix warning compiling allocator/tcmalloc on win32 | scottmg@chromium.org | 2012-05-22 | 1 | -0/+5 |
* | PPAPI/NaCl: Fix IPC proxy build; pthread_t changed | dmichael@chromium.org | 2012-05-22 | 1 | -1/+4 |
* | Fix crash in the accessibility code in the shared build. The problem is that ... | tommi@chromium.org | 2012-05-22 | 3 | -129/+0 |
* | Base: Crash when failing to close an scoped handle. | rvargas@google.com | 2012-05-22 | 1 | -1/+1 |
* | Add SystemMonitor::GetAttachedMediaDevices(). | thestig@chromium.org | 2012-05-21 | 3 | -1/+100 |
* | Base: Fix a race settin the running_ flag. | rvargas@google.com | 2012-05-21 | 1 | -1/+1 |
* | Base: Don't overwrite the thread id when ThreadMain exits. There's | rvargas@google.com | 2012-05-21 | 2 | -4/+12 |
* | Handle rare conditions, like message queue exhaustion | jar@chromium.org | 2012-05-20 | 1 | -3/+43 |
* | Reverting due to memory waterfall failures. | jhawkins@chromium.org | 2012-05-20 | 3 | -38/+54 |
* | Allowed BinaryValue to take a NULL buffer. | mitchellwrosen@chromium.org | 2012-05-19 | 3 | -54/+38 |
* | Revert 138014 - Base: Don't overwrite the thread id when ThreadMain exits. Th... | rvargas@google.com | 2012-05-19 | 1 | -1/+2 |
* | Base: Don't overwrite the thread id when ThreadMain exits. There's | rvargas@google.com | 2012-05-19 | 1 | -2/+1 |
* | Base: Add power requirements to the System monitor. | rvargas@google.com | 2012-05-19 | 5 | -3/+240 |
* | Get PPB_Audio interface building as untrusted code. | bbudge@chromium.org | 2012-05-19 | 1 | -0/+4 |
* | Revert 137960 - Base: Add power requirements to the System monitor. | zea@chromium.org | 2012-05-18 | 5 | -240/+3 |
* | Let WeakPtrFactory operations fail once its dtor is called | oshima@chromium.org | 2012-05-18 | 1 | -0/+8 |
* | Base: Add power requirements to the System monitor. | rvargas@google.com | 2012-05-18 | 5 | -3/+240 |
* | Coverity: Remove dead code. | jhawkins@chromium.org | 2012-05-18 | 1 | -6/+0 |
* | [Mac] Log stack trace for CHECK in bug 97285. | shess@chromium.org | 2012-05-18 | 2 | -1/+34 |
* | RefCounted types should not have public destructors, Linux fixes | rsleevi@chromium.org | 2012-05-18 | 6 | -42/+47 |
* | Always do DelegateExecute handler COM registration and make set dual mode pro... | grt@chromium.org | 2012-05-18 | 2 | -3/+0 |
* | Making sure that base::MessagePumpForUI from different modules are isolated f... | alexeypa@chromium.org | 2012-05-17 | 2 | -6/+9 |
* | Fix temp dir path for Android. | nileshagrawal@chromium.org | 2012-05-17 | 2 | -4/+5 |
* | Address outstanding comments from CL 10384140 | lambroslambrou@chromium.org | 2012-05-17 | 1 | -2/+4 |
* | Initialize XInput2 on demand - fixes ash_shell mouse events | rbyers@chromium.org | 2012-05-17 | 1 | -12/+14 |
* | Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places. | tedvessenes@gmail.com | 2012-05-17 | 1 | -0/+1 |
* | Fix base::GetModuleFromAddress() not to increment the module's reference count, | alexeypa@chromium.org | 2012-05-16 | 2 | -5/+7 |
* | Reverting r133134 - Make sure that base::MessagePumpForUI from different modu... | alexeypa@chromium.org | 2012-05-16 | 4 | -73/+30 |
* | Base: Crash the process if we are not able to join threads. | rvargas@google.com | 2012-05-16 | 1 | -1/+8 |
* | Fix a leak in JSONParser::Parse when using hidden root optimizations. | rsesek@chromium.org | 2012-05-16 | 1 | -2/+2 |
* | Fix Mac shared component build following r137235. | mark@chromium.org | 2012-05-16 | 2 | -4/+7 |
* | Rewrite base::JSONReader to be 35-40% faster, depending on the input string. | rsesek@chromium.org | 2012-05-16 | 13 | -961/+1808 |
* | Tweak Memcheck sanity tests to avoid duplicate reports. | eugenis@google.com | 2012-05-16 | 1 | -2/+2 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui. | thestig@chromium.org | 2012-05-16 | 2 | -4/+2 |
* | Make ScopedGenericObj compile with strict warnings when used with non-pointers. | thakis@chromium.org | 2012-05-16 | 1 | -3/+3 |
* | Run APK tests on the android_test trybot. | nileshagrawal@chromium.org | 2012-05-16 | 2 | -1/+4 |
* | Add some unittests for DoubleToString. | tony@chromium.org | 2012-05-15 | 1 | -1/+31 |
* | Enable system trace clock use on chrome os. | sleffler@chromium.org | 2012-05-15 | 1 | -4/+8 |
* | Activate Keychain reauthorization. | mark@chromium.org | 2012-05-15 | 1 | -1/+12 |
* | Change the way _EXPORT macros look. | thakis@chromium.org | 2012-05-15 | 2 | -0/+8 |