summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-0217-166/+180
* net: boost AES-GCM ciphers if the machine has AES-NI.agl@chromium.org2013-12-022-0/+4
* Change docs for DeprecatedGetPrefRegistry to point to the correct approach.joi@chromium.org2013-12-021-0/+10
* Android: relands r237947, split golden content from jni_generator_tests.bulach@chromium.org2013-12-0210-1385/+1394
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-023-26/+36
* Extract unit tests from the mixed bag process_util_unittest.cc into proper fi...maruel@chromium.org2013-12-024-127/+132
* Revert 237947 "Android: split golden content from jni_generator_..."scottmg@chromium.org2013-11-3010-1387/+1383
* Android: split golden content from jni_generator_tests.bulach@chromium.org2013-11-2910-1383/+1387
* Add ScopedVector<T>::pop_back().pliard@chromium.org2013-11-292-0/+19
* Fix error: unused variable 'kNumTasks'.justincohen@chromium.org2013-11-281-0/+2
* Add thread duration support for tracing 'X' (Complete) eventsfmeawad@chromium.org2013-11-282-4/+15
* Use posix_memalign for OS_NACL instead of memalign, remove TODO for docs.jvoung@chromium.org2013-11-281-7/+6
* Clarify callback.h const reference binding documentation.scheib@chromium.org2013-11-281-2/+7
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-2810-124/+61
* Base: Copy platform_file.* to files/file.*rvargas@google.com2013-11-285-0/+1539
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-2710-373/+358
* Revert of https://codereview.chromium.org/53923005/acleung@chromium.org2013-11-275-500/+0
* android: Add CHECK() calls to better understand memory corruption.digit@chromium.org2013-11-271-2/+14
* [Android] Add a low-end device mode override flagjdduke@chromium.org2013-11-274-6/+41
* Add synthetic delay testing frameworkskyostil@chromium.org2013-11-275-0/+500
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-2710-61/+124
* Remove JsonPrefStore pruning of empty values on write.gab@chromium.org2013-11-2717-202/+82
* Add missing namespace base around RunUnitTestsUsingBaseTestSuitephajdan.jr@chromium.org2013-11-271-0/+4
* GTTF: Expose RunUnitTestsUsingBaseTestSuite in base/test/test_suite.hphajdan.jr@chromium.org2013-11-272-0/+11
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-2710-124/+61
* Revert 237280 "Remove TraceController"tonyg@chromium.org2013-11-273-100/+231
* GTTF: Flip test launcher defaults (developer mode is now default)phajdan.jr@chromium.org2013-11-275-29/+63
* Remove commented out logs in base/values.ccgab@chromium.org2013-11-261-3/+0
* Remove TraceControllerwangxianzhu@chromium.org2013-11-263-231/+100
* FilePathWatcherLinux should be more verbose if inotify_init() fails.thestig@chromium.org2013-11-261-0/+3
* retry r235823 with more lax unit test.estade@chromium.org2013-11-254-0/+653
* Fix crash in TraceLog::UpdateTraceEventDuration()wangxianzhu@chromium.org2013-11-251-3/+5
* Remove unused PumpOutPendingPaintMessages functionjamesr@chromium.org2013-11-232-29/+0
* GTTF: Lower test launcher timeout back to 45s.phajdan.jr@chromium.org2013-11-231-1/+1
* Introduce a temporary workaround to ensure tracked preferences set to empty l...gab@chromium.org2013-11-222-0/+11
* crypto: disable NSS AES-NI support when AVX is disabled by OS.agl@chromium.org2013-11-222-23/+40
* Android: Moves isPrintingSupported method to ApiCompatibilityUtilscimamoglu@chromium.org2013-11-221-0/+7
* Cleanup: Remove many unused wstring string_utils.thestig@chromium.org2013-11-223-171/+54
* Added RefCountedMallocedMemoryjoaoe@opera.com2013-11-223-0/+50
* Fix threading in ScopedCriticalActionstuartmorgan@chromium.org2013-11-222-14/+44
* 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