summaryrefslogtreecommitdiffstats
path: root/webkit/mocks
Commit message (Collapse)AuthorAgeFilesLines
* Add createFileSystem method in MockWebFrame.ukai@chromium.org2011-03-042-0/+7
| | | | | | | | | | | | This method was added by http://trac.webkit.org/changeset/80333 BUG=none TEST=none TBR=zelidrag,tonyg Review URL: http://codereview.chromium.org/6627006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76898 0039d316-1c4b-4281-b951-d872f2087c98
* Provisional fix for WebFrame API change upstream.pfeldman@chromium.org2011-02-262-2/+2
| | | | | | TBR=yurys git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76163 0039d316-1c4b-4281-b951-d872f2087c98
* Provisional fix for WebFrame API changes upstream (added clearOpener).pfeldman@chromium.org2011-02-242-0/+4
| | | | | | TBR=yurys git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75925 0039d316-1c4b-4281-b951-d872f2087c98
* For webkit_glue::MockWebFrame, define setScrollOffset() that will be soon ↵yuzo@chromium.org2011-02-182-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | introduced. (by https://bugs.webkit.org/show_bug.cgi?id=54632). Otherwise, landing the WebKit patch results in Chromium build breakage. Example: .\glue\media\buffered_resource_loader_unittest.cc(87) : error C2259: 'testing::NiceMock<MockClass>' : cannot instantiate abstract class with [ MockClass=webkit_glue::MockWebFrame ] due to following members: 'void WebKit::WebFrame::setScrollOffset(const WebKit::WebSize &)' : is abstract c:\b\build\slave\webkit-win-latest-rel\build\src\third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h(146) : see declaration of 'WebKit::WebFrame::setScrollOffset' BUG=none TEST=none Review URL: http://codereview.chromium.org/6538049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75367 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup more test code.erg@google.com2011-02-094-249/+516
| | | | | | | | | BUG=none TEST=compiles Review URL: http://codereview.chromium.org/6462015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74328 0039d316-1c4b-4281-b951-d872f2087c98
* Take out temporary code that was needed for a two-sided WebKit patch.jam@chromium.org2011-01-211-5/+0
| | | | | | Review URL: http://codereview.chromium.org/6350009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72181 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ↵abarth@chromium.org2011-01-171-10/+10
| | | | | | reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71586 0039d316-1c4b-4281-b951-d872f2087c98
* Fix canary build break due to printBegin change.jam@chromium.org2011-01-131-1/+9
| | | | | | | TBR=jschuh Review URL: http://codereview.chromium.org/6325001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71353 0039d316-1c4b-4281-b951-d872f2087c98
* moving mocks into webkit/mocks/annacc@chromium.org2010-12-173-0/+432
The number of mock_... files in webkit/glue is piling up and it makes more sense for them to live in a brand new mocks/ directory. BUG=None. TEST=Compiles. Review URL: http://codereview.chromium.org/5878006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69562 0039d316-1c4b-4281-b951-d872f2087c98