summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add memcheck annotation and remove suppression.rnk@chromium.org2011-12-041-0/+3
* Revert 112937 - Suppress unitialized use of memory for random_number_ seedjar@chromium.org2011-12-041-3/+0
* Suppress unitialized use of memory for random_number_ seedjar@chromium.org2011-12-041-0/+3
* use os_bsd and OS_BSD and add some OS_FREEBSD conditionsrobert.nagy@gmail.com2011-12-045-16/+313
* Fixing tree (using smaller prime than 2^31)jar@chromium.org2011-12-041-1/+1
* Support incremental-max and sample in Profiler datajar@chromium.org2011-12-043-277/+378
* Strip invalid characters (line breaks, tabs), javascript:schemes from the cop...ncj674@motorola.com2011-12-041-1/+1
* Fix MessagePumpX::ProcessXEvent checking of WillProcessXEvent return value.davidxli@chromium.org2011-12-031-1/+1
* Improve support for multiselect list box accessibility on Windows.dmazzoni@chromium.org2011-12-038-0/+393
* Don't delete g_vlog_infostevenjb@chromium.org2011-12-032-4/+23
* Improve GPU tests to fail when GPU drawing fails.jbates@chromium.org2011-12-021-0/+13
* Fix Aura build break.jbates@chromium.org2011-12-021-1/+1
* Add TraceAnalyzer support for START/FINISH events and JSON error loggingjbates@chromium.org2011-12-023-40/+136
* trace_event: distinguish between scoped begin/end and global start/finish eventsjbates@chromium.org2011-12-028-171/+388
* Fix tab backgroundingdavemoore@chromium.org2011-12-024-106/+106
* Move gtest_prod.h into its own target so it can be correctly set as a depende...ensonic@google.com2011-12-021-0/+1
* Fix a possible mismatch in OS-specific code in WaitableEventWatcher.joi@chromium.org2011-12-021-3/+2
* Make CHECK not print messages in official buildsakalin@chromium.org2011-12-024-28/+88
* Fix Android build.jrg@google.com2011-12-021-2/+2
* [Mac] Move ScopedSendingEvent from content/common/mac to base/mac.shess@chromium.org2011-12-017-11/+147