mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	- Remove CefRequestContextHandler::OnBeforePluginLoad and CefRequestContext::PurgePluginListCache (fixes issue #3047). These methods stopped being relevant after the removal of Flash support in January 2021. The last remaining PPAPI plugin (PDF viewer) will switch to a non-plugin implementation in the near future (see https://crbug.com/702993#c58) and functionality related to plugin filtering has already been removed in https://crrev.com/343ae351c9.
		
			
				
	
	
		
			13 lines
		
	
	
		
			397 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			397 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git third_party/libxml/BUILD.gn third_party/libxml/BUILD.gn
 | |
| index b8752f6295ab6..641c507e96bfd 100644
 | |
| --- third_party/libxml/BUILD.gn
 | |
| +++ third_party/libxml/BUILD.gn
 | |
| @@ -137,6 +137,7 @@ static_library("libxml") {
 | |
|      ":libxml_utils",
 | |
|      ":xml_reader",
 | |
|      ":xml_writer",
 | |
| +    "//cef:*",
 | |
|      "//chromecast/internal",
 | |
|      "//testing/libfuzzer/*",
 | |
|      "//third_party/blink/renderer/*",
 |