summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* base::Bind: Implement CancelableCallback to replace CancelableTask.jhawkins@chromium.org2011-11-246-1/+334
* Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven."ajwong@chromium.org2011-11-248-4792/+5
* Remove bogus line and fix treejar@chromium.org2011-11-241-2/+0
* Check that thread contexts are cleaned up during profilingjar@chromium.org2011-11-242-19/+57
* Extract similar code into SetJobObjectAsKillOnJobClose()toyoshim@chromium.org2011-11-232-0/+20
* Fix many* python scripts in src/maruel@chromium.org2011-11-231-1/+0
* Add OVERRIDE to base/, dbus/.avi@chromium.org2011-11-231-4/+4
* Increase Bind/Callback Arity from 6 -> 11: These go to eleven.ajwong@chromium.org2011-11-238-5/+4792
* Remove custom Task implementations in base.dcheng@chromium.org2011-11-237-104/+61
* base::Bind: Convert FilePathWatcher.jhawkins@chromium.org2011-11-235-70/+44
* Make ObserverListThreadSafe key its observers by PlatformThreadId instead of ...rsesek@chromium.org2011-11-232-16/+70
* Move the ProcessWatcher methods out of content/common/process_watcher into ba...jam@chromium.org2011-11-235-0/+394
* Add CHECKs for file descriptors used in select() by InotifyReaderTaskmnissler@chromium.org2011-11-231-0/+5
* DefaultDispatcher for MessagePumpXoshima@chromium.org2011-11-232-5/+22