mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 91.0.4472.0 (#870763)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
diff --git third_party/blink/public/mojom/plugins/plugin_registry.mojom third_party/blink/public/mojom/plugins/plugin_registry.mojom
|
||||
index ff7a8ed89e94..77f44956ff22 100644
|
||||
index ff7a8ed89e94a..77f44956ff22f 100644
|
||||
--- third_party/blink/public/mojom/plugins/plugin_registry.mojom
|
||||
+++ third_party/blink/public/mojom/plugins/plugin_registry.mojom
|
||||
@@ -36,5 +36,5 @@ interface PluginRegistry {
|
||||
@ -10,12 +10,12 @@ index ff7a8ed89e94..77f44956ff22 100644
|
||||
+ GetPlugins(bool refresh, bool is_main_frame, url.mojom.Origin main_frame_origin) => (array<PluginInfo> plugins);
|
||||
};
|
||||
diff --git third_party/blink/public/platform/platform.h third_party/blink/public/platform/platform.h
|
||||
index 4b29748968bc..6d781517518c 100644
|
||||
index b5904a748f70b..a936bd95229b7 100644
|
||||
--- third_party/blink/public/platform/platform.h
|
||||
+++ third_party/blink/public/platform/platform.h
|
||||
@@ -771,6 +771,11 @@ class BLINK_PLATFORM_EXPORT Platform {
|
||||
// unset pass an empty WebURL and WebString.
|
||||
virtual void SetActiveURL(const WebURL& url, const WebString& top_url) {}
|
||||
@@ -774,6 +774,11 @@ class BLINK_PLATFORM_EXPORT Platform {
|
||||
// Returns a sad page bitmap used when the child frame has crashed.
|
||||
virtual SkBitmap* GetSadPageBitmap() { return nullptr; }
|
||||
|
||||
+ // DevTools ------------------------------------------------------------
|
||||
+
|
||||
@ -26,7 +26,7 @@ index 4b29748968bc..6d781517518c 100644
|
||||
static void InitializeMainThreadCommon(Platform* platform,
|
||||
std::unique_ptr<Thread> main_thread);
|
||||
diff --git third_party/blink/renderer/core/dom/document_init.cc third_party/blink/renderer/core/dom/document_init.cc
|
||||
index a43dcce78e48..46bbd086516f 100644
|
||||
index a43dcce78e486..46bbd086516f8 100644
|
||||
--- third_party/blink/renderer/core/dom/document_init.cc
|
||||
+++ third_party/blink/renderer/core/dom/document_init.cc
|
||||
@@ -185,11 +185,11 @@ PluginData* DocumentInit::GetPluginData(LocalFrame* frame, const KURL& url) {
|
||||
@ -44,10 +44,10 @@ index a43dcce78e48..46bbd086516f 100644
|
||||
|
||||
DocumentInit& DocumentInit::WithTypeFrom(const String& mime_type) {
|
||||
diff --git third_party/blink/renderer/core/frame/local_frame.cc third_party/blink/renderer/core/frame/local_frame.cc
|
||||
index 74d1e79e332c..6b96bf4a2543 100644
|
||||
index 4da1c9cbfdbf6..acd69b393cfc0 100644
|
||||
--- third_party/blink/renderer/core/frame/local_frame.cc
|
||||
+++ third_party/blink/renderer/core/frame/local_frame.cc
|
||||
@@ -1850,7 +1850,7 @@ WebContentSettingsClient* LocalFrame::GetContentSettingsClient() {
|
||||
@@ -1967,7 +1967,7 @@ WebContentSettingsClient* LocalFrame::GetContentSettingsClient() {
|
||||
PluginData* LocalFrame::GetPluginData() const {
|
||||
if (!Loader().AllowPlugins())
|
||||
return nullptr;
|
||||
@ -57,7 +57,7 @@ index 74d1e79e332c..6b96bf4a2543 100644
|
||||
}
|
||||
|
||||
diff --git third_party/blink/renderer/core/inspector/devtools_session.cc third_party/blink/renderer/core/inspector/devtools_session.cc
|
||||
index 242653b4e723..385e4b4d3f07 100644
|
||||
index 242653b4e7237..385e4b4d3f075 100644
|
||||
--- third_party/blink/renderer/core/inspector/devtools_session.cc
|
||||
+++ third_party/blink/renderer/core/inspector/devtools_session.cc
|
||||
@@ -8,6 +8,7 @@
|
||||
@ -85,7 +85,7 @@ index 242653b4e723..385e4b4d3f07 100644
|
||||
|
||||
void DevToolsSession::DispatchProtocolCommand(
|
||||
diff --git third_party/blink/renderer/core/page/page.cc third_party/blink/renderer/core/page/page.cc
|
||||
index 415b29342170..5aebc6d6379a 100644
|
||||
index 415b29342170a..5aebc6d6379a5 100644
|
||||
--- third_party/blink/renderer/core/page/page.cc
|
||||
+++ third_party/blink/renderer/core/page/page.cc
|
||||
@@ -210,7 +210,8 @@ Page::Page(PageClients& page_clients,
|
||||
@ -160,7 +160,7 @@ index 415b29342170..5aebc6d6379a 100644
|
||||
visitor->Trace(plugins_changed_observers_);
|
||||
visitor->Trace(next_related_page_);
|
||||
diff --git third_party/blink/renderer/core/page/page.h third_party/blink/renderer/core/page/page.h
|
||||
index d2efc89d1305..4934e23c3b08 100644
|
||||
index d2efc89d1305e..4934e23c3b085 100644
|
||||
--- third_party/blink/renderer/core/page/page.h
|
||||
+++ third_party/blink/renderer/core/page/page.h
|
||||
@@ -156,7 +156,8 @@ class CORE_EXPORT Page final : public GarbageCollected<Page>,
|
||||
@ -184,7 +184,7 @@ index d2efc89d1305..4934e23c3b08 100644
|
||||
Member<ValidationMessageClient> validation_message_client_;
|
||||
|
||||
diff --git third_party/blink/renderer/core/page/plugin_data.cc third_party/blink/renderer/core/page/plugin_data.cc
|
||||
index 89beb74dae8a..63bfa84b45b7 100644
|
||||
index 89beb74dae8a9..63bfa84b45b72 100644
|
||||
--- third_party/blink/renderer/core/page/plugin_data.cc
|
||||
+++ third_party/blink/renderer/core/page/plugin_data.cc
|
||||
@@ -91,10 +91,12 @@ void PluginData::RefreshBrowserSidePluginCache() {
|
||||
@ -212,7 +212,7 @@ index 89beb74dae8a..63bfa84b45b7 100644
|
||||
auto* plugin_info = MakeGarbageCollected<PluginInfo>(
|
||||
plugin->name, FilePathToWebString(plugin->filename),
|
||||
diff --git third_party/blink/renderer/core/page/plugin_data.h third_party/blink/renderer/core/page/plugin_data.h
|
||||
index fe5aa20243d8..c2b3540d3bb5 100644
|
||||
index fe5aa20243d89..c2b3540d3bb54 100644
|
||||
--- third_party/blink/renderer/core/page/plugin_data.h
|
||||
+++ third_party/blink/renderer/core/page/plugin_data.h
|
||||
@@ -97,7 +97,8 @@ class CORE_EXPORT PluginData final : public GarbageCollected<PluginData> {
|
||||
|
Reference in New Issue
Block a user