summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Merge 113748 - Provide windows notifictaion of thread terminationjar@chromium.org2011-12-092-0/+126
* marking a bunch of tests disabled to hunt for green, including new test_expec...kerz@chromium.org2011-12-061-2/+2
* 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
* Give base::SharedMemory::CreateAnonymous an executable flagmcgrathr@chromium.org2011-12-015-32/+83
* Use the new base::mac::GetValueFromDictionary<>() method.kushi.p@gmail.com2011-12-013-68/+21
* aura: Fix unit_tests on linuxsadrul@chromium.org2011-12-011-5/+3
* Revert 112249 - [Mac] Move ScopedSendingEvent from content/common/mac to base...hayato@chromium.org2011-12-017-147/+11
* Add TraceAnalyzer support for calculating common event rate statisticsjbates@chromium.org2011-12-013-0/+89
* base::Bind: Implement a 1-arity CancelableCallback and use this to implementjhawkins@chromium.org2011-11-304-90/+147
* [Mac] Move ScopedSendingEvent from content/common/mac to base/mac.shess@chromium.org2011-11-307-11/+147
* base: remove unused header and include the right one insteadensonic@google.com2011-11-301-1/+0
* Fix sources list for symbolize.ensonic@google.com2011-11-301-1/+7
* Avoid holding the lock while we do alarm processingjar@chromium.org2011-11-301-1/+4
* Make ThreadLocalStorage more posix pthread compliantjar@chromium.org2011-11-293-30/+105
* Allow const pointers to be stored in ThreadLocalPointer.jbates@chromium.org2011-11-292-5/+5
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-296-70/+51
* remove entry from includes as it is already pulled from the dependenciesensonic@google.com2011-11-291-1/+0
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-293-21/+27
* Remove several more custom Task implementations from base/dcheng@chromium.org2011-11-293-153/+99
* Revert 111865 - Remove several more custom Task implementations from base/dcheng@chromium.org2011-11-293-90/+151
* Remove several more custom Task implementations from base/dcheng@chromium.org2011-11-293-151/+90
* Increase Bind/Callback Arity from 6 -> 7.ajwong@chromium.org2011-11-288-21/+751
* callback_forward.h forward-declares base::Callback and base::Closure.erikwright@chromium.org2011-11-285-4/+22
* Cleanup: Convert ASCIIToUTF16("") to string16().jhawkins@chromium.org2011-11-283-12/+15
* base::Bind: Convert devtools_sanity_unittest.cc.jhawkins@chromium.org2011-11-281-1/+1
* Value::GetAsDictionarybattre@chromium.org2011-11-263-1/+44
* Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...)dcheng@chromium.org2011-11-253-53/+0
* Revert 111548 - Broke OmniboxViewTest.AcceptKeywordBySpace on Linuxrsleevi@chromium.org2011-11-241-1/+1
* Strip invalid characters (line breaks, tabs), javascript:schemes from the cop...ncj674@motorola.com2011-11-241-1/+1