summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* A nonsense change to test that the commit queue doesn't update the copyrightmark@chromium.org2012-08-071-4/+4
* Remove log message for 10.8 CFAllocator patching.avi@chromium.org2012-08-071-8/+0
* trace event macro ambiguity fix when int64 is used on 64-bit buildjbates@chromium.org2012-08-071-0/+2
* Implements iOS device util methods.chenyu@chromium.org2012-08-075-0/+247
* CHECK -> DCHECK to prevent breaking exisitng histograms.kaiwang@chromium.org2012-08-071-4/+14
* Revert 150240 (broke several bots on the main waterfall)thakis@chromium.org2012-08-071-7/+3
* Upstream ChromeHttpAuthHandleryusufo@chromium.org2012-08-071-1/+0
* CHECK -> DCHECK to prevent breaking exisitng histograms.kaiwang@chromium.org2012-08-071-3/+7
* Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...fischman@chromium.org2012-08-071-4/+0
* [Android] Add chrome_java target for building Java code in the chromium layer.yfriedman@chromium.org2012-08-061-46/+9
* mac: Delete some pre-10.5 code.thakis@chromium.org2012-08-061-14/+0
* Move base/android/path_service.cc|h to path_service_android.cc|hbenm@chromium.org2012-08-064-7/+7
* Fix license for valgrindsteveblock@chromium.org2012-08-062-10/+5
* Add OS_CHROMEOS case in file_util::GetHomeDir()haruki@chromium.org2012-08-061-0/+9
* base: Fix minor warnings reported by cppcheck.tfarina@chromium.org2012-08-065-17/+16
* 1. Add test for https://src.chromium.org/viewvc/chrome?view=rev&revision=149541kaiwang@chromium.org2012-08-042-5/+50
* [OSX] Remove wide->NSString conversiongroby@chromium.org2012-08-043-28/+3
* Remove an unnecessary leak annotation.kaiwang@chromium.org2012-08-041-1/+0
* Add the prototype for the function to display metro style notifications.ananta@chromium.org2012-08-031-0/+9
* Android requires some extra functionality to set the path to it's resource pa...benm@chromium.org2012-08-036-0/+73
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-035-46/+76
* Isolated FS for Media devices.kmadhusu@chromium.org2012-08-032-3/+4
* Add native QPC to base::Time* conversion on Windows.brianderson@chromium.org2012-08-032-9/+39
* Do not wrap preprocessor lines in the generated JNI.tedchoc@chromium.org2012-08-032-1/+19
* Fix license for xdg_mimesteveblock@chromium.org2012-08-022-18/+174
* Cleanup - delete a pair of unneeded files.michaeln@google.com2012-08-022-114/+0
* Added crypto random-number generatormniknami@chromium.org2012-08-023-5/+14
* Use JavaObjectWeakGlobalRef in ContentViewCore.nileshagrawal@chromium.org2012-08-022-7/+21
* Fix a typo. It will cause crash when client uses a histogram with bad maximum.kaiwang@chromium.org2012-08-021-3/+3
* Modify allocator_shim to support _aligned_alloc(), _aligned_free().dalecurtis@chromium.org2012-08-023-1/+117
* Fix some clang errors on Android.nileshagrawal@chromium.org2012-08-011-0/+3
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-0113-980/+1052
* Make 'License' field in third-party metadata requiredsteveblock@chromium.org2012-08-015-0/+5
* Add APIs to protect critical tasks on iOS.chenyu@chromium.org2012-08-015-0/+195
* Android: upstream @DisabledTest annotation for instrumentation tests.bulach@chromium.org2012-08-011-0/+21
* Android: remove ant environment dependencies.torne@chromium.org2012-08-012-30/+2
* Remove wchar_t versions of StringPrintf from Androidhusky@chromium.org2012-08-013-2/+31
* Add an iOS implementation for base::PathService::Get() with path key DIR_APP_...chenyu@chromium.org2012-08-011-2/+10
* Fix CleanupProcesses() interface to use TimeDelta.tedvessenes@gmail.com2012-07-313-12/+5
* roll clang 159409:160967thakis@chromium.org2012-07-311-0/+1
* base: Add missing "virtual" keyword and OVERRIDE to some methods.tfarina@chromium.org2012-07-314-8/+9
* add device type as an argument in OnDevicesChanged.wjia@chromium.org2012-07-314-13/+22
* base: Suggest forward declare DefaultSingletonTraits in header files.tfarina@chromium.org2012-07-311-1/+2
* Allow a tad more race-induced histogram errorsjar@chromium.org2012-07-301-1/+1
* Support profiling of tasks run as sequenced_tasksjar@chromium.org2012-07-303-6/+23
* Ignore block comments in JNI generator.husky@chromium.org2012-07-302-5/+29
* Fix segfault in JNIEnv function hooks for testhusky@chromium.org2012-07-302-22/+33
* Remove target chromium_swarm_tests when test_isolate_mode == noop.maruel@chromium.org2012-07-281-32/+36
* Remove MSVC check in stack_container_unittest.xiaomings@google.com2012-07-271-7/+2
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-276-50/+111