summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 159668 - This broke the reference page cyclersnsylvain@chromium.org2012-10-026-107/+0
* Atomics implementation for compiler-based ThreadSanitizer (http://dev.chromiu...glider@chromium.org2012-10-023-1/+317
* Page cyclers: output memory histograms (approach: expose JS object)marja@chromium.org2012-10-026-0/+107
* - Implement delayed task posting for SequencedWorkerPool.nhiroki@chromium.org2012-10-025-121/+341
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-4/+0
* Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...pkasting@chromium.org2012-10-011-40/+7
* Linux: Parse some /proc fields as size_t values instead of ints.thestig@chromium.org2012-09-291-10/+29
* Rearrange GetProcStatsFieldAsInt so it doesn't hit a NOTREACHEDjyasskin@chromium.org2012-09-281-10/+5
* Improves jni_generator name mangling.bulach@chromium.org2012-09-282-37/+65
* New tablet heuristic: integrated multi-touch available and screen not greater...grt@chromium.org2012-09-272-5/+9
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-271-1/+1
* Implement the JSONParser's hidden root optimization without relying on std::s...rsesek@chromium.org2012-09-271-24/+13
* Increase the test timeout for ProcessUtilTest.FDRemapping under compiler-base...glider@chromium.org2012-09-271-0/+5
* Introduce the SHORTCUT_REPLACE_EXISTING operation to be used when the desire ...gab@chromium.org2012-09-273-13/+96
* Add ScopedPathOverride to the unit test suite.pastarmovj@chromium.org2012-09-274-0/+71
* Allow NULL in addition to the empty string to address the default value in a ...grt@chromium.org2012-09-261-1/+0
* Use gtest failures and EXPECTS instead of returning a failure enum in test ta...gab@chromium.org2012-09-263-98/+91
* PrintTo for FilePath -- Pretty-print when comparing FilePaths in gtestgab@chromium.org2012-09-262-0/+7
* Add PathService::RemoveOverride to clear path overrides.pastarmovj@chromium.org2012-09-263-46/+112
* Type profiler by intercepting 'new' and 'delete' expressions.dmikurube@chromium.org2012-09-2611-0/+652
* Implement SysInfo::CPUArchitecture() on Windows. Try to make Windows and POSI...thestig@chromium.org2012-09-263-12/+32
* Reduce number of temporory objects created posting tasksjoth@chromium.org2012-09-261-2/+10
* Fix PathServiceTest.Get on iOS.rohitrao@chromium.org2012-09-252-0/+9
* Move base Java utils to base/test/android/javatests.nyquist@chromium.org2012-09-248-7/+13
* Revert 158402 - Base: disable the scoped handle verifier for M23 beta.rvargas@google.com2012-09-241-1/+1
* Base: disable the scoped handle verifier for M23 beta.rvargas@google.com2012-09-241-1/+1
* Android: MediaPlayerBridge JNI cleanup.bulach@chromium.org2012-09-241-0/+1
* Android: generates JNI bindings for constructors in system classes.bulach@chromium.org2012-09-242-35/+91
* base: No need to inherit testing::Test in base64 unittest.tfarina@chromium.org2012-09-231-10/+9
* Supressing unreferenced variable warning in nacl build.bradnelson@google.com2012-09-231-0/+1
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-2214-350/+904
* Revert "Revert 158067 - Remove native side of content_view_client"yusufo@chromium.org2012-09-221-1/+0
* Revert 158067 - Remove native side of content_view_clientavi@chromium.org2012-09-211-0/+1
* Remove native side of content_view_clientyusufo@chromium.org2012-09-211-1/+0
* Upstream chromium side of modal dialogs for webview.yfriedman@chromium.org2012-09-201-0/+3
* Remove TODO I have already done.gab@chromium.org2012-09-201-3/+0
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-2012-56/+184
* Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...wjia@chromium.org2012-09-2012-167/+56
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-2012-56/+167
* unchecked_malloc() for Skia on OSX.shess@chromium.org2012-09-193-82/+95
* [Android] Add IO thread delegate for request intercepting.mkosiba@chromium.org2012-09-193-3/+26
* Upstreaming SelectFileDialog for Androidaurimas@chromium.org2012-09-181-1/+3
* Trace PostTasks from post to run.jbates@chromium.org2012-09-184-33/+203
* Add package label to base::android::BuildInfonileshagrawal@chromium.org2012-09-183-58/+80
* If desktop chrome is launched via the New Window/the recently opened url shor...ananta@chromium.org2012-09-182-21/+20
* Expose memory allocator internal stats and properties.alexeif@chromium.org2012-09-176-22/+107
* Chromium's key generation is running on a non-joinable worker thread, which r...jnd@chromium.org2012-09-171-11/+12
* Implement RemovableDeviceNotifications for Macsail@chromium.org2012-09-152-0/+8
* Cleanup: Add a const variable for /proc/self/exe.thestig@chromium.org2012-09-154-15/+14
* Update jni_generator to include Callback for saveWebArchive.tedchoc@chromium.org2012-09-151-8/+9