mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 35.0.1916.138.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1733 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -7,6 +7,6 @@
|
|||||||
# https://code.google.com/p/chromiumembedded/wiki/BranchesAndBuilding
|
# https://code.google.com/p/chromiumembedded/wiki/BranchesAndBuilding
|
||||||
|
|
||||||
{
|
{
|
||||||
'release_url': 'http://src.chromium.org/svn/releases/35.0.1916.86',
|
'release_url': 'http://src.chromium.org/svn/releases/35.0.1916.138',
|
||||||
'chromium_checkout': 'refs/tags/35.0.1916.86',
|
'chromium_checkout': 'refs/tags/35.0.1916.138',
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: common.gypi
|
Index: common.gypi
|
||||||
===================================================================
|
===================================================================
|
||||||
--- common.gypi (revision 266998)
|
--- common.gypi (revision 272606)
|
||||||
+++ common.gypi (working copy)
|
+++ common.gypi (working copy)
|
||||||
@@ -9,6 +9,9 @@
|
@@ -9,6 +9,9 @@
|
||||||
# Variables expected to be overriden on the GYP command line (-D) or by
|
# Variables expected to be overriden on the GYP command line (-D) or by
|
||||||
@@ -27,7 +27,7 @@ Index: common.gypi
|
|||||||
['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris") and chromeos==0', {
|
['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris") and chromeos==0', {
|
||||||
Index: mac/strip_save_dsym
|
Index: mac/strip_save_dsym
|
||||||
===================================================================
|
===================================================================
|
||||||
--- mac/strip_save_dsym (revision 266998)
|
--- mac/strip_save_dsym (revision 272606)
|
||||||
+++ mac/strip_save_dsym (working copy)
|
+++ mac/strip_save_dsym (working copy)
|
||||||
@@ -48,7 +48,7 @@
|
@@ -48,7 +48,7 @@
|
||||||
"bundle"]
|
"bundle"]
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: public/renderer/content_renderer_client.cc
|
Index: public/renderer/content_renderer_client.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- public/renderer/content_renderer_client.cc (revision 266998)
|
--- public/renderer/content_renderer_client.cc (revision 272606)
|
||||||
+++ public/renderer/content_renderer_client.cc (working copy)
|
+++ public/renderer/content_renderer_client.cc (working copy)
|
||||||
@@ -92,7 +92,6 @@
|
@@ -92,7 +92,6 @@
|
||||||
return false;
|
return false;
|
||||||
@@ -20,7 +20,7 @@ Index: public/renderer/content_renderer_client.cc
|
|||||||
const GURL& url,
|
const GURL& url,
|
||||||
Index: public/renderer/content_renderer_client.h
|
Index: public/renderer/content_renderer_client.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- public/renderer/content_renderer_client.h (revision 266998)
|
--- public/renderer/content_renderer_client.h (revision 272606)
|
||||||
+++ public/renderer/content_renderer_client.h (working copy)
|
+++ public/renderer/content_renderer_client.h (working copy)
|
||||||
@@ -175,7 +175,6 @@
|
@@ -175,7 +175,6 @@
|
||||||
// Returns true if a popup window should be allowed.
|
// Returns true if a popup window should be allowed.
|
||||||
@@ -40,7 +40,7 @@ Index: public/renderer/content_renderer_client.h
|
|||||||
// If |send_referrer| is set to false (which is the default), no referrer
|
// If |send_referrer| is set to false (which is the default), no referrer
|
||||||
Index: renderer/render_frame_impl.cc
|
Index: renderer/render_frame_impl.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- renderer/render_frame_impl.cc (revision 266998)
|
--- renderer/render_frame_impl.cc (revision 272606)
|
||||||
+++ renderer/render_frame_impl.cc (working copy)
|
+++ renderer/render_frame_impl.cc (working copy)
|
||||||
@@ -2662,7 +2662,6 @@
|
@@ -2662,7 +2662,6 @@
|
||||||
WebNavigationType type,
|
WebNavigationType type,
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: resource_ids
|
Index: resource_ids
|
||||||
===================================================================
|
===================================================================
|
||||||
--- resource_ids (revision 266998)
|
--- resource_ids (revision 272606)
|
||||||
+++ resource_ids (working copy)
|
+++ resource_ids (working copy)
|
||||||
@@ -16,6 +16,12 @@
|
@@ -16,6 +16,12 @@
|
||||||
{
|
{
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: message_loop.cc
|
Index: message_loop.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- message_loop.cc (revision 266998)
|
--- message_loop.cc (revision 272606)
|
||||||
+++ message_loop.cc (working copy)
|
+++ message_loop.cc (working copy)
|
||||||
@@ -144,7 +144,7 @@
|
@@ -144,7 +144,7 @@
|
||||||
MessageLoop::~MessageLoop() {
|
MessageLoop::~MessageLoop() {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: public/common/common_param_traits_macros.h
|
Index: public/common/common_param_traits_macros.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- public/common/common_param_traits_macros.h (revision 266998)
|
--- public/common/common_param_traits_macros.h (revision 272606)
|
||||||
+++ public/common/common_param_traits_macros.h (working copy)
|
+++ public/common/common_param_traits_macros.h (working copy)
|
||||||
@@ -182,6 +182,7 @@
|
@@ -182,6 +182,7 @@
|
||||||
IPC_STRUCT_TRAITS_MEMBER(initialize_at_minimum_page_scale)
|
IPC_STRUCT_TRAITS_MEMBER(initialize_at_minimum_page_scale)
|
||||||
@@ -12,7 +12,7 @@ Index: public/common/common_param_traits_macros.h
|
|||||||
IPC_STRUCT_TRAITS_MEMBER(spatial_navigation_enabled)
|
IPC_STRUCT_TRAITS_MEMBER(spatial_navigation_enabled)
|
||||||
Index: renderer/web_preferences.cc
|
Index: renderer/web_preferences.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- renderer/web_preferences.cc (revision 266998)
|
--- renderer/web_preferences.cc (revision 272606)
|
||||||
+++ renderer/web_preferences.cc (working copy)
|
+++ renderer/web_preferences.cc (working copy)
|
||||||
@@ -163,6 +163,8 @@
|
@@ -163,6 +163,8 @@
|
||||||
settings->setCookieEnabled(prefs.cookie_enabled);
|
settings->setCookieEnabled(prefs.cookie_enabled);
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: common/webpreferences.cc
|
Index: common/webpreferences.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- common/webpreferences.cc (revision 266998)
|
--- common/webpreferences.cc (revision 272606)
|
||||||
+++ common/webpreferences.cc (working copy)
|
+++ common/webpreferences.cc (working copy)
|
||||||
@@ -121,6 +121,7 @@
|
@@ -121,6 +121,7 @@
|
||||||
use_solid_color_scrollbars(false),
|
use_solid_color_scrollbars(false),
|
||||||
@@ -12,7 +12,7 @@ Index: common/webpreferences.cc
|
|||||||
#if defined(OS_ANDROID)
|
#if defined(OS_ANDROID)
|
||||||
Index: common/webpreferences.h
|
Index: common/webpreferences.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- common/webpreferences.h (revision 266998)
|
--- common/webpreferences.h (revision 272606)
|
||||||
+++ common/webpreferences.h (working copy)
|
+++ common/webpreferences.h (working copy)
|
||||||
@@ -156,6 +156,7 @@
|
@@ -156,6 +156,7 @@
|
||||||
bool use_solid_color_scrollbars;
|
bool use_solid_color_scrollbars;
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: content_browser_client.cc
|
Index: content_browser_client.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- content_browser_client.cc (revision 266998)
|
--- content_browser_client.cc (revision 272606)
|
||||||
+++ content_browser_client.cc (working copy)
|
+++ content_browser_client.cc (working copy)
|
||||||
@@ -255,6 +255,10 @@
|
@@ -255,6 +255,10 @@
|
||||||
return true;
|
return true;
|
||||||
@@ -15,7 +15,7 @@ Index: content_browser_client.cc
|
|||||||
}
|
}
|
||||||
Index: content_browser_client.h
|
Index: content_browser_client.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- content_browser_client.h (revision 266998)
|
--- content_browser_client.h (revision 272606)
|
||||||
+++ content_browser_client.h (working copy)
|
+++ content_browser_client.h (working copy)
|
||||||
@@ -22,6 +22,7 @@
|
@@ -22,6 +22,7 @@
|
||||||
#include "net/base/mime_util.h"
|
#include "net/base/mime_util.h"
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
Index: compositing_iosurface_layer_mac.mm
|
Index: compositing_iosurface_layer_mac.mm
|
||||||
===================================================================
|
===================================================================
|
||||||
--- compositing_iosurface_layer_mac.mm (revision 266998)
|
--- compositing_iosurface_layer_mac.mm (revision 272606)
|
||||||
+++ compositing_iosurface_layer_mac.mm (working copy)
|
+++ compositing_iosurface_layer_mac.mm (working copy)
|
||||||
@@ -117,7 +117,7 @@
|
@@ -118,7 +118,7 @@
|
||||||
(context_ && context_->cgl_context() != glContext) ||
|
|
||||||
!renderWidgetHostView_ ||
|
!renderWidgetHostView_ ||
|
||||||
!renderWidgetHostView_->compositing_iosurface_) {
|
!renderWidgetHostView_->compositing_iosurface_ ||
|
||||||
|
!renderWidgetHostView_->compositing_iosurface_->HasIOSurface()) {
|
||||||
- glClearColor(1, 1, 1, 1);
|
- glClearColor(1, 1, 1, 1);
|
||||||
+ glClearColor(0, 0, 0, 0);
|
+ glClearColor(0, 0, 0, 0);
|
||||||
glClear(GL_COLOR_BUFFER_BIT);
|
glClear(GL_COLOR_BUFFER_BIT);
|
||||||
@@ -13,7 +13,7 @@ Index: compositing_iosurface_layer_mac.mm
|
|||||||
}
|
}
|
||||||
Index: compositing_iosurface_mac.mm
|
Index: compositing_iosurface_mac.mm
|
||||||
===================================================================
|
===================================================================
|
||||||
--- compositing_iosurface_mac.mm (revision 266998)
|
--- compositing_iosurface_mac.mm (revision 272606)
|
||||||
+++ compositing_iosurface_mac.mm (working copy)
|
+++ compositing_iosurface_mac.mm (working copy)
|
||||||
@@ -362,7 +362,7 @@
|
@@ -362,7 +362,7 @@
|
||||||
glUseProgram(0); CHECK_AND_SAVE_GL_ERROR();
|
glUseProgram(0); CHECK_AND_SAVE_GL_ERROR();
|
||||||
@@ -26,7 +26,7 @@ Index: compositing_iosurface_mac.mm
|
|||||||
|
|
||||||
Index: compositing_iosurface_shader_programs_mac.cc
|
Index: compositing_iosurface_shader_programs_mac.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- compositing_iosurface_shader_programs_mac.cc (revision 266998)
|
--- compositing_iosurface_shader_programs_mac.cc (revision 272606)
|
||||||
+++ compositing_iosurface_shader_programs_mac.cc (working copy)
|
+++ compositing_iosurface_shader_programs_mac.cc (working copy)
|
||||||
@@ -11,6 +11,8 @@
|
@@ -11,6 +11,8 @@
|
||||||
#include "base/debug/trace_event.h"
|
#include "base/debug/trace_event.h"
|
||||||
@@ -81,7 +81,7 @@ Index: compositing_iosurface_shader_programs_mac.cc
|
|||||||
shader_programs_[which] =
|
shader_programs_[which] =
|
||||||
Index: compositing_iosurface_shader_programs_mac.h
|
Index: compositing_iosurface_shader_programs_mac.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- compositing_iosurface_shader_programs_mac.h (revision 266998)
|
--- compositing_iosurface_shader_programs_mac.h (revision 272606)
|
||||||
+++ compositing_iosurface_shader_programs_mac.h (working copy)
|
+++ compositing_iosurface_shader_programs_mac.h (working copy)
|
||||||
@@ -48,6 +48,8 @@
|
@@ -48,6 +48,8 @@
|
||||||
return rgb_to_yv12_output_format_;
|
return rgb_to_yv12_output_format_;
|
||||||
@@ -94,7 +94,7 @@ Index: compositing_iosurface_shader_programs_mac.h
|
|||||||
TransformsRGBToYV12);
|
TransformsRGBToYV12);
|
||||||
Index: render_widget_host_view_aura.cc
|
Index: render_widget_host_view_aura.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- render_widget_host_view_aura.cc (revision 266998)
|
--- render_widget_host_view_aura.cc (revision 272606)
|
||||||
+++ render_widget_host_view_aura.cc (working copy)
|
+++ render_widget_host_view_aura.cc (working copy)
|
||||||
@@ -2685,8 +2685,14 @@
|
@@ -2685,8 +2685,14 @@
|
||||||
// For non-opaque windows, we don't draw anything, since we depend on the
|
// For non-opaque windows, we don't draw anything, since we depend on the
|
||||||
@@ -115,7 +115,7 @@ Index: render_widget_host_view_aura.cc
|
|||||||
|
|
||||||
Index: render_widget_host_view_mac.mm
|
Index: render_widget_host_view_mac.mm
|
||||||
===================================================================
|
===================================================================
|
||||||
--- render_widget_host_view_mac.mm (revision 266998)
|
--- render_widget_host_view_mac.mm (revision 272606)
|
||||||
+++ render_widget_host_view_mac.mm (working copy)
|
+++ render_widget_host_view_mac.mm (working copy)
|
||||||
@@ -440,7 +440,7 @@
|
@@ -440,7 +440,7 @@
|
||||||
use_core_animation_ = true;
|
use_core_animation_ = true;
|
||||||
@@ -126,7 +126,7 @@ Index: render_widget_host_view_mac.mm
|
|||||||
[cocoa_view_ setLayer:background_layer_];
|
[cocoa_view_ setLayer:background_layer_];
|
||||||
[cocoa_view_ setWantsLayer:YES];
|
[cocoa_view_ setWantsLayer:YES];
|
||||||
}
|
}
|
||||||
@@ -3108,7 +3108,7 @@
|
@@ -3110,7 +3110,7 @@
|
||||||
|
|
||||||
NSRect r = [self flipRectToNSRect:gfx::Rect(x, y, width, height)];
|
NSRect r = [self flipRectToNSRect:gfx::Rect(x, y, width, height)];
|
||||||
CGContextSetFillColorWithColor(context,
|
CGContextSetFillColorWithColor(context,
|
||||||
@@ -135,7 +135,7 @@ Index: render_widget_host_view_mac.mm
|
|||||||
CGContextFillRect(context, NSRectToCGRect(r));
|
CGContextFillRect(context, NSRectToCGRect(r));
|
||||||
}
|
}
|
||||||
if (damagedRect.bottom() > rect.bottom()) {
|
if (damagedRect.bottom() > rect.bottom()) {
|
||||||
@@ -3130,7 +3130,7 @@
|
@@ -3132,7 +3132,7 @@
|
||||||
|
|
||||||
NSRect r = [self flipRectToNSRect:gfx::Rect(x, y, width, height)];
|
NSRect r = [self flipRectToNSRect:gfx::Rect(x, y, width, height)];
|
||||||
CGContextSetFillColorWithColor(context,
|
CGContextSetFillColorWithColor(context,
|
||||||
@@ -144,7 +144,7 @@ Index: render_widget_host_view_mac.mm
|
|||||||
CGContextFillRect(context, NSRectToCGRect(r));
|
CGContextFillRect(context, NSRectToCGRect(r));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3280,7 +3280,7 @@
|
@@ -3282,7 +3282,7 @@
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
CGContextSetFillColorWithColor(context,
|
CGContextSetFillColorWithColor(context,
|
||||||
@@ -153,7 +153,7 @@ Index: render_widget_host_view_mac.mm
|
|||||||
CGContextFillRect(context, dirtyRect);
|
CGContextFillRect(context, dirtyRect);
|
||||||
if (renderWidgetHostView_->whiteout_start_time_.is_null())
|
if (renderWidgetHostView_->whiteout_start_time_.is_null())
|
||||||
renderWidgetHostView_->whiteout_start_time_ = base::TimeTicks::Now();
|
renderWidgetHostView_->whiteout_start_time_ = base::TimeTicks::Now();
|
||||||
@@ -4303,7 +4303,7 @@
|
@@ -4305,7 +4305,7 @@
|
||||||
if (self = [super init]) {
|
if (self = [super init]) {
|
||||||
renderWidgetHostView_ = r;
|
renderWidgetHostView_ = r;
|
||||||
|
|
||||||
@@ -162,7 +162,7 @@ Index: render_widget_host_view_mac.mm
|
|||||||
[self setAnchorPoint:CGPointMake(0, 0)];
|
[self setAnchorPoint:CGPointMake(0, 0)];
|
||||||
// Setting contents gravity is necessary to prevent the layer from being
|
// Setting contents gravity is necessary to prevent the layer from being
|
||||||
// scaled during dyanmic resizes (especially with devtools open).
|
// scaled during dyanmic resizes (especially with devtools open).
|
||||||
@@ -4332,7 +4332,7 @@
|
@@ -4334,7 +4334,7 @@
|
||||||
inContext:context];
|
inContext:context];
|
||||||
} else {
|
} else {
|
||||||
CGContextSetFillColorWithColor(context,
|
CGContextSetFillColorWithColor(context,
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: core/frame/FrameView.cpp
|
Index: core/frame/FrameView.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- core/frame/FrameView.cpp (revision 172878)
|
--- core/frame/FrameView.cpp (revision 174108)
|
||||||
+++ core/frame/FrameView.cpp (working copy)
|
+++ core/frame/FrameView.cpp (working copy)
|
||||||
@@ -165,8 +165,10 @@
|
@@ -165,8 +165,10 @@
|
||||||
if (!isMainFrame())
|
if (!isMainFrame())
|
||||||
@@ -15,7 +15,7 @@ Index: core/frame/FrameView.cpp
|
|||||||
PassRefPtr<FrameView> FrameView::create(LocalFrame* frame)
|
PassRefPtr<FrameView> FrameView::create(LocalFrame* frame)
|
||||||
Index: platform/scroll/ScrollbarThemeMacCommon.mm
|
Index: platform/scroll/ScrollbarThemeMacCommon.mm
|
||||||
===================================================================
|
===================================================================
|
||||||
--- platform/scroll/ScrollbarThemeMacCommon.mm (revision 172878)
|
--- platform/scroll/ScrollbarThemeMacCommon.mm (revision 174108)
|
||||||
+++ platform/scroll/ScrollbarThemeMacCommon.mm (working copy)
|
+++ platform/scroll/ScrollbarThemeMacCommon.mm (working copy)
|
||||||
@@ -358,10 +358,14 @@
|
@@ -358,10 +358,14 @@
|
||||||
// static
|
// static
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: underlay_opengl_hosting_window.h
|
Index: underlay_opengl_hosting_window.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- underlay_opengl_hosting_window.h (revision 266998)
|
--- underlay_opengl_hosting_window.h (revision 272606)
|
||||||
+++ underlay_opengl_hosting_window.h (working copy)
|
+++ underlay_opengl_hosting_window.h (working copy)
|
||||||
@@ -12,7 +12,7 @@
|
@@ -12,7 +12,7 @@
|
||||||
// Common base class for windows that host a OpenGL surface that renders under
|
// Common base class for windows that host a OpenGL surface that renders under
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: web_dialog_view.cc
|
Index: web_dialog_view.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- web_dialog_view.cc (revision 266998)
|
--- web_dialog_view.cc (revision 272606)
|
||||||
+++ web_dialog_view.cc (working copy)
|
+++ web_dialog_view.cc (working copy)
|
||||||
@@ -257,13 +257,6 @@
|
@@ -257,13 +257,6 @@
|
||||||
return true;
|
return true;
|
||||||
@@ -34,7 +34,7 @@ Index: web_dialog_view.cc
|
|||||||
|
|
||||||
Index: web_dialog_view.h
|
Index: web_dialog_view.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- web_dialog_view.h (revision 266998)
|
--- web_dialog_view.h (revision 272606)
|
||||||
+++ web_dialog_view.h (working copy)
|
+++ web_dialog_view.h (working copy)
|
||||||
@@ -74,6 +74,7 @@
|
@@ -74,6 +74,7 @@
|
||||||
virtual const views::Widget* GetWidget() const OVERRIDE;
|
virtual const views::Widget* GetWidget() const OVERRIDE;
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: desktop_aura/desktop_screen_win.cc
|
Index: desktop_aura/desktop_screen_win.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- desktop_aura/desktop_screen_win.cc (revision 266998)
|
--- desktop_aura/desktop_screen_win.cc (revision 272606)
|
||||||
+++ desktop_aura/desktop_screen_win.cc (working copy)
|
+++ desktop_aura/desktop_screen_win.cc (working copy)
|
||||||
@@ -54,6 +54,8 @@
|
@@ -54,6 +54,8 @@
|
||||||
}
|
}
|
||||||
@@ -13,7 +13,7 @@ Index: desktop_aura/desktop_screen_win.cc
|
|||||||
}
|
}
|
||||||
Index: desktop_aura/desktop_window_tree_host_win.cc
|
Index: desktop_aura/desktop_window_tree_host_win.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- desktop_aura/desktop_window_tree_host_win.cc (revision 266998)
|
--- desktop_aura/desktop_window_tree_host_win.cc (revision 272606)
|
||||||
+++ desktop_aura/desktop_window_tree_host_win.cc (working copy)
|
+++ desktop_aura/desktop_window_tree_host_win.cc (working copy)
|
||||||
@@ -130,7 +130,9 @@
|
@@ -130,7 +130,9 @@
|
||||||
native_widget_delegate_);
|
native_widget_delegate_);
|
||||||
@@ -44,7 +44,7 @@ Index: desktop_aura/desktop_window_tree_host_win.cc
|
|||||||
input_method->OnBlur();
|
input_method->OnBlur();
|
||||||
Index: widget.cc
|
Index: widget.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- widget.cc (revision 266998)
|
--- widget.cc (revision 272606)
|
||||||
+++ widget.cc (working copy)
|
+++ widget.cc (working copy)
|
||||||
@@ -122,6 +122,7 @@
|
@@ -122,6 +122,7 @@
|
||||||
show_state(ui::SHOW_STATE_DEFAULT),
|
show_state(ui::SHOW_STATE_DEFAULT),
|
||||||
@@ -78,7 +78,7 @@ Index: widget.cc
|
|||||||
}
|
}
|
||||||
Index: widget.h
|
Index: widget.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- widget.h (revision 266998)
|
--- widget.h (revision 272606)
|
||||||
+++ widget.h (working copy)
|
+++ widget.h (working copy)
|
||||||
@@ -200,6 +200,7 @@
|
@@ -200,6 +200,7 @@
|
||||||
// Should the widget be double buffered? Default is false.
|
// Should the widget be double buffered? Default is false.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: web_contents_view_aura.cc
|
Index: web_contents_view_aura.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- web_contents_view_aura.cc (revision 266998)
|
--- web_contents_view_aura.cc (revision 272606)
|
||||||
+++ web_contents_view_aura.cc (working copy)
|
+++ web_contents_view_aura.cc (working copy)
|
||||||
@@ -1449,17 +1449,25 @@
|
@@ -1449,17 +1449,25 @@
|
||||||
// WebContentsViewAura, aura::client::DragDropDelegate implementation:
|
// WebContentsViewAura, aura::client::DragDropDelegate implementation:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: browser/browser_plugin/browser_plugin_guest.cc
|
Index: browser/browser_plugin/browser_plugin_guest.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- browser/browser_plugin/browser_plugin_guest.cc (revision 266998)
|
--- browser/browser_plugin/browser_plugin_guest.cc (revision 272606)
|
||||||
+++ browser/browser_plugin/browser_plugin_guest.cc (working copy)
|
+++ browser/browser_plugin/browser_plugin_guest.cc (working copy)
|
||||||
@@ -794,7 +794,8 @@
|
@@ -794,7 +794,8 @@
|
||||||
return this;
|
return this;
|
||||||
@@ -14,7 +14,7 @@ Index: browser/browser_plugin/browser_plugin_guest.cc
|
|||||||
// http://crbug.com/140315).
|
// http://crbug.com/140315).
|
||||||
Index: browser/browser_plugin/browser_plugin_guest.h
|
Index: browser/browser_plugin/browser_plugin_guest.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- browser/browser_plugin/browser_plugin_guest.h (revision 266998)
|
--- browser/browser_plugin/browser_plugin_guest.h (revision 272606)
|
||||||
+++ browser/browser_plugin/browser_plugin_guest.h (working copy)
|
+++ browser/browser_plugin/browser_plugin_guest.h (working copy)
|
||||||
@@ -204,7 +204,8 @@
|
@@ -204,7 +204,8 @@
|
||||||
double progress) OVERRIDE;
|
double progress) OVERRIDE;
|
||||||
@@ -28,7 +28,7 @@ Index: browser/browser_plugin/browser_plugin_guest.h
|
|||||||
const NativeWebKeyboardEvent& event) OVERRIDE;
|
const NativeWebKeyboardEvent& event) OVERRIDE;
|
||||||
Index: browser/web_contents/web_contents_impl.cc
|
Index: browser/web_contents/web_contents_impl.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- browser/web_contents/web_contents_impl.cc (revision 266998)
|
--- browser/web_contents/web_contents_impl.cc (revision 272606)
|
||||||
+++ browser/web_contents/web_contents_impl.cc (working copy)
|
+++ browser/web_contents/web_contents_impl.cc (working copy)
|
||||||
@@ -2804,7 +2804,7 @@
|
@@ -2804,7 +2804,7 @@
|
||||||
void WebContentsImpl::ShowContextMenu(RenderFrameHost* render_frame_host,
|
void WebContentsImpl::ShowContextMenu(RenderFrameHost* render_frame_host,
|
||||||
@@ -41,7 +41,7 @@ Index: browser/web_contents/web_contents_impl.cc
|
|||||||
render_view_host_delegate_view_->ShowContextMenu(render_frame_host, params);
|
render_view_host_delegate_view_->ShowContextMenu(render_frame_host, params);
|
||||||
Index: browser/web_contents/web_contents_view_mac.mm
|
Index: browser/web_contents/web_contents_view_mac.mm
|
||||||
===================================================================
|
===================================================================
|
||||||
--- browser/web_contents/web_contents_view_mac.mm (revision 266998)
|
--- browser/web_contents/web_contents_view_mac.mm (revision 272606)
|
||||||
+++ browser/web_contents/web_contents_view_mac.mm (working copy)
|
+++ browser/web_contents/web_contents_view_mac.mm (working copy)
|
||||||
@@ -227,12 +227,6 @@
|
@@ -227,12 +227,6 @@
|
||||||
void WebContentsViewMac::ShowContextMenu(
|
void WebContentsViewMac::ShowContextMenu(
|
||||||
@@ -58,7 +58,7 @@ Index: browser/web_contents/web_contents_view_mac.mm
|
|||||||
else
|
else
|
||||||
Index: public/browser/web_contents_delegate.cc
|
Index: public/browser/web_contents_delegate.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- public/browser/web_contents_delegate.cc (revision 266998)
|
--- public/browser/web_contents_delegate.cc (revision 272606)
|
||||||
+++ public/browser/web_contents_delegate.cc (working copy)
|
+++ public/browser/web_contents_delegate.cc (working copy)
|
||||||
@@ -76,6 +76,7 @@
|
@@ -76,6 +76,7 @@
|
||||||
}
|
}
|
||||||
@@ -70,7 +70,7 @@ Index: public/browser/web_contents_delegate.cc
|
|||||||
}
|
}
|
||||||
Index: public/browser/web_contents_delegate.h
|
Index: public/browser/web_contents_delegate.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- public/browser/web_contents_delegate.h (revision 266998)
|
--- public/browser/web_contents_delegate.h (revision 272606)
|
||||||
+++ public/browser/web_contents_delegate.h (working copy)
|
+++ public/browser/web_contents_delegate.h (working copy)
|
||||||
@@ -35,6 +35,7 @@
|
@@ -35,6 +35,7 @@
|
||||||
class DownloadItem;
|
class DownloadItem;
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: WebNode.cpp
|
Index: WebNode.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- WebNode.cpp (revision 172878)
|
--- WebNode.cpp (revision 174108)
|
||||||
+++ WebNode.cpp (working copy)
|
+++ WebNode.cpp (working copy)
|
||||||
@@ -172,7 +172,7 @@
|
@@ -172,7 +172,7 @@
|
||||||
void WebNode::addEventListener(const WebString& eventType, WebDOMEventListener* listener, bool useCapture)
|
void WebNode::addEventListener(const WebString& eventType, WebDOMEventListener* listener, bool useCapture)
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: public/web/WebView.h
|
Index: public/web/WebView.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- public/web/WebView.h (revision 172878)
|
--- public/web/WebView.h (revision 174108)
|
||||||
+++ public/web/WebView.h (working copy)
|
+++ public/web/WebView.h (working copy)
|
||||||
@@ -417,6 +417,7 @@
|
@@ -417,6 +417,7 @@
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ Index: public/web/WebView.h
|
|||||||
virtual void hidePopups() = 0;
|
virtual void hidePopups() = 0;
|
||||||
Index: Source/web/ChromeClientImpl.cpp
|
Index: Source/web/ChromeClientImpl.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- Source/web/ChromeClientImpl.cpp (revision 172878)
|
--- Source/web/ChromeClientImpl.cpp (revision 174108)
|
||||||
+++ Source/web/ChromeClientImpl.cpp (working copy)
|
+++ Source/web/ChromeClientImpl.cpp (working copy)
|
||||||
@@ -755,7 +755,7 @@
|
@@ -755,7 +755,7 @@
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ Index: Source/web/ChromeClientImpl.cpp
|
|||||||
return adoptRef(new PopupMenuChromium(frame, client));
|
return adoptRef(new PopupMenuChromium(frame, client));
|
||||||
Index: Source/web/WebViewImpl.cpp
|
Index: Source/web/WebViewImpl.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- Source/web/WebViewImpl.cpp (revision 172878)
|
--- Source/web/WebViewImpl.cpp (revision 174108)
|
||||||
+++ Source/web/WebViewImpl.cpp (working copy)
|
+++ Source/web/WebViewImpl.cpp (working copy)
|
||||||
@@ -338,6 +338,7 @@
|
@@ -338,6 +338,7 @@
|
||||||
, m_fakePageScaleAnimationPageScaleFactor(0)
|
, m_fakePageScaleAnimationPageScaleFactor(0)
|
||||||
@@ -53,7 +53,7 @@ Index: Source/web/WebViewImpl.cpp
|
|||||||
void WebViewImpl::startDragging(LocalFrame* frame,
|
void WebViewImpl::startDragging(LocalFrame* frame,
|
||||||
Index: Source/web/WebViewImpl.h
|
Index: Source/web/WebViewImpl.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- Source/web/WebViewImpl.h (revision 172878)
|
--- Source/web/WebViewImpl.h (revision 174108)
|
||||||
+++ Source/web/WebViewImpl.h (working copy)
|
+++ Source/web/WebViewImpl.h (working copy)
|
||||||
@@ -392,7 +392,8 @@
|
@@ -392,7 +392,8 @@
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Index: contrib/minizip/unzip.c
|
Index: contrib/minizip/unzip.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- contrib/minizip/unzip.c (revision 266998)
|
--- contrib/minizip/unzip.c (revision 272606)
|
||||||
+++ contrib/minizip/unzip.c (working copy)
|
+++ contrib/minizip/unzip.c (working copy)
|
||||||
@@ -69,7 +69,7 @@
|
@@ -69,7 +69,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Reference in New Issue
Block a user