summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Reapply r40951 with changes to remove a leak. kkanetkar@chromium.org2010-03-174-191/+121
| | | | | | | | | | | | | Leak in WebImageDecoder under third_party/WebKit/WebKit/chromium/src was fixed in WebKit bug: 35946. Also removing the supression for valgrind. BUG=37727 TEST=tools/valgrind/chrome_tests.sh -t test_shell --gtest_filter=BMPImageDecoderTest.DecodingFast:ICOImageDecoderTest.Decoding:ICOImageDecoderTest.ImageNonZeroFrameIndex Review URL: http://codereview.chromium.org/1020002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41861 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
* Move cert_test_util.{h,cc} and ssl_test_util.{h,cc} to thewtc@chromium.org2010-03-172-1/+3
| | | | | | | | | | | net_test_support build target. R=eroman BUG=none TEST=no build errors Review URL: http://codereview.chromium.org/1047003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41856 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak/Wontfix a few tests that we could care less about.dglazkov@chromium.org2010-03-171-12/+8
| | | | | | | | | | TBR=darin TEST=none BUG=37136,37684,35823 Review URL: http://codereview.chromium.org/1063001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41853 0039d316-1c4b-4281-b951-d872f2087c98
* Add chromium-side support for history.{push,replace}State.darin@chromium.org2010-03-175-14/+30
| | | | | | | | | | | | | | | | | | | | | | Enables the feature so that all but 2 of the related layout tests pass. Modifies TestShell to correctly update its location bar as navigations occur. It was incorrectly showing firstPartyForCookies for some crazy reason. Modifies glue_serialize.cc to store the state object associated with a session history entry. Modifies navigation_controller.cc to always replace the current navigation entry when observing an in-page navigation. This is required since the page ID isn't changing for an in-page navigation. BUG=29393 R=brettw TEST=covered by layout tests Review URL: http://codereview.chromium.org/1036003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41850 0039d316-1c4b-4281-b951-d872f2087c98
* Add bug numbers for failing layout tests during webkit roll.jianli@chromium.org2010-03-171-3/+4
| | | | | | | | | BUG=38375,38376 TEST=none Review URL: http://codereview.chromium.org/1057002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41848 0039d316-1c4b-4281-b951-d872f2087c98
* Changed the pepper test plugin to render a red triangle on a black ↵alokp@chromium.org2010-03-176-17/+97
| | | | | | | | background. Also removed the continuous draw loop. Review URL: http://codereview.chromium.org/1052004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41846 0039d316-1c4b-4281-b951-d872f2087c98