| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize memory, remove valgrind supression, add transparency test. | harrym@chromium.org | 2013-02-01 | 1 | -7/+0 |
* | As chrome on android starts to use deferred image decoding, images decoding m... | qinmin@chromium.org | 2013-02-01 | 2 | -28/+39 |
* | First pass on tool to bisect across range of revisions to help narrow down wh... | simonhatch@chromium.org | 2013-02-01 | 1 | -0/+1004 |
* | Update the Chromium style checker plugin so that it can | rsleevi@chromium.org | 2013-02-01 | 5 | -79/+424 |
* | Moving chrome://tracing to content. | jam@chromium.org | 2013-02-01 | 1 | -0/+1 |
* | Remove suppression for the fixed leak in ChromeDownloadManagerDelegate | hashimoto@chromium.org | 2013-01-31 | 1 | -17/+0 |
* | Rename tab_backend to inspector_backend. | achuith@chromium.org | 2013-01-31 | 6 | -28/+29 |
* | Fix memory leaks introduced in r179856 | sergeyu@chromium.org | 2013-01-31 | 1 | -30/+3 |
* | [Telemetry] Remove useless call to UrlOf | skyostil@chromium.org | 2013-01-31 | 1 | -1/+0 |
* | Remove an unused heapcheck suppression. This has been fixed in https://chromi... | penghuang@chromium.org | 2013-01-31 | 1 | -6/+0 |
* | Update suppression list for IBus related stuff | nona@chromium.org | 2013-01-31 | 2 | -6/+6 |
* | Native memory histograms for the browser. | marja@chromium.org | 2013-01-31 | 1 | -7/+17 |
* | [devtools, telemetry] Need to get Chrome version separately from User Agent | hartmanng@chromium.org | 2013-01-31 | 1 | -6/+18 |
* | Fix r179843 ( https://chromiumcodereview.appspot.com/12082091 ). | marja@chromium.org | 2013-01-31 | 1 | -1/+1 |
* | Exclude flaky SyncFileSystemServiceTest from Valgrind runs | timurrrr@chromium.org | 2013-01-31 | 3 | -58/+8 |
* | Skip components_unittests under TSan on Windows | timurrrr@chromium.org | 2013-01-31 | 1 | -0/+5 |
* | Suppress an memcpy overlap on gpu tests and many memory leaks in extensions::... | timurrrr@chromium.org | 2013-01-31 | 2 | -0/+34 |
* | Disable a VP9 media test that fails under Valgrind on Mac and might fail on o... | timurrrr@chromium.org | 2013-01-31 | 1 | -1/+1 |
* | Add components_unittests to the Valgrind/TSan runner | timurrrr@chromium.org | 2013-01-31 | 1 | -0/+4 |
* | [telemetry] Add TraceResult as return value from tracing, and placeholder tra... | nduca@chromium.org | 2013-01-31 | 8 | -17/+113 |
* | Expand suppressions for v8 external strings being leaked, due to no GC. | eroman@chromium.org | 2013-01-31 | 1 | -0/+14 |
* | Expand suppressions for v8 external strings being leaked, due to no GC. | eroman@chromium.org | 2013-01-30 | 1 | -1/+7 |
* | Use the Telemetry bootstrap for run_multipage_benchmarks | wiltzius@chromium.org | 2013-01-30 | 3 | -2/+84 |
* | Linux: make export_tarball prserve gyp files. | phajdan.jr@chromium.org | 2013-01-30 | 1 | -1/+5 |
* | Suppress one uninit and one leak to make the WebKit layout Valgrind bot greener | timurrrr@chromium.org | 2013-01-30 | 1 | -0/+29 |
* | Widen one valgrind suppression to make ash_unittests green | timurrrr@chromium.org | 2013-01-30 | 1 | -2/+2 |
* | TSan: recursively ignore the Histogram*::Add* internals | timurrrr@chromium.org | 2013-01-30 | 1 | -0/+4 |
* | tools/valgrind/waterfall.sh: Only fetch the 3 most recent builds | timurrrr@chromium.org | 2013-01-30 | 1 | -1/+3 |
* | Rename sharding_supervisor to sharding_supervisor_old | maruel@chromium.org | 2013-01-30 | 3 | -662/+672 |
* | Exclude some tests to make ash and contents unittests less hangy under Valgri... | timurrrr@chromium.org | 2013-01-30 | 2 | -0/+3 |
* | Fix android build error with gcc 4.7.2. | Sungmann.Cho@gmail.com | 2013-01-30 | 1 | -0/+1 |
* | Fix leaks in FTP tests and remove suppressions | phajdan.jr@chromium.org | 2013-01-30 | 1 | -58/+0 |
* | Telemetry: Don't require strict host key checking for CrOS | sbasi@google.com | 2013-01-30 | 1 | -18/+26 |
* | Fix a double deletion in histogram test and re-enable | kaiwang@chromium.org | 2013-01-30 | 1 | -3/+0 |
* | Add PRESUBMIT.py to tools/sharding_supervisor/ | maruel@chromium.org | 2013-01-29 | 3 | -17/+37 |
* | Relanding "Add apk for running content_browsertests" | nileshagrawal@chromium.org | 2013-01-29 | 2 | -3/+3 |
* | IndexedDB: Memory leak suppression updates | jsbell@chromium.org | 2013-01-29 | 1 | -44/+3 |
* | IndexedDB: Remove unused memcheck suppression | jsbell@chromium.org | 2013-01-29 | 1 | -10/+0 |
* | Suppress a leak in extensions::ContentRulesRegistry seen on the Valgrind/reli... | timurrrr@chromium.org | 2013-01-29 | 1 | -0/+18 |
* | Widen one Valgrind/Mac suppression, update its ID (the older one was dup'ed) | timurrrr@chromium.org | 2013-01-29 | 1 | -27/+23 |
* | Add empty chrome://memory-internals page | jochen@chromium.org | 2013-01-29 | 1 | -0/+3 |
* | Widen one suppression, bring back another | timurrrr@chromium.org | 2013-01-29 | 1 | -0/+9 |
* | Add a binary for android device-side reboots | ilevy@chromium.org | 2013-01-29 | 3 | -0/+271 |
* | [telemetry] Open trace files with unicode encoding | nduca@chromium.org | 2013-01-29 | 1 | -1/+3 |
* | [Heapcheck] Suppress leak in content::SiteInstanceImpl::GetProcess() and Sett... | kmadhusu@chromium.org | 2013-01-29 | 1 | -0/+25 |
* | Fix a memory leak in AutofillPopupControllerUnitTest::GrowPopupInSpace | csharp@chromium.org | 2013-01-29 | 1 | -22/+0 |
* | Rebaseline linux intl1/intl2 expectations to remove flakiness. | tonyg@chromium.org | 2013-01-29 | 1 | -4/+4 |
* | Fix up how the JSON Schema compiler decides whether to include or forward | kalman@chromium.org | 2013-01-29 | 6 | -107/+114 |
* | Cleanup tools/android OWNERS, remove set noparent | ilevy@chromium.org | 2013-01-29 | 1 | -3/+2 |
* | [Valgrind] Suppress leak in extensions::RulesRegistryService::RegisterDefault... | kmadhusu@chromium.org | 2013-01-28 | 1 | -0/+23 |