summaryrefslogtreecommitdiffstats
path: root/webkit/tools
Commit message (Collapse)AuthorAgeFilesLines
* zero out test_expectations_w3c.txt now that everything has been rolled.dpranke@chromium.org2014-04-071-16/+0
| | | | | | | | TBR=abarth@chromium.org Review URL: https://codereview.chromium.org/224903008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262081 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the W3C repos used by Blink and update the test expectations.dpranke@chromium.org2014-04-061-33/+17
| | | | | | | | | | | | | | web-platform-tests: ac4322 -> 2f0f4e csswg-test: 8c415e -> 7ce632 This will introduce some new failures; I'll file bugs for those separately once everything has rolled. TBR=abarth Review URL: https://codereview.chromium.org/226373004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262039 0039d316-1c4b-4281-b951-d872f2087c98
* Merge w3c test expectations from LayoutTests/TestExpectations .dpranke@chromium.org2014-04-051-0/+42
| | | | | | | | | | | | | | | | | Some of the existing test expectations refer to files that have been removed in the upstream W3C repo, and hence will cause lint-test-expectations to fail on the next W3C roll. If we move these expectations into the downstream test_expectations_w3c.txt file, we can then update the expectations atomically in the roll and avoid any issues. Unfortunately, this requires us to land five CLs as a result and hope that nobody needs to adjust the Blink TestExpectations in the meantime :(. TBR=abarth Review URL: https://codereview.chromium.org/226573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261923 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old test expectation from test_expectations.txtdcarney@google.com2014-02-271-2/+0
| | | | | | | | | | R=jochen@chromium.org BUG= Review URL: https://codereview.chromium.org/182773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253748 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an expectation that has been upstreamed.pkasting@chromium.org2014-02-271-2/+0
| | | | | | | | | | BUG=342077 TEST=none TBR=derat Review URL: https://codereview.chromium.org/178183004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253656 0039d316-1c4b-4281-b951-d872f2087c98
* Remove expectations that have long since been upstreamed.pkasting@chromium.org2014-02-261-55/+0
| | | | | | | | | | BUG=330083 TEST=none TBR=dpranke Review URL: https://codereview.chromium.org/177293006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253635 0039d316-1c4b-4281-b951-d872f2087c98
* Enable subpixel rendering in custom freetype2 library.derat@chromium.org2014-02-261-0/+2
| | | | | | | | | | | | | Set FT_CONFIG_OPTION_SUBPIXEL_RENDERING in the custom freetype2 library built for content_shell so that local Chrome builds will honor the developer's font settings. BUG=342077 TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/163433013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253485 0039d316-1c4b-4281-b951-d872f2087c98
* remove network-shared-worker.html from test_expectations.txthoro@chromium.org2014-02-141-2/+0
| | | | | | | | BUG=329786 Review URL: https://codereview.chromium.org/165793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251264 0039d316-1c4b-4281-b951-d872f2087c98
* Move the worker script loading code to the worker process (phase:4/5)horo@chromium.org2014-02-051-0/+2
| | | | | | | | | | | | | | - Stop sending the worker script from the renderer. - In this change we can remove the pending instances in WorkerServiceImpl. This is step 4 of moving the worker script loading code from the renderer process to the worker process. See: http://crbug.com/329786 BUG=329786 Review URL: https://codereview.chromium.org/133093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248869 0039d316-1c4b-4281-b951-d872f2087c98
* Fix blink test expectations.machenbach@chromium.org2014-01-311-3/+0
| | | | | | | | | | | Doesn't pass lint checks due to deleted test. This CL will break blink DEPS builders until next blink roll. BUG= TBR=abarth@chromium.org Review URL: https://codereview.chromium.org/151583003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248210 0039d316-1c4b-4281-b951-d872f2087c98
* Skip test that has moved to the V8 repository.machenbach@chromium.org2014-01-311-0/+2
| | | | | | | | | | | The test will pass on the next v8 roll and is removed in the next blink roll. BUG=237872 TBR=dglazkov@chromium.org Review URL: https://codereview.chromium.org/151343004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248190 0039d316-1c4b-4281-b951-d872f2087c98
* Remove test_expectations_asan.txt (it moved to Blink).dpranke@chromium.org2014-01-281-84/+0
| | | | | | | | | R=eseidel@chromium.org, ojan@chromium.org BUG=337598 Review URL: https://codereview.chromium.org/143003017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247392 0039d316-1c4b-4281-b951-d872f2087c98
* Remove supression (added in r246126) which is now in Blink.bungeman@chromium.org2014-01-221-3/+0
| | | | | | | Supression added to Blink in r165483, DEPS now at r165519. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246329 0039d316-1c4b-4281-b951-d872f2087c98
* Make layout test FreeType more like Lucid FreeType.bungeman@chromium.org2014-01-211-0/+2
| | | | | | | | | | | The patch set to Lucid's FreeType defines TT_CONFIG_OPTION_BYTECODE_INTERPRETER. This change does so for the layout test's build of FreeType. R=dpranke@chromium.org Review URL: https://codereview.chromium.org/138123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246126 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an upstreamed entry from test_expectations_w3c.txt.hayato@chromium.org2014-01-201-2/+0
| | | | | | | | | | | | The entry was already in LayoutTests/TestExpectations. See https://codereview.chromium.org/137993003. TBR=dpranke BUG=334152 Review URL: https://codereview.chromium.org/138913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245879 0039d316-1c4b-4281-b951-d872f2087c98
* Zero out the entries in test_expectations_w3c.txt.dpranke@chromium.org2014-01-161-54/+0
| | | | | | | | | | | They have been upstreamed and rolled, so they are now redundant. TBR=hayato@chromium.org BUG= Review URL: https://codereview.chromium.org/132873005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245319 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a w3c test for Shadow DOM.hayato@chromium.org2014-01-151-1/+1
| | | | | | | | | | | | | | | | | | This is a pre-requirement patch to land https://codereview.chromium.org/137993003/. I am going to follow the following procedure: 1. Suppress a w3c test which would fail if I land https://codereview.chromium.org/137993003/ 2. Land https://codereview.chromium.org/137993003/ 3. Update the w3c test and upstream it to the w3c repository 4. Wait until the test is imported to blink. 5. Remove the suppression. BUG=334152 Review URL: https://codereview.chromium.org/138143005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245002 0039d316-1c4b-4281-b951-d872f2087c98
* Mark several webkit_tests as flaky on Linux ASANalph@chromium.org2014-01-131-0/+4
| | | | | | | | TBR=tdanderson Review URL: https://codereview.chromium.org/131203004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244526 0039d316-1c4b-4281-b951-d872f2087c98
* Update Linux ASAN webkit_tests expectationsalph@chromium.org2014-01-131-0/+9
| | | | | | | | TBR=tdanderson Review URL: https://codereview.chromium.org/136953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244515 0039d316-1c4b-4281-b951-d872f2087c98
* Add first imported w3c test suites for html-elements and shadow-dom.dpranke@chromium.org2013-12-202-0/+117
| | | | | | | | | | | | | | | This is the first pass at importing and running tests from the W3C using something resembling the long-term process. For now we'll just try two small sets of tests. We get some failures, so we'll suppress them using the new test_expectations_w3c.txt file until the failures can be merged into LayoutTests/TestExpectations upstream. R=eseidel@chromium.org, abarth@chromium.org, jamesr@chromium.org BUG=242329 Review URL: https://codereview.chromium.org/100123005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242215 0039d316-1c4b-4281-b951-d872f2087c98
* Mark some inspector layout tests as timing out on ASAN Blink botsadamk@chromium.org2013-12-131-0/+7
| | | | | | | | | | | | | These tests are already very slow on normal bots, so the ASAN slowness seems to be enough to push them over the edge. Not sure it's worth any new bug filings, given these are already known-slow. The one thing we might want to consider would be giving the ASAN bot longer timeouts. TBR=dpranke@chromium.org,junov@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/100703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240551 0039d316-1c4b-4281-b951-d872f2087c98
* change test expectations for http/tests/security/naked-global-object.html in ↵dcarney@google.com2013-12-111-0/+2
| | | | | | | | | | | | advance of fixing it TBR=jochen@chromium.org BUG= Review URL: https://codereview.chromium.org/112753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240095 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 235043 "whitespace change to force a build"kerz@chromium.org2013-11-141-1/+0
| | | | | | | | | | > whitespace change to force a build TBR=kerz@chromium.org Review URL: https://codereview.chromium.org/72443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235045 0039d316-1c4b-4281-b951-d872f2087c98
* whitespace change to force a buildkerz@chromium.org2013-11-141-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235043 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete webkit/tools/test_shell directoryadamk@chromium.org2013-10-096-255/+0
| | | | | | | | | | | | | All that was left here were a few resource files. Some of those did not appear to be used, while the others already had duplicates available in content/shell/resources. R=jamesr TBR=darin Review URL: https://codereview.chromium.org/25351003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227822 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary DEPS file.jam@chromium.org2013-10-031-4/+0
| | | | | | Review URL: https://codereview.chromium.org/25660007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226685 0039d316-1c4b-4281-b951-d872f2087c98
* Remove stale expectationspiman@chromium.org2013-07-311-3/+0
| | | | | | | | BUG=230257 Review URL: https://chromiumcodereview.appspot.com/21075005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214669 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Don't crash on a GL texture given to TextureLayer when in softwarepiman@chromium.org2013-07-041-0/+3
| | | | | | | | BUG=230257 Review URL: https://chromiumcodereview.appspot.com/18560007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210139 0039d316-1c4b-4281-b951-d872f2087c98
* Remove passing JS test from Chromium-side test_expectations file.senorblanco@chromium.org2013-06-271-3/+0
| | | | | | | | | TBR=esprehn BUG= Review URL: https://codereview.chromium.org/17983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208837 0039d316-1c4b-4281-b951-d872f2087c98
* Shuffle media-related WebMimeRegistry code from webkit/ to content/.scherkus@chromium.org2013-06-221-1/+0
| | | | | | | | | | TestShellWebMimeRegistryImpl has been replaced in lieu of content_shell calling net::RemoveProprietaryMediaTypesAndCodecsForTests(). BUG=251306 Review URL: https://chromiumcodereview.appspot.com/17447011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208045 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress failure in fast/js/kde/inbuilt_function_tostring.html until the ↵senorblanco@chromium.org2013-06-211-0/+3
| | | | | | | | | | next Blink roll. TBR=dpranke Review URL: https://codereview.chromium.org/17068013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207879 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete rebaseline, test-webkitpy wrappers, stop passing --chromiumdpranke@chromium.org2013-06-194-57/+1
| | | | | | | | | R=ojan@chromium.org, abarth@chromium.org BUG=245504 Review URL: https://chromiumcodereview.appspot.com/17239011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207190 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for ASAN failure.senorblanco@chromium.org2013-06-161-0/+6
| | | | | | | | | TBR=kbr BUG=250520 Review URL: https://codereview.chromium.org/17188003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206646 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress some Linux ASAN layout test failures.senorblanco@chromium.org2013-06-131-0/+4
| | | | | | | | TBR=pdr Review URL: https://codereview.chromium.org/16940008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206080 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppressions for performance-sensitive tests on the Linux ASAN botpdr@chromium.org2013-06-121-0/+5
| | | | | | | | | | | | | | | | | These tests are sensitive to performance and already have suppressions on debug bots. This patch adds those suppressions to our slower ASAN bot that still runs as release. virtual/softwarecompositing/video-page-visibility.html compositing/video-page-visibility.html fast/js/JSON-stringify.html BUG= R=dpranke@chromium.org Review URL: https://codereview.chromium.org/16826009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205972 0039d316-1c4b-4281-b951-d872f2087c98
* Don't actually run test-webkitpy on the bots yet.jochen@chromium.org2013-06-071-1/+3
| | | | | | | | | | | On Mac and win, the python module argprase is missing, on Linux, crbug.com/247454 bites. TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/16026022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204786 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing test-webkitpy wrapperjochen@chromium.org2013-06-071-0/+23
| | | | | | | | TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/16211007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204769 0039d316-1c4b-4281-b951-d872f2087c98
* Move C++ code from webkit/tools/test_shell to webkit/supportjamesr@chromium.org2013-06-0429-4749/+0
| | | | | | | | | | | | | | | | | | This code is simple/test/mock implementations of APIs to use in DumpRenderTree, webkit_unit_tests, and various other bits of unit test code around the codebase. Nothing here is used for test_shell since there is no test_shell any more. This moves the code to webkit/support/ along with the rest of DRT/w_u_t support code. Hopefully we'll be able to delete most of this soon along with DumpRenderTree. In the meantime this simplifies webkit/ R=darin@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203242 Review URL: https://codereview.chromium.org/15946006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204005 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-042-5/+5
| | | | | | | | | BUG=245942 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/16335016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203818 0039d316-1c4b-4281-b951-d872f2087c98
* Move webkit/dom_storage to new browser|common|renderer locations. Just ↵michaeln@google.com2013-06-042-3/+3
| | | | | | | | | | | | | | moving the files in the source repository. Note: Everything in /webkit is still being built into the same old webkit_storage target for now, new actual build target(s) will come later. TBR=jamesr@chromium.org BUG=239109 Review URL: https://codereview.chromium.org/15990007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203800 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-025-18/+20
| | | | | | | | | | | Linux fixes BUG=110610 TBR=darin Review URL: https://chromiumcodereview.appspot.com/16155009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203636 0039d316-1c4b-4281-b951-d872f2087c98
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-303-4/+4
| | | | | | | | | | | These are either missed in the first pass, or added after the first pass. TBR=thestig@chromium.org BUG=236029 Review URL: https://codereview.chromium.org/16092013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203259 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Move C++ code from webkit/tools/test_shell to webkit/support"jamesr@chromium.org2013-05-3029-0/+4747
| | | | | | This reverts commit e522cf7889669bfd5153a2d32ac47246bcee2883. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203243 0039d316-1c4b-4281-b951-d872f2087c98
* Move C++ code from webkit/tools/test_shell to webkit/supportjamesr@chromium.org2013-05-3029-4747/+0
| | | | | | | | | | | | | | | | This code is simple/test/mock implementations of APIs to use in DumpRenderTree, webkit_unit_tests, and various other bits of unit test code around the codebase. Nothing here is used for test_shell since there is no test_shell any more. This moves the code to webkit/support/ along with the rest of DRT/w_u_t support code. Hopefully we'll be able to delete most of this soon along with DumpRenderTree. In the meantime this simplifies webkit/ R=darin@chromium.org Review URL: https://codereview.chromium.org/15946006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203242 0039d316-1c4b-4281-b951-d872f2087c98
* Update refernces to Blink's Platform API (webkit)abarth@chromium.org2013-05-3012-24/+24
| | | | | | | | | | | | | | These headers have moved from Source/Platform/chromium/public to public/platform. This CL updates src/webkit's references to the old location to point to the new location. After this CL lands, I'll remove the forwarding headers that are letting these references still work. TBR=jamesr@chromium.org BUG=239545 Review URL: https://chromiumcodereview.appspot.com/15937016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203020 0039d316-1c4b-4281-b951-d872f2087c98
* Rename FileSystemMountPointProvider::ValidateFileSystemRoot to OpenFileSystemkinuko@chromium.org2013-05-291-1/+4
| | | | | | | | | | | | | | | This patch does: - Rename ValidateFileSystemRoot() to OpenFileSystem() to make it clearer what the method does (as the method is called in response to OpenFileSystem request from the renderer) - Also change boolean 'create' parameter to an enum (OpenFileSystemMode) BUG=243216 R=benjhayden@chromium.org, kinaba@chromium.org, tzik@chromium.org Review URL: https://codereview.chromium.org/16043006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202801 0039d316-1c4b-4281-b951-d872f2087c98
* Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ↵michaeln@google.com2013-05-294-8/+8
| | | | | | | | | | | | | | | | | | the new common_child library. - just moving the files in the source repository - and fixing up complilation guards - and fixing up include paths throughout - and fixing up DEPs files as needed Note: Everything in /webkit is still being built into the same old webkit_storage target for now, new actual build target(s) will come later. TBR=kinuko@chromium.org, thestig@chromium.org BUG=239109 Review URL: https://codereview.chromium.org/15746017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202762 0039d316-1c4b-4281-b951-d872f2087c98
* Split FileAPI code for common|common_child|rendererkinuko@chromium.org2013-05-284-5/+5
| | | | | | | | | | | | | | | | | | | | | | | Move following files from content/common to content/common_child: - webfilesystem_callback_adapters.* - webfilesystem_impl.* - webfilewriter_impl.* Move following files from webkit/fileapi to webkit/common/fileapi: - directory_entry.h - file_system_types.h - file_system_url* - file_system_util* Move following files from webkit/fileapi to webkit/renderer/fileapi: - webfilewriter_base* BUG=239710 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/15658004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202501 0039d316-1c4b-4281-b951-d872f2087c98
* Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapikinuko@chromium.org2013-05-285-9/+9
| | | | | | | | | | | | | | | Moving following files: - file_system_context* - file_system_operation* - file_system_url* - and all others but not in syncable/ ones BUG=239710 TBR=avi@chromium.org, tzik@chromium.org Review URL: https://codereview.chromium.org/15859007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202482 0039d316-1c4b-4281-b951-d872f2087c98
* Move more browser-specific webkit/fileapi code to webkit/browser/fileapikinuko@chromium.org2013-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | Moves following files (25 files, 55/130 -> 80/130): - external_mount_points* - file_observers.h - file_system_task_runners* - isolated_context* - isolated_mount_point_provider* - local_file_system_operation* - mock_* - mount_points* - task_runner_bound_observer_list.h BUG=239710 TBR=tzik@chromium.org Review URL: https://codereview.chromium.org/15994002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202079 0039d316-1c4b-4281-b951-d872f2087c98