summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* WebKit roll to 54718yurys@chromium.org2010-02-121-3/+31
| | | | | | | | TBR=jparent Review URL: http://codereview.chromium.org/601056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38894 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 54706yurys@chromium.org2010-02-121-1/+2
| | | | | | | | TBR=jparent Review URL: http://codereview.chromium.org/604032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38889 0039d316-1c4b-4281-b951-d872f2087c98
* Skip LayoutTests/http/tests/inspector on Linux and Macyurys@chromium.org2010-02-121-0/+1
| | | | | | | | | BUG=26734 TBR=pfeldman Review URL: http://codereview.chromium.org/600096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38881 0039d316-1c4b-4281-b951-d872f2087c98
* Add 'TIMEOUT' to a failing test expectation.dimich@google.com2010-02-121-1/+1
| | | | | | | | | TBR=fbarchard BUG=35492 TEST=none Review URL: http://codereview.chromium.org/606010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38872 0039d316-1c4b-4281-b951-d872f2087c98
* webkit failures after ffmpeg will need rebase line. disabling 4 tests for now.fbarchard@chromium.org2010-02-121-8/+15
| | | | | | | | BUG=35492 TEST=webkit layout tests should pass. Review URL: http://codereview.chromium.org/593077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38871 0039d316-1c4b-4281-b951-d872f2087c98
* Add bug numbers to tests that are failing after the WebKit deps roll.tony@chromium.org2010-02-121-15/+12
| | | | | | | | | | Also removed a test that was commented out (looks like it's passing based on visual inspection of the results). BUG=23487 Review URL: http://codereview.chromium.org/595020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38863 0039d316-1c4b-4281-b951-d872f2087c98
* Make the plugin popup handling code cross-platformstuartmorgan@chromium.org2010-02-115-52/+72
| | | | | | | | | | | Factors the code to allow popups from plugins if they are triggered by user action into a cross-platform method. Also moves some Windows-only code in the header into ifdefs. BUG=none TEST=Click on a plugin that should open a popup window. Without this patch, it worked only every other time on the Mac. Review URL: http://codereview.chromium.org/593055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38853 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure we aren't using stale invalidation rects for windowless pluginsstuartmorgan@chromium.org2010-02-111-4/+10
| | | | | | | | | | | Fixes two cases where message delays can cause the plugin painting system to use invalidation rects that are larger than the plugin is by the time they are handled. BUG=35328 TEST=See bug. Review URL: http://codereview.chromium.org/593063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38845 0039d316-1c4b-4281-b951-d872f2087c98
* Remove calls to the deprecated method applyAutofillSuggestions and replace ↵jhawkins@chromium.org2010-02-112-7/+8
| | | | | | | | | | it with calls to the new applyAutocompleteSuggestions. BUG=none TEST=none Review URL: http://codereview.chromium.org/597033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38817 0039d316-1c4b-4281-b951-d872f2087c98
* Don't attempt to unload Silverlight on the Macstuartmorgan@chromium.org2010-02-113-3/+19
| | | | | | | | | BUG=28131 TEST=covered by buildbot (no user-visible effect since the crash happens after the pages are closed) Review URL: http://codereview.chromium.org/597027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38811 0039d316-1c4b-4281-b951-d872f2087c98
* Add back Mac failure, because it's not skipped.dglazkov@chromium.org2010-02-111-0/+1
| | | | | | | | | | TBR=jorlow TEST=none BUG=none Review URL: http://codereview.chromium.org/600073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38796 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline prototype-inheritance test and remove explicit skip for a webgl test.dglazkov@chromium.org2010-02-113-3/+4
| | | | | | | | | | | | The rebaseline is due to http://trac.webkit.org/changeset/54646. TBR=jorlow TEST=none BUG=none Review URL: http://codereview.chromium.org/603035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38791 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for CONTENT_SETTING_ASK to database.jorlow@chromium.org2010-02-114-10/+40
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/572001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38783 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Linux compile bustagestuartmorgan@chromium.org2010-02-111-1/+1
| | | | | | | | TBR=avi Review URL: http://codereview.chromium.org/605001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38776 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an NPP_SetWindow call left over from the old Carbon idle event codestuartmorgan@chromium.org2010-02-114-34/+13
| | | | | | | | | | | Also moves DestroyInstance() into ~WebPluginDelegateImple, to match the other platforms, and unforks the now-similar PluginDestroyed (only Windows currently changes handle_event_depth_, so the behavior for Mac and Linux will be unchanged). BUG=35074 TEST=Covered by existing plugin tests. Review URL: http://codereview.chromium.org/604009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38775 0039d316-1c4b-4281-b951-d872f2087c98
* Skip the webgl test that crashes.jorlow@chromium.org2010-02-111-1/+1
| | | | | | Review URL: http://codereview.chromium.org/600068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38769 0039d316-1c4b-4281-b951-d872f2087c98
* Add test expectations from last roll.jorlow@chromium.org2010-02-111-1/+3
| | | | | | | | | | TBR=yurys BUG=21852 TEST=none Review URL: http://codereview.chromium.org/597041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38767 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 54648jorlow@chromium.org2010-02-119-0/+24
| | | | | | | | | | TBR=yurys TEST=none BUG=none Review URL: http://codereview.chromium.org/600044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38757 0039d316-1c4b-4281-b951-d872f2087c98
* Remove webkit/glue/glue_util.{h,cc} now that the WebKit API is complete!darin@chromium.org2010-02-113-550/+0
| | | | | | | | | | R=jorlow BUG=24607 TEST=none Review URL: http://codereview.chromium.org/601029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38751 0039d316-1c4b-4281-b951-d872f2087c98
* Always send the stream headers to the plugin, not just for seekable ones.jam@chromium.org2010-02-111-3/+5
| | | | | | | Also, do case-insensitive search for "accept-ranges" since some servers use weird casings. Review URL: http://codereview.chromium.org/603014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38744 0039d316-1c4b-4281-b951-d872f2087c98
* Revert the revert... This has the cumulative effect of relanding 38694.eroman@chromium.org2010-02-111-1/+1
| | | | | | | | | | | | | | | | The chrome frame failure appears to be unrelated. Add some tests to CookieMonster for overwriting persistent cookies, and checking that the PersistentCookieStore interface is exercised correctly. Review URL: http://codereview.chromium.org/600040 TBR=eroman@chromium.org Review URL: http://codereview.chromium.org/596048 TBR=eroman@chromium.org Review URL: http://codereview.chromium.org/604012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38728 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r38570. The underlying bug has been fix.jhawkins@chromium.org2010-02-113-37/+41
| | | | | | | | | | | Move conditions of FormField creation to FormFieldHistoryManager; AutoFill does not have the same conditions. This required manipulating the FormField data structure to add necessary field data. TBR=tony BUG=none TEST=none Review URL: http://codereview.chromium.org/603015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38711 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 38694 - For some reason this seems to be hanging chrome frame tests, ↵eroman@chromium.org2010-02-101-1/+1
| | | | | | | | | | | | | even though this should be a strictly no-op change... Add some tests to CookieMonster for overwriting persistent cookies, and checking that the PersistentCookieStore interface is exercised correctly. Review URL: http://codereview.chromium.org/600040 TBR=eroman@chromium.org Review URL: http://codereview.chromium.org/596048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38707 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak more bug ids, triaging layout test failures.dglazkov@chromium.org2010-02-101-1/+1
| | | | | | | | | | TBR=hamaji TEST=none BUG=none Review URL: http://codereview.chromium.org/597028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38706 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test_output_xml_to_json.py not to fail when results_directory requires ↵kinuko@chromium.org2010-02-101-1/+1
| | | | | | | | | | | recursive mkdir BUG=32152 TEST=run test_output_xml_to_json.py with option "--results-directory=a/b" and see if it does not exit with "No such file or directory: 'a/b'" error. Review URL: http://codereview.chromium.org/595016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38701 0039d316-1c4b-4281-b951-d872f2087c98
* Add expectations for the test we pass, but Win upstream doesn't.dglazkov@chromium.org2010-02-102-1/+12
| | | | | | | | | | TBR=darin TEST=none BUG=33359 Review URL: http://codereview.chromium.org/601034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38700 0039d316-1c4b-4281-b951-d872f2087c98
* Update bug id on color-correction-related tests.dglazkov@chromium.org2010-02-101-4/+2
| | | | | | | | | | TBR=dimich TEST=none BUG=28317 Review URL: http://codereview.chromium.org/600057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38698 0039d316-1c4b-4281-b951-d872f2087c98
* Update more test expectations to match reality.dglazkov@chromium.org2010-02-101-5/+3
| | | | | | | | | | TBR=zork TEST=none BUG=none Review URL: http://codereview.chromium.org/593048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38695 0039d316-1c4b-4281-b951-d872f2087c98
* Add some tests to CookieMonster for overwriting persistent cookies, and ↵eroman@chromium.org2010-02-101-1/+1
| | | | | | | | checking that the PersistentCookieStore interface is exercised correctly. Review URL: http://codereview.chromium.org/600040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38694 0039d316-1c4b-4281-b951-d872f2087c98
* Pass the SWP_NOMOVE flag to SetWindowPos in ↵mpcomplete@chromium.org2010-02-101-1/+4
| | | | | | | | WebPluginDelegateImpl::WindowedReposition or all plugins will be incorrectly moved to (0,0). Review URL: http://codereview.chromium.org/577027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38691 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Chromium XP (clobber) build following r38658:mark@chromium.org2010-02-101-1/+1
| | | | | | | | | | | | | tools\test_shell\resources\test_shell.rc(3) : fatal error RC1015: cannot open include file 'resource.h'. This file is compiled in a different directory now. BUG=none TEST=Chromium XP Review URL: http://codereview.chromium.org/600048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38670 0039d316-1c4b-4281-b951-d872f2087c98
* Include test_shell.gypi in webkit.gyp instead of maintaining a distinctmark@chromium.org2010-02-102-68/+83
| | | | | | | | | | | | | | | | | | test_shell.gyp. This allows the removal of webkit.gyp:pull_in_test_shell, eliminating the circular relationship between webkit.gyp and test_shell.gyp. The expected semantics of building all of test_shell during a webkit.gyp:All build is performed are retained. This change depends on GYP r781 (in Chromium at r38526) for GYP suffix operator path section treatment. It also depends on Chromium r38519 and r38658 for common.gypi treatment of chromium_code. BUG=33186 TEST=Xcode no longer holds stale project files in memory Review URL: http://codereview.chromium.org/602006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38664 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations according to reality.dglazkov@chromium.org2010-02-101-17/+2
| | | | | | | | | | TBR=zork TEST=none BUG=many Review URL: http://codereview.chromium.org/593044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38663 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up invocations of grit and grit_info.bradnelson@google.com2010-02-101-15/+13
| | | | | | | | | | | Making webkit grd dependencies more correct. BUG=19866 TEST=None Review URL: http://codereview.chromium.org/600029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38646 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for HTML5 databases to the cookie tree model.jochen@chromium.org2010-02-102-11/+30
| | | | | | | | | BUG=34633 TEST=create local databases, open cookie tree view from prefs. Review URL: http://codereview.chromium.org/596009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38635 0039d316-1c4b-4281-b951-d872f2087c98
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-102-7/+7
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/600033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38629 0039d316-1c4b-4281-b951-d872f2087c98
* Fix event generation for layout tests. Key codes are 'A'..'Z' so we must ↵avi@chromium.org2010-02-101-4/+7
| | | | | | | | | | | ensure that the values used are they. BUG=none TEST=none Review URL: http://codereview.chromium.org/582023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38620 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: switch to upstreamed version of DevTools *.js files. Second ↵yurys@chromium.org2010-02-1022-6549/+8
| | | | | | | | | | attempt to land the patch 598014. Now with concatenated file name changed from devtools.js to DevTools.js BUG=34411 Review URL: http://codereview.chromium.org/601025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38606 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "DevTools: switch to upstreamed version of DevTools *.js files"yurys@chromium.org2010-02-1022-6/+6547
| | | | | | | | TBR=pfeldman Review URL: http://codereview.chromium.org/602019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38600 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: switch to upstreamed version of DevTools *.js filesyurys@chromium.org2010-02-1022-6547/+6
| | | | | | | | BUG=34411 Review URL: http://codereview.chromium.org/598014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38595 0039d316-1c4b-4281-b951-d872f2087c98
* Prepare for removing glue/devtools: move devtools_message_data.* to glue/yurys@chromium.org2010-02-103-10/+8
| | | | | | | | BUG=34411 Review URL: http://codereview.chromium.org/599005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38590 0039d316-1c4b-4281-b951-d872f2087c98
* Files that should have been included in the last webkit roll.tony@chromium.org2010-02-102-0/+0
| | | | | | | TBR=jorlow Review URL: http://codereview.chromium.org/596031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38581 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit from 54559 to 54585.tony@chromium.org2010-02-1017-116/+121
| | | | | | | | | A few layout test changes. TBR=jorlow Review URL: http://codereview.chromium.org/593032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38580 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Move conditions of FormFields creation to FormFieldHistoryManager;tony@chromium.org2010-02-103-41/+37
| | | | | | | | | | | | | AutoFill does not have the same conditions. This required manipulating the FormField data structure to add necessary field data." This reverts commit r38570. TBR=jhawkins Review URL: http://codereview.chromium.org/602014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38573 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit from 54550 to 54559.tony@chromium.org2010-02-1054-48/+172
| | | | | | | | | Some new svg tests. TBR=jorlow Review URL: http://codereview.chromium.org/598032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38572 0039d316-1c4b-4281-b951-d872f2087c98
* Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill ↵jhawkins@chromium.org2010-02-103-37/+41
| | | | | | | | | | does not have the same conditions. This required manipulating the FormField data structure to add necessary field data. BUG=none TEST=none Review URL: http://codereview.chromium.org/602008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38570 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit from 54530 to 54550tony@chromium.org2010-02-1026-40/+182
| | | | | | | | | Just some tests that are new or changed upstream. TBR=jorlow Review URL: http://codereview.chromium.org/600031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38566 0039d316-1c4b-4281-b951-d872f2087c98
* This test matches the upstream results, so delete our expectedtony@chromium.org2010-02-103-2/+0
| | | | | | | | | results. TBR=jorlow Review URL: http://codereview.chromium.org/599015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38548 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed clipping of GPU plugin instances on Mac OS X against the browserkbr@google.com2010-02-102-13/+20
| | | | | | | | | | | window's scrollbars, etc. BUG=none TEST=none (ran Pepper test plugin, resized and scrolled window) Review URL: http://codereview.chromium.org/595011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38546 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-102-2/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/572014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38545 0039d316-1c4b-4281-b951-d872f2087c98