| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
TBR=yurys
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76163 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=yurys
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75925 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6350009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72181 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
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
|