| Commit message (Expand) | Author | Age | Files | Lines |
* | <video> use cache if --enable-byte-range-support is present | hclam@chromium.org | 2009-09-30 | 5 | -4/+26 |
* | Tweak the layout_test driver scripts to shard the tests completely and then | dpranke@google.com | 2009-09-30 | 2 | -10/+58 |
* | Change how <video> fetch a resource to make it friendly to sparse caching | hclam@chromium.org | 2009-09-30 | 3 | -178/+141 |
* | Disable the leak tracking of URLRequests. | eroman@chromium.org | 2009-09-30 | 2 | -12/+5 |
* | Re-submit CL 27576 w/ fix | dpranke@google.com | 2009-09-30 | 2 | -77/+96 |
* | Add mime-type for SVG to lighttpd.conf for run_webkit_tests. | yutak@chromium.org | 2009-09-30 | 2 | -6/+1 |
* | Add purify expected error for bug 23396. | huanr@chromium.org | 2009-09-30 | 1 | -60/+60 |
* | Revert 27576 | dpranke@google.com | 2009-09-30 | 2 | -95/+77 |
* | The buildbots compile into src/build/{Debug,Release} but this script | tony@chromium.org | 2009-09-30 | 1 | -16/+20 |
* | Disable WorkerTest.WorkerFastLayoutTests. | huanr@chromium.org | 2009-09-30 | 1 | -1/+3 |
* | Linux: Make InfoBubble use an override-redirect (popup) window. | derat@chromium.org | 2009-09-30 | 8 | -98/+162 |
* | Remove the syncapi stub. | nick@chromium.org | 2009-09-30 | 2 | -341/+15 |
* | Refactor run_webkit_tests a bit so we can extract the list of test files | dpranke@google.com | 2009-09-30 | 2 | -77/+95 |
* | One part of http://codereview.chromium.org/223013/show | jorlow@chromium.org | 2009-09-30 | 2 | -0/+55 |
* | Add purify error to expected list. | huanr@chromium.org | 2009-09-30 | 1 | -0/+65 |
* | Updating trunk VERSION from 219.9 to 220.0 | laforge@chromium.org | 2009-09-30 | 1 | -2/+2 |
* | Temporary disabling a unit test that fails on Linux toolkit views while I inv... | jcampan@chromium.org | 2009-09-30 | 1 | -0/+6 |
* | GTK: Use a calculated border color in chrome theme mode instead of blue. | erg@google.com | 2009-09-29 | 5 | -42/+26 |
* | WebView::DownloadImage refactored | yaar@chromium.org | 2009-09-29 | 6 | -75/+51 |
* | Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). | jcampan@chromium.org | 2009-09-29 | 23 | -121/+268 |
* | The RSS extension now renders the RSS HTML preview inside an IFRAME. | finnur@chromium.org | 2009-09-29 | 5 | -85/+148 |
* | Coverity: Initialize stats_table_ in the constructor. | jhawkins@chromium.org | 2009-09-29 | 1 | -3/+5 |
* | sync-webkit-git: a better message when you're not on the right branch | evan@chromium.org | 2009-09-29 | 1 | -3/+4 |
* | Use a helper to facilitate reading a file on a background thread. | darin@chromium.org | 2009-09-29 | 6 | -38/+190 |
* | Pull in make build fixes for yesterday's NaCl changes. | tony@chromium.org | 2009-09-29 | 1 | -2/+2 |
* | Coverity: Initialize has_indexed_affixes_ in the constructor. | jhawkins@chromium.org | 2009-09-29 | 1 | -1/+2 |
* | Cleanup some code in the render_view_host_manager unittest. | brg@chromium.com | 2009-09-29 | 1 | -4/+3 |
* | Rename setThemeEngine to SetThemeEngine to conform to Google style. | dpranke@google.com | 2009-09-29 | 2 | -3/+3 |
* | Coverity: Initialize the os_event struct members to 0 in the constructor. | jhawkins@chromium.org | 2009-09-29 | 1 | -0/+1 |
* | Roll DEPS for WebKit 48883:48904. | senorblanco@chromium.org | 2009-09-29 | 2 | -1/+11 |
* | Fix crash when using about:ipc with only NTP on Windows. | jrg@chromium.org | 2009-09-29 | 1 | -2/+3 |
* | Updating trunk VERSION build from 219.8 to 219.9 | laforge@chromium.org | 2009-09-29 | 1 | -1/+1 |
* | GTK: Fix a bookmark dragging crasher by initing a member var. | estade@chromium.org | 2009-09-29 | 1 | -0/+1 |
* | Coverity: Remove an unused variable. | jhawkins@chromium.org | 2009-09-29 | 1 | -2/+1 |
* | Coverity: Initialize type_ in the constructor. | jhawkins@chromium.org | 2009-09-29 | 1 | -1/+2 |
* | Coverity: Add the typedef keyword to the ProfileType enum so we're not creati... | jhawkins@chromium.org | 2009-09-29 | 1 | -1/+1 |
* | Updating Native Client to get svn:ignore properties | gregoryd@google.com | 2009-09-29 | 1 | -1/+1 |
* | Modified output format to be accepted by Pulse. Updated DEPS to include newer... | kkania@google.com | 2009-09-29 | 4 | -57/+65 |
* | These classes need to use thread safe reference counting. | darin@chromium.org | 2009-09-29 | 1 | -2/+2 |
* | Modifies layout test formatter tool to have an option to only use local basel... | gwilson@google.com | 2009-09-29 | 4 | -88/+244 |
* | Add osx support to gypbuild | gman@google.com | 2009-09-29 | 2 | -6/+49 |
* | Fix breakpad unused variable warning. | thestig@chromium.org | 2009-09-29 | 1 | -9/+7 |
* | Reverting 27520. | mirandac@chromium.org | 2009-09-29 | 2 | -121/+61 |
* | Rebaseline chromium-specific test expectations to use window.toString() outpu... | japhet@chromium.org | 2009-09-29 | 14 | -400/+28 |
* | Coverity: Initialize test_funcs_.test_make_request in the constructor. | jhawkins@chromium.org | 2009-09-29 | 1 | -0/+1 |
* | style fix. the header for .cc has to be the 1st include. | oshima@chromium.org | 2009-09-29 | 1 | -2/+2 |
* | Update known crash signature. | huanr@chromium.org | 2009-09-29 | 1 | -0/+1 |
* | Use a separate Breakpad product name for ChromeOS. | thestig@chromium.org | 2009-09-29 | 1 | -0/+6 |
* | Rebaseline layout test LayoutTests/fast/frames/viewsource-on-image-file.html. | jianli@chromium.org | 2009-09-29 | 6 | -3/+34 |
* | Use Mac fonts in Mac Chrome. | mark@chromium.org | 2009-09-29 | 2 | -52/+113 |