| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support dynamic switching between integrated and discrete GPUs on Mac OS X. | kbr@chromium.org | 2011-10-13 | 1 | -0/+130 |
* | Add maruel and thakis to base/OWNERS. | maruel@chromium.org | 2011-10-13 | 1 | -1/+3 |
* | Enable TCMalloc doubly-linked freelist in release buildsBUG=NoneTEST=None | jschuh@chromium.org | 2011-10-13 | 1 | -4/+0 |
* | Speed up observers list notifcation macro when list is empty | jar@chromium.org | 2011-10-13 | 1 | -6/+12 |
* | OpenBSD and FreeBSD fixes for base. | mark@chromium.org | 2011-10-13 | 9 | -13/+367 |
* | base::Bind: Cleanup in base/observer_list*. | jhawkins@chromium.org | 2011-10-12 | 2 | -11/+13 |
* | Profiling for the renderer process. | scottbyer@chromium.org | 2011-10-12 | 2 | -1/+11 |
* | Add a sanity test that crashes under ASan. This should be used to check that ... | glider@chromium.org | 2011-10-12 | 1 | -0/+8 |
* | Add StackTrace::ToString(). | satorux@chromium.org | 2011-10-12 | 3 | -1/+15 |
* | Modify WaitableEvent::Wait() to return void | steveblock@chromium.org | 2011-10-12 | 6 | -28/+24 |
* | Remove obsolete DisableGtkMessagePump | oshima@chromium.org | 2011-10-12 | 2 | -48/+19 |
* | Add missing set-true so that AddTraceEvent doesn't always search for thread name | jbates@chromium.org | 2011-10-11 | 1 | -0/+1 |
* | Fix Clang-built ProcessUtilTest.GetTerminationStatusCrash. | hans@chromium.org | 2011-10-11 | 1 | -1/+1 |
* | Remove no longer needed android hack from logging. | torne@chromium.org | 2011-10-11 | 1 | -5/+0 |
* | Cleanup: Remove a static initializer in pickle.cc. | thestig@chromium.org | 2011-10-10 | 1 | -4/+2 |
* | Deprecate task.h | willchan@chromium.org | 2011-10-10 | 1 | -0/+25 |
* | FileStream unit tests now check for file close. | ahendrickson@chromium.org | 2011-10-10 | 1 | -1/+1 |
* | Add jar to base OWNERS | jar@chromium.org | 2011-10-07 | 1 | -0/+1 |
* | Reuse base::i18n::SetICUDefaultLocale from rtl.h in some unittests. | tfarina@chromium.org | 2011-10-07 | 2 | -107/+87 |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 3 | -0/+239 |
* | Restore visibilty of Task Tracking via about:tracking | jar@chromium.org | 2011-10-07 | 2 | -16/+17 |
* | * Rename ScopedHDC to ScopedCreateDC | yosin@chromium.org | 2011-10-07 | 1 | -8/+8 |
* | Support scoped_refptr<> as the object for a method call in base::Bind(). Redu... | ajwong@chromium.org | 2011-10-07 | 2 | -3/+20 |
* | Add RunAllPendingWithDispatcher | oshima@google.com | 2011-10-06 | 2 | -0/+9 |
* | aura: Fix views_unittests and aura_unittests on linux. | sadrul@chromium.org | 2011-10-06 | 1 | -1/+1 |
* | Remove unnecessary #include <sys/nacl_syscalls.h> | mcgrathr@chromium.org | 2011-10-05 | 2 | -5/+0 |
* | Consolidate ui::NativeEvent and base::NativeEvent | oshima@google.com | 2011-10-05 | 3 | -9/+40 |
* | Switch over to base::Bind for base/debug/trace_event_unittests and base/files/*. | jbates@chromium.org | 2011-10-05 | 4 | -16/+17 |
* | Actually run the sanity tests under AddressSanitizer. | glider@chromium.org | 2011-10-05 | 1 | -15/+33 |
* | base::Bind: More converts, mostly in WebUI. | jhawkins@chromium.org | 2011-10-04 | 2 | -2/+2 |
* | Annotate benign race for trace_event category enabled flag. | jbates@chromium.org | 2011-10-04 | 1 | -0/+4 |
* | Upstream: The test stub for Android | michaelbai@google.com | 2011-10-04 | 3 | -0/+243 |
* | ntp4: fix app title directionality | estade@chromium.org | 2011-10-04 | 3 | -95/+148 |
* | Add ScopedClosureRunner. | sergeyu@chromium.org | 2011-10-04 | 3 | -0/+56 |
* | 1 Add ScopedGetDC and ScopedSelectObject | yosin@chromium.org | 2011-10-04 | 3 | -2/+74 |
* | Consolidate message observer API for MessagePumpX and MessagePumWin | oshima@google.com | 2011-10-04 | 6 | -51/+76 |
* | Add trace code to track all posted tasks in message_loop and WorkerThreads (n... | jbates@chromium.org | 2011-10-03 | 10 | -133/+191 |
* | Upstream: Android's base.gyp and base.gypi | michaelbai@google.com | 2011-10-03 | 2 | -5/+120 |
* | Remove version hacks for platform version. | rkc@chromium.org | 2011-10-03 | 2 | -13/+10 |
* | Use NeedsScopedRefptrButGetsRawPtr instead of UnsafeBindtoRefCountedArg. | ajwong@chromium.org | 2011-10-01 | 3 | -39/+72 |
* | gcc 4.6 warnings cleanup | pph34r@gmail.com | 2011-09-30 | 1 | -0/+1 |
* | Allow Bind() to take a Callback<> and bind all its free parameters. | ajwong@chromium.org | 2011-09-30 | 5 | -0/+159 |
* | Upstream ProcessUtilTest, and make a few other files compile on Android. | jingzhao@chromium.org | 2011-09-29 | 9 | -26/+80 |
* | Make CrMallocErrorBreak die in a more spectacular fashion. | rsesek@chromium.org | 2011-09-28 | 1 | -1/+2 |
* | Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH. | pkasting@chromium.org | 2011-09-28 | 4 | -25/+22 |
* | add missing, but used headers | ensonic@google.com | 2011-09-28 | 1 | -0/+10 |
* | Remove chromeos specific debug code from tuple.h | oshima@chromium.org | 2011-09-28 | 1 | -5/+1 |
* | Add new helper that can adapt Callbacks with return values for Closures. | ajwong@chromium.org | 2011-09-28 | 2 | -9/+36 |
* | Suppress benign race in ThreadTest.SleepInsideInit | jochen@chromium.org | 2011-09-27 | 1 | -1/+5 |
* | Add "kSHA1Length" to base/sha1.h. This is a tiny piece of http://codereview.... | pkasting@chromium.org | 2011-09-26 | 1 | -0/+1 |