summaryrefslogtreecommitdiffstats
path: root/webkit/tools
Commit message (Collapse)AuthorAgeFilesLines
* Skip fullscreen layout tests for 742 branch.scherkus@chromium.org2011-06-141-0/+2
| | | | | | | | | BUG=82954 TEST=webkit_tests stops complaining TBR=kerz Review URL: http://codereview.chromium.org/7148008 git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@88958 0039d316-1c4b-4281-b951-d872f2087c98
* update testskerz@chromium.org2011-05-241-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@86473 0039d316-1c4b-4281-b951-d872f2087c98
* build triggerkerz@chromium.org2011-05-171-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@85680 0039d316-1c4b-4281-b951-d872f2087c98
* greeningkerz@chromium.org2011-05-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@85653 0039d316-1c4b-4281-b951-d872f2087c98
* one more test fixkerz@chromium.org2011-05-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@85015 0039d316-1c4b-4281-b951-d872f2087c98
* one more try at greenkerz@chromium.org2011-05-111-3/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@84946 0039d316-1c4b-4281-b951-d872f2087c98
* one more go green fixkerz@chromium.org2011-05-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@84692 0039d316-1c4b-4281-b951-d872f2087c98
* cleaning up webkit testskerz@chromium.org2011-05-091-0/+58
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@84690 0039d316-1c4b-4281-b951-d872f2087c98
* green tests on windowskerz@chromium.org2011-05-051-2/+18
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@84254 0039d316-1c4b-4281-b951-d872f2087c98
* updating test expectationskerz@chromium.org2011-05-051-6/+59
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@84212 0039d316-1c4b-4281-b951-d872f2087c98
* trying to clean up webkit testskerz@chromium.org2011-05-031-2/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@83985 0039d316-1c4b-4281-b951-d872f2087c98
* latest update for failing test exceptionskerz@chromium.org2011-04-211-7/+22
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@82430 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 82266 - Fixed file/directory url resolution for external mount point ↵kerz@chromium.org2011-04-203-3/+13
| | | | | | | | | provider.Per Eric's request, refactored FileSystemDirURLRequestJob and FileSystemURLRequestJob classes to resolve local file system through a new operation.BUG=chromium-os:14225TEST=added new test cases to FileSystemPathManagerTest.*, added FileSystemOperationTest.TestGetLocalFilePathSuccessReview URL: http://codereview.chromium.org/6864040 TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/6882102 git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@82372 0039d316-1c4b-4281-b951-d872f2087c98
* cleaning up expectations for branchkerz@chromium.org2011-04-201-4/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@82363 0039d316-1c4b-4281-b951-d872f2087c98
* more debug expectations overridesdpranke@chromium.org2011-04-201-1/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82248 0039d316-1c4b-4281-b951-d872f2087c98
* one more last suppression for linux dbg?dpranke@chromium.org2011-04-201-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82243 0039d316-1c4b-4281-b951-d872f2087c98
* more overridesdpranke@chromium.org2011-04-201-1/+5
| | | | | | | | | | | more overrides BUG= TEST= Review URL: http://codereview.chromium.org/6880062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82240 0039d316-1c4b-4281-b951-d872f2087c98
* debug-only failuresdpranke@chromium.org2011-04-201-0/+6
| | | | | | | | TBR=crogers Review URL: http://codereview.chromium.org/6882068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82234 0039d316-1c4b-4281-b951-d872f2087c98
* one moredpranke@chromium.org2011-04-201-2/+1
| | | | | | | | TBR=crogers Review URL: http://codereview.chromium.org/6877071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82229 0039d316-1c4b-4281-b951-d872f2087c98
* add overrides to green up the botsdpranke@chromium.org2011-04-201-0/+9
| | | | | | | | TBR=crogers Review URL: http://codereview.chromium.org/6882067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82227 0039d316-1c4b-4281-b951-d872f2087c98
* Change Clipboard::ReadImage to return a bitmap.dcheng@chromium.org2011-04-192-1/+23
| | | | | | | | | | | | This allows the PNG compression to be offloaded to another thread as appropriate. BUG=75237 TEST=Local testing. Review URL: http://codereview.chromium.org/6835036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82142 0039d316-1c4b-4281-b951-d872f2087c98
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-191-1/+2
| | | | | | | | | | a minor issue whereby failure to set a cookie "Secure" can get leaked via a WebSocket when http itself is mitiagted. TEST=WebSocketJobTest.HSTSUpgrade Review URL: http://codereview.chromium.org/6873029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82069 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txt : WebGL fixes should now be incrogers@google.com2011-04-191-21/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82046 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test_expectations.txt to ignore crashing WebGL tests probably due to ↵crogers@google.com2011-04-191-2/+22
| | | | | | | | | | skia roll TEST=none BUG=http://code.google.com/p/chromium/issues/detail?id=79792 TBR=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82035 0039d316-1c4b-4281-b951-d872f2087c98
* update test_expectations.txt: fast/text/zero-font-size.html is now re-baselinedcrogers@google.com2011-04-181-1/+0
| | | | | | | | BUG=none TEST=none TBR=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81981 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test expectations for fast/forms/select-background-none.html now that ↵crogers@google.com2011-04-181-1/+0
| | | | | | | | | | it's rebaselined BUG=none TEST=none TBR=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81980 0039d316-1c4b-4281-b951-d872f2087c98
* File API changes needed for safely passing user selected file entities from ↵zelidrag@chromium.org2011-04-162-0/+7
| | | | | | | | | | the file browser component extension to a 3rd party extension. BUG=chromium-os:11996 TEST=FileAccessPermissionsTest.FileAccessChecks Review URL: http://codereview.chromium.org/6810037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81860 0039d316-1c4b-4281-b951-d872f2087c98
* More test suppressions pending rebaseline upstream.caseq@google.com2011-04-151-1/+3
| | | | | | | | | BUG=none TEST=none TBR=crogers git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81762 0039d316-1c4b-4281-b951-d872f2087c98
* Added more suppressions for new tests.caseq@google.com2011-04-151-0/+7
| | | | | | | | | TBR=crogers TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81746 0039d316-1c4b-4281-b951-d872f2087c98
* More suppressions for new tests added.caseq@google.com2011-04-151-1/+3
| | | | | | | | | BUG=none TEST=none TBR=crogers git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81737 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed duplicate test line.caseq@google.com2011-04-151-1/+0
| | | | | | | | | BUG=none TEST=none TBR=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81732 0039d316-1c4b-4281-b951-d872f2087c98
* More temporary suppressions (svg/css/composite-shadow-text.svg, changed ↵caseq@google.com2011-04-151-13/+14
| | | | | | | | | | | since r83936) BUG=none TEST=none TBR=crogers git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81730 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily suppressed shadow tests with win expectations changed since r83936.caseq@google.com2011-04-151-2/+14
| | | | | | | | | BUG=none TEST=none TBR=crogers git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81727 0039d316-1c4b-4281-b951-d872f2087c98
* Removing now unnecessary suppressions.antonm@chromium.org2011-04-151-4/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81722 0039d316-1c4b-4281-b951-d872f2087c98
* Renamed PlatformCanvas -> SkCanvas to fix test_shell build broken on win.caseq@google.com2011-04-152-9/+9
| | | | | | | | | | Courtesy of jamesr BUG=none TEST=successful build of test_shell on win Review URL: http://codereview.chromium.org/6873005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81711 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the rest of the Chrome dependencies from RenderThread.jam@chromium.org2011-04-141-2/+0
| | | | | | Review URL: http://codereview.chromium.org/6853029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81666 0039d316-1c4b-4281-b951-d872f2087c98
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-4/+5
| | | | | | | | | | | | | src/crypto is now an independent project that contains our cryptographic primitives (except md5 and sha1). This removes the base dependency from nss, openssl and sqlite. BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6805019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81611 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "WebKit roll 83807:83834" (broke clang)caseq@google.com2011-04-141-5/+2
| | | | | | | | | BUG=none TEST=none TBR=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81576 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 83807:83834caseq@google.com2011-04-141-2/+5
| | | | | | | | | | BUG=none TEST=none TBR=crogers Review URL: http://codereview.chromium.org/6840050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81573 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 83754:83807caseq@google.com2011-04-141-0/+3
| | | | | | | | | | | BUG=none TEST=none TBR=crogers Review URL: http://codereview.chromium.org/6853007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81544 0039d316-1c4b-4281-b951-d872f2087c98
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-133-45/+23
| | | | | | | | | | | | | possible without WebKit API changes. The WebKit changes will happen in another CL. This is a resubmit of http://codereview.chromium.org/6767010/, which bounced recently. There are a few changes here that weren't there [most notably in file_system_operation_write_unittest.cc and file_system_operation.cc], but they're pretty trivial build/test fixes. Review URL: http://codereview.chromium.org/6833007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81463 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 83605:83731caseq@google.com2011-04-131-9/+0
| | | | | | | | | | BUG=none TEST=none TBR=jianli Review URL: http://codereview.chromium.org/6834026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81424 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed a typo in test names.caseq@google.com2011-04-131-2/+2
| | | | | | | | | BUG=none TEST=none TBR=jianli git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81395 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary suppress 7 SVG tests pending rebaseline upstream.caseq@google.com2011-04-131-0/+9
| | | | | | | | | TEST=none BUG=none TBR=jianli git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81387 0039d316-1c4b-4281-b951-d872f2087c98
* Now that both V8 and WebKit changes are rolled remove custom expectationsyurys@chromium.org2011-04-131-5/+0
| | | | | | | | BUG=None TEST=None TBR=antonm git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81374 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ↵ericu@google.com2011-04-123-23/+45
| | | | | | | | | actual URL, where possible without WebKit API changes. The WebKit changes will happen in another CL. This is a resubmit of http://codereview.chromium.org/6767010/ [third try lucky,fourth try persistent?], which bounced most recently due to bugs manifestingonly on XP. There are a few changes here that weren't there [infile_system_operation_write_unittest.cc and file_system_operation.cc], butthey're pretty trivial build/test fixes.BUG=none TEST=noneReview URL: http://codereview.chromium.org/6821065 TBR=ericu@google.com Review URL: http://codereview.chromium.org/6836002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81320 0039d316-1c4b-4281-b951-d872f2087c98
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-123-45/+23
| | | | | | | | | | | | | | | | | possible without WebKit API changes. The WebKit changes will happen in another CL. This is a resubmit of http://codereview.chromium.org/6767010/ [third try lucky, fourth try persistent?], which bounced most recently due to bugs manifesting only on XP. There are a few changes here that weren't there [in file_system_operation_write_unittest.cc and file_system_operation.cc], but they're pretty trivial build/test fixes. BUG=none TEST=none Review URL: http://codereview.chromium.org/6821065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81319 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ↵tkent@chromium.org2011-04-113-23/+45
| | | | | | | | | | | Release and Debug. More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where possible without WebKit API changes. The WebKit changes will happen in another CL. This is a resubmit of http://codereview.chromium.org/6767010/, which bounced dueto a recent checkin that required a merge. There are a few changes here thatweren't there [in file_system_operation_write_unittest.cc andfile_system_operation.cc], but they're pretty trivial build/test fixes.BUG=none TEST=noneReview URL: http://codereview.chromium.org/6813066 TBR=ericu@google.com Review URL: http://codereview.chromium.org/6813072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81065 0039d316-1c4b-4281-b951-d872f2087c98
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-093-45/+23
| | | | | | | | | | | | | | | | possible without WebKit API changes. The WebKit changes will happen in another CL. This is a resubmit of http://codereview.chromium.org/6767010/, which bounced due to a recent checkin that required a merge. There are a few changes here that weren't there [in file_system_operation_write_unittest.cc and file_system_operation.cc], but they're pretty trivial build/test fixes. BUG=none TEST=none Review URL: http://codereview.chromium.org/6813066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81028 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-083-23/+45
| | | | | | | | | TBR=ericu BUG=None TEST=None Review URL: http://codereview.chromium.org/6821020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80991 0039d316-1c4b-4281-b951-d872f2087c98