summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Rebaseline layout tests due to the upstream patch:victorw@chromium.org2009-11-058-5/+29
| | | | | | | | | | | | http://trac.webkit.org/changeset/50237 R=joth BUG=none TEST=none Review URL: http://codereview.chromium.org/344037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31137 0039d316-1c4b-4281-b951-d872f2087c98
* Missed deleting the comment as well ...dpranke@google.com2009-11-051-5/+0
| | | | | | | | | | BUG=none R=senorblanco@chromium.org TEST=none Review URL: http://codereview.chromium.org/362023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31125 0039d316-1c4b-4281-b951-d872f2087c98
* Delete win7 failuresdpranke@google.com2009-11-051-22/+0
| | | | | | | | | | R=senorblanco@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/361036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31124 0039d316-1c4b-4281-b951-d872f2087c98
* Update windows version-specific baselines for senorblanco's skia change.dpranke@google.com2009-11-0594-32/+47
| | | | | | | | | | BUG=none R=senorblanco@chromium.org TEST=none Review URL: http://codereview.chromium.org/366034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31123 0039d316-1c4b-4281-b951-d872f2087c98
* New Linux baselines for the skia lsb change. Note that some of these are ↵senorblanco@chromium.org2009-11-054027-6468/+2149
| | | | | | | | | | | | | | | deletes: the rebaseline tool determined that these were dupes of the windows results. Part two of two. BUG=none TEST=none TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31116 0039d316-1c4b-4281-b951-d872f2087c98
* New Linux baselines for the skia lsb change. Note that some of these are ↵senorblanco@chromium.org2009-11-054496-2253/+2246
| | | | | | | | | | | | | | | deletes: the rebaseline tool determined that these were dupes of the windows results. Part one of two. BUG=none TEST=none TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31115 0039d316-1c4b-4281-b951-d872f2087c98
* Move PasswordFormDomManager::CreatePassword into the WebKit APIyaar@chromium.org2009-11-058-245/+491
| | | | | | | | http://code.google.com/p/chromium/issues/detail?id=24619 Review URL: http://codereview.chromium.org/345056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31104 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Fix leaking UCharsetDetector in ftp code.mattm@chromium.org2009-11-051-0/+1
| | | | | | | | | | CID=7193 BUG=none TEST=using the additional test data, tools/valgrind/chrome_tests.sh -t net --gtest_filter="FtpDirectoryListingBufferTest.*" Review URL: http://codereview.chromium.org/355037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31099 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 31094 - [Mac] Blacklist PDF so that they are downloaded instead of ↵rsesek@chromium.org2009-11-051-2/+0
| | | | | | | | | | | | | | | | handled by QuickTime Failed LayoutTests/fast/js/navigator-mimeTypes-length.html BUG=13716, 26075 TEST=Click on a link to a PDF. It should download rather than display the first page. Review URL: http://codereview.chromium.org/370002 TBR=awalker@chromium.org Review URL: http://codereview.chromium.org/369004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31098 0039d316-1c4b-4281-b951-d872f2087c98
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-057-35/+238
| | | | | | | | | | | | | Refactored WebWorkerClientProxy into two classes - WebWorkerDispatcher which dispatches incoming IPCs for the worker, and WebWorkerClientProxy, which handles outgoing API calls from WebWorkerImpl. This allows WebWorkerClientProxy to be reused by WebSharedWorkerDispatcher. BUG=26233 TEST=none (will enable layout tests when basic functionality available) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31077 Review URL: http://codereview.chromium.org/351004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31096 0039d316-1c4b-4281-b951-d872f2087c98
* These are the new Windows baselines for the Skia lsb compositing change.senorblanco@chromium.org2009-11-054459-4470/+2274
| | | | | | | | | BUG=none TEST=none TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31095 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Blacklist PDF so that they are downloaded instead of handled by QuickTimersesek@chromium.org2009-11-051-0/+2
| | | | | | | | | BUG=13716, 26075 TEST=Click on a link to a PDF. It should download rather than display the first page. Review URL: http://codereview.chromium.org/370002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31094 0039d316-1c4b-4281-b951-d872f2087c98
* Landing this for Vitaly.ager@chromium.org2009-11-051-131/+0
| | | | | | | | | | Remove V8EventListenerList-related Purify suppressions. BUG=23396 Review URL: http://codereview.chromium.org/360052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31093 0039d316-1c4b-4281-b951-d872f2087c98
* This change was supposed to go into my Skia 367 merge, but somehow I missed it.senorblanco@chromium.org2009-11-052-119/+6649
| | | | | | | | | | | | This will break yet more layout tests, which have been added to test_expectations.txt. They will be rebaselined after a few runs. BUG=9333 TEST=green bots Review URL: http://codereview.chromium.org/258036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31092 0039d316-1c4b-4281-b951-d872f2087c98
* Highlight node with mouse over it while selecting element to inspectapavlov@chromium.org2009-11-055-17/+9
| | | | | | | | | BUG=20969 TEST=none Review URL: http://codereview.chromium.org/348056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31087 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Add port method stub: avoid devtools breakage on deps roll.pfeldman@chromium.org2009-11-051-0/+4
| | | | | | | TBR=mnaganov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31086 0039d316-1c4b-4281-b951-d872f2087c98
* Switch over to the new way of enabling/disabling session/local storage. jorlow@chromium.org2009-11-056-11/+0
| | | | | | | | BUG=none TEST=|'localStorage' in window| should only be true iff --enable-local-storage is specified Review URL: http://codereview.chromium.org/335034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31082 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the URL portion of storage events. This is mostly just plumbing + a ↵jorlow@chromium.org2009-11-0516-235/+81
| | | | | | | | | | | | | hack for making them work in test shell and single process mode. This replaces http://codereview.chromium.org/335034/show TEST=none BUG=24581 Review URL: http://codereview.chromium.org/363014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31081 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-057-238/+35
| | | | | | This reverts commit 31077. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31080 0039d316-1c4b-4281-b951-d872f2087c98
* Remove one line from layout test expectations.yutak@chromium.org2009-11-051-1/+0
| | | | | | | | | | LayoutTests/fast/events/drag-and-drop-dataTransfer-types-nocrash.html was fixed in WebKit r50532 <http://trac.webkit.org/changeset/50532>. BUG=none TEST=none Review URL: http://codereview.chromium.org/355038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31079 0039d316-1c4b-4281-b951-d872f2087c98
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-057-35/+238
| | | | | | | | | | | Refactored WebWorkerClientProxy into two classes - WebWorkerDispatcher which dispatches incoming IPCs for the worker, and WebWorkerClientProxy, which handles outgoing API calls from WebWorkerImpl. This allows WebWorkerClientProxy to be reused by WebSharedWorkerDispatcher. BUG=26233 TEST=none (will enable layout tests when basic functionality available) Review URL: http://codereview.chromium.org/351004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31077 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline LayoutTests/fast/ruby for windows - XP-specific baselines weredpranke@google.com2009-11-0564-16/+32
| | | | | | | | | | | | checked into platform/chromium-win R=victorw@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/360046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31066 0039d316-1c4b-4281-b951-d872f2087c98
* linux: update some obsolete test expectationsevan@chromium.org2009-11-051-8/+1
| | | | | | | | BUG=14751,14752,14767 Review URL: http://codereview.chromium.org/363020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31057 0039d316-1c4b-4281-b951-d872f2087c98
* FFmpeg in-tree build for mac.ajwong@chromium.org2009-11-051-3/+1
| | | | | | | | | BUG=26509 TEST=none Review URL: http://codereview.chromium.org/340072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31050 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 50516:50527hclam@chromium.org2009-11-051-1/+5
| | | | | | | | | | | | TBR=brettw TEST=tree stays green Also add a fail expectation for a new test so we can capture it's baseline later. Review URL: http://codereview.chromium.org/363013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31048 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up flaky WIN tests in test_expectations.japhet@chromium.org2009-11-051-31/+7
| | | | | | | | | | | BUG=20786 BUG=20886 BUG=24167 TEST=i can has green? Review URL: http://codereview.chromium.org/367004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31042 0039d316-1c4b-4281-b951-d872f2087c98
* Create new baselines for the ruby tests.dglazkov@chromium.org2009-11-0597-20/+1371
| | | | | | | | | | | | Test were added in http://trac.webkit.org/changeset/50495. R=hamaji TEST=none BUG=20206 Review URL: http://codereview.chromium.org/366018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31041 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a test that's been passing for a long time.dglazkov@chromium.org2009-11-043-39/+76
| | | | | | | | | | R=japhet TEST=none BUG=10442 Review URL: http://codereview.chromium.org/360032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31039 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary baselines.hamaji@chromium.org2009-11-046-30/+0
| | | | | | | | | | | | | Now this test is dumpAsText test. Upstream change: https://bugs.webkit.org/show_bug.cgi?id=30931 BUG=none TEST=none Review URL: http://codereview.chromium.org/340053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31032 0039d316-1c4b-4281-b951-d872f2087c98
* Wontfix datagrid tests, since they are no longer in HTML5 spec.dglazkov@chromium.org2009-11-041-6/+3
| | | | | | | | | | TEST=none BUG=17585 TBR=japhet Review URL: http://codereview.chromium.org/363015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31027 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline function declaration parsing test and create a new LTTF bug for a ↵dglazkov@chromium.org2009-11-043-2/+23
| | | | | | | | | | | | | real failure. TBR=ager TEST=none BUG=18939 BUG=26737 Review URL: http://codereview.chromium.org/360029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31025 0039d316-1c4b-4281-b951-d872f2087c98
* Organize inspector test failures.dglazkov@chromium.org2009-11-041-3/+3
| | | | | | | | | | TBR=pfeldman BUG=26734 TEST=none Review URL: http://codereview.chromium.org/360028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31017 0039d316-1c4b-4281-b951-d872f2087c98
* Revert the isSystemKeys patch.thakis@chromium.org2009-11-041-17/+0
| | | | | | | | | | | | | It broke handling of shortcuts that happen in the renderer (cmd-z, cmd-shift-v). Long-term, they should all be handled in the browser, but they aren't yet. With this patch, cmd-left/right will again no longer work for web pages with a horizontal scrollbar. BUG=26664,25856 TEST=Cmd-z, cmd-shift-z, cmd-shift-v should work again. cmd-left/right should no longer work on pages with a horizontal scrollbar. Review URL: http://codereview.chromium.org/363008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31014 0039d316-1c4b-4281-b951-d872f2087c98
* Remove expectation of flakiness from the test that never passed.dglazkov@chromium.org2009-11-041-1/+1
| | | | | | | | | TBR=hamaji TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31008 0039d316-1c4b-4281-b951-d872f2087c98
* More clean up from the clobber that wasn't triggered by CSSPropertyNames.in ↵dglazkov@chromium.org2009-11-041-5/+0
| | | | | | | | | | | | change. TBR=japhet TEST=none BUG=none Review URL: http://codereview.chromium.org/355026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31002 0039d316-1c4b-4281-b951-d872f2087c98
* When doing an unselect in a page, the focused node is kept focused butjcampan@chromium.org2009-11-041-0/+23
| | | | | | | | | | | | | | | | | | | | | it does not get the keyboard input anymore and for text editable nodes there is no caret. This was happening because the focus is messed up when the selection does not include the focused node. This CL ensure the selection includes the focused node to work-around that issue. BUG=21388 TEST=Open google.com, CTRL-F and search for something not in the page. ESC to close the find-box. The search field on the Google page should have focus and typing should work. Now focus a link in the page, do a find for some text not in the page. Press ESC. Pressing enter should trigger the link. Review URL: http://codereview.chromium.org/342099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30999 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up storage test expectations.dglazkov@chromium.org2009-11-041-8/+5
| | | | | | | | | | TBR=japhet TEST=none BUG=none Review URL: http://codereview.chromium.org/363009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30997 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 50487:50516hclam@chromium.org2009-11-041-0/+19
| | | | | | | | | | | | Also added test expectations for the ruby tests. They need to be rebaselined afterwards. TBR=brettw TEST=Tree stays green Review URL: http://codereview.chromium.org/366006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30996 0039d316-1c4b-4281-b951-d872f2087c98
* Remove passing Linux Debug tests. The bot needed a clobber to pick up .in ↵dglazkov@chromium.org2009-11-041-46/+0
| | | | | | | | | | | | change. R=japhet TEST=none BUG=26291 Review URL: http://codereview.chromium.org/361010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30992 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline (and add baselines for Mac) getComputedStyle-related tests.dglazkov@chromium.org2009-11-047-13/+829
| | | | | | | | | | | | This change also removes flaky crash expectations. Those were incorrect. R=japhet TEST=none BUG=none Review URL: http://codereview.chromium.org/360019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30991 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce WebAccessibilityControllerImpl.dglazkov@chromium.org2009-11-0415-994/+943
| | | | | | | | | | | | Removes accessibility-related WebCore dependencies from glue. R=darin TEST=none BUG=24616 Review URL: http://codereview.chromium.org/348063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30986 0039d316-1c4b-4281-b951-d872f2087c98
* Implement FormStructure and an initial method, EncodeUploadRequest. This ↵jhawkins@chromium.org2009-11-044-3/+16
| | | | | | | | | | also adds SHA1HashString, a utility method to get the SHA-1 hash of an input string, with appropriate unit tests. BUG=18201 TEST=none Review URL: http://codereview.chromium.org/355003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30980 0039d316-1c4b-4281-b951-d872f2087c98
* Enable localization of default downloaded filename.tony@chromium.org2009-11-041-7/+3
| | | | | | | | | | | | | | | Instead of localizing "download" string in net_util.cc, make a caller, download_manger, provide a localized string. BUG=25289 TEST=NetUtilTest.GetSuggestedFilename,DownloadManagerTest.TestDownloadFilename Original patch by hayato@google.com at: http://codereview.chromium.org/343014/show Review URL: http://codereview.chromium.org/367003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30971 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: fix categories alignment.pfeldman@chromium.org2009-11-041-0/+4
| | | | | | | TBR: yurys git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30953 0039d316-1c4b-4281-b951-d872f2087c98
* Add some more new baselines since we don't yet support the URL in storage ↵jorlow@chromium.org2009-11-044-6/+176
| | | | | | | | | | | events. TEST=none BUG=none Review URL: http://codereview.chromium.org/347007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30947 0039d316-1c4b-4281-b951-d872f2087c98
* First half of http://codereview.chromium.org/274014/showjorlow@chromium.org2009-11-042-24/+0
| | | | | | | | | | | | This fixes storage events in single process mode, fixes a bug due to the glue/webkitclient_impl not being updated when I introduced quota support, introduces a params struct for storage events, and is general cleanup. Submitting this first since the change to add the url param made things bigger than I liked. TBR=darin TEST=none BUG=25427 Review URL: http://codereview.chromium.org/348071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30945 0039d316-1c4b-4281-b951-d872f2087c98
* Add default implementations for WebViewClient and WebWidgetClientdarin@chromium.org2009-11-043-127/+69
| | | | | | | | | | | | | | | methods. Once these interfaces live upstream, we'll want to allow the addition of new methods w/o requiring the consumer (chrome) to implement the new methods. That'll make webkit merging easier, and it'll also make it possible to use a newer webkit with an older chrome. Obviously, this only works if the methods are not crucial to webkit working properly, but that is generally the case for *Client methods. R=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/346042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30943 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate mime_util dependency in FrameLoaderClientImpl.darin@chromium.org2009-11-044-4/+12
| | | | | | | | | | | | | | This is a revision of http://codereview.chromium.org/344018 that adds an implementation of WebMimeRegistry for the worker process. We need this to support the dummy WebView created for workers. R=jam BUG=24604 TEST=covered by worker ui tests Review URL: http://codereview.chromium.org/342104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30941 0039d316-1c4b-4281-b951-d872f2087c98
* Update linux baselines that broke in the win -> win7 movedpranke@google.com2009-11-042-0/+75
| | | | | | | | | R=TBR BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30935 0039d316-1c4b-4281-b951-d872f2087c98
* Correct line-endings for recently added files.dglazkov@google.com2009-11-041-45/+45
| | | | | | | | | TBR=yaar TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30933 0039d316-1c4b-4281-b951-d872f2087c98