summaryrefslogtreecommitdiffstats
path: root/webkit/mocks
Commit message (Collapse)AuthorAgeFilesLines
* Fix for WebKit build break.zelidrag@chromium.org2011-04-152-2/+40
| | | | | | | | | TEST=none BUG=none TBR=caseq Review URL: http://codereview.chromium.org/6865016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81755 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix: provide dummy implementation of abstract method.varunjain@chromium.org2011-04-082-0/+6
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6813051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80973 0039d316-1c4b-4281-b951-d872f2087c98
* Prepare mock WebFrame for change in WebKit::WebFrame interface, by adding ↵bbudge@chromium.org2011-03-242-0/+17
| | | | | | | | CreateAssociatedURLLoader overload that takes WebURLLoaderOptions. Review URL: http://codereview.chromium.org/6725033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79285 0039d316-1c4b-4281-b951-d872f2087c98
* Provisional fix for WebFrame API change upstream (webkit bug 56139).sievers@google.com2011-03-192-0/+10
| | | | | | | | | | This is somewhat hackish.. the new version of the function upstream has a default initializer. I think it's better though to add it this way to remove ambiguity - for the overloading the default initializer should not matter. Either way, I expect to remove the obsolete definition within a day or so. Review URL: http://codereview.chromium.org/6677069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78794 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 77109 - Revert 77108 - Revert 77101 - Definition for new API method ↵sreeram@chromium.org2011-03-172-5/+0
| | | | | | | | | | | | | | in WebKit::WebFrame. Reverting http://crrev.com/77109. The upstream API method has been removed in http://trac.webkit.org/changeset/81279. BUG=68780 TEST=none Review URL: http://codereview.chromium.org/6667054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78507 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 77108 - Revert 77101 - Definition for new API method in WebKit::WebFrame.thakis@chromium.org2011-03-072-0/+5
| | | | | | | | | | | | | | | | | | | | | | | Start failing InstantTest.NonSearchToSearchDoesntSupportInstant on Builder Linux Builder (ChromiumOS) The new method (pageDismissalEventBeingDispatched) has not yet been added to the API (see https://bugs.webkit.org/show_bug.cgi?id=55844). When it is, it will be a pure virtual method; clients will break unless they already have a concrete implementation for it. BUG=68780 TEST=none Review URL: http://codereview.chromium.org/6626047 Patch from Sreeram Ramachandran <sreeram@chromium.org>. TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/6625051 TBR=ukai@chromium.org Review URL: http://codereview.chromium.org/6624049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77109 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 77101 - Definition for new API method in WebKit::WebFrame.ukai@chromium.org2011-03-072-5/+0
| | | | | | | | | | | | | | | | | | | | Start failing InstantTest.NonSearchToSearchDoesntSupportInstant on Builder Linux Builder (ChromiumOS) The new method (pageDismissalEventBeingDispatched) has not yet been added to the API (see https://bugs.webkit.org/show_bug.cgi?id=55844). When it is, it will be a pure virtual method; clients will break unless they already have a concrete implementation for it. BUG=68780 TEST=none Review URL: http://codereview.chromium.org/6626047 Patch from Sreeram Ramachandran <sreeram@chromium.org>. TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/6625051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77108 0039d316-1c4b-4281-b951-d872f2087c98
* Definition for new API method in WebKit::WebFrame.thakis@chromium.org2011-03-072-0/+5
| | | | | | | | | | | | | | | The new method (pageDismissalEventBeingDispatched) has not yet been added to the API (see https://bugs.webkit.org/show_bug.cgi?id=55844). When it is, it will be a pure virtual method; clients will break unless they already have a concrete implementation for it. BUG=68780 TEST=none Review URL: http://codereview.chromium.org/6626047 Patch from Sreeram Ramachandran <sreeram@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77101 0039d316-1c4b-4281-b951-d872f2087c98
* 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