summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor fix for base::Bind documentationsail@chromium.org2012-07-271-1/+1
* Remove old test timeout and process waiting function interfaces.tedvessenes@gmail.com2012-07-264-83/+13
* Enable parts of base_untrusted that are used by remoting clientsergeyu@chromium.org2012-07-269-12/+79
* Upstream Android LongPressDetectoryusufo@chromium.org2012-07-262-0/+78
* Handle wrapping of task run count beyond 2^31 times.jar@chromium.org2012-07-261-5/+10
* Revert r144460 "Remove the linux-only CR_SOURCE_ROOT environment variable ove...maruel@chromium.org2012-07-261-0/+14
* mac 10.7 SDK: Add missing protocols.thakis@chromium.org2012-07-261-2/+9
* Add yfriedman to several Android OWNERS filesyfriedman@chromium.org2012-07-261-0/+1
* Upgrade AlignedMemory to support dynamic allocations.dalecurtis@chromium.org2012-07-265-8/+126
* Coverity: Fully initialize the |trace_| member variable.jhawkins@chromium.org2012-07-253-8/+13
* Revert 144488 - For unit tests, track additions to AtExitManager and warn.scottbyer@chromium.org2012-07-256-93/+6
* This is a copy of http://codereview.chromium.org/10796047/kaiwang@chromium.org2012-07-2510-129/+357
* Replace MessagePumpForUI with MessagePumpDefault in unit tests.rohitrao@chromium.org2012-07-254-0/+48
* mac: Unbreak components build after r148357thakis@chromium.org2012-07-251-1/+2
* Adding the possibility to build a closure from an ObjectiveC block.noyau@chromium.org2012-07-255-0/+90
* Revert "Revert 147986 - [Android] Add remaining build/common.gypi changes fro...yfriedman@chromium.org2012-07-251-0/+4
* Add the CoreGraphics and CoreText frameworks to base for iOSstuartmorgan@chromium.org2012-07-251-0/+2
* Remove all uncessary files for build_nexe.py on Windows.hbono@chromium.org2012-07-251-0/+5
* Add a function pointer typedef for the windows 8 metro dialog box button hand...ananta@chromium.org2012-07-241-0/+3
* Revert 147986 - [Android] Add remaining build/common.gypi changes from downst...yfriedman@chromium.org2012-07-241-4/+0
* Adding conversion function between base::Time and CFAbsoluteTimeqsr@chromium.org2012-07-242-3/+27