summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Revert 114320 (broke chrome_frame_tests) - Enable ChromeFrame net tests for I...willchan@chromium.org2011-12-141-1/+1
* Detect child tasks born during a profiled tasksjar@chromium.org2011-12-148-79/+344
* Enable ChromeFrame net tests for IE versions 8 and below. Changes include the...ananta@chromium.org2011-12-141-1/+1
* Fix lion build.thakis@chromium.org2011-12-131-1/+1
* Revert "Options2: Pull the trigger."jhawkins@chromium.org2011-12-131-3/+3
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-3/+3
* Revert "Extract common code from StringPiece and StringPiece16 into a templat...erikwright@chromium.org2011-12-136-339/+449
* Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco...ajwong@chromium.org2011-12-139-640/+163
* Revert r114168 "Refactor MessagePumpX to dispatch events inside of the source...oshima@chromium.org2011-12-1310-15/+85
* Extract common code from StringPiece and StringPiece16 into a templated base ...erikwright@chromium.org2011-12-136-449/+339
* Revert 114236 - Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-3/+3
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-3/+3
* Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant...ajwong@chromium.org2011-12-139-163/+640
* Revert 113748 - Provide windows notifictaion of thread terminationjar@chromium.org2011-12-132-126/+0
* Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped...ajwong@chromium.org2011-12-139-640/+163
* Add hook for developers to play with profiler(unofficially)jar@chromium.org2011-12-131-4/+24
* Remove custom Task implementation from process_util_win.cc.dcheng@chromium.org2011-12-131-40/+46
* Refactor MessagePumpX to dispatch events inside of the source Dispatch function.piman@chromium.org2011-12-1310-85/+15
* Don't attempt to forward declare StringPiece.erikwright@chromium.org2011-12-131-2/+1
* base::Bind: Make use of partial currying to get rid of a helper class.jhawkins@chromium.org2011-12-132-6/+6
* Clean up base::android::Init/GetApplicationContext()steveblock@chromium.org2011-12-122-9/+11
* Switch the default `git try` / `gcl try` bots to _rel.thakis@chromium.org2011-12-121-1/+1
* Remove MessageLoop::QuitTask.dcheng@chromium.org2011-12-101-14/+4
* Remove #ifdef OFFICIAL_BUILD from scoped variant unittest, as the code is now...jochen@chromium.org2011-12-101-3/+1
* GTK: Add TRACE_EVENTs around gtk ui events so select tasks related to the GTK...erg@chromium.org2011-12-101-0/+55
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-109-163/+640
* [Mac] Ignore spell-checker exceptions.shess@chromium.org2011-12-102-0/+27
* Remove MessageLoop::QuitTask() from base.dcheng@chromium.org2011-12-093-56/+62
* Share X connection between GLSurfaceGLX/EGL and MessagePumpX/GTKpiman@chromium.org2011-12-091-2/+2
* Added comments to setlocale call.saintlou@chromium.org2011-12-091-0/+3
* Minor cleanup preparing for recording parent-child datajar@chromium.org2011-12-092-23/+21
* Provide windows notifictaion of thread terminationjar@chromium.org2011-12-092-0/+126
* Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s...sergeyu@chromium.org2011-12-099-640/+163
* Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and...ajwong@chromium.org2011-12-099-163/+640
* Fix test failures when calling native char conversion functions (e.g wrctomb).saintlou@chromium.org2011-12-081-1/+3
* Windows-native sampling profiler wrapper class.siggi@chromium.org2011-12-075-0/+426
* Make callback.h include callback_forward.h and add comments about forward dec...erikwright@chromium.org2011-12-072-0/+14
* Prep work for win7-specific condition variablecpu@chromium.org2011-12-072-98/+143
* Revert 113321 (speculative revert for http://crbug.com/106657 and a few other...thakis@chromium.org2011-12-072-132/+0
* Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-2/+2
* Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-071-2/+2
* Provide windows notifictaion of thread terminationjar@chromium.org2011-12-072-0/+132
* Save pipelining capabilities for the most used hosts between sessions.simonjam@chromium.org2011-12-071-2/+2
* [Mac] Remove content/ CrApplication.shess@chromium.org2011-12-063-14/+78
* Fix android build (base_unittests): exclude jni_android_unittest.cc for now.jrg@chromium.org2011-12-061-0/+1
* Set thread name in profiler on macjar@chromium.org2011-12-061-0/+2
* Adaptively use temp dir instead of /dev/shm for executable shmem file on Linuxmcgrathr@chromium.org2011-12-067-18/+58
* mac: use the preprocessor for the mac headerensonic@google.com2011-12-062-0/+6
* Fix the memcheck annotation in RecordDeath().rnk@chromium.org2011-12-051-1/+1
* Don't use Singleton to cache JNI method IDs in Java Bridgesteveblock@chromium.org2011-12-054-16/+177