summaryrefslogtreecommitdiffstats
path: root/webkit/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update expected results.abarth@chromium.org2009-06-141-0/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18362 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in gyp support for a 'resource_include_dirs' setting.sgk@google.com2009-06-131-0/+3
| | | | | | | | | | Use it to keep the number of /I options we pass to webkit resource compilation within acceptable limits. BUG=none TEST=none Review URL: http://codereview.chromium.org/125104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18358 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a flaky layout test which has been timing out on some runs.ericroman@google.com2009-06-131-1/+1
| | | | | | | | | BUG=13767 TBR=tony Review URL: http://codereview.chromium.org/125098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18350 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some layout testshclam@chromium.org2009-06-131-9/+0
| | | | | | | | | | | | | | | | Rebaseline the following layout tests: LayoutTests/fast/media/mq-animation.html LayoutTests/fast/media/mq-aspect-ratio.html LayoutTests/fast/media/mq-orientation.html LayoutTests/fast/media/mq-transform-01.html LayoutTests/fast/media/mq-transform-02.html LayoutTests/fast/media/mq-transform-03.html LayoutTests/fast/media/mq-transform-04.html LayoutTests/fast/media/viewport-media-query.html Review URL: http://codereview.chromium.org/125091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18341 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a test a expected fail which has been failing in debug mode for a while.ericroman@google.com2009-06-121-0/+4
| | | | | | | | | BUG=14014 TBR=darin Review URL: http://codereview.chromium.org/125089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18333 0039d316-1c4b-4281-b951-d872f2087c98
* Add expected failure for "dns-prefetch-control.html" which has been flaky on ↵ericroman@google.com2009-06-121-1/+1
| | | | | | | | | | | | linux for a while. The cause of the flake is an extra output line (warning from pkix_CacheCertChain_Add), see bug for details. TBR=tony BUG=14009 Review URL: http://codereview.chromium.org/126077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18329 0039d316-1c4b-4281-b951-d872f2087c98
* Mark two media layout tests as crashhclam@chromium.org2009-06-121-1/+4
| | | | | | | | TBR=scherkus Review URL: http://codereview.chromium.org/125075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18317 0039d316-1c4b-4281-b951-d872f2087c98
* Disblae some media layout testshclam@chromium.org2009-06-121-6/+23
| | | | | | | | | | TBR=scherkus Disable soem flaky media tests.. Review URL: http://codereview.chromium.org/125073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18314 0039d316-1c4b-4281-b951-d872f2087c98
* Enable a bunch of layout tests for <audio> and <video>hclam@chromium.org2009-06-121-3/+76
| | | | | | | | | | | | | | | BUG=4363 Enabled media layout tests under the folder on Windows: LayoutTests/media LayoutTests/fast/media LayoutTests/http/tests/media Review URL: http://codereview.chromium.org/125010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18297 0039d316-1c4b-4281-b951-d872f2087c98
* Update baselines.darin@chromium.org2009-06-121-2/+2
| | | | | | | | | | | | | | | | For some reason, the baselines I pulled earlier were wrong. These match what I see locally when I run the layout tests. In this CL, I'm also removing some REBASELINE tags that seem like they must have been leftover. They just make the rebaseline tool run more slowly. R=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/126059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18287 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline more tests. The new rendering looks better to me. It looks like wedarin@chromium.org2009-06-121-2/+0
| | | | | | | | | | | | | used to have an off-by-one pixel bug with some Skia path rendering. I'm not sure what change fixed this. R=dglazkov BUG=13721 TEST=none Review URL: http://codereview.chromium.org/126056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18282 0039d316-1c4b-4281-b951-d872f2087c98
* Add baseline results for fast\canvas\drawImage-with-globalAlpha.htmldarin@chromium.org2009-06-121-1/+0
| | | | | | | | | | | | | | | I just took these results straight from the output of our buildbots. This corresponds to: http://trac.webkit.org/changeset/44537 R=dglazkov BUG=13721 TEST=none Review URL: http://codereview.chromium.org/126040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18276 0039d316-1c4b-4281-b951-d872f2087c98
* Skip http/tests/loading/deleted-host-in-resource-load-delegate-callback.htmldarin@chromium.org2009-06-121-1/+1
| | | | | | | | | | | | | | since it depends on sessionStorage. See http://trac.webkit.org/changeset/44519 TBR=dglazkov BUG=13721 TEST=none Review URL: http://codereview.chromium.org/125041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18259 0039d316-1c4b-4281-b951-d872f2087c98
* We now have expected results for canvas-lineWidth.html, so we can let this testdarin@chromium.org2009-06-121-1/+0
| | | | | | | | | | | | run. TBR=deanm TEST=none BUG=13721 Review URL: http://codereview.chromium.org/126041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18258 0039d316-1c4b-4281-b951-d872f2087c98
* Remove expected failures for tests that now pass.darin@chromium.org2009-06-121-11/+0
| | | | | | | | | | TBR=dglazkov BUG=13786 TEST=none Review URL: http://codereview.chromium.org/126039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18256 0039d316-1c4b-4281-b951-d872f2087c98
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-2/+5
| | | | | | | | | | | | | | | | * Add a 1 minute cache for host resolves. * Refactor HostResolver to handle multiple requests. * Make HostResolver a dependency of URLRequestContext. operate the HostResolver in async mode for proxy resolver (bridging to IO thread). TEST=unittests BUG=13163 Review URL: http://codereview.chromium.org/118100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18236 0039d316-1c4b-4281-b951-d872f2087c98
* Remove duplicates in test_expectations.tc@google.com2009-06-111-3/+2
| | | | | | | | | TBR=idana Review URL: http://codereview.chromium.org/125026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18229 0039d316-1c4b-4281-b951-d872f2087c98
* Removed duplicated entried from expected_tests.txt.idana@google.com2009-06-111-4/+2
| | | | | | | | | | BUG=13913 TEST=Run the webkit layout tests Review URL: http://codereview.chromium.org/125022 Review URL: http://codereview.chromium.org/125022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18228 0039d316-1c4b-4281-b951-d872f2087c98
* Disabled more layout tests in an attempt to make the tree go green.idana@google.com2009-06-111-2/+11
| | | | | | | | | BUG=13913 TEST=none Review URL: http://codereview.chromium.org/126004 Review URL: http://codereview.chromium.org/126004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18226 0039d316-1c4b-4281-b951-d872f2087c98
* Mark some tests as failing due to pre-existing bugs. Move to the right ↵pkasting@chromium.org2009-06-111-9/+12
| | | | | | | | | | spots in the file (I hope). Remove one test that should already (?) be covered by the general "LayoutTests/accessibility" FAIL. This test might be crashing sometimes, need to check more closely. BUG=13809 TEST=none Review URL: http://codereview.chromium.org/125014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18220 0039d316-1c4b-4281-b951-d872f2087c98
* Enable <video> in test_shellhclam@chromium.org2009-06-115-8/+29
| | | | | | | | | | | | | | | | | | | | | This is a work in progress draft. Summary of changes: 1. Moved code shared by chrome and test_shell to webkie/glue: WebMediaPlayerImpl SimpleDataSource VideoRendererImpl 2. Since WebMediaPlayerImpl is shared, chrome specific renderers are enabled by passing the FilterFactoryCollection into WebMediaPlayerImpl, this is done in RenderView. And WebMediaPlayerImpl provides some default renderer filters, which are used by the test shell and also chrome. Review URL: http://codereview.chromium.org/119229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18182 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the following layout test so that the tree can become green again:idana@google.com2009-06-111-1/+2
| | | | | | | | | | | LayoutTests/fast/dom/javascript-url-crash-function.html I added this layout test to the already opened bug: crbug.com/13786 TBR:darin git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18178 0039d316-1c4b-4281-b951-d872f2087c98
* More attempts to green the tree.pkasting@chromium.org2009-06-111-2/+2
| | | | | | | | | BUG=13809 TEST=none TBR=darin Review URL: http://codereview.chromium.org/123008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18143 0039d316-1c4b-4281-b951-d872f2087c98
* Try and green tree from recent WebKit updatepkasting@chromium.org2009-06-111-0/+6
| | | | | | | | | BUG=13809 TEST=none TBR=darin Review URL: http://codereview.chromium.org/122017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18137 0039d316-1c4b-4281-b951-d872f2087c98
* r18003 didn't properly delete this files, it just emptied them out.ojan@chromium.org2009-06-111-3/+0
| | | | | | | | | | | | Delete them properly. TBR. BUG=13728 TEST=none Review URL: http://codereview.chromium.org/122015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18134 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pull in upstream changes that remove RGBA32Buffer::bitmap(), ↵pkasting@chromium.org2009-06-111-14/+16
| | | | | | | | | | | | | | | | and rewrite local tests to compile. Also pulls in a change that upstreamed V8CustomBinding, since that got bracketed between my upstream changes; this includes the Chromium side of that too. This change exposed a deficiency in the XBM testing where we were erroneously using a zero-length set of image data to calculate the MD5 sum (because we were using the buffer rect instead of the image size, and the XBM decoder wasn't correctly setting the rect). Fixed the test to use the image size (which is more correct for this application), will fix the XBM decoder upstream to set the rect correctly. This in turn required generating new MD5 sums, which required patching the generation code (which is normally #ifdefed away) to also work with the past couple years of changes. This commit will need to land at the same time as one that updates the expected sums; during the period where either commit is in place without the other, the XBM decoding tests will fail. BUG=13633 TEST=Covered by unittests Review URL: http://codereview.chromium.org/121001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18131 0039d316-1c4b-4281-b951-d872f2087c98
* Remove skia image-decoders for mac build.ajwong@chromium.org2009-06-111-0/+8
| | | | | | | | Mac uses CoreGraphics anyways. Review URL: http://codereview.chromium.org/123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18129 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore for now to get tree green jrg@chromium.org2009-06-101-0/+3
| | | | | | | | bug filed; crbug.com/13786 Review URL: http://codereview.chromium.org/119446 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18091 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate leaks (valgrind)jrg@chromium.org2009-06-101-1/+1
| | | | | | | TBR=nirnimesh git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18083 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r44571darin@chromium.org2009-06-101-0/+3
| | | | | | | | | | BUG=none TEST=none R=pkasting Review URL: http://codereview.chromium.org/119430 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18073 0039d316-1c4b-4281-b951-d872f2087c98
* Turns out this test is still failing for Chromeojan@google.com2009-06-101-0/+3
| | | | | | | | | | | | | after the merge. Looks like TestShell is inserting one fewer line-break than DRT. TBR to green the tree. BUG=none TEST=none Review URL: http://codereview.chromium.org/118482 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18009 0039d316-1c4b-4281-b951-d872f2087c98
* -. Do not normalize the case for baseline path and file name.victorw@chromium.org2009-06-101-438/+438
| | | | | | | | | | | | -. Change the line ending TBR=darin BUG=none TEST=rebaselining tool should not change the case of baseline name and path Review URL: http://codereview.chromium.org/118478 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18008 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: rebaseline due to WebKit's r44503agl@chromium.org2009-06-101-11/+0
| | | | | | | | | | | | | | | | r44503: Chromium Linux ignored the background color on <select>s. Rather than encode magic colours, we start with a base color (specified via CSS) and derive the other colors from it. Thus, setting the CSS background-color now correctly changes the colour of the control. https://bugs.webkit.org/show_bug.cgi?id=26030 TBR=tony git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18005 0039d316-1c4b-4281-b951-d872f2087c98
* Add bug for newly failing testsdarin@chromium.org2009-06-101-17/+17
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18004 0039d316-1c4b-4281-b951-d872f2087c98
* Removed platform specific test results for WebKit bug fix.ojan@google.com2009-06-101-2/+0
| | | | | | | | | | Committing for ryosuke.niwa@gmail.com. TEST=none BUG=13485 R=jparent git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18003 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore canvas-lineWidth.html test that is failing due to missing expecteddarin@chromium.org2009-06-101-1/+1
| | | | | | | | | | | | | results. We can stop skipping this once the expected results are checked in upstream. BUG=none TEST=none TBR=deanm Review URL: http://codereview.chromium.org/119403 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17999 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline property-getters-and-setters.html for WebKit r44445darin@chromium.org2009-06-091-1/+0
| | | | | | | | | | TEST=covered by layout test BUG=none TBR=ukai Review URL: http://codereview.chromium.org/118472 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17989 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations to account for merge to r44544.darin@chromium.org2009-06-091-1/+23
| | | | | | | | | | BUG=none TEST=none TBR=eroman Review URL: http://codereview.chromium.org/118466 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17985 0039d316-1c4b-4281-b951-d872f2087c98
* Mark webkit failures as flaky for later investigations.thestig@chromium.org2009-06-091-0/+7
| | | | | | Review URL: http://codereview.chromium.org/119372 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17964 0039d316-1c4b-4281-b951-d872f2087c98
* Start using WebURLLoader, et. al. from the WebKit API.darin@chromium.org2009-06-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Moves our ResourceHandle to webkit/api/src/ResourceHandle.cpp from webkit/glue/resource_handle_impl.cc. A portion of resource_handle_impl.cc was moved into weburlloader_impl.{h,cc}, which now contains our implementation of WebURLLoader. The annoying parts of this CL involve WebPluginImpl. I had to convert it over to using WebURLLoader instead of ResourceHandle so that MultipartResourceDelegate can be shared. There is some complexity in WebURLRequest / WebURLResponse to make it cheap to wrap a ResourceRequest / ResourceResponse. I think this is worth it since there is a lot of conversion between the two types. Originally reviewed here: http://codereview.chromium.org/113928 BUG=10038 TEST=covered by existing tests R=dglazkov Review URL: http://codereview.chromium.org/118438 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17962 0039d316-1c4b-4281-b951-d872f2087c98
* One test still failing on Linux; put it back in test_expectations.senorblanco@chromium.org2009-06-081-7/+2
| | | | | | | | | | | | | | One test not timing out on Mac; mark it as SLOW as it is on other platforms. BUG=http://www.crbug.com/10055 BUG=http://www.crbug.com/11812 BUG=http://www.crbug.com/12860 BUG=http://www.crbug.com/12882 TEST=Less redness == more goodness TBR=brettw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17903 0039d316-1c4b-4281-b951-d872f2087c98
* text_expectations cleanup. Mark as passing some tests that weresenorblanco@chromium.org2009-06-081-20/+10
| | | | | | | | | | | | | | | | | | "expected to fail", but have passed on the buildbots for a while. BUG=http://www.crbug.com/10438 BUG=http://www.crbug.com/10457 BUG=http://www.crbug.com/10055 BUG=http://www.crbug.com/11064 BUG=http://www.crbug.com/11613 BUG=http://www.crbug.com/12860 BUG=http://www.crbug.com/12881 BUG=http://www.crbug.com/13417 TEST=green buildbots == teh awesome Review URL: http://codereview.chromium.org/119320 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17901 0039d316-1c4b-4281-b951-d872f2087c98
* Some Linux test rebaselines, and updates to test_expectations.txt. Mostsenorblanco@chromium.org2009-06-051-16/+0
| | | | | | | | | | | | | | | of these are due to evanm's fix in http://codereview.chromium.org/119197, which removed some flakiness in the GTK flavour of test_shell. The rest was a skia fix landed in http://code.google.com/p/skia/source/detail?r=198 BUG=http://crbug.com/12002 BUG=http://crbug.com/12004 BUG=http://crbug.com/13218 TEST=Check that expected layout tests pass. Review URL: http://codereview.chromium.org/118309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17738 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44434:44438ukai@chromium.org2009-06-051-0/+4
| | | | | | | | | | | | | Add one new layout test to test_expectations.txt LayoutTests/editing/execCommand/convert-style-elements-to-spans.html = FAIL TBR=darin BUG=none TEST=none Review URL: http://codereview.chromium.org/118303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17726 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44419:44434ukai@chromium.org2009-06-051-5/+0
| | | | | | | | | | TBR=darin BUG=12860,12881,12882 TEST=pass 5 failed/crashed layout tests and one new layout test Review URL: http://codereview.chromium.org/119236 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17719 0039d316-1c4b-4281-b951-d872f2087c98
* linux: SizeTo() must synchronously size webkit's content area.evan@chromium.org2009-06-052-12/+23
| | | | | | | | | | | | | | The old code was wrong and racy and the new message loop really exposed the bug. It would be preferable to just wait until the content area was properly sized, but I kept running into corner cases trying to get that to work. BUG=13364 TEST=more layout tests should pass Review URL: http://codereview.chromium.org/119197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17696 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline Linux layout tests (using new and shiny rebaseline.py!)dimich@google.com2009-06-041-19/+3
| | | | | | | | | I've looked through old/new images and it looks to me they are all correctly passing tests and the difference is the recently updated scrollbar rendering, as described in bug http://code.google.com/p/chromium/issues/detail?id=13313. BUG=13313, 13314 TEST=none Review URL: http://codereview.chromium.org/118257 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17666 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "linux: SizeTo() must synchronously size the content area."willchan@chromium.org2009-06-042-38/+12
| | | | | | | | | This reverts svn://svn.chromium.org/chrome/trunk/src@17664 0039d316-1c4b-4281-b951-d872f2087c98 It broke linux test_shell_tests. Review URL: http://codereview.chromium.org/119203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17665 0039d316-1c4b-4281-b951-d872f2087c98
* linux: SizeTo() must synchronously size the content area.evan@chromium.org2009-06-042-12/+38
| | | | | | | | | The old code was wrong and racy and the new message loop really exposed the bug. Review URL: http://codereview.chromium.org/119197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17663 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit 44405:44419dimich@google.com2009-06-041-4/+0
| | | | | | | | | Roll DEPS for WebKit. Also, fixed layout test from 13305 upstream, removing it from expectations. BUG=13305 (fixed) TEST=none Review URL: http://codereview.chromium.org/118251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17653 0039d316-1c4b-4281-b951-d872f2087c98