summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Componentize IgnoreNavigationResourceThrottle and add chrome and webview spec...mkosiba@chromium.org2012-10-091-1/+4
* Upstream base/android/jni_android.ccavayvod@chromium.org2012-10-092-5/+5
* Update all unit tests that override paths to use the ScopedPathOverride.pastarmovj@chromium.org2012-10-091-4/+6
* Tidy up previous PendingTask change.scottmg@chromium.org2012-10-092-1/+6
* Make java.gypi use all_dependent_settings for input_jars_pathscjhopman@chromium.org2012-10-091-3/+0
* Clarify comments in base/time.hakalin@chromium.org2012-10-091-8/+9
* Revert "Revert 160537 - Update jni generator for Android."nileshagrawal@chromium.org2012-10-082-5/+4
* add default constructor to PendingTask; compilation fix for VS2012scottmg@chromium.org2012-10-082-0/+4
* Switch AutofillManager to be UserData on WebContents.avi@chromium.org2012-10-081-2/+2
* Page cyclers: output memory histograms (approach: expose JS object)marja@chromium.org2012-10-086-0/+107
* Allow scoped_ptr variables to be used in boolean expressionsenne@chromium.org2012-10-061-0/+15
* Revert 160537 - Update jni generator for Android.nduca@chromium.org2012-10-061-3/+4
* Update jni generator for Android.nileshagrawal@chromium.org2012-10-061-4/+3
* Add SampleMap and use it in SparseHistogramkaiwang@chromium.org2012-10-0512-35/+337
* Rename .swarm to .isolated, as done in r160469.maruel@chromium.org2012-10-051-1/+1
* Adding utility method to test the version of the OS.qsr@chromium.org2012-10-056-3/+84
* Don't make base/net/ui depend on their Java counterpart when building for web...pliard@chromium.org2012-10-051-1/+5
* Fix crash in a few of the tests in content_browsertests on Linux. The problem...jam@chromium.org2012-10-051-1/+9
* Update all the .results to .swarm.maruel@chromium.org2012-10-051-1/+1
* Clarifying base/callback documentationgroby@chromium.org2012-10-051-0/+2
* Use the cpuid instruction to generate the CPU brand string. And chunyang.dai@intel.com2012-10-042-10/+27
* 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