summaryrefslogtreecommitdiffstats
path: root/webkit/tools
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to the new way of enabling/disabling session/local storage. jorlow@chromium.org2009-11-051-1/+0
| | | | | | | | BUG=none TEST=|'localStorage' in window| should only be true iff --enable-local-storage is specified Review URL: http://codereview.chromium.org/335034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31082 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the URL portion of storage events. This is mostly just plumbing + a ↵jorlow@chromium.org2009-11-051-3/+4
| | | | | | | | | | | | | hack for making them work in test shell and single process mode. This replaces http://codereview.chromium.org/335034/show TEST=none BUG=24581 Review URL: http://codereview.chromium.org/363014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31081 0039d316-1c4b-4281-b951-d872f2087c98
* Remove one line from layout test expectations.yutak@chromium.org2009-11-051-1/+0
| | | | | | | | | | LayoutTests/fast/events/drag-and-drop-dataTransfer-types-nocrash.html was fixed in WebKit r50532 <http://trac.webkit.org/changeset/50532>. BUG=none TEST=none Review URL: http://codereview.chromium.org/355038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31079 0039d316-1c4b-4281-b951-d872f2087c98
* linux: update some obsolete test expectationsevan@chromium.org2009-11-051-8/+1
| | | | | | | | BUG=14751,14752,14767 Review URL: http://codereview.chromium.org/363020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31057 0039d316-1c4b-4281-b951-d872f2087c98
* FFmpeg in-tree build for mac.ajwong@chromium.org2009-11-051-3/+1
| | | | | | | | | BUG=26509 TEST=none Review URL: http://codereview.chromium.org/340072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31050 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 50516:50527hclam@chromium.org2009-11-051-1/+5
| | | | | | | | | | | | TBR=brettw TEST=tree stays green Also add a fail expectation for a new test so we can capture it's baseline later. Review URL: http://codereview.chromium.org/363013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31048 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up flaky WIN tests in test_expectations.japhet@chromium.org2009-11-051-31/+7
| | | | | | | | | | | BUG=20786 BUG=20886 BUG=24167 TEST=i can has green? Review URL: http://codereview.chromium.org/367004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31042 0039d316-1c4b-4281-b951-d872f2087c98
* Create new baselines for the ruby tests.dglazkov@chromium.org2009-11-051-20/+1
| | | | | | | | | | | | Test were added in http://trac.webkit.org/changeset/50495. R=hamaji TEST=none BUG=20206 Review URL: http://codereview.chromium.org/366018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31041 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a test that's been passing for a long time.dglazkov@chromium.org2009-11-041-6/+0
| | | | | | | | | | R=japhet TEST=none BUG=10442 Review URL: http://codereview.chromium.org/360032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31039 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary baselines.hamaji@chromium.org2009-11-041-3/+0
| | | | | | | | | | | | | Now this test is dumpAsText test. Upstream change: https://bugs.webkit.org/show_bug.cgi?id=30931 BUG=none TEST=none Review URL: http://codereview.chromium.org/340053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31032 0039d316-1c4b-4281-b951-d872f2087c98
* Wontfix datagrid tests, since they are no longer in HTML5 spec.dglazkov@chromium.org2009-11-041-6/+3
| | | | | | | | | | TEST=none BUG=17585 TBR=japhet Review URL: http://codereview.chromium.org/363015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31027 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline function declaration parsing test and create a new LTTF bug for a ↵dglazkov@chromium.org2009-11-041-2/+1
| | | | | | | | | | | | | real failure. TBR=ager TEST=none BUG=18939 BUG=26737 Review URL: http://codereview.chromium.org/360029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31025 0039d316-1c4b-4281-b951-d872f2087c98
* Organize inspector test failures.dglazkov@chromium.org2009-11-041-3/+3
| | | | | | | | | | TBR=pfeldman BUG=26734 TEST=none Review URL: http://codereview.chromium.org/360028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31017 0039d316-1c4b-4281-b951-d872f2087c98
* Remove expectation of flakiness from the test that never passed.dglazkov@chromium.org2009-11-041-1/+1
| | | | | | | | | TBR=hamaji TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31008 0039d316-1c4b-4281-b951-d872f2087c98
* More clean up from the clobber that wasn't triggered by CSSPropertyNames.in ↵dglazkov@chromium.org2009-11-041-5/+0
| | | | | | | | | | | | change. TBR=japhet TEST=none BUG=none Review URL: http://codereview.chromium.org/355026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31002 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up storage test expectations.dglazkov@chromium.org2009-11-041-8/+5
| | | | | | | | | | TBR=japhet TEST=none BUG=none Review URL: http://codereview.chromium.org/363009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30997 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 50487:50516hclam@chromium.org2009-11-041-0/+19
| | | | | | | | | | | | Also added test expectations for the ruby tests. They need to be rebaselined afterwards. TBR=brettw TEST=Tree stays green Review URL: http://codereview.chromium.org/366006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30996 0039d316-1c4b-4281-b951-d872f2087c98
* Remove passing Linux Debug tests. The bot needed a clobber to pick up .in ↵dglazkov@chromium.org2009-11-041-46/+0
| | | | | | | | | | | | change. R=japhet TEST=none BUG=26291 Review URL: http://codereview.chromium.org/361010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30992 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline (and add baselines for Mac) getComputedStyle-related tests.dglazkov@chromium.org2009-11-041-13/+1
| | | | | | | | | | | | This change also removes flaky crash expectations. Those were incorrect. R=japhet TEST=none BUG=none Review URL: http://codereview.chromium.org/360019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30991 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce WebAccessibilityControllerImpl.dglazkov@chromium.org2009-11-041-3/+3
| | | | | | | | | | | | Removes accessibility-related WebCore dependencies from glue. R=darin TEST=none BUG=24616 Review URL: http://codereview.chromium.org/348063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30986 0039d316-1c4b-4281-b951-d872f2087c98
* Add some more new baselines since we don't yet support the URL in storage ↵jorlow@chromium.org2009-11-041-6/+0
| | | | | | | | | | | events. TEST=none BUG=none Review URL: http://codereview.chromium.org/347007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30947 0039d316-1c4b-4281-b951-d872f2087c98
* Add default implementations for WebViewClient and WebWidgetClientdarin@chromium.org2009-11-041-55/+0
| | | | | | | | | | | | | | | methods. Once these interfaces live upstream, we'll want to allow the addition of new methods w/o requiring the consumer (chrome) to implement the new methods. That'll make webkit merging easier, and it'll also make it possible to use a newer webkit with an older chrome. Obviously, this only works if the methods are not crucial to webkit working properly, but that is generally the case for *Client methods. R=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/346042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30943 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the windows search path to look in oldest applicable platform dir firstdpranke@google.com2009-11-041-4/+4
| | | | | | | | | | | | (was looking in newest dir before). TEST=none R=ojan@chromium.org BUG=none Review URL: http://codereview.chromium.org/353014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30912 0039d316-1c4b-4281-b951-d872f2087c98
* linux: add whitespace in an error messageevan@chromium.org2009-11-041-1/+1
| | | | | | This has been bugging me. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30905 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for WebKit 50468:50487.senorblanco@chromium.org2009-11-031-0/+3
| | | | | | | | | | BUG=10442 TEST=none TBR=hclam Review URL: http://codereview.chromium.org/357001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30883 0039d316-1c4b-4281-b951-d872f2087c98
* test_shell_common alwayss depend on npapi_layout_test_pluginevan@chromium.org2009-11-031-0/+1
| | | | | | | Previously it was conditional on !x64, but I fixed that earlier today and forgot to readd the dependency. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30874 0039d316-1c4b-4281-b951-d872f2087c98
* Changes the fallback order of Chromium win directories in the layout test ↵gwilson@google.com2009-11-031-1/+3
| | | | | | | | | | | | formatter to (xp, vista, win7, win) to match changes in platform_utils_win. R=ojan BUG=none TEST=run test_output_formatter.bat, the script should pull the correct baselines. Review URL: http://codereview.chromium.org/341086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30873 0039d316-1c4b-4281-b951-d872f2087c98
* Add a way to mark a test as missing expectations. We avoided added thisojan@chromium.org2009-11-032-4/+8
| | | | | | | | | in the past saying that these should be fixed immediately, but this impedes our ability to run the tests on the bots without turning them red. Needing to skip these tests to avoid making the bots red is silly. Review URL: http://codereview.chromium.org/356007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30872 0039d316-1c4b-4281-b951-d872f2087c98
* linux: fix and build test plugins on 64-bit buildsevan@chromium.org2009-11-032-83/+85
| | | | | | | | | | | | | | | We set -fPIC just on the layout test plugins and only in 64-bit mode. This fixes 44 plugin layout tests on 64-bit. (Retry, now just npapi_layout_test_plugin and not npapi_test_plugin.) BUG=18337,24271 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30851 Review URL: http://codereview.chromium.org/353022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30864 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for WebKit 50454:50468.senorblanco@chromium.org2009-11-031-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/342102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30856 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "linux: fix and build test plugins on 64-bit builds"evan@chromium.org2009-11-032-162/+170
| | | | | | This reverts commit r30851. Build breakage. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30854 0039d316-1c4b-4281-b951-d872f2087c98
* linux: fix and build test plugins on 64-bit buildsevan@chromium.org2009-11-032-170/+162
| | | | | | | | | | | We set -fPIC just on the layout test plugins and only in 64-bit mode. This fixes 44 plugin layout tests on 64-bit. BUG=18337,24271 Review URL: http://codereview.chromium.org/353022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30851 0039d316-1c4b-4281-b951-d872f2087c98
* Put a test into test expectations like it should have been, rather thanjohnnyg@chromium.org2009-11-031-0/+1
| | | | | | | | | | | | being rebaselined. TBR=jorlow BUG=none TEST=none Review URL: http://codereview.chromium.org/356005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30850 0039d316-1c4b-4281-b951-d872f2087c98
* Layout test dashboard additions:ojan@chromium.org2009-11-032-13/+48
| | | | | | | | 1. Add support for V8-latest canaries. 2. Show actual results for the latest run of each bot. Review URL: http://codereview.chromium.org/340073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30844 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate WebViewImpl's dependency on WebDevToolsAgentImpl.darin@chromium.org2009-11-031-3/+0
| | | | | | | | | | | | | | | | | | This CL decouples the implementation of WebDevToolsAgent from the implementation of WebViewImpl. While this allows me to postpone the uplift of glue/devtools into webkit/api/src, I think it also has the advantage of simplifying dependencies. WebDevToolsAgentPrivate is introduced for the method calls made by the FrameLoaderClientImpl to the WebDevToolsAgentImpl. R=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/342092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30833 0039d316-1c4b-4281-b951-d872f2087c98
* Add the plumbing and test code for plugins opening files from the sandbox. Thisbrettw@chromium.org2009-11-031-12/+22
| | | | | | | | | | | | | does not implement the actual opening of the files (currently the chain ends in resource_message_filter.cc), I will do that separately with some additional security review. This current patch just gets the synchronous request to the browser and returns a NULL result. TEST=none BUG=none Review URL: http://codereview.chromium.org/340050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30819 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome changes to extract the code from V8Proxy that special-casesdarin@chromium.org2009-11-032-10/+2
| | | | | | | | | | | | | | | | | | | | | when scripts are allowed despite user preferences disabling them. Adds more accessors and comments to WebSecurityOrigin. Removes no longer necessary webkit_glue functions. Removes no longer necessary TemporaryGlue.h file. R=abarth BUG=none TEST=browser features like the new tab page and history view should still work when passing --disable-javascript to chrome. similarly, file and ftp directory listings should remain functional when that command line flag is specified. Review URL: http://codereview.chromium.org/351013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30797 0039d316-1c4b-4281-b951-d872f2087c98
* Mark video-volume-slider test as SKIP until the baseline is in (failing in a ↵senorblanco@chromium.org2009-11-031-1/+3
| | | | | | | | | | | way that seems to be ungreenable). BUG=none TEST=none TBR=hclam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30794 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for WebKit 50416:50432. Includes a fix for upstream worker ↵senorblanco@chromium.org2009-11-031-1/+1
| | | | | | | | | | | | breakage, courtesy of dimich. BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/341077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30791 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations levin@chromium.org2009-11-021-8/+3
| | | | | | | | | | | | | | * to remove from tests that are no longer flaky (due to http://trac.webkit.org/changeset/50293). * fix the bug number for a few test to point to the real bug instead of one that is resolved. * remove the skip for a test that will soon no longer be crashing (and thus allow for new baselines to be saved). TEST=None BUG=18733,25747 Review URL: http://codereview.chromium.org/346033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30770 0039d316-1c4b-4281-b951-d872f2087c98
* Extract webkit api target from webkit.gypyaar@chromium.org2009-11-021-2/+2
| | | | | | | | (in preparation for upstreaming the api) Review URL: http://codereview.chromium.org/340049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30764 0039d316-1c4b-4281-b951-d872f2087c98
* Changes the layout test formatter to apply lenient permissions on created ↵gwilson@google.com2009-11-021-2/+5
| | | | | | | | | | | | | files. This is so buildbots can easily scp these files to the right place and clean them up. R=ojan TEST=run test_output_formatter.sh, all created files should be rwxrwxrwx BUG=none Review URL: http://codereview.chromium.org/341059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30763 0039d316-1c4b-4281-b951-d872f2087c98
* Some more test_expectations cleanup. Trying to document some flakiness from ↵senorblanco@chromium.org2009-11-021-4/+13
| | | | | | | | | | | | the past 50 runs or so. BUG=9798,13907,22014,24182,26195 TEST=none TBR=hclam Review URL: http://codereview.chromium.org/340068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30750 0039d316-1c4b-4281-b951-d872f2087c98
* Adding Chromium's database tracker.dumi@chromium.org2009-11-021-0/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/334039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30747 0039d316-1c4b-4281-b951-d872f2087c98
* Conditionally added pepper_test_plugin.gyp as all.gyp dependency based on ↵apatrick@google.com2009-11-022-42/+61
| | | | | | | | | | | | | whether enable_pepper variable is set to 1. Defaults to 0. Added run_as block to automatically launch chrome and load the plugin when the pepper_test_plugin project is run or debugged. See new instructions in updated README. TEST=none BUG=none Review URL: http://codereview.chromium.org/343070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30741 0039d316-1c4b-4281-b951-d872f2087c98
* Mark failing layout tests from WebKit 50407:50416. Sorry for the redness -- ↵senorblanco@chromium.org2009-11-021-0/+6
| | | | | | | | | | | | trybots were failing to patch, and canaries were dead, so I had to fly blind. BUG=none TEST=green? TBR=slightlyoff Review URL: http://codereview.chromium.org/341070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30739 0039d316-1c4b-4281-b951-d872f2087c98
* Clobber layout test results at the beginning of each run.ojan@chromium.org2009-11-021-0/+12
| | | | | | | | | | | | | | | | | This should fix issues with the layout_test_results.zip files on the bots have results from other runs, which makes debugging flakiness and other failures harder. Add a flag, clobber-old-results that defaults to false. We'll need to add the flag to the bots, but this will maintain the old behavior for local runs of run_webkit_tests. I'd also be fine not having a flag and always clobbering, but I don't know if people rely on the current behavior for their workflows. Review URL: http://codereview.chromium.org/340064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30736 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for WebKit 50407:50416. Includes a fix for accessiblity bustage ↵senorblanco@chromium.org2009-11-021-0/+3
| | | | | | | | | | | from upstream WebKit. BUG=none TEST=will it blend? Review URL: http://codereview.chromium.org/340063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30734 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some inappropriately marked flaky tests and add some basic commentary.japhet@chromium.org2009-11-021-51/+44
| | | | | | | | | BUG=26291 TEST=green Review URL: http://codereview.chromium.org/341068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30719 0039d316-1c4b-4281-b951-d872f2087c98
* Remove WebCore dependency from accessibility_controller.dglazkov@chromium.org2009-11-022-10/+5
| | | | | | | | | | Also, introduce (stubbed out) WebAccessibilityController. R=darin TEST=none BUG=24616 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30716 0039d316-1c4b-4281-b951-d872f2087c98