summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Update references to run_test_cases.py that were missed in r160016.maruel@chromium.org2012-10-041-3/+3
* Move src/tools/isolate to src/tools/swarm_client@159961 as a DEPS.maruel@chromium.org2012-10-041-1/+1
* [Coverity] Fix uninitialized scalar fields.kmadhusu@chromium.org2012-10-031-1/+1
* Add Android fingerprint to metrics logsdfalcantara@chromium.org2012-10-032-1/+7
* Use ScopedCOMInitializer in more places. While this doesn't always simplify ...pkasting@chromium.org2012-10-032-53/+44
* Call Stop() from all destructors of base::Thread subclasses (except for a cou...pkasting@chromium.org2012-10-031-12/+10
* Upstreaming chrome/common/chrome_* diff.aurimas@chromium.org2012-10-025-39/+56
* Android: adds Get(Static)MethodIDOrNULL.bulach@chromium.org2012-10-024-29/+79
* 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