summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Roll Webkit 51711 -> 51724.ajwong@chromium.org2009-12-051-4/+37
| | | | | | | | | | | Change test expectations as reported by layout try bots. BUG=29470 TEST=none Review URL: http://codereview.chromium.org/466050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33925 0039d316-1c4b-4281-b951-d872f2087c98
* Commenting out a test that doesn't exist and mark video-transformed as image ↵scherkus@chromium.org2009-12-051-2/+4
| | | | | | | | | | | | | flaky on linux. BUG=13907 TEST=more green please! TBR=ajwong Review URL: http://codereview.chromium.org/464053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33913 0039d316-1c4b-4281-b951-d872f2087c98
* Fixup test expectation file mistakes from webkit roll.ajwong@chromium.org2009-12-051-5/+2
| | | | | | | | | TBR=dpranke TEST=none Review URL: http://codereview.chromium.org/465084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33912 0039d316-1c4b-4281-b951-d872f2087c98
* Fix stats in json results - add back ALL_FIXABLE_COUNT as the number ofdpranke@google.com2009-12-051-3/+9
| | | | | | | | | | | | | tests not marked WONTFIX or DEFER that we don't expect to PASS reliably (this includes flaky tests and failures). Also fix the SKIP totals ... BUG=none TEST=none R=ojan@chromium.org Review URL: http://codereview.chromium.org/467024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33911 0039d316-1c4b-4281-b951-d872f2087c98
* Modify run_webkit_tests to not retry crashes, and to always consider themdpranke@google.com2009-12-051-12/+25
| | | | | | | | | | | | as failures. R=ojan@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/463026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33908 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Webkit from 51681 to 51711.ajwong@chromium.org2009-12-051-2/+12
| | | | | | | | | | | Updating test expectations with new failures from layout_win try run. TBR=michaeln@chromium.org TEST=None Review URL: http://codereview.chromium.org/465082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33901 0039d316-1c4b-4281-b951-d872f2087c98
* Add stubs for NPN_PopUpContextMenu and NPN_ConvertPointstuartmorgan@chromium.org2009-12-052-0/+30
| | | | | | | | | | | We claim to support the version of NPAPI that includes these functions, so we at least need to stub them out to prevent crashes. Real implementations and test cases for them will follow later. BUG=29454, 29457, 28002 TEST=Right click in Flash using a ToT Chromium build with the 10.1 Flash preview installed; it should not crash. Review URL: http://codereview.chromium.org/465078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33894 0039d316-1c4b-4281-b951-d872f2087c98
* Disable new PDF printing test since we don't support generation of a PDF ↵ajwong@chromium.org2009-12-051-1/+2
| | | | | | | | | | | test expectations TBR=michaeln TEST=None Review URL: http://codereview.chromium.org/468022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33891 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Record the list of plugins loaded in browser process crash reports.thestig@chromium.org2009-12-043-15/+45
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/459015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33888 0039d316-1c4b-4281-b951-d872f2087c98
* Disable newly failing SVG tests.ajwong@chromium.org2009-12-041-0/+4
| | | | | | | | | BUG=29453 TEST=none Review URL: http://codereview.chromium.org/460085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33887 0039d316-1c4b-4281-b951-d872f2087c98
* Remember zoom on a per-host basis.pkasting@chromium.org2009-12-042-7/+7
| | | | | | | | BUG=567 TEST=Visit a page, zoom in or out, then navigate to a different host. The new page should not be zoomed. Go back, or restart, or open a new tab and navigate to the old page, and it should be zoomed. Review URL: http://codereview.chromium.org/437077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33886 0039d316-1c4b-4281-b951-d872f2087c98
* Still some failures post-Skia USE_NEW_BUILDER rebaseline. Marking as ↵senorblanco@chromium.org2009-12-041-1/+6
| | | | | | | | | | | | failure for now. BUG=none TEST=none TBR=dglazkov Review URL: http://codereview.chromium.org/466041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33881 0039d316-1c4b-4281-b951-d872f2087c98
* New baselines for tests broken by Skia "USE_NEW_BUILDER" flag (SkEdgeBuilder).senorblanco@chromium.org2009-12-04285-295/+147
| | | | | | | | | BUG=24646 TEST=none TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33873 0039d316-1c4b-4281-b951-d872f2087c98
* Add two more to-be-rebaselined tests to test_expectations (Linux release).senorblanco@chromium.org2009-12-041-0/+2
| | | | | | | | | BUG=none TEST=none TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33866 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for Skia 450:451. Enable USE_NEW_BUILDER in Skia. Mark as failingsenorblanco@chromium.org2009-12-041-3/+152
| | | | | | | | | | | | the ~85 layout tests that now need rebaselining (due to slight pixel coverage change). Refactor SkUserConfig.h a tad. Rebaseline unit test VectorCanvasTest.ClippingIntersect. BUG=24646 TEST=none Review URL: http://codereview.chromium.org/464044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33863 0039d316-1c4b-4281-b951-d872f2087c98
* Check that frame has not been closed when getting DevToolsAgent.yurys@chromium.org2009-12-043-8/+20
| | | | | | | | | | Updated test expectations. The test that used to crash is failing on Linux(it is already expected to crash or fail on Win and Mac). BUG=29339 Review URL: http://codereview.chromium.org/460072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33819 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Check that frame has not been closed when getting DevToolsAgent." ↵yurys@chromium.org2009-12-042-19/+7
| | | | | | | | | | | Linux layout tests started failing for some reason: http://build.chromium.org/buildbot/waterfall/builders/Webkit%20Linux/builds/14966/steps/webkit_tests/logs/stdio BUG=29339 TBR=pfeldman Review URL: http://codereview.chromium.org/466034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33816 0039d316-1c4b-4281-b951-d872f2087c98
* Check that frame has not been closed when getting DevToolsAgent.yurys@chromium.org2009-12-042-7/+19
| | | | | | | | BUG=29339 Review URL: http://codereview.chromium.org/464033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33813 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txtukai@chromium.org2009-12-041-3/+0
| | | | | | | | | | | WebKit r51667 fixed the test. BUG=29251 TEST=none Review URL: http://codereview.chromium.org/466030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33809 0039d316-1c4b-4281-b951-d872f2087c98
* LayoutTests/fast/images/animated-svg-as-image.html is flaky in MAC DEBUG.yutak@chromium.org2009-12-041-1/+1
| | | | | | | | | | | | This test started to be flaky in MAC DEBUG at r33775. TBR=beng,cpu BUG=23560 TEST=none Review URL: http://codereview.chromium.org/462033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33808 0039d316-1c4b-4281-b951-d872f2087c98
* Split FTP LIST parsing code into individual files for each listing style.phajdan.jr@chromium.org2009-12-041-1/+1
| | | | | | | | | | | | This turns out to be much better code organisation strategy. We're going to have even more parsers. TEST=Covered by net_unittests. BUG=25520 Review URL: http://codereview.chromium.org/465035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33807 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit to 51681.atwilson@chromium.org2009-12-041-1/+18
| | | | | | | | | | | Updated expectations accordingly. TBR=ajwong BUG=none TEST=none Review URL: http://codereview.chromium.org/462032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33806 0039d316-1c4b-4281-b951-d872f2087c98
* Enable remote fonts by default. This change introduces ↵yusukes@google.com2009-12-041-1/+1
| | | | | | | | | | | --disable-remote-fonts flag and obsoletes --enable-remote-fonts. BUG=17818 TEST=(1) Start chromium WITHOUT --disable-remote-fonts. Visit http://www.alistapart.com/d/cssatten/poen.html . Verify that the page is rendered using _remote_ fonts (reference image: http://www.alistapart.com/d/cssatten/poen.png ) / (2) Start chromium WITH --disable-remote-fonts. Visit http://www.alistapart.com/d/cssatten/poen.html . Verify that the page is rendered using _local_ fonts Review URL: http://codereview.chromium.org/165236 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33800 0039d316-1c4b-4281-b951-d872f2087c98
* Disable hindi-whitespace.html for now.atwilson@chromium.org2009-12-041-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33789 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselined SVG test (win rebaseline does not suffice)atwilson@chromium.org2009-12-041-0/+18
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33785 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling more tests from last webkit roll.atwilson@chromium.org2009-12-041-0/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33784 0039d316-1c4b-4281-b951-d872f2087c98
* Add block-mask-overlay-image.html as failed testatwilson@chromium.org2009-12-041-0/+2
| | | | | | | TBR=ajwong Review URL: http://codereview.chromium.org/465050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33783 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselining Linux tests.atwilson@chromium.org2009-12-042-0/+24
| | | | | | | | hamaji, I think this is correct - please confirm that this test is indeed passing now. TBR=hamaji git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33781 0039d316-1c4b-4281-b951-d872f2087c98
* Actually, it looks like this causes flakiness on the Windowsojan@chromium.org2009-12-041-1/+1
| | | | | | | | | | | debug bots. The V8-Latest bots are release only. :( Once we get a better handle on http flakiness on Windows, we can try to shard the http tests again. Or, we could just shard them on linux/mac. For now, I'm just reverting to avoid leaving the tree in a bad state. Review URL: http://codereview.chromium.org/460064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33779 0039d316-1c4b-4281-b951-d872f2087c98
* Fix GKURL SameGetters and Different Gettersukai@chromium.org2009-12-041-11/+9
| | | | | | | | | | | | | | | | WebKit r51589 fixed chromium's KURL::query() to match with original KURL. query() returns an empty string if query is specified but empty. (e.g. http://example.com/path?) query() returns a null string if query is not specified. (e.g. http://example.com/path) This is necessary to distinguish these two URLs. BUG=29212 TEST=test_shell_tests passes Review URL: http://codereview.chromium.org/462017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33778 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to 51642, update expectations.atwilson@chromium.org2009-12-042-10/+24
| | | | | | Review URL: http://codereview.chromium.org/468015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33776 0039d316-1c4b-4281-b951-d872f2087c98
* Update another expectation to be more accurate.ojan@chromium.org2009-12-041-1/+3
| | | | | | Review URL: http://codereview.chromium.org/462029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33774 0039d316-1c4b-4281-b951-d872f2087c98
* Shard the svg directories as well. This should buy another ~20 secondsojan@chromium.org2009-12-041-1/+1
| | | | | | | on the dbg-3 test runners. Review URL: http://codereview.chromium.org/463024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33769 0039d316-1c4b-4281-b951-d872f2087c98
* Revise run_webkit_test.PrepareListsAndPrintOutput() to keep accurate countsdpranke@google.com2009-12-041-22/+34
| | | | | | | | | | | | when we are sharding the tests. R=ojan@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/466029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33765 0039d316-1c4b-4281-b951-d872f2087c98
* Add a failure that started after we started sharding the fast and http ↵ojan@chromium.org2009-12-041-0/+6
| | | | | | | | directories. Review URL: http://codereview.chromium.org/465047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33764 0039d316-1c4b-4281-b951-d872f2087c98
* Change "OTHER" to "MISSING". All the expectations that used to beojan@chromium.org2009-12-042-2/+4
| | | | | | | | classified as OTHER are now otherwise classified except for missing expectations. Review URL: http://codereview.chromium.org/465043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33763 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 33757 - Use multiple workers with lighttpd. Hopefully this will reducevandebo@google.com2009-12-042-9/+3
| | | | | | | | | | | http flakiness. I wonder if this would have reduced the http flakiness on Mac as well. Review URL: http://codereview.chromium.org/466027 TBR=ojan@chromium.org Review URL: http://codereview.chromium.org/460059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33762 0039d316-1c4b-4281-b951-d872f2087c98
* Use multiple workers with lighttpd. Hopefully this will reduceojan@chromium.org2009-12-042-3/+9
| | | | | | | | http flakiness. I wonder if this would have reduced the http flakiness on Mac as well. Review URL: http://codereview.chromium.org/466027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33757 0039d316-1c4b-4281-b951-d872f2087c98
* Actually, this looks to be pretty stable on the V8-latest builders.ojan@chromium.org2009-12-031-8/+2
| | | | | | | So, shard the http and fast directories on all builders. Review URL: http://codereview.chromium.org/463021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33753 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the rebaselining tool - check to make sure that we actually were passeddpranke@google.com2009-12-031-3/+4
| | | | | | | | | | | | in tests before trying to add them as PASSes. R=atwilson@chromium.org TEST='type ./rebaseline.sh in the layout_tests dir' BUG=none Review URL: http://codereview.chromium.org/467010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33750 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-032-8/+9
| | | | | | | | | | | | | | | 1) Make it explicit that it only supports ASCII (since it iterates character by character). 2) Limit the recursion to 16 levels. We could allow more, but in the case of a ?, it has exponential complexity, so I figured 16 was a good stopping point. It seems rare that someone would have more than 16 '?' and '*'s. BUG=28645 Review URL: http://codereview.chromium.org/460047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33748 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable the appcache layout tests with more specific expectations for the ↵jennb@chromium.org2009-12-031-8/+16
| | | | | | | | | | | flaky tests. TEST=none BUG=2844 Review URL: http://codereview.chromium.org/468010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33742 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes the layout test formatter to properly detect new form of the layout ↵gwilson@google.com2009-12-031-1/+1
| | | | | | | | | | | | test summary, should find failures successfully. R=ojan BUG=none TEST=run layout test formatter against one of the canaries, it should find failures Review URL: http://codereview.chromium.org/465032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33735 0039d316-1c4b-4281-b951-d872f2087c98
* Un-revert r33715 (i.e., re-apply r33709 and r33640), we think the failures weredpranke@google.com2009-12-038-1006/+594
| | | | | | | | | | | | false negatives. R=ojan@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/462024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33733 0039d316-1c4b-4281-b951-d872f2087c98
* Update an inaccurate expectation.ojan@chromium.org2009-12-031-5/+8
| | | | | | Review URL: http://codereview.chromium.org/463019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33729 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback r33709, r33640 until we can figure out why the output is gettingdpranke@google.com2009-12-038-594/+1006
| | | | | | | | | | | | interleaved in the buildbots on linux ... BUG=none R=ojan TEST=none Review URL: http://codereview.chromium.org/464022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33715 0039d316-1c4b-4281-b951-d872f2087c98
* Shard the fast and http directories on the V8-latest webkit bots.ojan@chromium.org2009-12-032-3/+12
| | | | | | | | | With the layout tests dashboard we can identify new flakiness that results. If the flakiness is small and manageable, then we can turn this on for all the bots. Review URL: http://codereview.chromium.org/467005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33711 0039d316-1c4b-4281-b951-d872f2087c98
* Modify run_webkit_tests to process results incrementally as they happen, insteaddpranke@google.com2009-12-032-32/+24
| | | | | | | | | | | | | | of in a batch at the end. This by itself is a pretty useless change, but will allow us to actually display results more coherently as they occur (which will show up in my next patch). R=ojan@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/464011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33709 0039d316-1c4b-4281-b951-d872f2087c98
* Remove change-values-from-transition as a flaky test from test_expectations, ↵jparent@chromium.org2009-12-031-2/+0
| | | | | | | | | | | | | | as it is no longer flaky. Upstream fix: http://trac.webkit.org/changeset/51613/ Visual dipictrion of un-flakiness: http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#tests=LayoutTests%2Ftransitions%2Fchange-values-during-transition.html BUG=10403,9798 TEST=none Review URL: http://codereview.chromium.org/460045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33708 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid implicit char*-to-AtomicString conversion, which will soon become illegal.snej@chromium.org2009-12-031-1/+1
| | | | | | | | | | | | (See https://bugs.webkit.org/show_bug.cgi?id=30187 for the patch that will remove this conversion.) BUG=29313 TEST=none Review URL: http://codereview.chromium.org/465033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33696 0039d316-1c4b-4281-b951-d872f2087c98