summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* base::Bind: Convert chrome_frame/.jhawkins@chromium.org2011-11-181-1/+1
* Create files readable by grp and oth in base::PlatformFile for posix.tbarzic@chromium.org2011-11-181-2/+7
* Avoid any possibility of an Alloc during TLS thread teardownjar@chromium.org2011-11-182-23/+86
* Implement TRACE_COUNTERnduca@chromium.org2011-11-183-2/+119
* Attempt to fix Windows shared builder following r110206/r110595rsleevi@chromium.org2011-11-181-2/+3
* Allow JSONWriter and JSONValueSerializer to ignore binary values when instruc...ericdingle@chromium.org2011-11-185-29/+120
* ChromeFrame: Convert TaskMarshallerThroughMessageQueue to new Callback system.jhawkins@chromium.org2011-11-174-8/+6
* Allow trailing comma in JSON policy files.pastarmovj@chromium.org2011-11-174-1/+165
* Valgrind: Fix a leak in GetValueFromDictionary for cocoa.jhawkins@chromium.org2011-11-161-2/+4
* base::Bind() conversion for chrome/browser/search_enginesdcheng@chromium.org2011-11-165-243/+0
* Convert NewRunnableMethod() to base::Bind() in base::TestThreadHelper.dcheng@chromium.org2011-11-161-2/+3
* Remove about:tracking.eroman@chromium.org2011-11-163-779/+0
* Add OVERRIDE to base/.avi@chromium.org2011-11-1621-98/+107
* Handle null timer values when profiling sectionsjar@chromium.org2011-11-151-1/+3
* wayland: forward declare WaylandEventmsb@chromium.org2011-11-151-1/+5
* base: Refactor PendingTask out of MessageLoop.jhawkins@chromium.org2011-11-158-146/+147
* Crash on error or assert message in Debug buildjar@chromium.org2011-11-151-4/+31
* Reduce race potential for lazy testing initialization of profilerjar@chromium.org2011-11-151-8/+23
* Maximize RLIMIT_AS resource limit in nacl_helper child before execmcgrathr@chromium.org2011-11-152-1/+26
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-1520-127/+135
* Multiply the timeouts by 2 if the tests are ran under AddressSanitizer.glider@chromium.org2011-11-151-4/+14