summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Update test_expectations.txtukai@chromium.org2010-03-171-0/+7
| | | | | | | | | | | | | | | | | Add websocket flaky tests websocket/tests/url-with-credential.html = TEXT PASS websocket/tests/url-with-empty-query.html = TEXT PASS websocket/tests/url-with-query-for-no-query.html = TEXT PASS websocket/tests/url-with-query.html = TEXT PASS websocket/tests/websocket-pending-activity.html = TIMEOUT PASS TBR=yutak BUG=38397 TEST=none Review URL: http://codereview.chromium.org/1044006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41824 0039d316-1c4b-4281-b951-d872f2087c98
* Assign bug IDs to some layout tests.yutak@chromium.org2010-03-171-3/+4
| | | | | | | | | | TBR=dglazkov BUG=38389,38392 TEST=none Review URL: http://codereview.chromium.org/1056003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41822 0039d316-1c4b-4281-b951-d872f2087c98
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-1715-15/+15
| | | | | | | | | TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41812 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 56073:56096.yutak@chromium.org2010-03-171-1/+6
| | | | | | | | | | TBR=dglazkov BUG=38353 TEST=none Review URL: http://codereview.chromium.org/1042005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41809 0039d316-1c4b-4281-b951-d872f2087c98
* Now that the Windows results have changed, Linux no longer matchesojan@chromium.org2010-03-171-0/+4
| | | | | | | | | | it's upstream result. Linux has smartinsertdelete disabled, but doesn't selection the trailing space, so gets a different result than Windows. TBR to green tree. Review URL: http://codereview.chromium.org/985006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41802 0039d316-1c4b-4281-b951-d872f2087c98
* Mark touch-target as CRASH, and basic-single-touch-events as TIMEOUTgdk@chromium.org2010-03-171-3/+4
| | | | | | | | | BUG=36415 TEST=none Review URL: http://codereview.chromium.org/1011009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41797 0039d316-1c4b-4281-b951-d872f2087c98
* Set a failing baseline for undo-smart-delete-word.html.ojan@chromium.org2010-03-172-1/+8
| | | | | | | | | | | | We actually pass the test for the case where smartinsertdelete is disabled, but there's no way for the test to check for that. Ultimately, we'll implement dumpAsMarkup (https://bugs.webkit.org/show_bug.cgi?id=26501) and turn this test into a dumpAsMarkup test and it will have the appropriate selections per platform and won't need to know if smartinsertdelete is enabled. Review URL: http://codereview.chromium.org/1015008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41796 0039d316-1c4b-4281-b951-d872f2087c98
* Mark touch-target as flaky for all platforms.gdk@chromium.org2010-03-171-1/+1
| | | | | | | | | BUG=36415 TEST=touch-target Review URL: http://codereview.chromium.org/1007006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41793 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations of mouse-events now that I took out the console ↵jam@chromium.org2010-03-161-5/+0
| | | | | | | | | logging of "adjustCursorEvent". This matches DRT. TBR=stuartmorgan Review URL: http://codereview.chromium.org/1002007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41785 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 41781 - Revert 41769 Fix test_shell so that eventSender works for ↵jam@chromium.org2010-03-1612-40/+71
| | | | | | | | | | | | | | | | opened windows. I've also made focus go to the webview, just like what happens in Chrome. This is needed for https://bugs.webkit.org/show_bug.cgi?id=36147 and also fixes plugins/keyboardevents.html on Windows. Review URL: http://codereview.chromium.org/1011005 TBR=jam@chromium.org Review URL: http://codereview.chromium.org/997008 TBR=stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/990005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41784 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 41769 - Fix test_shell so that eventSender works for opened windows. ↵stuartmorgan@chromium.org2010-03-1612-71/+40
| | | | | | | | | | | | | I've also made focus go to the webview, just like what happens in Chrome. This is needed for https://bugs.webkit.org/show_bug.cgi?id=36147 and also fixes plugins/keyboardevents.html on Windows. Review URL: http://codereview.chromium.org/1011005 TBR=jam@chromium.org Review URL: http://codereview.chromium.org/997008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41781 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a another passing test and remove errant baselines.dglazkov@chromium.org2010-03-169-44/+7
| | | | | | | | | | TBR=dpranke TEST=none BUG=none Review URL: http://codereview.chromium.org/1040004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41777 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test_shell so that eventSender works for opened windows. I've also made ↵jam@chromium.org2010-03-1612-39/+70
| | | | | | | | | | focus go to the webview, just like what happens in Chrome. This is needed for https://bugs.webkit.org/show_bug.cgi?id=36147 and also fixes plugins/keyboard-events.html on Windows. Review URL: http://codereview.chromium.org/1011005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41769 0039d316-1c4b-4281-b951-d872f2087c98
* Move over another legacy "LoadLog-style" event generator to routing its ↵eroman@chromium.org2010-03-161-1/+1
| | | | | | | | | | messages through the NetLog. BUG=37421 Review URL: http://codereview.chromium.org/1052002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41768 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a large chunk of tests whose failures had gone unnoticed while ↵dglazkov@chromium.org2010-03-1636-579/+202
| | | | | | | | | | | | the build bot was borked. TBR=dpranke TEST=none BUG=37896 Review URL: http://codereview.chromium.org/1015007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41766 0039d316-1c4b-4281-b951-d872f2087c98
* Mark fast/events/touch tests as flaky on WINgdk@chromium.org2010-03-161-0/+3
| | | | | | | | | BUG=38347 TEST=fast/events/touch Review URL: http://codereview.chromium.org/1053001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41763 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the touch events tests.gdk@chromium.org2010-03-161-3/+4
| | | | | | | | | BUG=36415 TEST=fast/events/touch Review URL: http://codereview.chromium.org/887001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41745 0039d316-1c4b-4281-b951-d872f2087c98
* Update flakiness dashboard to load dashboard_base.js from current and sub ↵victorw@chromium.org2010-03-161-0/+4
| | | | | | | | | | | | | | directory. This is a temporary solution for migrating flakiness dashboard to AE. R=ojan BUG=none TEST=flakiness dashboard Review URL: http://codereview.chromium.org/1048001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41740 0039d316-1c4b-4281-b951-d872f2087c98
* Infer caps lock state to set for Mac plugin eventsstuartmorgan@chromium.org2010-03-161-0/+24
| | | | | | | | | BUG=38098 TEST=Plugins should know when caps lock is active. Review URL: http://codereview.chromium.org/989002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41737 0039d316-1c4b-4281-b951-d872f2087c98
* Add baseline for prototype-inheritance on linux.gdk@chromium.org2010-03-162-1/+753
| | | | | | | | | BUG=38239 TEST=fast/dom/prototype-inheritance.html Review URL: http://codereview.chromium.org/975004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41727 0039d316-1c4b-4281-b951-d872f2087c98
* Assign a bug ID to new failing layout tests.yutak@chromium.org2010-03-161-2/+2
| | | | | | | | | | | | No code change. BUG=38278 TEST=none TBR=jianli Review URL: http://codereview.chromium.org/1038001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41682 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 56004:56026.yutak@chromium.org2010-03-161-0/+4
| | | | | | | | | BUG=none TEST=none TBR=jianli Review URL: http://codereview.chromium.org/1000003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41680 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline editing tests where the expected values changedtony@chromium.org2010-03-166-37/+30
| | | | | | | | upstream. They changed in http://trac.webkit.org/changeset/55762 Review URL: http://codereview.chromium.org/953001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41670 0039d316-1c4b-4281-b951-d872f2087c98
* I fixed this test upstream in http://trac.webkit.org/changeset/55998 .tony@chromium.org2010-03-161-1/+0
| | | | | | | | | | It's passing on the mac builders now. TBR=ojan Review URL: http://codereview.chromium.org/1032001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41668 0039d316-1c4b-4281-b951-d872f2087c98
* FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to ↵jhawkins@chromium.org2010-03-157-37/+81
| | | | | | | | | | store field data in FormData instead of storing the field data separately in the struct. BUG=33032 TEST=none Review URL: http://codereview.chromium.org/847002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41658 0039d316-1c4b-4281-b951-d872f2087c98
* Mark printing/return-from-printing-mode.html as failed on Mac.jianli@chromium.org2010-03-151-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=ericu Review URL: http://codereview.chromium.org/1021001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41654 0039d316-1c4b-4281-b951-d872f2087c98
* Mark printing/return-from-printing-mode.html as failed on Mac release. ↵jianli@chromium.org2010-03-151-0/+2
| | | | | | | | | | | Pending investigation. BUG=none TEST=none Review URL: http://codereview.chromium.org/1020001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41652 0039d316-1c4b-4281-b951-d872f2087c98
* Mark prototype-inheritance.html as FAILED so that we can rebaseline it later.jianli@chromium.org2010-03-151-2/+2
| | | | | | | | | | BUG=none TEST=none TBR=ajwong Review URL: http://codereview.chromium.org/1019001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41649 0039d316-1c4b-4281-b951-d872f2087c98
* Filter certain drag events for Cocoa plugins to comply with the event specstuartmorgan@chromium.org2010-03-152-0/+76
| | | | | | | | | BUG=32743 TEST=Mouse drags starting outside a Cocoa plugin should not send events to the plugin (see bug for details). Review URL: http://codereview.chromium.org/862003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41647 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 55940:56004jianli@chromium.org2010-03-1536-20/+32
| | | | | | | | | BUG=none TEST=none TBR=yutak git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41646 0039d316-1c4b-4281-b951-d872f2087c98
* Layout test prototype-inheritance.html started failing with r41620 on linux.gdk@chromium.org2010-03-151-0/+3
| | | | | | | | | | | Marking as failed. BUG=38239 TEST=none Review URL: http://codereview.chromium.org/1016001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41643 0039d316-1c4b-4281-b951-d872f2087c98
* Remove redundant nphostapi.h from webkit/glue/plugins, update source files asdspringer@google.com2010-03-155-18/+4
| | | | | | | | | | | | | | needed. Note that this change is required for the Native Client SDK, because comman_buffer_pepper.h erroneously references nphostpis.h from webkit/glue. BUG=none TEST=none Review URL: http://codereview.chromium.org/1000001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41631 0039d316-1c4b-4281-b951-d872f2087c98
* linux: hackily blacklist acrobatevan@chromium.org2010-03-152-1/+18
| | | | | | | | | | | | | | | | | | | The Acrobat plugin relies on an Xt-based mainloop, which we don't yet support. It would be nice to skip loading of any plugin that needs this, but at the point we've started asking the plugin which sort of mainloop it wants, we've already committed to using the plugin to display the page, and we can't back out at that point. So instead let's just do a hacky blacklist it for now since it's driving users mad. BUG=19587,38229 TEST=install acrobat, click on a PDF; chrome should download it rather than trying (and failing) to display it inline Review URL: http://codereview.chromium.org/1009001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41627 0039d316-1c4b-4281-b951-d872f2087c98
* Mark video-source-type as also being flaky on Linux.ericu@google.com2010-03-151-1/+1
| | | | | | | | | BUG=35858 TEST=itself Review URL: http://codereview.chromium.org/976002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41624 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some layout tests.jianli@chromium.org2010-03-1549-89/+420
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/986002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41622 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for testing the touch event mechanism to test_shell.gdk@chromium.org2010-03-152-0/+167
| | | | | | | | | BUG=36415 TEST=fast/events/touch Review URL: http://codereview.chromium.org/737001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41619 0039d316-1c4b-4281-b951-d872f2087c98
* Test expectations cleanup: mac debug.jparent@chromium.org2010-03-151-46/+3
| | | | | | | | | | | | Removes all tests/adjusts expectations for tests that have passed for the last 750 runs. BUG=27418,29167,25889,25977,31026,16240,9798,24930,10351,10861,31363,27334,26195,32690,16675,32691,32666,32306 TEST=none Review URL: http://codereview.chromium.org/907003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41597 0039d316-1c4b-4281-b951-d872f2087c98
* Add baselines to passing tests.dglazkov@chromium.org2010-03-155-4/+114
| | | | | | | | | | TBR=brettw TEST=none BUG=none Review URL: http://codereview.chromium.org/986001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41593 0039d316-1c4b-4281-b951-d872f2087c98
* Marking test as maybe crashing on Macsgjesse@google.com2010-03-151-1/+1
| | | | | | | | | | | | | This test has been flaky on Linux for some time, seems that the same issue have hit the Mac. It shows the same assertion failed as on Linux. ASSERTION FAILED: item->documentSequenceNumber() == history()->currentItem()->documentSequenceNumber() BUG=37962 TEST=Disabling tests TBR=dglazkov@chromium.org Review URL: http://codereview.chromium.org/949003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41584 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit r55719 fixes issue of httponly-cooke.pl on winukai@chromium.org2010-03-151-3/+0
| | | | | | | | | BUG=37049 TEST=websocket/tests/httponly-cookie.pl passes Review URL: http://codereview.chromium.org/801004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41567 0039d316-1c4b-4281-b951-d872f2087c98
* Move glue, appcache, and database targets out of webkit into gypi files.tony@chromium.org2010-03-156-415/+454
| | | | | | | | | | | We include these new gypi files from webkit.gyp (used when building within a chromium checkout) and from webkit_support.gyp (used when building from within a webkit checkout). TEST=everything still compiles Review URL: http://codereview.chromium.org/840003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41563 0039d316-1c4b-4281-b951-d872f2087c98
* Move base/gfx contents to gfx/ben@chromium.org2010-03-1426-37/+38
| | | | | | | | | TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41559 0039d316-1c4b-4281-b951-d872f2087c98
* There was a pre-existing bug in the AppCacheUpdateJobTest where it was notmbelshe@chromium.org2010-03-141-4/+18
| | | | | | | | | | | | | | | | closing out classes created on the IO Thread on the IO Thread. This didn't cause problems before by luck; but now it does. Have the cleanup run on a task on the IO Thread. TBR=michaeln BUG=none TEST=AppCacheUpdateJobTest. Review URL: http://codereview.chromium.org/934002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41547 0039d316-1c4b-4281-b951-d872f2087c98
* Create a toplevel gfx/ dir and seed it with icon_util.ben@chromium.org2010-03-131-1/+1
| | | | | | | | | | TBR=darin BUG=none TEST=none Review URL: http://codereview.chromium.org/915002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41528 0039d316-1c4b-4281-b951-d872f2087c98
* Mark 5390681-2.html as failed after webkit roll.jianli@chromium.org2010-03-131-0/+1
| | | | | | | | | | BUG=none TEST=none TBR=yutak Review URL: http://codereview.chromium.org/919001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41519 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 55853:55940jianli@chromium.org2010-03-131-1/+26
| | | | | | | | | BUG=none TEST=none TBR=yutak git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41513 0039d316-1c4b-4281-b951-d872f2087c98
* Test expectations cleanup: mac release.jparent@chromium.org2010-03-121-34/+14
| | | | | | | | | | | | Removes all test or adjusts expectations for tests that have passed for the last 750 runs. BUG=9798,10351,29167,37896,37896,2844,28095,27334,28034,27418,27334,18702,10320 TEST=none Review URL: http://codereview.chromium.org/882002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41498 0039d316-1c4b-4281-b951-d872f2087c98
* Change to check for MSVC instead of WINDOWS.jianli@chromium.org2010-03-121-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=dimich Review URL: http://codereview.chromium.org/850007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41497 0039d316-1c4b-4281-b951-d872f2087c98
* Make canary bot happy by disabling warning resulted from StringImpl.h.jianli@chromium.org2010-03-121-0/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/892003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41496 0039d316-1c4b-4281-b951-d872f2087c98
* Fix dashboard for canaries.ojan@chromium.org2010-03-121-3/+11
| | | | | | Review URL: http://codereview.chromium.org/905002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41474 0039d316-1c4b-4281-b951-d872f2087c98