| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cleanup remaining test expectations from merge to webkit r46270. | darin@chromium.org | 2009-07-23 | 1 | -4/+6 |
* | My last fix caused a recursive destructor call. Prevent that by disconnecting... | estade@chromium.org | 2009-07-23 | 1 | -105/+106 |
* | Rebaselines to account for http://trac.webkit.org/changeset/46240 | darin@chromium.org | 2009-07-23 | 27 | -46/+1370 |
* | redo CL 21368 - fix test shell on windows to accept vista sys deps | dpranke@google.com | 2009-07-23 | 1 | -39/+75 |
* | Fix bug 15795: make the capslock indicator in password fields (on Mac) work. | avi@chromium.org | 2009-07-23 | 1 | -0/+8 |
* | Alt{Error,404}PageResourceFetcher cleanup. | darin@chromium.org | 2009-07-23 | 10 | -186/+87 |
* | Add support to URLRequest for deferring redirects. | darin@chromium.org | 2009-07-23 | 1 | -1/+2 |
* | Import WebKit/WebCore/loader/appcache/ManifestParser.{h,cpp}. | darin@chromium.org | 2009-07-23 | 2 | -0/+239 |
* | None of these files need to include config.h any longer...so remove it. | jorlow@chromium.org | 2009-07-23 | 14 | -28/+2 |
* | Update webkit. Mark some tests as expected to fail due to | darin@chromium.org | 2009-07-23 | 1 | -5/+13 |
* | Make sure the multiplication sign is encoded properly. | avi@chromium.org | 2009-07-23 | 1 | -2/+10 |
* | DevTools: print function source in eval selection requests. | pfeldman@chromium.org | 2009-07-23 | 1 | -0/+3 |
* | back out CL 21368 in case for some reason it's causing a crash on video-toggle | dpranke@google.com | 2009-07-23 | 1 | -75/+39 |
* | mark the loader tests as failing (bug 17509) so I can investigate tomorrow | dpranke@google.com | 2009-07-23 | 1 | -1/+6 |
* | back out CLs 21367, 21366 - no idea why these keep breaking | dpranke@google.com | 2009-07-23 | 2 | -8/+1 |
* | modify test_shell's check-sys-deps to work on vista as well as xp | dpranke@google.com | 2009-07-23 | 1 | -39/+75 |
* | python 2.4's implementation of sys.popen() has a race condition | dpranke@google.com | 2009-07-23 | 1 | -0/+4 |
* | re-do CL 21252 - move image_diff to tools, add deps to test_shell | dpranke@google.com | 2009-07-23 | 1 | -1/+4 |
* | Remove the dependency on V8Proxy.h from test_shell.cc. | dumi@chromium.org | 2009-07-23 | 3 | -6/+10 |
* | Update test expectations after WebKit merge r46194:46229. | paul@chromium.org | 2009-07-23 | 1 | -4/+5 |
* | Fix a leak that only happens in layout test mode. | tc@google.com | 2009-07-23 | 3 | -0/+5 |
* | This CL fixes issue 17468 - Regression: Extra white rectangle showing when mo... | xji@chromium.org | 2009-07-23 | 1 | -8/+10 |
* | make sure to destroy main window when test shell is shutting down so we don't... | estade@chromium.org | 2009-07-23 | 1 | -1/+5 |
* | Fix NULL_RETURN defect found by Coverity. | cmp@google.com | 2009-07-23 | 1 | -1/+5 |
* | A couple more notations for flaky media tests. | estade@chromium.org | 2009-07-22 | 1 | -2/+2 |
* | Update test expectations for WebKit merge r46143:46194. | paul@chromium.org | 2009-07-22 | 1 | -11/+4 |
* | Changes to provide asynchronous read in data source: | hclam@chromium.org | 2009-07-22 | 12 | -23/+2000 |
* | Fix broken build because of r21317 | hclam@google.com | 2009-07-22 | 1 | -13/+16 |
* | Additional test to exploit memory leaks in <video> | hclam@google.com | 2009-07-22 | 2 | -10/+58 |
* | Update expected test failures for WebKit merge r46143:46194. | paul@chromium.org | 2009-07-22 | 1 | -8/+8 |
* | Fix trackpad scrolling issues where scroll events with 0 were sent. | avi@chromium.org | 2009-07-22 | 1 | -9/+12 |
* | Fix a FORWARD_NULL defect reported by Coverity. | wtc@chromium.org | 2009-07-22 | 1 | -16/+16 |
* | Disable video-src-set since it is flaky. | ajwong@chromium.org | 2009-07-22 | 1 | -0/+4 |
* | Make scrollbars and other controls tint/untint upon main window gaining | thakis@chromium.org | 2009-07-22 | 5 | -0/+47 |
* | Remove some bogus includes. | darin@chromium.org | 2009-07-22 | 4 | -10/+4 |
* | Update expected test failures after WebKit merge r46143:46194 | paul@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | DevTools Profiler: hide code injected by DevTools. | mnaganov@chromium.org | 2009-07-22 | 1 | -1/+10 |
* | DevTools: Handle errors in evaluation response. | pfeldman@chromium.org | 2009-07-22 | 1 | -5/+7 |
* | This CL fixes issue 5996: Tooltip gets direction from Chrome langauge, not el... | xji@chromium.org | 2009-07-22 | 2 | -2/+14 |
* | revert change 21252, which broke the mac build for some reason | dpranke@google.com | 2009-07-22 | 1 | -4/+1 |
* | Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_... | ajwong@chromium.org | 2009-07-22 | 4 | -4/+4 |
* | Add back a test which I removed, as it is failing again. | eroman@chromium.org | 2009-07-22 | 1 | -0/+3 |
* | make 'test_shell' target depend on everything needed to pass layout_tests | dpranke@google.com | 2009-07-22 | 1 | -1/+4 |
* | linux: add windowless plugin plumbing | piman@google.com | 2009-07-22 | 2 | -8/+10 |
* | Creating a unique user-agent string for ChromeOS builds, so that metrics can ... | evan@chromium.org | 2009-07-22 | 1 | -2/+9 |
* | Rebaseline some layout-tests which changed in upstream webkit r46412. | ericroman@google.com | 2009-07-22 | 10 | -48/+44 |
* | Update expected test failures after WebKit merge r46143:46194 | paul@chromium.org | 2009-07-21 | 1 | -0/+8 |
* | New Linux baselines for dotted/dashed CSS borders, changed by http://bugs.web... | senorblanco@chromium.org | 2009-07-21 | 219 | -110/+110 |
* | New Windows baselines for dotted/dashed CSS borders, changed upstream by | senorblanco@chromium.org | 2009-07-21 | 221 | -119/+119 |
* | This change list improves IME support on Linux. Many corner cases that were not | estade@chromium.org | 2009-07-21 | 1 | -0/+22 |