| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove suppression for 20939, fixed in webkit r49609. | mattm@chromium.org | 2009-10-16 | 1 | -7/+0 |
* | Remove a stray line from the valgrind suppressions | stuartmorgan@chromium.org | 2009-10-15 | 1 | -1/+0 |
* | Add a new valgrind suppression, and widen an over-specified suppression | stuartmorgan@chromium.org | 2009-10-15 | 1 | -11/+10 |
* | Suppress a benign data race inside PCMQueueOutAudioOutputStream::Stop | timurrrr@chromium.org | 2009-10-15 | 1 | -2/+15 |
* | Re-try r29078: Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -1/+2 |
* | Repin XP perf morejs +15ms. | chase@chromium.org | 2009-10-15 | 1 | -1/+1 |
* | Revert wstring patch (r29078 and follow up commits). It is causing failures o... | estade@chromium.org | 2009-10-15 | 1 | -2/+1 |
* | Fix harfbuzz read past end of string on arabic text. | mattm@chromium.org | 2009-10-15 | 1 | -25/+0 |
* | Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -1/+2 |
* | Remove the base_gfx project since it no longer has an external dependencies. | brettw@chromium.org | 2009-10-14 | 1 | -1/+0 |
* | Added suppressions for two real races and one benign | timurrrr@chromium.org | 2009-10-14 | 1 | -7/+31 |
* | Fix parsing of the first race report for ThreadSanitizer | timurrrr@chromium.org | 2009-10-13 | 1 | -6/+7 |
* | Suppressed test-only race on bool, improved existing suppressions. | timurrrr@chromium.org | 2009-10-13 | 1 | -3/+19 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | Use full pathname to perf_expectations in test. | chase@chromium.org | 2009-10-13 | 1 | -3/+3 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 3 | -3/+7 |
* | Suppress memory errors on linux valgrind bots | hclam@chromium.org | 2009-10-10 | 1 | -0/+26 |
* | Fix another race condition on worker process shutdown that results in use-aft... | jam@chromium.org | 2009-10-10 | 1 | -34/+0 |
* | Fix Valgrind UMR errors by initializing thumbnail pixels. | huanr@chromium.org | 2009-10-09 | 1 | -11/+0 |
* | Suppress two data races in Chromium and a couple of races in libc | timurrrr@chromium.org | 2009-10-09 | 1 | -0/+32 |
* | Perf expectations update. | chase@chromium.org | 2009-10-09 | 1 | -2/+2 |
* | Spellchecker: | estade@chromium.org | 2009-10-09 | 1 | -22/+0 |
* | Add a variant valgrind suppression for bug 23018. | eroman@chromium.org | 2009-10-09 | 1 | -6/+11 |
* | Remove unused valgrind suppression. | eroman@chromium.org | 2009-10-08 | 1 | -6/+0 |
* | Remove a valgrind suppression which isn't being used. | eroman@chromium.org | 2009-10-08 | 1 | -40/+0 |
* | Remove suppression for bug 22031. | eroman@chromium.org | 2009-10-08 | 1 | -8/+0 |
* | Move bug_17996 to the intentional section of the valgrind suppressions file, ... | jhawkins@chromium.org | 2009-10-08 | 1 | -7/+8 |
* | Suppress a memory leak and a use-after-free error spotted on the bots. | jhawkins@chromium.org | 2009-10-08 | 1 | -0/+41 |
* | Remove fixed bug 18984 from suppressions list. | huanr@chromium.org | 2009-10-08 | 1 | -16/+0 |
* | Clean up code duplication in layout test http_server. | mhm@chromium.org | 2009-10-07 | 1 | -26/+26 |
* | Add back a suppression, in widened form, that was recently removed | dank@chromium.org | 2009-10-07 | 1 | -0/+13 |
* | Remove 20778 from suppressions list as it got fixed. | huanr@chromium.org | 2009-10-07 | 1 | -5/+0 |
* | Don't use -j4 to build gdb, it seems unsafe on mac. | dank@chromium.org | 2009-10-07 | 1 | -9/+14 |
* | Valgrind: Remove suppressions that have not been used in the last 100 runs on... | jhawkins@chromium.org | 2009-10-07 | 1 | -575/+0 |
* | Revert r28275, because I didn't use all the Mac valgrind bots when removing s... | jhawkins@chromium.org | 2009-10-07 | 1 | -0/+735 |
* | Added another CoreAudio ThreadSanitizer suppression. | scherkus@chromium.org | 2009-10-07 | 1 | -4/+2 |
* | Valgrind: Remove suppressions that have no been used in the last 100 runs on ... | jhawkins@chromium.org | 2009-10-07 | 1 | -735/+0 |
* | Valgrind suppression for recent leak that showed up. | mattm@chromium.org | 2009-10-06 | 1 | -0/+26 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 4 | -0/+23 |
* | Add page_cycler test machine setup notes to httpd2_linux.conf. No Code Change. | thestig@chromium.org | 2009-10-06 | 1 | -6/+11 |
* | Suppress a UMR in chromium_jpeg_write_scanlines to get the tree green | dkegel@google.com | 2009-10-05 | 1 | -0/+11 |
* | Fix suppression counts - ints were concatenated, not summed up | timurrrr@chromium.org | 2009-10-05 | 1 | -0/+1 |
* | Don't instrument Crypto API for ThreadSanitizer on Mac | timurrrr@chromium.org | 2009-10-03 | 1 | -0/+6 |
* | Add deps files I forgot in my previous checkin. | brettw@chromium.org | 2009-10-03 | 1 | -0/+3 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 2 | -11/+11 |
* | Widen an sqlite suppression to match the only warning that fired | dkegel@google.com | 2009-10-02 | 1 | -3/+2 |
* | Adjust XP morejs expectations after r27708. | chase@chromium.org | 2009-10-01 | 1 | -1/+1 |
* | This CL adds gdb_helper to tsan_analyze.py, making the | timurrrr@chromium.org | 2009-10-01 | 2 | -29/+92 |
* | Add a suppression for AudioQueueStop report in media_unittests | timurrrr@chromium.org | 2009-10-01 | 1 | -1/+9 |
* | Ignore PNG functions from WebKit, ignore V8 internals | timurrrr@chromium.org | 2009-10-01 | 1 | -2/+8 |