Update to Chromium version 33.0.1750.117.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1750@1629 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2014-02-20 22:57:28 +00:00
parent f49c198b15
commit 2e7e342f87
2 changed files with 6 additions and 6 deletions

View File

@ -16,5 +16,5 @@
# http://dev.chromium.org/developers/how-tos/get-the-code
{
'release_url': 'http://src.chromium.org/svn/releases/33.0.1750.91',
'release_url': 'http://src.chromium.org/svn/releases/33.0.1750.117',
}

View File

@ -1,6 +1,6 @@
Index: public/web/WebView.h
===================================================================
--- public/web/WebView.h (revision 165890)
--- public/web/WebView.h (revision 167220)
+++ public/web/WebView.h (working copy)
@@ -446,6 +446,7 @@
@ -12,9 +12,9 @@ Index: public/web/WebView.h
// Visited link state --------------------------------------------------
Index: Source/web/ChromeClientImpl.cpp
===================================================================
--- Source/web/ChromeClientImpl.cpp (revision 165890)
--- Source/web/ChromeClientImpl.cpp (revision 167220)
+++ Source/web/ChromeClientImpl.cpp (working copy)
@@ -867,7 +867,7 @@
@@ -872,7 +872,7 @@
PassRefPtr<PopupMenu> ChromeClientImpl::createPopupMenu(Frame& frame, PopupMenuClient* client) const
{
@ -25,7 +25,7 @@ Index: Source/web/ChromeClientImpl.cpp
return adoptRef(new PopupMenuChromium(frame, client));
Index: Source/web/WebViewImpl.cpp
===================================================================
--- Source/web/WebViewImpl.cpp (revision 165890)
--- Source/web/WebViewImpl.cpp (revision 167220)
+++ Source/web/WebViewImpl.cpp (working copy)
@@ -394,6 +394,7 @@
, m_fakePageScaleAnimationPageScaleFactor(0)
@ -53,7 +53,7 @@ Index: Source/web/WebViewImpl.cpp
void WebViewImpl::startDragging(Frame* frame,
Index: Source/web/WebViewImpl.h
===================================================================
--- Source/web/WebViewImpl.h (revision 165890)
--- Source/web/WebViewImpl.h (revision 167220)
+++ Source/web/WebViewImpl.h (working copy)
@@ -417,7 +417,8 @@