| Commit message (Expand) | Author | Age | Files | Lines |
* | audio use table for channels to mask to allow more of the surround options | fbarchard@chromium.org | 2010-10-26 | 1 | -19/+39 |
* | Return some of the 10.6 suppressions occasionally deleted in r59149 | glider@chromium.org | 2010-10-26 | 1 | -0/+50 |
* | Add an option to the test_shell to enable it to load each test several times | sgjesse@google.com | 2010-10-26 | 8 | -19/+126 |
* | GTTF: Implement a timeout for TestServer on POSIX. | phajdan.jr@chromium.org | 2010-10-26 | 2 | -2/+17 |
* | Close overlays when the user hits ESC key. | satorux@chromium.org | 2010-10-26 | 1 | -0/+18 |
* | ChromeFrame network tests were broken since the change to honor the automatio... | ananta@chromium.org | 2010-10-26 | 4 | -3/+29 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 74 | -631/+830 |
* | In short, break out the SearchEngineType enum into its own header file. | levin@chromium.org | 2010-10-26 | 9 | -225/+235 |
* | Annotate a few failing sync integration tests. | rsimha@chromium.org | 2010-10-26 | 1 | -3/+7 |
* | DOMUI: Do not allow dbclick in list view when the AutoFill is disabled. | tfarina@chromium.org | 2010-10-26 | 1 | -1/+2 |
* | Add HasSingleOrigin() to WebDataSource. | scherkus@chromium.org | 2010-10-26 | 8 | -19/+79 |
* | autofill: Add GetCreditCardById to PersonalDataManager. | tfarina@chromium.org | 2010-10-26 | 3 | -10/+14 |
* | Webkit: Update expectations for fast/canvas/webgl/uniform-location.html. | thestig@chromium.org | 2010-10-26 | 1 | -1/+1 |
* | Fix a typo in PYAUTO_TESTS | nirnimesh@chromium.org | 2010-10-26 | 1 | -3/+3 |
* | Allow URLPatterns to omit trailing slash. | aa@chromium.org | 2010-10-26 | 11 | -70/+136 |
* | Valgrind: Supress errors inside WebKit::WebGraphicsContext3DDefaultImpl::texI... | thestig@chromium.org | 2010-10-26 | 1 | -0/+29 |
* | Create a symlink to Release/lib.target/_pyautolib.so in Release/ on Linux | nirnimesh@google.com | 2010-10-26 | 1 | -0/+18 |
* | Valgrind: Suppress memory error in MESA code. | thestig@chromium.org | 2010-10-26 | 1 | -0/+23 |
* | [Sync] Some cleanup of sync_listen_notifications tool | akalin@chromium.org | 2010-10-26 | 3 | -67/+64 |
* | Valgrind suppression for leak inside TCompiler::compile. | thestig@chromium.org | 2010-10-26 | 1 | -0/+15 |
* | Pass --use-gl command line argument to renderer process for use with | kbr@chromium.org | 2010-10-26 | 1 | -0/+3 |
* | Revert 63809 - Remove TSan supporessions on windows for remoting_unittests. | sergeyu@chromium.org | 2010-10-26 | 5 | -17/+28 |
* | Valgrind: Suppress leak in WebKit::WebGraphicsContext3DDefaultImpl::reshape. | thestig@chromium.org | 2010-10-26 | 1 | -1/+13 |
* | Valgrind: Suppress memory error inside TCompiler::compile. | thestig@chromium.org | 2010-10-26 | 1 | -0/+23 |
* | Fix bad revert. | thestig@chromium.org | 2010-10-26 | 1 | -2/+2 |
* | Revert 63801 (broke chromeos bots) - Restrict file protocol on chromeos to ce... | thakis@chromium.org | 2010-10-26 | 2 | -39/+4 |
* | Implemented python XMPP server for use with sync integration tests. | akalin@chromium.org | 2010-10-26 | 2 | -0/+777 |
* | Valgrind: Suppress memory error in WebCore::GraphicsContext3DInternal::reshape. | thestig@chromium.org | 2010-10-26 | 1 | -0/+11 |
* | Add 2 find_in_page tests | nirnimesh@chromium.org | 2010-10-26 | 2 | -0/+34 |
* | Fixes ReadInternal() memory leak from BufferedDataSource tests | vrk@google.com | 2010-10-26 | 3 | -32/+5 |
* | [linux] instant search/browsing first cut | estade@chromium.org | 2010-10-26 | 7 | -81/+179 |
* | Define AccessDisabled only on ChromeOS | achuith@chromium.org | 2010-10-26 | 2 | -10/+7 |
* | Suppress WebGL test failures after Mesa 7.9 upgrade until they can be | kbr@chromium.org | 2010-10-26 | 1 | -1/+7 |
* | Valgrind: Suppress a memory error insite WTF::String::format. | thestig@chromium.org | 2010-10-26 | 1 | -0/+23 |
* | Remove TSan supporessions on windows for remoting_unittests. | sergeyu@chromium.org | 2010-10-26 | 5 | -28/+17 |
* | Valgrind Webkit: Put in a suppression for the leak in bug 31800. | thestig@chromium.org | 2010-10-25 | 1 | -0/+16 |
* | Gtk: Fix file selector moving up one dir each time you use it. | mattm@chromium.org | 2010-10-25 | 1 | -8/+18 |
* | Never allow empty preview entries. As some data is always present (we drop co... | georgey@chromium.org | 2010-10-25 | 10 | -106/+74 |
* | Make sure save-as right click menu obeys content restrictions. | jam@chromium.org | 2010-10-25 | 1 | -0/+6 |
* | chromeos: Avoid assert if WM tells us to select invalid tab. | derat@chromium.org | 2010-10-25 | 2 | -1/+6 |
* | Fix heap leak with scoped_ptr. | tessamac@google.com | 2010-10-25 | 1 | -1/+1 |
* | Restrict file protocol on chromeos to certain whitelisted directories. | achuith@chromium.org | 2010-10-25 | 2 | -4/+43 |
* | Autofilled values should match previewed values for previously autofilled forms. | isherman@chromium.org | 2010-10-25 | 3 | -11/+24 |
* | Xiyuan's fix for 7265, with a modification by achuith. | achuith@chromium.org | 2010-10-25 | 2 | -91/+108 |
* | Convert LOG/LOG_IF(INFO) to VLOG/VLOG_IF(1) - chrome/browser/sync | rsimha@chromium.org | 2010-10-25 | 5 | -7/+8 |
* | Remove setSuggestedValue() hack in autofill. | isherman@chromium.org | 2010-10-25 | 2 | -9/+0 |
* | Update turkish.html data file to bare minimum. | nirnimesh@chromium.org | 2010-10-25 | 1 | -1240/+9 |
* | Upgraded Mesa to 7.9 from 7.7 in order to pick up bug fixes to the | kbr@chromium.org | 2010-10-25 | 3637 | -398976/+621391 |
* | (Hopefully) fix flakiness for AutoFillTest.BasicFormFill | isherman@chromium.org | 2010-10-25 | 1 | -10/+9 |
* | Fixes bug where we would some times not layout when we needed to. | sky@chromium.org | 2010-10-25 | 1 | -3/+8 |