mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Update to Chromium version 132.0.6834.57
This commit is contained in:
		
				
					committed by
					
						 Marshall Greenblatt
						Marshall Greenblatt
					
				
			
			
				
	
			
			
			
						parent
						
							c82167e9d5
						
					
				
				
					commit
					cac57a77ee
				
			| @@ -1,8 +1,8 @@ | ||||
| diff --git chrome/browser/renderer_context_menu/render_view_context_menu.cc chrome/browser/renderer_context_menu/render_view_context_menu.cc | ||||
| index a1564ffe50f30..bfafcad73a2a2 100644 | ||||
| index 3a897a52f50ca..4b8cc9027c6af 100644 | ||||
| --- chrome/browser/renderer_context_menu/render_view_context_menu.cc | ||||
| +++ chrome/browser/renderer_context_menu/render_view_context_menu.cc | ||||
| @@ -359,6 +359,18 @@ base::OnceCallback<void(RenderViewContextMenu*)>* GetMenuShownCallback() { | ||||
| @@ -360,6 +360,18 @@ base::OnceCallback<void(RenderViewContextMenu*)>* GetMenuShownCallback() { | ||||
|    return callback.get(); | ||||
|  } | ||||
|   | ||||
| @@ -21,7 +21,7 @@ index a1564ffe50f30..bfafcad73a2a2 100644 | ||||
|  enum class UmaEnumIdLookupType { | ||||
|    GeneralEnumId, | ||||
|    ContextSpecificEnumId, | ||||
| @@ -627,6 +639,10 @@ int FindUMAEnumValueForCommand(int id, UmaEnumIdLookupType type) { | ||||
| @@ -629,6 +641,10 @@ int FindUMAEnumValueForCommand(int id, UmaEnumIdLookupType type) { | ||||
|      return 1; | ||||
|    } | ||||
|   | ||||
| @@ -32,7 +32,7 @@ index a1564ffe50f30..bfafcad73a2a2 100644 | ||||
|    id = CollapseCommandsForUMA(id); | ||||
|    const auto& map = GetIdcToUmaMap(type); | ||||
|    auto it = map.find(id); | ||||
| @@ -908,6 +924,14 @@ RenderViewContextMenu::RenderViewContextMenu( | ||||
| @@ -910,6 +926,14 @@ RenderViewContextMenu::RenderViewContextMenu( | ||||
|                      : nullptr; | ||||
|  #endif  // BUILDFLAG(IS_CHROMEOS_ASH) | ||||
|   | ||||
| @@ -47,7 +47,7 @@ index a1564ffe50f30..bfafcad73a2a2 100644 | ||||
|    observers_.AddObserver(&autofill_context_menu_manager_); | ||||
|  } | ||||
|   | ||||
| @@ -1364,6 +1388,12 @@ void RenderViewContextMenu::InitMenu() { | ||||
| @@ -1366,6 +1390,12 @@ void RenderViewContextMenu::InitMenu() { | ||||
|      autofill_client->HideAutofillSuggestions( | ||||
|          autofill::SuggestionHidingReason::kContextMenuOpened); | ||||
|    } | ||||
| @@ -60,7 +60,7 @@ index a1564ffe50f30..bfafcad73a2a2 100644 | ||||
|  } | ||||
|   | ||||
|  Profile* RenderViewContextMenu::GetProfile() const { | ||||
| @@ -3630,6 +3660,26 @@ void RenderViewContextMenu::RegisterExecutePluginActionCallbackForTesting( | ||||
| @@ -3650,6 +3680,26 @@ void RenderViewContextMenu::RegisterExecutePluginActionCallbackForTesting( | ||||
|    execute_plugin_action_callback_ = std::move(cb); | ||||
|  } | ||||
|   | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| diff --git components/metrics/persistent_system_profile.cc components/metrics/persistent_system_profile.cc | ||||
| index 5f53ff21a358c..6d88415e889dd 100644 | ||||
| index 3cef1f28ccdb0..c91c9927436de 100644 | ||||
| --- components/metrics/persistent_system_profile.cc | ||||
| +++ components/metrics/persistent_system_profile.cc | ||||
| @@ -400,6 +400,10 @@ bool PersistentSystemProfile::GetSystemProfile( | ||||
| @@ -401,6 +401,10 @@ bool PersistentSystemProfile::GetSystemProfile( | ||||
|    return true; | ||||
|  } | ||||
|   | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| diff --git content/browser/renderer_host/render_frame_host_impl.cc content/browser/renderer_host/render_frame_host_impl.cc | ||||
| index c77216fb7f109..c390b90c5bea7 100644 | ||||
| index f58b9b0333e01..62cc5a6ef62a7 100644 | ||||
| --- content/browser/renderer_host/render_frame_host_impl.cc | ||||
| +++ content/browser/renderer_host/render_frame_host_impl.cc | ||||
| @@ -9169,6 +9169,16 @@ void RenderFrameHostImpl::CreateNewWindow( | ||||
| @@ -9197,6 +9197,16 @@ void RenderFrameHostImpl::CreateNewWindow( | ||||
|      return; | ||||
|    } | ||||
|   | ||||
| @@ -19,7 +19,7 @@ index c77216fb7f109..c390b90c5bea7 100644 | ||||
|    // Otherwise, consume user activation before we proceed. In particular, it is | ||||
|    // important to do this before we return from the |opener_suppressed| case | ||||
|    // below. | ||||
| @@ -11547,6 +11557,7 @@ void RenderFrameHostImpl::CommitNavigation( | ||||
| @@ -11560,6 +11570,7 @@ void RenderFrameHostImpl::CommitNavigation( | ||||
|    auto browser_calc_origin_to_commit = | ||||
|        navigation_request->GetOriginToCommitWithDebugInfo(); | ||||
|    if (!process_lock.is_error_page() && !is_mhtml_subframe && | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| diff --git content/browser/web_contents/web_contents_impl.cc content/browser/web_contents/web_contents_impl.cc | ||||
| index ea5a63ce49a1e..b2ce9614170c3 100644 | ||||
| index 03b5291540931..e5abe380e2c74 100644 | ||||
| --- content/browser/web_contents/web_contents_impl.cc | ||||
| +++ content/browser/web_contents/web_contents_impl.cc | ||||
| @@ -3758,6 +3758,12 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params, | ||||
| @@ -33,7 +33,7 @@ index ea5a63ce49a1e..b2ce9614170c3 100644 | ||||
|  } | ||||
|   | ||||
|  void WebContentsImpl::RenderWidgetDeleted( | ||||
| @@ -4851,6 +4861,15 @@ FrameTree* WebContentsImpl::CreateNewWindow( | ||||
| @@ -4853,6 +4863,15 @@ FrameTree* WebContentsImpl::CreateNewWindow( | ||||
|      create_params.picture_in_picture_options = *(params.pip_options); | ||||
|    } | ||||
|   | ||||
| @@ -49,7 +49,7 @@ index ea5a63ce49a1e..b2ce9614170c3 100644 | ||||
|    // Check whether there is an available prerendered page for this navigation if | ||||
|    // this is not for guest. If it exists, take WebContents pre-created for | ||||
|    // hosting the prerendered page instead of creating new WebContents. | ||||
| @@ -9314,6 +9333,9 @@ void WebContentsImpl::SetFocusedFrame(FrameTreeNode* node, | ||||
| @@ -9316,6 +9335,9 @@ void WebContentsImpl::SetFocusedFrame(FrameTreeNode* node, | ||||
|    } | ||||
|   | ||||
|    CloseListenerManager::DidChangeFocusedFrame(this); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user