summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Stop glue from exporting webcore headers.thestig@chromium.org2009-10-072-3/+2
| | | | | | | | BUG=10051 TEST=none Review URL: http://codereview.chromium.org/255100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28282 0039d316-1c4b-4281-b951-d872f2087c98
* Implement interface for testing exceptions in the test plugin.japhet@chromium.org2009-10-073-41/+77
| | | | | | | | | BUG=6735 TEST=LayoutTests/plugins/netscape-throw-exception.html Review URL: http://codereview.chromium.org/255092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28281 0039d316-1c4b-4281-b951-d872f2087c98
* Implement setPOSIXLocale in test shell.evan@chromium.org2009-10-072-0/+16
| | | | | | | | This is needed by a new test: fast/css/opacity-float-expected.txt. Review URL: http://codereview.chromium.org/271003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28280 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling a test that became flaky after WebKit roll. Will investigate.johnnyg@chromium.org2009-10-071-2/+2
| | | | | | | | | BUG=none TEST=none TBR=hclam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28277 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txt to match a flaky test and a new crasher.jhawkins@chromium.org2009-10-071-1/+5
| | | | | | | | | TBR=zork BUG=none TEST=none Review URL: http://codereview.chromium.org/267008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28275 0039d316-1c4b-4281-b951-d872f2087c98
* Disable a test, may just need a new baseline.tony@chromium.org2009-10-071-0/+3
| | | | | | | | TBR=darin Review URL: http://codereview.chromium.org/265014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28272 0039d316-1c4b-4281-b951-d872f2087c98
* Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.darin@chromium.org2009-10-078-52/+75
| | | | | | | | | | | | | Unfortunately, I can't use base::WeakPtr for this since this code will all move into webkit/api shortly. R=dglazkov BUG=10034 TEST=none Review URL: http://codereview.chromium.org/263007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28267 0039d316-1c4b-4281-b951-d872f2087c98
* Fix 10.6 problem where killall doesn't work as expected so lighttpdjrg@chromium.org2009-10-071-2/+7
| | | | | | | | | | | | | | | doesn't get killed. BUG=http://crbug.com/23919 TEST=The following command lines will now work and give no errors on 10.6: python webkit/tools/layout_tests/layout_package/http_server.py --server start python webkit/tools/layout_tests/layout_package/http_server.py --server stop Review URL: http://codereview.chromium.org/257059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28259 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling forward to 49245.johnnyg@chromium.org2009-10-071-0/+6
| | | | | | | | | BUG=none TEST=none TBR=hclam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28257 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations after upgrading V8 to 1.3.15.sgjesse@chromium.org2009-10-071-3/+4
| | | | | | | | | BUG=24102 TEST=none TBR=ager@chromium.org Review URL: http://codereview.chromium.org/267005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28251 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: allow inspecting __proto__, constructor, prototype ↵yurys@google.com2009-10-073-27/+191
| | | | | | | | properties.BUG=23647 Review URL: http://codereview.chromium.org/262005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28247 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.15.sgjesse@chromium.org2009-10-0714-206/+322
| | | | | | | | | | | | | This change contails the layout test expectation changes from http://codereview.chromium.org/248001 and http://codereview.chromium.org/251071 as the V8 update requires these. This change also contains a change to compile against the changes IdleNotification API in the new V8 version. BUG=none TEST=none TBR=ager@chromium.org Review URL: http://codereview.chromium.org/263008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28246 0039d316-1c4b-4281-b951-d872f2087c98
* Add two failing tests to test_expectations.senorblanco@chromium.org2009-10-071-0/+3
| | | | | | | | | BUG=none TEST=green linux layout bots Review URL: http://codereview.chromium.org/269001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28242 0039d316-1c4b-4281-b951-d872f2087c98
* LTTF: rebaseline fast/box-shadow/spread.html .hamaji@chromium.org2009-10-075-3/+2
| | | | | | | | | TEST=none BUG=17255 Review URL: http://codereview.chromium.org/266003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28239 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll: 49213:49221levin@chromium.org2009-10-076-11/+27
| | | | | | | | | | | Disabled newly added test for object cloning. TEST=try servers BUG=24063 Review URL: http://codereview.chromium.org/263005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28238 0039d316-1c4b-4281-b951-d872f2087c98
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-077-70/+99
| | | | | | | | | | | | boolean to express the action. R=ajwong BUG=10033 TEST=none Review URL: http://codereview.chromium.org/251103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28236 0039d316-1c4b-4281-b951-d872f2087c98
* Linux rebaselines for skia r376. (Unreviewed, sorry, gcl upload chokes on ↵senorblanco@chromium.org2009-10-073717-3726/+1905
| | | | | | | | | | | this many files). BUG=none TEST=none TBR=pkasting git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28231 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll: 49206:49213.jparent@chromium.org2009-10-072-3/+4
| | | | | | | | | | | TEST=try servers BUG=none TBR=johnnyg Review URL: http://codereview.chromium.org/266001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28230 0039d316-1c4b-4281-b951-d872f2087c98
* More webkit flake.mattm@chromium.org2009-10-071-2/+6
| | | | | | | | | BUG=9798,13907 TBR=jparent Review URL: http://codereview.chromium.org/263003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28222 0039d316-1c4b-4281-b951-d872f2087c98
* Fix --new-baseline to honor the --platform flag. dpranke@google.com2009-10-073-32/+5
| | | | | | | | | | | | | | Also test_types/text_diff.py attempts to be smarter than the user by checking to see if the text results are a render tree output and, if not, writing them into the generic directories rather than the specified directory. Except, that code looks broken, too. I think it's probably best to just do what the user told it to do, so I've removed that path. Thanks to senorblanco for finding the bug. R=ojan@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/255068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28220 0039d316-1c4b-4281-b951-d872f2087c98
* More Skia r376 rebaselines.senorblanco@chromium.org2009-10-075-6/+50
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/260021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28210 0039d316-1c4b-4281-b951-d872f2087c98
* More failurespkasting@chromium.org2009-10-071-0/+2
| | | | | | | | | BUG=9798 TEST=none TBR=nsylvain Review URL: http://codereview.chromium.org/263001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28207 0039d316-1c4b-4281-b951-d872f2087c98
* Recommit of 28192 (WebKit roll: 49190:49206), that was rolled out in 28201,jparent@chromium.org2009-10-071-1/+6
| | | | | | | | | | | | | | | due to test_expectations corruption. This should be the same, just without crazy changes to test_expectations. I have no idea how that happened. BUG=none TEST=none TBR=johnnyg Review URL: http://codereview.chromium.org/260025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28206 0039d316-1c4b-4281-b951-d872f2087c98
* More failurespkasting@chromium.org2009-10-071-0/+5
| | | | | | | | | BUG=9798,18584 TEST=none TBR=nsylvain Review URL: http://codereview.chromium.org/260024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28203 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 28192.jparent@chromium.org2009-10-071-1906/+34
| | | | | | | | | | | | It somehow really screwed up test_expectations. BUG=none TEST=none TBR=pkasting Review URL: http://codereview.chromium.org/259066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28201 0039d316-1c4b-4281-b951-d872f2087c98
* Implement NPN_GetValueForURL and NPN_SetValueForURL and add a stub for ↵jam@chromium.org2009-10-0710-506/+139
| | | | | | | | | NPN_GetAuthenticationInfo. With these NPAPI functions there's no need to simulate being in Firefox and implement NPN_GetValue for NPNVserviceManager. TEST=run manual test that Ken added in test\data\plugin over http Review URL: http://codereview.chromium.org/251101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28200 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup of test_expectations after my Sheriff run.atwilson@chromium.org2009-10-079-23/+52
| | | | | | | | | | | http://trac.webkit.org/changeset/48989 and 48999 updated text kerning which broke the text-rendering tests. http://track.webkit.org/changeset/49003 changed the name of the box-shadow style, and also changed the ordering of the computed style values, necessitating rebaselining. Review URL: http://codereview.chromium.org/243110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28196 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll: 49190:49206.jparent@chromium.org2009-10-061-34/+1906
| | | | | | | | | | TBR=johnnyg TEST=try servers BUG=none Review URL: http://codereview.chromium.org/255095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28192 0039d316-1c4b-4281-b951-d872f2087c98
* More failurespkasting@chromium.org2009-10-061-5/+4
| | | | | | | | | BUG=9798,14207,18584 TEST=none TBR=nsylvain Review URL: http://codereview.chromium.org/257073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28186 0039d316-1c4b-4281-b951-d872f2087c98
* More failurespkasting@chromium.org2009-10-061-5/+11
| | | | | | | | | BUG=9798,13907,14207,23498 TEST=none TBR=nsylvain Review URL: http://codereview.chromium.org/260022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28180 0039d316-1c4b-4281-b951-d872f2087c98
* Add IMAGE/TEXT/IMAGE+TEXT support to the dashboard.ojan@chromium.org2009-10-062-55/+101
| | | | | | | | | | | | | Adds legacyExpectationsSemantics hash parameter to have the dashboard use the fuzzy logic that test_expectations uses for FAIL. But also, when a test had an IMAGE and TEXT failure in the past, we would only record it as an IMAGE failure, so we don't yet have a way of distinguishing IMAGE from IMAGE+TEXT. I have a change to run_webkit_tests to record that information, but it'll take a few runs on the bots before there is enough data to be reliable. Review URL: http://codereview.chromium.org/256085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28176 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enabling disabled appcache update unittests. Change comparison of cache ↵jennb@chromium.org2009-10-065-25/+55
| | | | | | | | | | | update time. Change manifest-fb-404 entry ordering so all 3 requests always happen regardless of which order the url requests complete in. TEST=none BUG=none Review URL: http://codereview.chromium.org/257065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28174 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Add support to the dashboard for the webkit canaries.ojan@chromium.org2009-10-062-42/+45
| | | | | | | | | | 2. Change hiding the WONTFIX test to also include SKIP tests. 3. Make the search case-insensitive and treat all paths as search queries. 4. If a test is expected to TIMEOUT, but never does, still mark it as needing SLOW if it takes >2 seconds to run. Review URL: http://codereview.chromium.org/260016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28173 0039d316-1c4b-4281-b951-d872f2087c98
* Distinguish between different types of failures in the JSONojan@chromium.org2009-10-062-4/+19
| | | | | | | | | | | | | | | | | output of run_webkit_tests. This is so the dashboards can match test_expectations.txt semantics. Eventually, we can use this data to replace all the FAIL expectations with TEXT/IMAGE/IMAGE+TEXT as appropriate. Add a TODO to run_webkit_tests to get statistics right now that we have IMAGE+TEXT expectations. Treat simplified diff failures as TEXT failures for the JSON output since noone seems to care about tracking it anymore. We really should just stop spitting out simplified diffs at all. Review URL: http://codereview.chromium.org/251096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28171 0039d316-1c4b-4281-b951-d872f2087c98
* More failurespkasting@chromium.org2009-10-061-1/+4
| | | | | | | | | BUG=9798 TEST=none TBR=nsylvain Review URL: http://codereview.chromium.org/242166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28168 0039d316-1c4b-4281-b951-d872f2087c98
* Add back some failures for bad baselines.senorblanco@chromium.org2009-10-061-0/+8
| | | | | | | | | | BUG=none TEST=green bots TBR=pkasting Review URL: http://codereview.chromium.org/260020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28167 0039d316-1c4b-4281-b951-d872f2087c98
* More failurespkasting@chromium.org2009-10-061-3/+10
| | | | | | | | | BUG=9798,14751,18978 TEST=none TBR=nsylvain Review URL: http://codereview.chromium.org/257067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28162 0039d316-1c4b-4281-b951-d872f2087c98
* Windows baselines for Skia 364:376 merge.senorblanco@chromium.org2009-10-063769-3966/+1890
| | | | | | | | | BUG=none TEST=none TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28161 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll: 49142:49190.jparent@chromium.org2009-10-061-0/+6
| | | | | | | | | | TBR=johnnyg TEST=try servers BUG=none Review URL: http://codereview.chromium.org/258033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28154 0039d316-1c4b-4281-b951-d872f2087c98
* More failurespkasting@chromium.org2009-10-061-8/+12
| | | | | | | | | BUG=9798,13174,13907,19519,23972 TEST=none TBR=nsylvain Review URL: http://codereview.chromium.org/242160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28152 0039d316-1c4b-4281-b951-d872f2087c98
* Fix duplicate expectation in r28148mattm@chromium.org2009-10-061-2/+2
| | | | | | | | TBR=pkasting Review URL: http://codereview.chromium.org/242158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28150 0039d316-1c4b-4281-b951-d872f2087c98
* Add expectation for LayoutTests/fast/forms/form-element-geometry.htmlmattm@chromium.org2009-10-061-0/+3
| | | | | | | | | | | which started crashing on win and sometimes linux. BUG=23972 TEST=none Review URL: http://codereview.chromium.org/243113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28148 0039d316-1c4b-4281-b951-d872f2087c98
* More test exceptionspkasting@chromium.org2009-10-061-0/+3
| | | | | | | | | BUG=9798 TEST=none TBR=nsylvain Review URL: http://codereview.chromium.org/243112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28142 0039d316-1c4b-4281-b951-d872f2087c98
* Fix scripting during NPP_Destroy. Note that if the plugin is making a call ↵jam@chromium.org2009-10-066-26/+72
| | | | | | | | | | to the renderer so this instance is in the callstack, destruction will have to be asynchronous and so scripting still won't work. This change also fixes use of PluginChannel after it's deleted (if this was the last instance). BUG=23713, 23706 TEST=added ui test Review URL: http://codereview.chromium.org/258026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28141 0039d316-1c4b-4281-b951-d872f2087c98
* Flaky Mac and Linux tests. Also put the flaky tests (bug 9798) and media ↵pkasting@chromium.org2009-10-061-49/+54
| | | | | | | | | | tests (bug 13907) in alphabetical order. BUG=9798,13907 TEST=none Review URL: http://codereview.chromium.org/255084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28137 0039d316-1c4b-4281-b951-d872f2087c98
* Move runFileChooser from webview_delegate to WebViewClient.yaar@chromium.org2009-10-068-73/+210
| | | | | | | | More details here: http://code.google.com/p/chromium/issues/detail?id=23385 Review URL: http://codereview.chromium.org/259031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28134 0039d316-1c4b-4281-b951-d872f2087c98
* Disable some appcache update tests that depend on testserver.jennb@chromium.org2009-10-062-6/+6
| | | | | | | | | | Probably failing due to network timeout. Upped log message to ERROR to get more info. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28126 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselined window-postmessage-args.htmlatwilson@chromium.org2009-10-063-5/+33
| | | | | | | | | | | Rebaslined window-postmessage-args.html to reflect differing exception message strings on V8 vs JSC Updated test_expectations.txt to permanently skip message-port-multi.html (it is run via ui_tests instead). BUG=21033 TEST=none (rebaselining) Review URL: http://codereview.chromium.org/259012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28124 0039d316-1c4b-4281-b951-d872f2087c98
* Implementation of application cache update algorithm.jennb@chromium.org2009-10-0634-28/+2258
| | | | | | | | | | | Does not include storage nor processing of pending master entries. TEST=verify update functionality BUG=none Review URL: http://codereview.chromium.org/201070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28123 0039d316-1c4b-4281-b951-d872f2087c98
* Add a few more skia-broken tests to test_expectations.senorblanco@chromium.org2009-10-061-0/+11
| | | | | | | | | | BUG=none TEST=How green was my valley (of layout builders)? TBR=dglazkov Review URL: http://codereview.chromium.org/255089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28114 0039d316-1c4b-4281-b951-d872f2087c98