summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fix --trace-to-console filter merge issuewangxianzhu@chromium.org2013-12-131-6/+11
* Revert of https://codereview.chromium.org/112063003/szym@chromium.org2013-12-133-82/+1
* GTTF: Fix the test launcher's JSON output for non-UTF8-encoded snippets.phajdan.jr@chromium.org2013-12-131-1/+21
* Revert of https://codereview.chromium.org/82963003/nkostylev@chromium.org2013-12-133-31/+25
* Remove heapcheck support.thakis@chromium.org2013-12-132-47/+12
* Cleanup: Make more wstring functions Windows-only.thestig@chromium.org2013-12-133-25/+31
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2013-12-133-1/+82
* Enable svelte UX on low end devices for new installs or after clearing data.cramya@chromium.org2013-12-121-1/+7
* Reset thread_shared_chunk_ in TraceLog::NextGeneration()haraken@chromium.org2013-12-122-7/+10
* Use Atomic in IsProfilerTimingEnabledqsr@chromium.org2013-12-121-13/+18
* Make LaunchProcess able to inherit only specified handles on Vista+.viettrungluu@chromium.org2013-12-124-13/+109
* Revert of https://codereview.chromium.org/88993002/mikhail.pozdnyakov@intel.com2013-12-122-43/+46
* Change "high RAM" level for iOS devices from 250 MB to 500MB.lliabraa@chromium.org2013-12-112-3/+3
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-118-181/+304
* GTTF: Make new test launcher automatically use single process mode when debug...phajdan.jr@chromium.org2013-12-113-1/+41
* Disable timing from chrome://profiler on Android.qsr@chromium.org2013-12-113-2/+36
* Revert of https://codereview.chromium.org/100823007/antrim@chromium.org2013-12-118-304/+181
* Enable tcmalloc heap-profiler module on Windows.peria@chromium.org2013-12-112-10/+5
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-113-13/+5
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-113-5/+13
* Fixing all Java import ordering issues.aurimas@chromium.org2013-12-1011-29/+9
* Revert "Revert 239763 "Add DiscardableMemoryAllocator to minimize use of...""pliard@chromium.org2013-12-109-60/+926
* GTTF: Enable glibcxx debug mode for Debug builds by default.phajdan.jr@chromium.org2013-12-102-0/+3
* Fix Java style issues in base/aurimas@chromium.org2013-12-1037-81/+87
* Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.rsesek@chromium.org2013-12-108-181/+304
* Revert 239763 "Add DiscardableMemoryAllocator to minimize use of..."pliard@chromium.org2013-12-109-924/+60
* Add DiscardableMemoryAllocator to minimize use of FDs with discardable memory...pliard@chromium.org2013-12-109-60/+924
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-103-13/+5
* linux_aura: Move parallel_jobs_ override to base/.erg@chromium.org2013-12-101-0/+11
* Revert 239423 since it breaks base_unittests in linux, cros, mac valgrind bots.sadrul@chromium.org2013-12-104-21/+11
* Fix compiler errors when using CBU16_{LEAD,TRAIL} from base/third_party/icu/i...rsesek@chromium.org2013-12-101-2/+5
* Add code to fetch the windows type along its version to base.pastarmovj@chromium.org2013-12-092-2/+76
* Add FilePath::FinalExtension() to avoid double extensions (.tar.gz) for file ...davidben@chromium.org2013-12-093-19/+80
* Remove IO allowed assert in GetTempDir()joaoe@opera.com2013-12-091-2/+0
* Make gtest always use simple internal regex engine.mithro@mithis.com2013-12-094-11/+21
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-0813-164/+147
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-0813-147/+164
* Disable kSSizeMaxConst COMPILE_ASSERT() for Android / Mac / IOSch.dumez@samsung.com2013-12-071-6/+7
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-0713-164/+147
* Run dbus_unittests serially.phajdan.jr@chromium.org2013-12-061-1/+1
* Add a MultiProcessTest::SpawnChildWithOptions().viettrungluu@chromium.org2013-12-063-37/+42
* Change Windows LaunchProcess to use the StartupInformation wrapper.viettrungluu@chromium.org2013-12-061-11/+13
* Remove C++11 specific version of SafeSNPrintf()ch.dumez@samsung.com2013-12-062-37/+1
* base: Make emulated discardable memory handle malloc failure properly and pro...reveman@chromium.org2013-12-062-1/+27
* Adding tests for repeating timers with 0 delay.qsr@chromium.org2013-12-061-11/+30
* Correctly define OVERRIDE / FINAL when building with g++ 4.7 and C++11 supportch.dumez@samsung.com2013-12-061-0/+8
* Invoke LeakSanitizer early in the utility process.earthdok@chromium.org2013-12-061-0/+1
* Gin: Add support for binding JS methods to C++ instance methods.aa@chromium.org2013-12-062-0/+83
* Make GN use the python on the path.brettw@chromium.org2013-12-052-1/+14
* Avoid trace-to-console deadlock or infinite recursionwangxianzhu@chromium.org2013-12-053-37/+107