summaryrefslogtreecommitdiffstats
path: root/webkit/data
Commit message (Collapse)AuthorAgeFilesLines
* Don't call NP_Shutdown in FreePluginLibraryTask if the library has already ↵marshall@chromium.org2010-11-161-0/+13
| | | | | | | | | | | been reloaded. BUG=63213 TEST=PluginTest.ForceReload Review URL: http://codereview.chromium.org/5020001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66269 0039d316-1c4b-4281-b951-d872f2087c98
* Move all Valgrind/TSan/Dr.Memory gtest exclude files to ↵timurrrr@chromium.org2010-10-242-8/+4
| | | | | | | | | | | | | | | | | | | | tools/valgrind/gtest_exclude If I receive an LGTM, I'll land this patch (with updated .txt files of course) during the weekend in the Europe afternoon to minimize possible damages. Then I'll update all the docs accordingly For the record, I got the list of the files by doing find . | grep -v "\.svn" | grep "valgrind.*gtest" | sed "s/\.gtest.*$//" | \ sed "s/\/[a-z_]\+$//" | sort | uniq | tee list_dirs And then for F in `cat list_dirs`; do svn mv $F/*.txt tools/valgrind/gtest_exclude/; done TEST=ran a few tests locally under Valgrind and TSan Review URL: http://codereview.chromium.org/4054004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63681 0039d316-1c4b-4281-b951-d872f2087c98
* Replaced supl (sup-El) by sup1 (sup-One) in DOMSerializer test because there ↵jamesr@chromium.org2010-08-261-1/+1
| | | | | | | | | | | | | is no entity named supL. There is no test case because this is a test fix. BUG=53148 TEST=none Review URL: http://codereview.chromium.org/3205010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57593 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit DEPS 63669:63692.tony@chromium.org2010-07-202-2/+2
| | | | | | | | | | | Also fix video tests after webkit r63684. Webkit r63684 removes the load event, so change the layout tests to use canplaythrough instead. Review URL: http://codereview.chromium.org/3038010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52971 0039d316-1c4b-4281-b951-d872f2087c98
* Test that serializing a document with an iframe that was downloaded doesn't ↵japhet@chromium.org2010-05-122-0/+8
| | | | | | | | | | | cause a renderer crash. BUG=42212 TEST=DomSerializerTests.SerializeDocumentWithDownloadedIFrame Review URL: http://codereview.chromium.org/1917007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47054 0039d316-1c4b-4281-b951-d872f2087c98
* Re-submit r42290 - Remove the layout test platform-specific chromium baselinesdpranke@google.com2010-04-0325686-347701/+0
| | | | | | | | | | | | | | (everything under webkit/data/layout_tests/platform). They have all been upstreamed, and I believe I've fixed the remaining references outside of webkit (e.g. ui_tests) now as well to refer to upstream files. TBR=dglazkov BUG=none TEST=bots stay green git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43566 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 42327 which caused test failures on Mac.yurys@chromium.org2010-03-231-3/+0
| | | | | | | | | | Revert "Update fast/workers/worker-script-error.html expectations in Chromium. Expected results of this test need update due to WebKit change http://trac.webkit.org/changeset/56329 and reenanle WorkerTest.WorkerScriptError" TBR=pfeldman Review URL: http://codereview.chromium.org/1174001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42330 0039d316-1c4b-4281-b951-d872f2087c98
* Update fast/workers/worker-script-error.html expectations in Chromium. ↵yurys@chromium.org2010-03-231-0/+3
| | | | | | | | | | | | Expected results of this test need update due to WebKit change http://trac.webkit.org/changeset/56329 and reenanle WorkerTest.WorkerScriptError Nate, I found your name on WebKit Sheriff calendar so please update the expectations on the next WebKit roll. BUG=38918 Review URL: http://codereview.chromium.org/1163001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42327 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 42290 - restore the layout test baselines because apparently we usedpranke@google.com2010-03-2325686-0/+347701
| | | | | | | | | | | | them in the ui_tests. BUG=none R=none TEST=bots go green again git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42295 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the layout_test downstream baseline directories; all of the resultsdpranke@google.com2010-03-2325686-347701/+0
| | | | | | | | | | | | have been upstreamed. BUG=none TEST=bots stay green R=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42290 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 56197:56239.dglazkov@chromium.org2010-03-191-27/+0
| | | | | | | | | | TBR=japhet TEST=none BUG=inexplicably Review URL: http://codereview.chromium.org/1117004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42119 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 56165:56197.dglazkov@chromium.org2010-03-1934-69/+66
| | | | | | | | | | TBR=japhet TEST=none BUG=maybe Review URL: http://codereview.chromium.org/1102003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42072 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 56151:56165.dglazkov@chromium.org2010-03-183-0/+27
| | | | | | | | | | TBR=japhet TEST=none BUG=possibly Review URL: http://codereview.chromium.org/1104003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42007 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some layout tests due to webkit roll.jianli@chromium.org2010-03-1810-5/+52
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/1058005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41996 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 56106:56124.dglazkov@chromium.org2010-03-171-1/+3
| | | | | | | | | | TBR=japhet TEST=none BUG=none Review URL: http://codereview.chromium.org/1016007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41877 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations after r56089. This is an expected changeojan@chromium.org2010-03-172-4/+6
| | | | | | | | | since the test was changed to click elsewhere. BUG=38389 Review URL: http://codereview.chromium.org/998008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41870 0039d316-1c4b-4281-b951-d872f2087c98
* Remove bad expectations.darin@chromium.org2010-03-173-99/+0
| | | | | | | | | | | | | Since pushState and replaceState are now visible, we match the results from svn.webkit.org. TBR=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/1042007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41860 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
* Set a failing baseline for undo-smart-delete-word.html.ojan@chromium.org2010-03-171-0/+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
* 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-163-1/+23
| | | | | | | | | | | | | | | | 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-163-23/+1
| | | | | | | | | | | | | 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-168-42/+4
| | | | | | | | | | 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-163-1/+23
| | | | | | | | | | 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
* Rebaseline a large chunk of tests whose failures had gone unnoticed while ↵dglazkov@chromium.org2010-03-1635-563/+194
| | | | | | | | | | | | 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
* Add baseline for prototype-inheritance on linux.gdk@chromium.org2010-03-161-0/+752
| | | | | | | | | 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
* Rebaseline editing tests where the expected values changedtony@chromium.org2010-03-165-31/+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
* WebKit Roll 55940:56004jianli@chromium.org2010-03-1535-19/+24
| | | | | | | | | BUG=none TEST=none TBR=yutak git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41646 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some layout tests.jianli@chromium.org2010-03-1548-72/+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 baselines to passing tests.dglazkov@chromium.org2010-03-154-0/+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
* Fix up baseline oopses made by rebaselining tool.dglazkov@chromium.org2010-03-129-126/+91
| | | | | | | | | | TBR=japhet TEST=none BUG=none Review URL: http://codereview.chromium.org/861005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41366 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline tests whose expectations have changed after new googleurl was ↵dglazkov@chromium.org2010-03-113-7/+7
| | | | | | | | | | | | pulled in. TBR=brettw TEST=none BUG=33038 Review URL: http://codereview.chromium.org/855004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41344 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 55822:55853japhet@chromium.org2010-03-115-31/+0
| | | | | | | | | | BUG=none TEST=none TBR=jianli Review URL: http://codereview.chromium.org/892001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41337 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline tests which are affected by the change of buttons' paddingshamaji@chromium.org2010-03-106-176/+176
| | | | | | | | | | | | | Note that form-element-geometry started failing as a crash bug but it seems to be sane now. Other 3 tests need investigation in BUG29748. BUG=1437,29748 TEST=none TBR=michaeln Review URL: http://codereview.chromium.org/792006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41168 0039d316-1c4b-4281-b951-d872f2087c98
* Remove expectations of hindi-spacing.html for win-xphamaji@chromium.org2010-03-102-1/+0
| | | | | | | | | | | | It seems the results for chromium-win agree with chromium-win-xp. BUG=1437 TEST=none TBR=michaeln Review URL: http://codereview.chromium.org/819002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41162 0039d316-1c4b-4281-b951-d872f2087c98
* Add test expectations I accidentally removed in the previous commit.hamaji@chromium.org2010-03-102-0/+79
| | | | | | | | | | | | | It seems this happened due to a bug in the rebaseline tool. I've reported this issue. BUG=none TEST=trybots TBR=michaeln Review URL: http://codereview.chromium.org/807003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41157 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline tests whose expectations were changed by r55714.hamaji@chromium.org2010-03-10485-4040/+3961
| | | | | | | | | | | | | The patch removed extra paddings inside buttons. http://trac.webkit.org/changeset/55714 BUG=1437 TEST=none TBR=michaeln Review URL: http://codereview.chromium.org/797002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41150 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to r55709 (from r55683)michaeln@chromium.org2010-03-093-0/+483
| | | | | | | | | | | | | | | Rebaseline a couple of tests * fast/css/getComputedStyle/computed-style-without-renderer.html * fast/css/getComputedStyle/computed-style.html * fast/dom/Window/window-appendages-cleared.html TBR=japhet TEST=bots BUG=none Review URL: http://codereview.chromium.org/713001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41070 0039d316-1c4b-4281-b951-d872f2087c98
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-0915-0/+0
| | | | | | | | | | | | * Removed eol-style, executable and mergeinfo from BMP/GIF/ICO/JPEG files, and set correct mime-type. * Removed executable and mergeinfo from .c/.cc/.cpp/.h/.m/.mm and .gyp files, and set eol-style to LF. TBR=evanm BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40991 0039d316-1c4b-4281-b951-d872f2087c98
* Landing for Dmitriy Belenko.dimich@chromium.org2010-03-05217-73/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change rebaselines the images and checksums for tests which previously called a dummy method for dumpSelectionRectangle() which did nothing. After CL 661437 this method causes test_shell to draw a bounds rectangle around the current selection, so tests need to be rebaselined, and some of the tests that did not have baselines on Windows and Linux get brand new baselines. The differences are: 1. The rectangle is now drawn. 2. The corresponding tests are no longer marked as FAIL. Note that there's a remaining text mismatch issue with bug 23482, but it has nothing to do with the contents of the bug or the commits leading up to this change (they did not alter text output in any way), so it will be filed as a separate issue. BUG=28646, 23481, 23482 TEST=Layout tests, visual inspection against the old files and their WebKit counterparts. Original codereview: http://codereview.chromium.org/668112 Review URL: http://codereview.chromium.org/668167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40753 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r55512darin@chromium.org2010-03-042-0/+4
| | | | | | | | TBR=pfeldman Review URL: http://codereview.chromium.org/669052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40617 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r55506.darin@chromium.org2010-03-044-30/+30
| | | | | | | | | | Note: The autobuffer attribute for HTML5 media was renamed preload (see r55463). TBR=levin Review URL: http://codereview.chromium.org/669046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40609 0039d316-1c4b-4281-b951-d872f2087c98
* Add layout test plugin functions required for ↵japhet@chromium.org2010-03-032-0/+20
| | | | | | | | | | | plugins/netscape-plugin-property-access-exception.html and rebaseline. BUG=35115 TEST=!red Review URL: http://codereview.chromium.org/660390 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40520 0039d316-1c4b-4281-b951-d872f2087c98
* Fix more expecations after http://trac.webkit.org/changeset/55416.kasperl@google.com2010-03-032-3/+3
| | | | | | | | BUG=32339 TEST=None Review URL: http://codereview.chromium.org/660447 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40507 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r55424. Rebaseline fast/dom/DOMException/prototype-object.html kasperl@google.com2010-03-032-4/+4
| | | | | | | | | | | | | | | expectations after r55416 which fixed the V8 code generator to use the correct visible name for DOMException. To make the WebGL layout tests continue to run on the Mac bots, I've pulled in http://codereview.chromium.org/660354 and made sure that WebGL is also enabled in the test shell. BUG=37098 TEST=None Review URL: http://codereview.chromium.org/660446 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40502 0039d316-1c4b-4281-b951-d872f2087c98
* A few more linux svg rebaselines.jparent@chromium.org2010-03-027-1/+4
| | | | | | | | | | | | | | | | | | | | | text rendering, highlight color: svg/custom/text-dom-01-f.svg text rendering: svg/custom/pattern-deep-referencing.svg images match, only checksum doesn't: svg/custom/gradient-stop-corner-cases.svg new results match mac, win: svg/batik/text/textProperties.svg BUG=10296 TEST=none Review URL: http://codereview.chromium.org/661341 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40449 0039d316-1c4b-4281-b951-d872f2087c98
* Another batch of Linux svg rebaselines.jparent@chromium.org2010-03-0218-6/+242
| | | | | | | | | | | | | | | | | | | | | | | font rendering: svg/W3C-SVG-1.1/pservers-grad-14-b.svg svg/W3C-SVG-1.1/animate-elem-40-t.svg svg/hixie/viewbox/preserveAspectRatio/002.xml svg/hixie/viewbox/preserveAspectRatio/001.xml svg/hixie/text/003a.xml linux checked-in baselines were rotated, win and mac aren't, and current output isn't scewed: svg/W3C-SVG-1.1/animate-elem-36-t.svg Now matches upstream and windows - "test not started" svg/hixie/perf/007.xml TEST=none BUG=10296 Review URL: http://codereview.chromium.org/660341 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40335 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline 5 svg tests for linux.jparent@chromium.org2010-03-019-3/+5
| | | | | | | | | | | | | | | | | | | | | Font rendering differences due to anti-aliasing and hinting: svg/W3C-SVG-1.1/animate-elem-33-t.svg svg/W3C-SVG-1.1/pservers-grad-17-b.svg svg/custom/dominant-baseline-hanging.svg png file is the same as win, only checksum is different: svg/custom/deep-dynamic-updates.svg I wasn't able to see a visual difference, but there must be one: svg/custom/gradient-stroke-width.svg TEST=none BUG=10296 Review URL: http://codereview.chromium.org/661287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40301 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations after WebKit roll.dglazkov@chromium.org2010-02-275-6/+21
| | | | | | | | | | TBR=dumi TEST=none BUG=none Review URL: http://codereview.chromium.org/661250 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40228 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 55250:55339.dglazkov@chromium.org2010-02-2731-146/+108
| | | | | | | | | | TBR=dumi TEST=none BUG=none Review URL: http://codereview.chromium.org/660246 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40226 0039d316-1c4b-4281-b951-d872f2087c98