summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove obsolete usage of TOUCH_UI.saintlou@chromium.org2011-11-233-4/+4
* Move PropertyBag to base. Originally this was in chrome\common because only c...jam@chromium.org2011-11-235-0/+310
* replace platform conditions with os_posix and os_bsd where applicablerobert.nagy@gmail.com2011-11-221-1/+1
* Revert 111074 - ASAN timeout on OutOfProcessPPAPITest.*dhollowa@chromium.org2011-11-221-1/+1
* Allows base to be built for host on android.bulach@chromium.org2011-11-221-20/+39
* Upstream: Gyp changes to build net_unittests for Android.jingzhao@chromium.org2011-11-221-8/+15
* ASAN timeout on OutOfProcessPPAPITest.*dhollowa@chromium.org2011-11-221-1/+1
* Remove TOUCH_UI definition and make use_virtual_keyboard an independant varia...saintlou@chromium.org2011-11-221-1/+1
* Replace ScopedCommandLineOverride with TestSuite listener.miket@chromium.org2011-11-222-1/+30
* Some dead-code removal from message_pump_x and touch_factory.sadrul@chromium.org2011-11-212-202/+7
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-2119-2638/+3218
* Fixing some warning due to different signess of charkristianm@chromium.org2011-11-211-2/+8
* compositor_unittests target is unimplmented on Macdhollowa@chromium.org2011-11-211-1/+1
* Switch to a simple linked-list for worker thread pooljar@chromium.org2011-11-202-123/+73
* wayland: use message_pump_observer common codemsb@chromium.org2011-11-182-23/+1