mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Update to Chromium version 45.0.2454.26
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
diff --git web_contents_impl.cc web_contents_impl.cc
 | 
			
		||||
index 3aedda6..b4aa061 100644
 | 
			
		||||
index 1383981..2c39457 100644
 | 
			
		||||
--- web_contents_impl.cc
 | 
			
		||||
+++ web_contents_impl.cc
 | 
			
		||||
@@ -1312,24 +1312,31 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params) {
 | 
			
		||||
@@ -1319,24 +1319,31 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params) {
 | 
			
		||||
       params.main_frame_routing_id);
 | 
			
		||||
   frame_tree_.root()->SetFrameName(params.main_frame_name);
 | 
			
		||||
 
 | 
			
		||||
@@ -51,7 +51,7 @@ index 3aedda6..b4aa061 100644
 | 
			
		||||
   }
 | 
			
		||||
   CHECK(render_view_host_delegate_view_);
 | 
			
		||||
   CHECK(view_.get());
 | 
			
		||||
@@ -1665,6 +1672,9 @@ void WebContentsImpl::CreateNewWindow(
 | 
			
		||||
@@ -1672,6 +1679,9 @@ void WebContentsImpl::CreateNewWindow(
 | 
			
		||||
       static_cast<SessionStorageNamespaceImpl*>(session_storage_namespace);
 | 
			
		||||
   CHECK(session_storage_namespace_impl->IsFromContext(dom_storage_context));
 | 
			
		||||
 
 | 
			
		||||
@@ -61,7 +61,7 @@ index 3aedda6..b4aa061 100644
 | 
			
		||||
   if (delegate_ &&
 | 
			
		||||
       !delegate_->ShouldCreateWebContents(this,
 | 
			
		||||
                                           route_id,
 | 
			
		||||
@@ -1673,7 +1683,9 @@ void WebContentsImpl::CreateNewWindow(
 | 
			
		||||
@@ -1680,7 +1690,9 @@ void WebContentsImpl::CreateNewWindow(
 | 
			
		||||
                                           params.frame_name,
 | 
			
		||||
                                           params.target_url,
 | 
			
		||||
                                           partition_id,
 | 
			
		||||
@@ -72,7 +72,7 @@ index 3aedda6..b4aa061 100644
 | 
			
		||||
     if (route_id != MSG_ROUTING_NONE &&
 | 
			
		||||
         !RenderViewHost::FromID(render_process_id, route_id)) {
 | 
			
		||||
       // If the embedder didn't create a WebContents for this route, we need to
 | 
			
		||||
@@ -1695,6 +1707,8 @@ void WebContentsImpl::CreateNewWindow(
 | 
			
		||||
@@ -1702,6 +1714,8 @@ void WebContentsImpl::CreateNewWindow(
 | 
			
		||||
   create_params.opener_render_process_id = GetRenderProcessHost()->GetID();
 | 
			
		||||
   create_params.opener_render_frame_id = params.opener_render_frame_id;
 | 
			
		||||
   create_params.opener_suppressed = params.opener_suppressed;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user