summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed ↵eroman@chromium.org2010-04-281-1/+2
| | | | | | | | | passing NULL in place of a const BoundNetLog&. BUG=37421 Review URL: http://codereview.chromium.org/1783008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45851 0039d316-1c4b-4281-b951-d872f2087c98
* Add a context parameter to callOnMainThread. The old form is going to bedarin@chromium.org2010-04-282-0/+5
| | | | | | | | | | | | deprecated. R=dimich BUG=42751 TEST=none Review URL: http://codereview.chromium.org/1794005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45845 0039d316-1c4b-4281-b951-d872f2087c98
* Revert WebKit roll in 45810 because it caused a failure on "WebKit (dbg)(3)".jorlow@chromium.org2010-04-281-0/+6
| | | | | | | | | | TEST=none BUG=42763 Review URL: http://codereview.chromium.org/1775009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45840 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up initial CA layer setup for Mac Pluginsstuartmorgan@chromium.org2010-04-282-10/+17
| | | | | | | | | | | UpdateAcceleratedSurface and DrawLayerInSurface don't make sense before windowed_handle has been set, so tweak the way we handle initialization of CA plugins. BUG=none TEST=CA plugins should still work Review URL: http://codereview.chromium.org/1745018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45828 0039d316-1c4b-4281-b951-d872f2087c98
* Remove DCHECK in SimpleAppCacheSysmte::WillDestroyCurrentMessageLoop. This ↵rafaelw@chromium.org2010-04-281-1/+0
| | | | | | | | | | | was causing the test_shell to die trying to produce the extension docs. TEST=NONE BUG=NONE Review URL: http://codereview.chromium.org/1697015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45820 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls WebKit 58400:58407bulach@chromium.org2010-04-281-6/+0
| | | | | | | | | | | | Removes downstream test expectations for: traversal/node-iterator-prototype.html fast/images/svg-background-partial-redraw.html fast/text/international/bold-bengali.html fast/text/international/khmer-selection.html Review URL: http://codereview.chromium.org/1731015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45810 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up test expectations.jorlow@chromium.org2010-04-281-2/+1
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/1798007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45796 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 58304:58400ukai@chromium.org2010-04-281-0/+7
| | | | | | | | | | BUG=none TEST=none TBR=yaar Review URL: http://codereview.chromium.org/1784008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45795 0039d316-1c4b-4281-b951-d872f2087c98
* Update code to point to new location of WebThemeEngine.hjabdelmalek@google.com2010-04-284-8/+8
| | | | | | Review URL: http://codereview.chromium.org/1763014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45767 0039d316-1c4b-4281-b951-d872f2087c98
* Fix simple_database_system.cc to correctly support temp DB files.dumi@chromium.org2010-04-271-0/+3
| | | | | | | | | TEST=none BUG=42618 Review URL: http://codereview.chromium.org/1709014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45753 0039d316-1c4b-4281-b951-d872f2087c98
* Build DRT in chromium.tony@chromium.org2010-04-271-0/+10
| | | | | | | | Some small fixes for linking on windows. Review URL: http://codereview.chromium.org/1711014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45680 0039d316-1c4b-4281-b951-d872f2087c98
* Merging SeekableBuffer and BufferQueue:sergeyu@chromium.org2010-04-271-2/+2
| | | | | | | | | | | | 1. Removed SeekableBuffer::Buffer. 2. Extended SeekableBuffer to support all the features of BufferQueue. 3. BufferQueue removed and replaced with SeekableBuffer. BUG=28654 TEST=none Review URL: http://codereview.chromium.org/1736012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45669 0039d316-1c4b-4281-b951-d872f2087c98
* Ground work for making appcaches work in workers.michaeln@chromium.org2010-04-262-2/+15
| | | | | | | | | | | | Add ResourceRequest target types for worker and shared worker resources. This is the first patch of a two-sided change that involves WebKit API changes which haven't been made yet. BUG=39368 TEST=none Review URL: http://codereview.chromium.org/1666002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45643 0039d316-1c4b-4281-b951-d872f2087c98
* Ground work for making appcache work in workers.michaeln@chromium.org2010-04-261-0/+8
| | | | | | | | | | | Put in place a noop impl of createApplicationCacheHost() on all WebCommonWorkerClient subclasses. That factory method is soon to be added to the WebKit::WebCommonWorkerClient class as a pure virtual. Adding these methods in advance so it builds when that pure virtual shows up later. BUG=39368 TEST=none Review URL: http://codereview.chromium.org/1729015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45642 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: Make sure files in plugin directories are regular files.thestig@chromium.org2010-04-262-13/+25
| | | | | | | | BUG=none TEST=Visiting about:plugins with MOZ_PLUGIN_PATH=/tmp does not hang when there is a pipe in /tmp. Review URL: http://codereview.chromium.org/1700014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45638 0039d316-1c4b-4281-b951-d872f2087c98
* Minor cleanup, remove dead code.michaeln@chromium.org2010-04-262-8/+0
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/1732010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45622 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed the extension of npapi_pepper_test_plugin on mac. It was being ↵alokp@chromium.org2010-04-261-0/+3
| | | | | | | | compiled as .bundle. I changed it to .plugin, which is used for all test plugins. Review URL: http://codereview.chromium.org/1773005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45605 0039d316-1c4b-4281-b951-d872f2087c98
* Readd test_expectations for canvas-empty-image-pattern.htmlagl@chromium.org2010-04-261-0/+3
| | | | | | The upstream rebaseline didn't seem to work. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45583 0039d316-1c4b-4281-b951-d872f2087c98
* Remove temp test_expectations lines.agl@chromium.org2010-04-261-16/+0
| | | | | | WebKit has rolled past r58182, so I can remove these lines now. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45579 0039d316-1c4b-4281-b951-d872f2087c98
* Add message to rebaseline.shagl@chromium.org2010-04-261-0/+15
| | | | | | | | The rebaseline tool now works on the upstream test_expectations.txt. If someone adds a REBASELINE tag to the local version we'll now print a (hopefully) helpful message telling them what's up. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45577 0039d316-1c4b-4281-b951-d872f2087c98
* Removes suppression for fast/dom/prototype-inheritance.htmlbulach@chromium.org2010-04-261-4/+0
| | | | | | | | | | | This is no longer needed once we roll to http://trac.webkit.org/changeset/58099. TEST=fast/dom/prototype-inheritance.html BUG=42319 Review URL: http://codereview.chromium.org/1695010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45574 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit from 58138 to 58244. Add a test exception so the bots can ↵jorlow@chromium.org2010-04-261-0/+3
| | | | | | | | | | | produce new baselines. TEST=none BUG=https://bugs.webkit.org/show_bug.cgi?id=38109 Review URL: http://codereview.chromium.org/1739008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45573 0039d316-1c4b-4281-b951-d872f2087c98
* I missed a test that needs rebaselining with the latest Skia rollagl@chromium.org2010-04-231-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45471 0039d316-1c4b-4281-b951-d872f2087c98
* Skia roll r525:r526agl@chromium.org2010-04-231-0/+15
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45469 0039d316-1c4b-4281-b951-d872f2087c98
* Add a file I left out in my previous licensing commit.evan@chromium.org2010-04-231-0/+967
| | | | | | Without this, if we regenerated about:credits we'd leave out WebKit! git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45466 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Skia roll r524:r537"agl@chromium.org2010-04-231-14/+0
| | | | | | It's causing internal compiler errors on ARM. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45450 0039d316-1c4b-4281-b951-d872f2087c98
* Skia roll r524:r537agl@chromium.org2010-04-231-0/+14
| | | | | | | | Adding layout tests to be ignored while the bots generate new baselines. It looks like Skia's rounding for transparency has changed in some places and some pixels have changed value by 1. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45445 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DumpRenderTree on Linux. It was crashing on startup becausetony@chromium.org2010-04-231-2/+3
| | | | | | | | | AtExitManager needs to be initialized before icu::Initialize() is called. Review URL: http://codereview.chromium.org/1719012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45423 0039d316-1c4b-4281-b951-d872f2087c98
* Add an --allow-external-pages switch to test_shell.dpranke@chromium.org2010-04-2311-9/+31
| | | | | | | | | | | | | | | | | | | | | | | | Normally test_shell will not let you load an external URL (like "www.google.com") when running in --layout-tests mode. This is a good thing because it keeps us from writing tests that might have unpredictable results if the external URL changes. However, it would be cool to be able to use the --layout-test infrastructure to capture the rendered/painted page (outside of the actual layout tests run) for QA purposes. This change adds an --allow-external-pages switch to override the check described above. This is kind of a short-term fix. A better fix would be to add a "--headless" flag that loaded and rendered the page and dumped the whole thing, entirely separate from --layout-test mode. I will add that soon. BUG=none TEST=none R=dglazkov Review URL: http://codereview.chromium.org/1748005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45403 0039d316-1c4b-4281-b951-d872f2087c98
* More case fixing following DOM serialization change.estade@chromium.org2010-04-221-6/+5
| | | | | | | | | BUG=37612,42281 TEST=DomSerializerTests.SerializeHTMLDOMWithEntitiesInAttributeValue Review URL: http://codereview.chromium.org/1712008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45369 0039d316-1c4b-4281-b951-d872f2087c98
* Enables EventSource and disables fast/dom/prototype-inheritance.htm temporarily.bulach@chromium.org2010-04-221-0/+4
| | | | | | | | | | Once we roll to http://trac.webkit.org/changeset/58099, remove the layout test suppression. (follow up on http://codereview.chromium.org/557037/show which was reverted by http://codereview.chromium.org/1712006/show) Review URL: http://codereview.chromium.org/1742007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45324 0039d316-1c4b-4281-b951-d872f2087c98
* Disable DomSerializerTests.SerializeHTMLDOMWithEntitiesInAttributeValue for nowjamesr@chromium.org2010-04-221-1/+2
| | | | | | | | | | BUG=42281 TEST=none TBR=estade Review URL: http://codereview.chromium.org/1732005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45276 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r58033jamesr@chromium.org2010-04-221-16/+16
| | | | | | Review URL: http://codereview.chromium.org/1705004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45274 0039d316-1c4b-4281-b951-d872f2087c98
* Make the output of notification testing in test shell match that of WebKit ↵johnnyg@chromium.org2010-04-221-3/+6
| | | | | | | | | | | DumpRenderTree in the event of empty fields, rather than printing (null). BUG=none TEST=none Review URL: http://codereview.chromium.org/1697006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45269 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir.evan@chromium.org2010-04-211-6/+5
| | | | | | | | | TEST=compiles BUG=24672 Review URL: http://codereview.chromium.org/1753004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45246 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Skia forward to r524.evan@chromium.org2010-04-211-0/+4
| | | | | | | | My target is farther than that, but I'm doing this incrementally. Review URL: http://codereview.chromium.org/1752003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45223 0039d316-1c4b-4281-b951-d872f2087c98
* Removing override for media/video-zoom.html as updated baselines and ↵scherkus@chromium.org2010-04-211-3/+0
| | | | | | expectations have landed. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45220 0039d316-1c4b-4281-b951-d872f2087c98
* Prepare to move an InitWebCoreSystemInterface() call intkent@google.com2010-04-212-0/+9
| | | | | | | | | | | third_party/WebKit/WebKitTools/DumpRenderTree/chromium/DumpRenderTree.cpp to webkit_support. BUG=none TEST=none Review URL: http://codereview.chromium.org/1688003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45167 0039d316-1c4b-4281-b951-d872f2087c98
* Fix arm compile after turning on gcc warnings.tony@chromium.org2010-04-212-2/+2
| | | | | | | | | | Actually fix a comment that was pointed out during review. TBR=rolandsteiner Review URL: http://codereview.chromium.org/1734003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45165 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DRT build on Windows.tony@chromium.org2010-04-215-10/+58
| | | | | | | | The main fix is to stub out default_plugin when building upstream. Review URL: http://codereview.chromium.org/1658012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45160 0039d316-1c4b-4281-b951-d872f2087c98
* Enable -Werror on Linux and Win for src/webkit/tony@chromium.org2010-04-216-13/+10
| | | | | | | | BUG=21140 Review URL: http://codereview.chromium.org/1749001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45157 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test_expectations.txt typo committed in r45125.scherkus@chromium.org2010-04-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45128 0039d316-1c4b-4281-b951-d872f2087c98
* Updating test_expectations.txt overrides for media tests.scherkus@chromium.org2010-04-201-16/+3
| | | | | | | | | | | | The new baselines have been trickling in from WebKit, removing the need to override the expectations. BUG=19113 TEST=webkit tests remain green TBR=fbarchard, sergeyu Review URL: http://codereview.chromium.org/1706004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45125 0039d316-1c4b-4281-b951-d872f2087c98
* Issues with video loopinghclam@chromium.org2010-04-201-3/+3
| | | | | | | | | | | | | | | | | Some video streams are badly muxed and have video packets with timestamps greater than the duration. This causes the logic in the video renderer to sleep forever and never read the end-of-stream packet and thus the stream is never ended. This change adjusted the condition on when we should sleep and handle timestamp greater than duration as a special case. TEST=video loops BUG=41579 Review URL: http://codereview.chromium.org/1652011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45124 0039d316-1c4b-4281-b951-d872f2087c98
* Don't load the old Java Deployment plugin if a newer one (with a different ↵jabdelmalek@google.com2010-04-201-3/+20
| | | | | | | | name) exists. Review URL: http://codereview.chromium.org/1672004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45122 0039d316-1c4b-4281-b951-d872f2087c98
* Implement two missing methods on layoutTestController:mpcomplete@chromium.org2010-04-196-2/+35
| | | | | | | | | | | | - addUserStyleSheet - setAuthorAndUserStylesEnabled BUG=24197 BUG=21113 Review URL: http://codereview.chromium.org/1654007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44954 0039d316-1c4b-4281-b951-d872f2087c98
* Add a test that has been failing more on mac (dashboard seems to agree).thomasvl@chromium.org2010-04-191-0/+3
| | | | | | | | | TBR=jamesr BUG=41973 TEST=none Review URL: http://codereview.chromium.org/1521040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44911 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 44578 - Add all the new failing fast/ruby layout tests to the ↵antonm@chromium.org2010-04-191-36/+0
| | | | | | | | | | | | | | downstream expectation file. BUG:41555 TBR:antonm@chromium.org Review URL: http://codereview.chromium.org/1523025 TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/1637021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44905 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 44880 - Enabling layout tests for <video>.sergeyu@chromium.org2010-04-181-0/+12
| | | | | | | | | | | | BUG=19113 TEST=Layout tests for <video> pass. Review URL: http://codereview.chromium.org/1582039 TBR=sergeyu@chromium.org Review URL: http://codereview.chromium.org/1660009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44884 0039d316-1c4b-4281-b951-d872f2087c98
* Enabling layout tests for <video>.sergeyu@chromium.org2010-04-181-12/+0
| | | | | | | | | BUG=19113 TEST=Layout tests for <video> pass. Review URL: http://codereview.chromium.org/1582039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44880 0039d316-1c4b-4281-b951-d872f2087c98