summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* GTK: implement bookmark manager copy/paste.estade@chromium.org2009-08-041-0/+5
* Fix memory leak introduced by r22043.aa@chromium.org2009-08-041-23/+0
* Reverting hunspell upgrade 22263,22257,22252,22243. Causing many valgrind war...mhm@chromium.org2009-08-031-40/+1
* valgrind: Add a suppression for a hunspell memory leak during the SpellCheckS...mhm@chromium.org2009-08-031-0/+19
* valgrind: Add a suppression for a hunspell memory leak during the SpellCheckT...jhawkins@chromium.org2009-08-031-1/+21
* Suppress four really common valgrind warnings in mac ui tests.dank@chromium.org2009-08-011-0/+44
* valgrind: Remove a suppression for a leak that doesn't exist anymore. The v8...jhawkins@chromium.org2009-07-311-7/+0
* Move a valgrind suppression from "pls fix" to "not our problem"estade@chromium.org2009-07-301-9/+9
* Remove the valgrind suppression in crbug.com/15762nirnimesh@chromium.org2009-07-301-7/+0
* Add suppression for yet another SVGNames::init() -related leakdank@chromium.org2009-07-301-1/+11
* Temp suppression for mem leak with Version::GetVersionFromString()nirnimesh@chromium.org2009-07-301-0/+24
* Fix typo that prevented invalid reads from matchingdkegel@google.com2009-07-291-7/+12
* Update smoketests.py so we can run ui_tests in parallel, withhuanr@chromium.org2009-07-291-0/+86
* Widen bug 17385's suppression to fit today's variant (which seems to have one...dank@chromium.org2009-07-291-3/+2
* Update suppression to adapt to function renamed as it was upstreamed; see htt...dkegel@google.com2009-07-291-3/+3
* Widen a suppression to match different operator new to takedkegel@google.com2009-07-281-1/+1
* Cherrypick valgrind patch to fix thinko that keptdkegel@google.com2009-07-282-0/+22
* Add suppression for intermittent leak in IPC::Channel::Channeldkegel@google.com2009-07-281-0/+14
* Add suppression for occasional leak in IPC::Channel::Connect().dkegel@google.com2009-07-281-0/+10
* While we're trying to diagnose the incomplete valgrind logfile problem,dank@chromium.org2009-07-281-0/+3
* LD_LIBRARY_PATH needs to be set for media tests that uses FFmpeg to work prop...hclam@google.com2009-07-281-0/+4
* Widen suppression for bug 17385 again. Should suppress warningdkegel@google.com2009-07-271-4/+2
* Add suppression for occasional leak in SVGNames::init, seen on dank@chromium.org2009-07-271-0/+9
* Add experimental TSAN support (off by default)dkegel@google.com2009-07-271-0/+13
* re-do CL 2136 - move image_diff to tools/imagediff, add deps to test_shelldpranke@google.com2009-07-242-0/+388
* Fix memory leak in VisitSegmentDatabase::QuerySegmentUsage and HistoryBackend...meelapshah@chromium.org2009-07-231-7/+0
* Widen suppression for bug 16128 to also match unit testsdkegel@google.com2009-07-231-2/+0
* Widen/add suppression for leak in sqlite.dkegel@google.com2009-07-231-0/+10
* Update valgrind suprression file again.jam@chromium.org2009-07-231-3/+2
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-5/+6
* Revert "Remove suppressions that don't reproduce."erg@google.com2009-07-231-0/+18
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-6/+5
* Remove suppressions that don't reproduce.erg@google.com2009-07-231-18/+0
* change smoke test to run true rather than /bin/true to make macosx happydkegel@google.com2009-07-231-1/+1
* Add export_tarball tool.phajdan.jr@chromium.org2009-07-231-0/+90
* Part 2 of secret plan to speed up valgrind log processing.dank@chromium.org2009-07-231-0/+2
* back out CLs 21367, 21366 - no idea why these keep breakingdpranke@google.com2009-07-232-388/+0
* re-do CL 21252 - move image_diff to tools, add deps to test_shelldpranke@google.com2009-07-232-0/+388
* Add new option --show-possible to valgrind for later use by valgrind_test.py ...dank@chromium.org2009-07-232-0/+61
* Update supressions.jam@chromium.org2009-07-231-6/+6
* Don't kill dsymutil after it finishes.dank@chromium.org2009-07-231-3/+5
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-2/+3
* Fix a leak that only happens in layout test mode.tc@google.com2009-07-231-10/+0
* make sure to destroy main window when test shell is shutting down so we don't...estade@chromium.org2009-07-231-7/+0
* Use $PROGRAMFILES instead of "C:\Program Files\".pkasting@chromium.org2009-07-221-1/+3
* Make UtilityProcessHost destructor virtual.mattm@chromium.org2009-07-221-7/+0
* Use ld.orig if present to build valgrind rather than making user switch back ...dkegel@google.com2009-07-221-2/+13
* Give slightly more helpful error message if gold is present.dkegel@google.com2009-07-221-1/+1
* Remove suppression for RendererSecurityPolicy leak, which seems to be fixed.phajdan.jr@chromium.org2009-07-221-8/+0
* Patch from timur. Properly terminate XML output document in case of an exec. dkegel@google.com2009-07-222-1/+41