| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert to gyp generation of chrome_resources and chrome_strings. | sgk@chromium.org | 2009-06-04 | 3 | -5/+5 |
* | Revert last checkin to fix resources in Release builds. | sgk@chromium.org | 2009-06-03 | 3 | -5/+5 |
* | Convert to gyp generation of chrome_resources and chrome_strings. | sgk@chromium.org | 2009-06-03 | 3 | -5/+5 |
* | Broaden valgrind supression for known issue in zlib. This seems ok because th... | aa@chromium.org | 2009-06-01 | 1 | -2/+1 |
* | Forgot the CSS file. | rspangler@google.com | 2009-05-29 | 1 | -0/+124 |
* | Remove checked-in memory_watcher.vcproj. | sgk@google.com | 2009-05-29 | 1 | -203/+0 |
* | Fix branded resource buiding. | jrg@chromium.org | 2009-05-29 | 1 | -2/+8 |
* | Major refactoring of Croc. | rspangler@google.com | 2009-05-29 | 5 | -220/+1215 |
* | Set svn:eol-style LF on all gyp files. | sgk@google.com | 2009-05-28 | 1 | -41/+41 |
* | Small fix for cases where the data or report dirs are not specified. | mad@google.com | 2009-05-28 | 1 | -0/+1 |
* | Add .dll (and a .exe) files to the gyp build: | sgk@google.com | 2009-05-27 | 1 | -0/+41 |
* | Add suppressions for uninitialized memory reference in PNGEncoder::EncodeBGRA... | thestig@chromium.org | 2009-05-26 | 1 | -6/+24 |
* | Suppress a leak caused by NSS_InitReadWrite. | thestig@chromium.org | 2009-05-25 | 1 | -0/+9 |
* | Add a suppression for the Mac Valgrind test_shell_test leak. | thestig@chromium.org | 2009-05-23 | 1 | -2/+11 |
* | Supress a leak in ExtensionsServiceTest.InstallExtension. | thestig@chromium.org | 2009-05-23 | 1 | -0/+8 |
* | Suppress jump on uninitialized value noticed by Valgrind on Mac in | nirnimesh@chromium.org | 2009-05-22 | 1 | -0/+22 |
* | Fix a leak in BookmarkBarController, and remove the valgrind suppression for it. | stuartmorgan@chromium.org | 2009-05-22 | 1 | -14/+0 |
* | Add Valgrind suppressions for bug 12366. Loosen one of the sqlite suppression... | thestig@chromium.org | 2009-05-21 | 1 | -1/+8 |
* | Tidy the valgrind suppressions file | dank@chromium.org | 2009-05-19 | 1 | -61/+83 |
* | Fix memory leak in corrupt JPEG decoding. | thestig@chromium.org | 2009-05-19 | 1 | -11/+0 |
* | valgrind: with my fix upstreamed, we can now remove this suppression. | evan@chromium.org | 2009-05-18 | 1 | -7/+0 |
* | Also scan .m and .mm files in checkdeps.py | phajdan.jr@chromium.org | 2009-05-18 | 1 | -11/+10 |
* | Example script to run all tests under valgrind | dkegel@google.com | 2009-05-14 | 1 | -0/+75 |
* | valgrind: print the gtest suppression list on startup. | evan@chromium.org | 2009-05-13 | 1 | -0/+1 |
* | Add croc code coverage tool. (Same change as yesterday, but now made in the | rspangler@google.com | 2009-05-13 | 2 | -0/+1363 |
* | Add valgrind suppression for libxml error in http://crbug.com/11838 | thestig@chromium.org | 2009-05-12 | 1 | -0/+12 |
* | Add a script that runs cov-build, cov-analyze, and | wtc@chromium.org | 2009-05-12 | 1 | -0/+136 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 19 | -0/+0 |
* | Move timeout to right spot in tools/valgrind/chrome_tests.py. Fixes thinko c... | dkegel@google.com | 2009-05-11 | 1 | -1/+1 |
* | Raise timeout on ui tests to 12000 seconds, since on the | dkegel@google.com | 2009-05-11 | 1 | -0/+1 |
* | Stop leaking RenderWidgetHostViewGtk. | willchan@chromium.org | 2009-05-08 | 1 | -15/+0 |
* | Broaden mac valgrind suppression for color space related leak. | thestig@chromium.org | 2009-05-08 | 1 | -15/+0 |
* | Fix a xml parser crash in the valgrind analyze script. | thestig@chromium.org | 2009-05-07 | 1 | -6/+25 |
* | Fix timeout when not detached | dkegel@google.com | 2009-05-06 | 1 | -4/+12 |
* | Have the grit rules depend on the .pak files. | tc@google.com | 2009-05-06 | 2 | -2/+2 |
* | mac valgrind bot: Make running dsymutil an option for now, since it slows dow... | dkegel@google.com | 2009-05-06 | 2 | -11/+22 |
* | Doesn't fix anything at all but make it clearer. | maruel@chromium.org | 2009-05-06 | 1 | -28/+28 |
* | Move the shared JS and CSS out of the HTML files and into separate files. | arv@chromium.org | 2009-05-05 | 1 | -5/+36 |
* | Add valgrind suppressions for a well-known fontconfig leak and | dkegel@google.com | 2009-05-05 | 1 | -5/+36 |
* | mac valgrind: remove special case in python script. | dkegel@google.com | 2009-05-04 | 1 | -49/+13 |
* | mac valgrind: media_tests: add suppression for second trace in http://crbug.c... | dkegel@google.com | 2009-05-04 | 1 | -0/+8 |
* | Don't analyze incomplete valgrind log files (as the parser crashes), | dkegel@google.com | 2009-05-04 | 1 | -11/+20 |
* | Rebase valgrind suppressions, add one for http://crbug.com/11130 | dkegel@google.com | 2009-05-04 | 1 | -2/+15 |
* | Add suppressions for two mac audio bugs: http://crbug.com/11327 | dkegel@google.com | 2009-05-02 | 1 | -14/+34 |
* | Suppress valgrind warnings for | dank@chromium.org | 2009-05-01 | 1 | -0/+89 |
* | Only skip the GRIT header writing on Windows. This will cause | tc@google.com | 2009-05-01 | 1 | -5/+6 |
* | Code coverage improvements. | jrg@chromium.org | 2009-04-30 | 1 | -11/+60 |
* | Add a few more suppressions for ui tests that hidden until yesterday | dkegel@google.com | 2009-04-30 | 1 | -10/+29 |
* | Add two ui_test valgrind suppressions, fix one old one | dkegel@google.com | 2009-04-29 | 1 | -0/+20 |
* | Changes in preparation for webkit switch to gyp. | bradnelson@google.com | 2009-04-29 | 1 | -1/+1 |