index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
valgrind
Commit message (
Expand
)
Author
Age
Files
Lines
*
Widen more suppressions, add a couple new ones.
dkegel@google.com
2009-09-01
2
-53
/
+12
*
Remove suppression for memory leak in IPC::Channel::Channel()
nirnimesh@chromium.org
2009-08-31
1
-14
/
+0
*
Widen a couple suppressions, fix typo in last commit (need a precommit filter...
dkegel@google.com
2009-08-31
1
-6
/
+3
*
Widen two more suppressions, fix a broken suppression
dkegel@google.com
2009-08-30
2
-10
/
+56
*
Widen some old suppressions, add some new ones.
dkegel@google.com
2009-08-30
2
-11
/
+26
*
Suppression-fest!
dank@chromium.org
2009-08-29
2
-9
/
+58
*
Widen one suppression to match linux bot, add one new suppression for mac.
dank@chromium.org
2009-08-28
2
-1
/
+15
*
Remove a suppression for mem leak with base::MessagePumpLibevent::WatchFileDe...
nirnimesh@chromium.org
2009-08-28
1
-12
/
+0
*
Add four new suppressions, widen one.
dank@chromium.org
2009-08-28
2
-4
/
+44
*
Suppress a leak of a CFMutableArray of certs in X509Certificate::Verify.
wtc@chromium.org
2009-08-28
1
-0
/
+17
*
Don't die if the object file in question doesn't have symbols.
dkegel@google.com
2009-08-27
1
-1
/
+1
*
Suppress a deliberate 'leak' in the Mac theme cache
stuartmorgan@chromium.org
2009-08-27
1
-0
/
+12
*
Widen a suppression for a new stack variation
stuartmorgan@chromium.org
2009-08-27
1
-0
/
+1
*
Reland 24548 without the symlink code which broke the build.
dank@chromium.org
2009-08-27
4
-14
/
+57
*
Reverting 24548.
dank@chromium.org
2009-08-26
4
-69
/
+14
*
Fix gdb line number lookup on the mac.
dank@chromium.org
2009-08-26
4
-14
/
+69
*
Fix SharedMemory Object leak
jeremy@chromium.org
2009-08-26
1
-12
/
+0
*
New suppression for flaky leak in ui test.
dkegel@google.com
2009-08-26
1
-0
/
+12
*
Add license information to our shell scripts.
agl@chromium.org
2009-08-25
5
-0
/
+20
*
Fix a leak in RenderWidgetHostViewCocoa and remove its suppression
stuartmorgan@chromium.org
2009-08-24
1
-18
/
+0
*
Widen one valgrind suppression, add two more.
dank@chromium.org
2009-08-24
1
-2
/
+24
*
Remove two valgrind suppressions on Mac.
paul@chromium.org
2009-08-21
1
-35
/
+0
*
Try change 23924 again - refactor layout_package.path_utils and
dpranke@google.com
2009-08-21
1
-3
/
+3
*
Fall back to using gdb to look up line numbers if needed in tools/valgrind/ch...
dank@chromium.org
2009-08-21
2
-9
/
+108
*
Make valgrind.sh use same valgrind as chrome_tests.sh.
dkegel@google.com
2009-08-19
1
-12
/
+35
*
This suppression is a false positive - on program exit, non-joinable threads ...
vandebo@chromium.org
2009-08-19
1
-13
/
+14
*
Add --gtest_repeat option to valgrind/chrome_tests.py
mattm@chromium.org
2009-08-19
2
-0
/
+8
*
Remove a suppression with setenv() on Mac.
nirnimesh@chromium.org
2009-08-19
1
-10
/
+0
*
Suppress another pair of intermittent SafeBrowsingService leaks.
dank@chromium.org
2009-08-18
1
-0
/
+19
*
Suppress a pair of memory leaks in SafeBrowsingService
dank@chromium.org
2009-08-17
1
-0
/
+9
*
Temporary workaround for valgrind outputting garbage after </valgrindoutput>.
dank@chromium.org
2009-08-17
1
-8
/
+22
*
Quote a few more uses of the paths to make sure things work with spaces in dirs.
thomasvl@chromium.org
2009-08-17
1
-32
/
+35
*
Suppress a probable O(1) event leak.
dank@chromium.org
2009-08-16
1
-0
/
+8
*
Widen on suppression to handle different inlining.
dank@chromium.org
2009-08-16
1
-0
/
+1
*
Widen one more suppression to handle either malloc or new.
dkegel@google.com
2009-08-14
1
-1
/
+1
*
Yet Another Few Leaks Suppressed, More Suppressions Widened. Film at 11.
dkegel@google.com
2009-08-14
1
-3
/
+55
*
Yet more variants of existing suppressions
dkegel@google.com
2009-08-14
1
-0
/
+20
*
Move blocks of build-valgrind-for-chromium.sh around to let it build and use ...
dank@chromium.org
2009-08-12
1
-58
/
+89
*
Suppress yet another flaky WebCore::FooNames::init() leak and a leak in v8::R...
dkegel@google.com
2009-08-12
1
-0
/
+20
*
Update to current Valgrind and tsan.
dank@chromium.org
2009-08-12
8
-147
/
+386
*
valgrind: Remove a suppression for a leak that was fixed in r18497.
jhawkins@chromium.org
2009-08-11
1
-8
/
+0
*
valgrind: Remove even more supprssions from bug 10755 that were fixed.
jhawkins@chromium.org
2009-08-11
1
-57
/
+0
*
valgrind: Remove a suppression for a test that has been removed.
jhawkins@chromium.org
2009-08-11
1
-18
/
+0
*
valgrind: Remove a suppression for a leak that has been fixed.
jhawkins@chromium.org
2009-08-11
1
-18
/
+0
*
Allow running the browser_tests in valgrind.
jhawkins@chromium.org
2009-08-11
1
-0
/
+4
*
gtk: Disconnect the accelerator group keys when closing the browser window.
jhawkins@chromium.org
2009-08-11
1
-12
/
+0
*
build-valgrind-for-chrome.sh: Don't install valgrind to /usr/bin anymore
dkegel@google.com
2009-08-11
2
-18
/
+49
*
Suppress additional manifestations of the free() / delete() mismatch
sgk@google.com
2009-08-11
2
-0
/
+17
*
Suppress a mismatched delete[]; Darin's pretty sure it's not a real problem f...
dkegel@google.com
2009-08-10
1
-0
/
+7
*
Add new suppression for Valgrind.
dglazkov@chromium.org
2009-08-10
1
-0
/
+19
[next]