| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the SiteInstance leak from the known leaks now that it's fixed. | brettw@chromium.org | 2009-04-24 | 1 | -10/+0 |
* | First cut at adding a map between strings names and resource ids. | tc@google.com | 2009-04-24 | 4 | -1/+127 |
* | Patch from kcc to add a --custom_valgrind_command flag, for use with e.g. thr... | dkegel@google.com | 2009-04-24 | 2 | -21/+35 |
* | Valgrind bug suppression: add 10945 (leak in JPEGCodec.DecodeCorrupted) | dkegel@google.com | 2009-04-24 | 1 | -0/+11 |
* | Make one suppression looser to match -O1. | dkegel@google.com | 2009-04-23 | 1 | -3/+3 |
* | Suppress bug 6532 for -O1 as well. Move to central suppression file. | dkegel@google.com | 2009-04-23 | 2 | -1/+25 |
* | Valgrind bug suppressions: add bugs 10871, 10873 | dkegel@google.com | 2009-04-23 | 1 | -0/+25 |
* | Make suppression for bug 10782 less specific so it matches both -O0 and -O1. | dkegel@google.com | 2009-04-23 | 1 | -8/+2 |
* | Valgrind bug suppressions: add bug 10782 | dkegel@google.com | 2009-04-22 | 1 | -0/+16 |
* | Valgrind bug suppressions: remove 10560 and 10739, add 6522 and 10747 | dkegel@google.com | 2009-04-22 | 1 | -18/+21 |
* | Hit "valgrind finishing" timeout of 60 seconds on a UI test run, so increase ... | dkegel@google.com | 2009-04-21 | 1 | -2/+2 |
* | Adds suppressions for epoll on Intrepid, | dkegel@google.com | 2009-04-21 | 1 | -1/+130 |
* | Add support for startup_tests to tools/valgrind/chrome_tests.py | dkegel@google.com | 2009-04-17 | 1 | -18/+33 |
* | Port page_cycler_http to Mac | nirnimesh@chromium.org | 2009-04-17 | 4 | -2/+369 |
* | chrome_tests.py needs to tell run_webkit_tests.py if it's a debug build | dkegel@google.com | 2009-04-16 | 1 | -1/+8 |
* | Minor tweaks to make coverage happier on OSX. | jrg@chromium.org | 2009-04-16 | 1 | -14/+22 |
* | For ease of scripting, allow the actual test binary name to be used as an arg... | dkegel@google.com | 2009-04-16 | 1 | -11/+12 |
* | Tweak two suppressions to work in more environments | dkegel@google.com | 2009-04-16 | 1 | -3/+6 |
* | grit: cut down on chattiness. | evan@chromium.org | 2009-04-14 | 2 | -5/+10 |
* | This adds link[rel=icon] elements to the DOM UI html files for downloads and | arv@chromium.org | 2009-04-10 | 1 | -3/+6 |
* | - Add support for platform specific suppression files for Valgrind | nirnimesh@chromium.org | 2009-04-06 | 3 | -2/+22 |
* | Redirecting buildbots to use v8_shell.exe instead of v8_shell_sample.exe | bradnelson@google.com | 2009-04-06 | 3 | -5/+4 |
* | Suppress skia font leak for now, see http://crbug.com/9757 | dkegel@google.com | 2009-04-05 | 1 | -0/+8 |
* | Start of code coverage for Mac. | jrg@chromium.org | 2009-04-03 | 1 | -0/+120 |
* | Copy selection to x clipboard. | estade@chromium.org | 2009-04-02 | 1 | -9/+22 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 2 | -34/+0 |
* | Remove the 'Hammer' name in favor of the Debug|Release names | sgk@google.com | 2009-04-01 | 2 | -3/+3 |
* | Revert r12849 (conversion of "Hammer" names to "Debug"). | sgk@google.com | 2009-03-31 | 2 | -3/+3 |
* | Replace "Hammer" references with "Debug" as appropriate. | sgk@google.com | 2009-03-31 | 2 | -3/+3 |
* | Resubmit http://codereview.chromium.org/55034 with one-line fix to test_shell... | dkegel@google.com | 2009-03-30 | 3 | -141/+147 |
* | Reverting 12776. | dkegel@google.com | 2009-03-30 | 2 | -118/+140 |
* | Support valgrinding layout tests. | dkegel@google.com | 2009-03-30 | 2 | -140/+118 |
* | Run dsymutil before valgrind (Mac) | mark@chromium.org | 2009-03-27 | 1 | -0/+63 |
* | Support --track_origins option. | dkegel@google.com | 2009-03-27 | 3 | -40/+99 |
* | This fixes a few GRIT issues: | tc@google.com | 2009-03-27 | 3 | -7/+24 |
* | When running ui_tests, need to tell valgrind to also trace child processes. | dkegel@google.com | 2009-03-26 | 2 | -3/+42 |
* | Linux: write images to clipboard. | estade@chromium.org | 2009-03-25 | 1 | -0/+6 |
* | Add a gtk_clipboard_dump target with a new .gyp file. | sgk@google.com | 2009-03-25 | 1 | -0/+17 |
* | Enable suppressions in Valgrind | nirnimesh@chromium.org | 2009-03-25 | 1 | -4/+25 |
* | Suppress remaining leaks in test_shell_tests to make linux valgrind buildbot ... | dkegel@google.com | 2009-03-25 | 1 | -3/+137 |
* | Make a sqlite suppression less platform-specific; it wasn't working on buildbot | dkegel@google.com | 2009-03-23 | 1 | -2/+4 |
* | Don't expect unit tests to free root cert | dkegel@google.com | 2009-03-20 | 1 | -1/+6 |
* | Add --show_all_leaks option. | dkegel@google.com | 2009-03-20 | 3 | -7/+24 |
* | Implement --verbose in valgrind_test.py to make chrome_tests.py -v happy | dkegel@google.com | 2009-03-20 | 1 | -0/+11 |
* | Add support for running the v8 tests under Purify. | erikkay@google.com | 2009-03-19 | 1 | -29/+53 |
* | Call two more shutdown functions, and set an environment variable, | dkegel@google.com | 2009-03-19 | 2 | -0/+9 |
* | Fix traceline's system call patching on recent versions of ntdll.dll. | deanm@chromium.org | 2009-03-19 | 2 | -6/+13 |
* | A few updates to the valgrind runner script. | deanm@chromium.org | 2009-03-18 | 1 | -1/+3 |
* | Let checkdeps ignore #if 0 blocks. Also strip lines of leading/trailing white... | thestig@chromium.org | 2009-03-18 | 1 | -1/+14 |
* | Switching net over to use gyp on windows. | bradnelson@google.com | 2009-03-18 | 1 | -1/+1 |