summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove temporary code after migration of Platform::updateTraceEventDurationwangxianzhu@chromium.org2013-11-211-18/+5
* Remove redundant call to switches_.end() in base::CommandLine::GetSwitchValue...vivek.vg@samsung.com2013-11-211-2/+2
* Move std::string instance inside of loop.grt@chromium.org2013-11-211-2/+1
* Clarify the interface of JSONStringValueSerializer::Deserialize which can onl...gab@chromium.org2013-11-213-1/+6
* Kick the pump when allowing nestable tasks on a message loopjamesr@chromium.org2013-11-212-5/+94
* Use TracingController for startup tracingwangxianzhu@chromium.org2013-11-211-5/+2
* When using C++11, use static_assert to implement COMPILE_ASSERT.mark@chromium.org2013-11-211-2/+12
* Implement SharedMemory::ShareReadOnlyToProcess().jyasskin@chromium.org2013-11-206-38/+229
* Add more RTL-related methods to ApiCompatibilityUtils.javanewt@chromium.org2013-11-201-1/+87
* [Android] Fix x86 compilation with multiply defined command_line.ccjdduke@chromium.org2013-11-204-7/+7
* Cache the numberOfProcessors value on posix and expose it to blinkjochen@chromium.org2013-11-204-20/+58
* Cleanup: Fix a typo in string_split.h.thestig@chromium.org2013-11-201-3/+3
* Fix multiples typos while reading histogram.etienneb@chromium.org2013-11-201-5/+5
* Fix chrome upload with content uriqinmin@chromium.org2013-11-2016-3/+403
* Support use_glib==0 on Linux in basespang@chromium.org2013-11-203-10/+8
* [Android] Move CommandLine.java to basejdduke@chromium.org2013-11-208-0/+641
* Independently enable recording and event callbackwangxianzhu@chromium.org2013-11-204-109/+305
* Clean up PrefServiceBuilderisherman@chromium.org2013-11-197-188/+158
* Revert 235823 "Add a timezone utility file to base/."dewittj@chromium.org2013-11-194-657/+0
* Revert 235842 "fix android build by adding build_config.h"dewittj@chromium.org2013-11-191-1/+1
* fix android build by adding build_config.hestade@chromium.org2013-11-181-1/+1
* Add a timezone utility file to base/.estade@chromium.org2013-11-184-0/+657
* Revert 235752 "Fix chrome upload with content uri"qinmin@chromium.org2013-11-1816-403/+3
* Fix chrome upload with content uriqinmin@chromium.org2013-11-1816-3/+403
* Android: moves base/ to use long for JNI.bulach@chromium.org2013-11-182-6/+7
* Force memcpy when reading a float, to avoid alignment issuespiman@chromium.org2013-11-181-1/+9
* Use JsonDoubleQuote to output trace stringwangxianzhu@chromium.org2013-11-152-12/+10
* Add WaitForCondition() and use it in ExtensionTestNotificationObserver.bauerb@chromium.org2013-11-152-2/+2
* Revert "Revert 234367 "Base: Make RegistryOverrideManager support sharde...""tommycli@chromium.org2013-11-154-53/+235
* Remove linux coverage scripts.thakis@chromium.org2013-11-141-20/+0
* Add a switch to emit browser histograms.grt@chromium.org2013-11-143-3/+102
* GTTF: Fix cc_unittests ignoring gtest_filter with new test launcher.phajdan.jr@chromium.org2013-11-141-0/+2
* Revert "Unmap unpinned ashmem regions."pliard@chromium.org2013-11-141-26/+4
* Android: Fix IsLowEndDevice typo.epenner@chromium.org2013-11-141-1/+1
* ios: Enable -Wunused-functions.thakis@chromium.org2013-11-141-0/+4
* GTTF: Make the test launcher's retry limit configurable.phajdan.jr@chromium.org2013-11-143-1/+18
* Update compatibility methods in ApiCompatibilityUtils.java.newt@chromium.org2013-11-141-12/+13
* Remove 1 static initializer with gcc.thakis@chromium.org2013-11-131-16/+22
* GTTF: Pass --test-launcher-bot-mode in .isolate filesphajdan.jr@chromium.org2013-11-131-0/+2
* Include <unistd.h> in base/process/internal_linux.h.earthdok@chromium.org2013-11-131-0/+2
* Revert 234738 "base: Disable the scoped handle verifier."rvargas@google.com2013-11-131-1/+1
* base: Disable the scoped handle verifier.rvargas@google.com2013-11-131-1/+1
* base: Avoid purging more discardable memory than necessary.reveman@chromium.org2013-11-123-17/+22
* Revert 234367 "Base: Make RegistryOverrideManager support sharde..."tommycli@chromium.org2013-11-124-234/+53
* Implementation of MessagePump for Mojo.sky@chromium.org2013-11-126-1083/+1288
* Enable Time::ThreadNow() on Androidfmeawad@chromium.org2013-11-122-2/+3
* [Base] Fix ReadPlatformFileAtCurrentPos behavior on Windowstzik@chromium.org2013-11-122-4/+48
* Fixes for -Wunused-function on Linux, Android and ChromeOShans@chromium.org2013-11-123-68/+4
* Base: Make RegistryOverrideManager support sharded/parallel tests.tommycli@chromium.org2013-11-124-53/+234
* GTTF: Test launcher - correctly handle non-zero exit code with all tests passingphajdan.jr@chromium.org2013-11-124-24/+80