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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix valgrind error in SocketStreamDispatcherHost
ukai@chromium.org
2009-11-04
1
-20
/
+0
*
Temporarily make checkbins.py print debugging information.
scherkus@chromium.org
2009-11-04
1
-1
/
+4
*
Update valgrind_webkit_tests.sh to use the same version of
dkegel@google.com
2009-11-04
2
-2
/
+156
*
Widen a suppression for bugs 20111 and 26582, move it to "third party" section
timurrrr@chromium.org
2009-11-03
1
-13
/
+8
*
Widen the suppression for bug_20111
timurrrr@chromium.org
2009-11-03
1
-1
/
+2
*
Valgrind: try to remove a suppression for V8 Profiler::Engage.
mnaganov@chromium.org
2009-11-03
1
-15
/
+0
*
Fix memory problems.
jrg@chromium.org
2009-11-03
1
-7
/
+0
*
Fix mem leak in sync tests by ensuring that the destruction tasks get to run.
jam@chromium.org
2009-11-03
1
-39
/
+0
*
Add suppressions for leaks in sync unit tests after adding ChromeThread insta...
jam@chromium.org
2009-11-02
1
-0
/
+39
*
Suppress invalid reads in Mac bookmark bar
stuartmorgan@chromium.org
2009-11-02
1
-0
/
+7
*
Add suppression for intentional memory leak in unit test.
jam@chromium.org
2009-11-02
1
-1
/
+13
*
Tweak perl scripts in memwatcher tool area.
jar@chromium.org
2009-10-31
3
-42
/
+84
*
Improve memwatch tool.
jar@chromium.org
2009-10-31
2
-28
/
+24
*
Widen an existing suppression a little bit
timurrrr@chromium.org
2009-10-31
1
-0
/
+1
*
Temporarily make checkbins.py return status 0 until I fix offending binaries.
scherkus@chromium.org
2009-10-30
1
-1
/
+2
*
Make --ignore-in-dtor=no the default ThreadSanitizer option.
timurrrr@chromium.org
2009-10-30
1
-1
/
+7
*
Fix missing line in suppression; move the suppression to the more appropriate...
timurrrr@chromium.org
2009-10-30
1
-13
/
+14
*
Add suppressions for Mac UI valgrind bots
stuartmorgan@chromium.org
2009-10-30
2
-0
/
+35
*
Suppress two benign races
timurrrr@chromium.org
2009-10-30
1
-0
/
+23
*
Suppress warnings below AudioQueueDispose
timurrrr@chromium.org
2009-10-29
1
-0
/
+8
*
Fix unit test memory leak introduced by my ChromeThread change.
jam@chromium.org
2009-10-29
1
-9
/
+0
*
Suppress two new valgrind leaks
stuartmorgan@chromium.org
2009-10-29
1
-0
/
+16
*
Suppress reports under _dl_close
timurrrr@chromium.org
2009-10-29
1
-0
/
+9
*
Fix checkbins.py to find pefile import instead of .bat/.sh wrappers.
scherkus@chromium.org
2009-10-28
3
-13
/
+4
*
Rename checkbin to checkbins (because it checks multiple binaries) and set sv...
scherkus@chromium.org
2009-10-28
3
-2
/
+2
*
Checking in checkbin.py, a tool to make sure our Windows binaries were built ...
scherkus@chromium.org
2009-10-28
3
-0
/
+78
*
Remove ThreadSanitizer suppression for 22272.
eroman@chromium.org
2009-10-28
1
-7
/
+0
*
Add one more suppression for a data race in libjingle
timurrrr@chromium.org
2009-10-27
1
-1
/
+7
*
Added printing of a couple of links to documentation in case warnings are rep...
timurrrr@chromium.org
2009-10-27
1
-3
/
+14
*
Suppress one more data race in test_shell on WeakReference
timurrrr@chromium.org
2009-10-27
1
-1
/
+9
*
Suppress a data race on vfptr in ipc/ipc_sync_channel_unittest.cc
timurrrr@chromium.org
2009-10-27
1
-10
/
+0
*
Suppressed a few data races in BookmarkModelWorker
timurrrr@chromium.org
2009-10-27
1
-0
/
+6
*
Suppressed a data race in libjingle, re-grouped suppressions for third_party...
timurrrr@chromium.org
2009-10-27
1
-13
/
+21
*
Reset Windows expectations after new ref build.
chase@chromium.org
2009-10-27
1
-2
/
+2
*
Remove the suppression for a Issue 24307: Data race on reference counter
nirnimesh@chromium.org
2009-10-26
1
-6
/
+0
*
Widen a Mac UI valgrind suppression sligthly
stuartmorgan@chromium.org
2009-10-26
1
-0
/
+1
*
Set GTEST_DEATH_TEST_USE_FORK environment variable to make death tests valgri...
timurrrr@chromium.org
2009-10-26
2
-4
/
+4
*
Ignore a few more string functions to suppress reports on *_empty_rep_storage*
timurrrr@chromium.org
2009-10-26
1
-2
/
+5
*
Remove a valgrind suppression for skia::BGRAConvolve2D() leak. This hasn't b...
senorblanco@chromium.org
2009-10-24
1
-25
/
+0
*
done
hclam@chromium.org
2009-10-23
1
-15
/
+0
*
Add/widen suppressions for Mac UI valgrind bots
stuartmorgan@chromium.org
2009-10-23
2
-4
/
+46
*
Added a suppression for http://crbug.com/25645
timurrrr@chromium.org
2009-10-23
1
-0
/
+8
*
Added base::subtle::NoBarrier_CompareAndSwap and base::subtle::NoBarrier_Store
timurrrr@chromium.org
2009-10-23
1
-0
/
+2
*
Fix coverage on the Mac.
jrg@chromium.org
2009-10-23
1
-9
/
+32
*
Remove suppression for probably-fixed bug
dkegel@google.com
2009-10-22
1
-6
/
+0
*
Remove ThreadSanitizer suppression for bug 15147.
eroman@chromium.org
2009-10-21
1
-7
/
+0
*
Update valgrind to fix one problem with 64 bit code, and a regression running...
dkegel@google.com
2009-10-21
3
-0
/
+43
*
Add new variant of the safe browsing leak.
nsylvain@chromium.org
2009-10-21
1
-0
/
+15
*
Added a suppression for data race on vfptr in base::Thread
timurrrr@chromium.org
2009-10-21
1
-1
/
+8
*
Added a suppression for another benign race in ICU, widen one old suppression.
timurrrr@chromium.org
2009-10-21
1
-0
/
+8
[next]