summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fixes for the EnumeratesPE base_unittest failures seen on Windows 8 X64. The ...ananta@chromium.org2012-04-131-2/+10
* Fix timings in TrackedObjects unit testisherman@chromium.org2012-04-131-1/+2
* [UMA] Use proper C++ objects to serialize tracked_objects across process boun...isherman@chromium.org2012-04-135-810/+564
* JSONValueConverter changes for custom base::Value filed parsing.zelidrag@chromium.org2012-04-132-1/+46
* Fixes for the EnumeratesPE base_unittest failures seen on Windows 8. The valu...ananta@chromium.org2012-04-121-10/+18
* Field Trials choices can now be forced from a command line argument, and yet ...mad@chromium.org2012-04-123-140/+266
* Convert isolate.py to exclusively use .isolate files.maruel@chromium.org2012-04-122-49/+56
* Add SequencedWorkerPoolTaskRunner which lets you specify the shutdown behavior.mattm@chromium.org2012-04-113-10/+190
* Rename SequencedWorkerPoolTaskRunner to SequencedWorkerPoolSequencedTaskRunner.mattm@chromium.org2012-04-117-216/+164
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-117-87/+96
* Upstream crash changes for android.carlosvaldivia@google.com2012-04-105-0/+246
* Revert 131593erg@google.com2012-04-105-246/+0
* Upstream Android native crash handling changes.carlosvaldivia@google.com2012-04-105-0/+246
* Update use of TimeDelta in base/*.tedvessenes@gmail.com2012-04-101-1/+1
* Make a NULL pointer volatile.thakis@chromium.org2012-04-091-1/+1
* Added an initial version of helper functions for Windows 8 metro to base.ananta@chromium.org2012-04-093-0/+41
* Revert 131404 - Upstream native crash handling changes for Android.msw@chromium.org2012-04-095-248/+0
* Consolidate win/x dispatchersoshima@chromium.org2012-04-097-53/+45
* Upstream native crash handling changes for Android.carlosvaldivia@google.com2012-04-095-0/+248
* Remove WAYLAND portoshima@chromium.org2012-04-075-181/+2
* Win 8 Start Menu shortcut changesgab@chromium.org2012-04-065-106/+147
* Adding android mediaplayer implementation to chromiumqinmin@chromium.org2012-04-061-20/+24
* Do not run ProcessUtilTest.MacMallocFailureDoesNotTerminate under ASan.glider@chromium.org2012-04-061-2/+6
* Update base/sys_byteorder.h comment, missed in previous CL.wez@chromium.org2012-04-061-7/+5
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-0644-154/+180
* Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...rsleevi@chromium.org2012-04-0611-22/+60
* Revert 131064 - Adding android mediaplayer implementation to chromiumqinmin@chromium.org2012-04-061-24/+20
* Adding android mediaplayer implementation to chromiumqinmin@chromium.org2012-04-061-20/+24
* Add ability to create a platform thread with a priority.dgreid@chromium.org2012-04-053-3/+53
* Working around a bug in VS2010 Express compiler causing two objects to be ali...alexeypa@chromium.org2012-04-051-1/+4
* Adds some debugging code to help isolate a crash.sky@chromium.org2012-04-051-0/+4
* [Coverity] Check return value.craig.schlenter@chromium.org2012-04-051-17/+18
* Add #include <iterator> to files that use std::back_inserter.halyavin@google.com2012-04-051-0/+1
* Make sure that scoped_ptr<> cannot be used with ref-counted objects.sergeyu@chromium.org2012-04-052-0/+36
* Modify SequencedWorkerPoolTaskRunner's RunsTasksOnCurrentThread method to mor...michaeln@google.com2012-04-051-1/+1
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-057-26/+20
* Fix a build break caused by the newly added UIATextProvider accessibility hel...ananta@chromium.org2012-04-041-1/+2
* Add support for UIA accessibility interfaces like IAccessibleEx and IRawEleme...ananta@chromium.org2012-04-043-0/+128
* In CrMallocErrorBreak, do not kill the process if errno is ENOMEM.rsesek@chromium.org2012-04-042-7/+89
* ScopedProcessInformation protects against process/thread handle leaks from Cr...erikwright@chromium.org2012-04-046-24/+419
* Make 'generate_jni_headers' less noisy.thakis@chromium.org2012-04-041-1/+0
* Moved the Chromoting host configuration under %SystemDrive%\ProgramData and A...alexeypa@chromium.org2012-04-042-4/+14
* Log message is captured on stack prior to generating minidump for fatal errors.apatrick@chromium.org2012-04-031-0/+7
* CHECK that we don't start watching an object with a NULL delegate.dcheng@chromium.org2012-04-031-1/+2
* Add BASE_EXPORT macros to base ... again.thakis@chromium.org2012-04-031-0/+4
* Reland r129998: When input is "" (or " " with trim_whitespace true), SplitStr...pkasting@chromium.org2012-04-032-20/+20
* Fix some grammatical errors in base/gavinp@chromium.org2012-04-023-4/+4
* Implementation of SequencedTaskRunner based on SequencedWorkerPool.francoisk777@gmail.com2012-04-0212-66/+855
* A deeper heap profile dumper in third_party/tcmalloc/chromium.dmikurube@chromium.org2012-04-021-0/+4
* Add additional base::TimeDelta interface for WaitForChildProcess()tedvessenes@gmail.com2012-03-312-9/+19