From 2e7e342f87bca070546e21a6a6149f5384d7c912 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 20 Feb 2014 22:57:28 +0000 Subject: [PATCH] Update to Chromium version 33.0.1750.117. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1750@1629 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/webkit_popups.patch | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 62d233942..3cc52bcfc 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -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', } diff --git a/patch/patches/webkit_popups.patch b/patch/patches/webkit_popups.patch index 4dc6e0969..71f3f64eb 100644 --- a/patch/patches/webkit_popups.patch +++ b/patch/patches/webkit_popups.patch @@ -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 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 @@