summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Add visibility tracking to the temporary Core Animation plugin timerstuartmorgan@chromium.org2010-03-232-13/+25
| | | | | | | | | | | Disables the redraw timer for Core Animation plugins that aren't visibile; even though the timer isn't intended to be a long-term solution, this is a simple optimization for the short term. BUG=none TEST=none Review URL: http://codereview.chromium.org/1159003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42351 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
* Remove chrome/common from webkit/glue/plugin/DEPS.tony@chromium.org2010-03-231-3/+0
| | | | | | | | TBR=pinkerton Review URL: http://codereview.chromium.org/1097005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42303 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
* Enable the Core Animation NPAPI drawing mode on 10.6 (except for QuickTime)stuartmorgan@chromium.org2010-03-221-6/+10
| | | | | | | | | | | | | Allows plugins other than QuickTime (see http://crbug.com/38336) to negotiate the Core Animation drawing model. Note that for the moment, our wmode hack will prevent Flash from trying to use Core Animation; that will be removed later. BUG=32012 TEST=On 10.6: Unity3D should not use any renderer CPU on most sites, and should now have good performance; QuickTime and Flash10.1 should be unchanged for now. On 10.5: Everything should be unchanged. Review URL: http://codereview.chromium.org/1064003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42285 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 56272:56306.dglazkov@chromium.org2010-03-201-2849/+5
| | | | | | | | | | | | Switch over to use test_expectations upstream. TBR=dpranke TEST=never BUG=often Review URL: http://codereview.chromium.org/1093006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42190 0039d316-1c4b-4281-b951-d872f2087c98
* Add expectation to green the bot.dglazkov@chromium.org2010-03-191-0/+2
| | | | | | | | | | TBR=japhet TEST=none BUG=temporary Review URL: http://codereview.chromium.org/1140002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42171 0039d316-1c4b-4281-b951-d872f2087c98
* Don't attempt to load a failed plugin twice.evan@chromium.org2010-03-195-24/+33
| | | | | | | | | | | | | | We keep track of which plugins we've already considered loading, and skip them if we encounter them again. This situation is common on Linux where people have many different symlinks pointing to the same plugin. BUG=38764 TEST=See bug for bad output without this patch; output with this patch is now good. Review URL: http://codereview.chromium.org/1149005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42170 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 56239:56272.dglazkov@chromium.org2010-03-191-1/+0
| | | | | | | | | | TBR=japhet TEST=none BUG=srsly Review URL: http://codereview.chromium.org/1095006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42163 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations since I can't get ↵agl@chromium.org2010-03-191-1/+2
| | | | | | chromium-linux-fontconfig-renderstyle.html to work. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42148 0039d316-1c4b-4281-b951-d872f2087c98
* More WebKit flakiness.jhawkins@chromium.org2010-03-191-0/+2
| | | | | | | | | TBR=thestig BUG=38704,38706 TEST=none Review URL: http://codereview.chromium.org/1079008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42145 0039d316-1c4b-4281-b951-d872f2087c98
* Remove flakiness dashboard code from webkit\tools. The code was moved to ↵victorw@chromium.org2010-03-194-3278/+0
| | | | | | | | | | | trunk/tools/dashboards. TBR=ojan TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42142 0039d316-1c4b-4281-b951-d872f2087c98
* Linux test_shell: dont always use hermetic fontconfig mode.agl@chromium.org2010-03-191-1/+1
| | | | | | This undoes r42117 as I figured out what was going on. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42137 0039d316-1c4b-4281-b951-d872f2087c98
* Mark svg/custom/feDisplacementMap-01.svg as flaky on Mac/Linux Debug.jhawkins@chromium.org2010-03-191-0/+3
| | | | | | | | | TBR=thestig BUG=38694 TEST=none Review URL: http://codereview.chromium.org/1137002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42136 0039d316-1c4b-4281-b951-d872f2087c98
* String translations (not final)oritm@google.com2010-03-192-18/+18
| | | | | | Review URL: http://codereview.chromium.org/1085004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42131 0039d316-1c4b-4281-b951-d872f2087c98
* Slightly tweak the style of some plugin code that's been bugging me.evan@chromium.org2010-03-192-21/+14
| | | | | | | | No functional change (but I have a functional change to follow this). Review URL: http://codereview.chromium.org/1115006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42129 0039d316-1c4b-4281-b951-d872f2087c98
* Fix expectations mishap.dglazkov@chromium.org2010-03-191-2/+2
| | | | | | | | | | TBR=japhet TEST=none BUG=it was Review URL: http://codereview.chromium.org/1083004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42126 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 56197:56239.dglazkov@chromium.org2010-03-192-33/+5
| | | | | | | | | | 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
* Linux test_shell: always use hermetic fontconfig mode.agl@chromium.org2010-03-191-1/+1
| | | | | | | This is just a temporary change to debug a layout test failure which I cannot replicate anywhere. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42117 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-195-1/+450
| | | | | | | | BUG=37985 TEST=no functional change. Review URL: http://codereview.chromium.org/1060001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42101 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 42074 - Try to fix flaky websocket tests.amit@chromium.org2010-03-191-0/+7
| | | | | | | | | | | | | | | | | | | Some websoket layout tests became flaky from r41818. This is because it adds websocket throttling in WebSocketJob. Make sure Close() will call OnClose() even if it is waiting resolving or waiting in throttling queue, so that WebSocketJob is removed from throttling queue and wake up next WebSocketJob. BUG=38397 TEST=layout tests websocket/tests passes Review URL: http://codereview.chromium.org/1096001 TBR=ukai@chromium.org Review URL: http://codereview.chromium.org/1120004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42078 0039d316-1c4b-4281-b951-d872f2087c98
* Try to fix flaky websocket tests.ukai@chromium.org2010-03-191-7/+0
| | | | | | | | | | | | | | | | Some websoket layout tests became flaky from r41818. This is because it adds websocket throttling in WebSocketJob. Make sure Close() will call OnClose() even if it is waiting resolving or waiting in throttling queue, so that WebSocketJob is removed from throttling queue and wake up next WebSocketJob. BUG=38397 TEST=layout tests websocket/tests passes Review URL: http://codereview.chromium.org/1096001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42074 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak expectations after the roll.dglazkov@chromium.org2010-03-191-2/+3
| | | | | | | | | | TBR=japhet TEST=none BUG=impossible Review URL: http://codereview.chromium.org/1084008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42073 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 56165:56197.dglazkov@chromium.org2010-03-1935-72/+75
| | | | | | | | | | 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
* Move more files to toplevel gfx.ben@chromium.org2010-03-194-4/+4
| | | | | | | | | TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42071 0039d316-1c4b-4281-b951-d872f2087c98
* Un-flag touch tests as flaky on all platforms.gdk@chromium.org2010-03-191-6/+1
| | | | | | | | | BUG=38347, 36415 TEST=fast/events/touch Review URL: http://codereview.chromium.org/1136003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42068 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a duplicate test expectation for Linux.jhawkins@chromium.org2010-03-191-1/+2
| | | | | | | | | TBR=thestig BUG=30939 TEST=none Review URL: http://codereview.chromium.org/1072005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42038 0039d316-1c4b-4281-b951-d872f2087c98
* Add a flaky expectation for filter-source-position.svg.jhawkins@chromium.org2010-03-181-0/+1
| | | | | | | | | TBR=thestig BUG=30939 TEST=none Review URL: http://codereview.chromium.org/1086003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42030 0039d316-1c4b-4281-b951-d872f2087c98
* Add port object and pass to the generatordpranke@chromium.org2010-03-181-1/+6
| | | | | | | | | | BUG=none R=kinuko@chromium.org TEST=none Review URL: http://codereview.chromium.org/1114003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42023 0039d316-1c4b-4281-b951-d872f2087c98
* Plumbing for providing a cache thread MessageLoop to the DiskCache backend.michaeln@chromium.org2010-03-183-3/+12
| | | | | | | | | BUG=26730 TEST=none Review URL: http://codereview.chromium.org/1115002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42014 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore image mismatches from chromium-linux-fontconfig-renderstyle.htmlagl@chromium.org2010-03-181-0/+3
| | | | | | (New layout test, not sure why it's failing on the bots.) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42012 0039d316-1c4b-4281-b951-d872f2087c98
* fix paths in test_output_xml_to_json since layout_package no longer existsdpranke@chromium.org2010-03-181-2/+10
| | | | | | | | | | | | | | downstream. Remove the dependency on path_utils, and point to the upstream version of the layout_package for test_expectations and json_results_generator. BUG=none R=ojan@chromium.org,kinuko@chromium.org TEST=vista ipc bot doesn't choke Review URL: http://codereview.chromium.org/1140001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42010 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 56151:56165.dglazkov@chromium.org2010-03-184-5/+31
| | | | | | | | | | 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
* tables/mozilla/bugs/bug20804.html: mark flakey on Linuxagl@chromium.org2010-03-181-2/+2
| | | | | | BUG=38534 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42006 0039d316-1c4b-4281-b951-d872f2087c98
* linux: unwrap nspluginwrapper-wrapped plugins if possibleevan@chromium.org2010-03-181-0/+53
| | | | | | | | | | Since we already run plugins out of process, nspluginwrapper is just an extra source of problems. We'll still use nspluginwrapper when it's necessary, e.g. to run 32-bit plugins on a 64-bit computer. Review URL: http://codereview.chromium.org/998006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41999 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some layout tests due to webkit roll.jianli@chromium.org2010-03-1811-12/+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
* James and I collided.agl@chromium.org2010-03-181-3/+0
| | | | | | BUG=38532 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41983 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bug20804.html while I look into it.agl@chromium.org2010-03-181-0/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41982 0039d316-1c4b-4281-b951-d872f2087c98
* Add a flaky image expectation for tables/mozilla/bugs/bug20804.htmljhawkins@chromium.org2010-03-181-0/+4
| | | | | | | | | TBR=thestig BUG=38532 TEST=none Review URL: http://codereview.chromium.org/1130001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41981 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expecations for flaky crash for fail-on-update.htmljhawkins@chromium.org2010-03-181-1/+1
| | | | | | | | | TBR=thestig BUG=2844 TEST=none Review URL: http://codereview.chromium.org/1111002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41978 0039d316-1c4b-4281-b951-d872f2087c98
* Mark video-source.html as flakily crashing on Linux Debug.jhawkins@chromium.org2010-03-181-0/+1
| | | | | | | | | TBR=thestig BUG=35858 TEST=none Review URL: http://codereview.chromium.org/1079003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41974 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the initial draw handing of Core Animation pluginsstuartmorgan@chromium.org2010-03-181-7/+6
| | | | | | | | | | | | | Removes the call to SetWindow(NULL) in the Core Animation case, since that causes the delegate to enable the TransportDIB drawing mode. Removes the early return in Paint, since now we don't call it (and if we do later, it'll be to get snapshots using the existing Cocoa event model path, per the ammended CA drawing model spec). Also renames windowless_ in WebPluginDelegateProxy to make it clear that it's just about drawing. BUG=37974 TEST=In a build with Core Animation plugin enabled, there should be no flash of black when the plugin is first drawn. Review URL: http://codereview.chromium.org/982010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41961 0039d316-1c4b-4281-b951-d872f2087c98
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
| | | | | | | | | TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41911 0039d316-1c4b-4281-b951-d872f2087c98
* Use the new WebDocument::firstPartyForCookies method.wtc@chromium.org2010-03-181-4/+5
| | | | | | | | | R=abarth BUG=36957 TEST=none Review URL: http://codereview.chromium.org/1047005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41897 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Make the strings used for non-webkit tests match the terminologyojan@chromium.org2010-03-182-20/+34
| | | | | | | | | used in the test files. 2. Allow for window-style paths when searching for individual tests. Review URL: http://codereview.chromium.org/1039009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41895 0039d316-1c4b-4281-b951-d872f2087c98
* AppCache: Migrate to the DiskCache's async interface and use the ↵michaeln@chromium.org2010-03-1713-92/+525
| | | | | | | | | | | CacheType::APP_CACHE value. BUG=38273 TEST=existing layout tests and unit tests apply Review URL: http://codereview.chromium.org/886003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41884 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 56106:56124.dglazkov@chromium.org2010-03-172-1/+5
| | | | | | | | | | 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-173-8/+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