mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 83.0.4103.97
This commit is contained in:
@@ -7,6 +7,6 @@
|
|||||||
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
|
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
|
||||||
|
|
||||||
{
|
{
|
||||||
'chromium_checkout': 'refs/tags/83.0.4103.61',
|
'chromium_checkout': 'refs/tags/83.0.4103.97',
|
||||||
'depot_tools_checkout': 'fc5e103221'
|
'depot_tools_checkout': 'fc5e103221'
|
||||||
}
|
}
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn
|
diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn
|
||||||
index 3d5e4dede0ba..63dde0c70634 100644
|
index 4c5e6779efda..a75448436eab 100644
|
||||||
--- build/config/compiler/BUILD.gn
|
--- build/config/compiler/BUILD.gn
|
||||||
+++ build/config/compiler/BUILD.gn
|
+++ build/config/compiler/BUILD.gn
|
||||||
@@ -163,7 +163,7 @@ declare_args() {
|
@@ -172,7 +172,7 @@ declare_args() {
|
||||||
!use_clang_coverage && !(is_android && use_order_profiling) &&
|
!use_clang_coverage && !(is_android && use_order_profiling) &&
|
||||||
(use_lld ||
|
(use_lld ||
|
||||||
(use_gold &&
|
(use_gold &&
|
||||||
@@ -11,7 +11,7 @@ index 3d5e4dede0ba..63dde0c70634 100644
|
|||||||
!(current_cpu == "x86" || current_cpu == "x64"))))
|
!(current_cpu == "x86" || current_cpu == "x64"))))
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1740,8 +1740,6 @@ config("thin_archive") {
|
@@ -1755,8 +1755,6 @@ config("thin_archive") {
|
||||||
# archive names to 16 characters, which is not what we want).
|
# archive names to 16 characters, which is not what we want).
|
||||||
if ((is_posix && !is_nacl && !is_mac && !is_ios) || is_fuchsia) {
|
if ((is_posix && !is_nacl && !is_mac && !is_ios) || is_fuchsia) {
|
||||||
arflags = [ "-T" ]
|
arflags = [ "-T" ]
|
||||||
|
@@ -12,7 +12,7 @@ index c7296bb80f62..a64c7c42720a 100644
|
|||||||
# https://crbug.com/474506.
|
# https://crbug.com/474506.
|
||||||
"//clank/java/BUILD.gn",
|
"//clank/java/BUILD.gn",
|
||||||
diff --git BUILD.gn BUILD.gn
|
diff --git BUILD.gn BUILD.gn
|
||||||
index 72ae0d476511..1f8c6244e2a3 100644
|
index ad58fc03312a..856991ba6096 100644
|
||||||
--- BUILD.gn
|
--- BUILD.gn
|
||||||
+++ BUILD.gn
|
+++ BUILD.gn
|
||||||
@@ -222,6 +222,7 @@ group("gn_all") {
|
@@ -222,6 +222,7 @@ group("gn_all") {
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
diff --git chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
diff --git chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
||||||
index 55026be5292d..589e2c3afd28 100644
|
index f76fb26d4780..4cc511600b3b 100644
|
||||||
--- chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
--- chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
||||||
+++ chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
+++ chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
||||||
@@ -45,7 +45,7 @@ ChromeBrowserMainExtraPartsViewsLinux::
|
@@ -48,7 +48,7 @@ ChromeBrowserMainExtraPartsViewsLinux::
|
||||||
}
|
}
|
||||||
|
|
||||||
void ChromeBrowserMainExtraPartsViewsLinux::ToolkitInitialized() {
|
void ChromeBrowserMainExtraPartsViewsLinux::ToolkitInitialized() {
|
||||||
|
@@ -44,7 +44,7 @@ index c9c761dd34e6..75afc167a60e 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
diff --git third_party/blink/renderer/core/frame/local_frame.cc third_party/blink/renderer/core/frame/local_frame.cc
|
diff --git third_party/blink/renderer/core/frame/local_frame.cc third_party/blink/renderer/core/frame/local_frame.cc
|
||||||
index ab0d55c3de88..360c1b8abdf5 100644
|
index 3c78d0089938..2f7cb6d27eea 100644
|
||||||
--- third_party/blink/renderer/core/frame/local_frame.cc
|
--- third_party/blink/renderer/core/frame/local_frame.cc
|
||||||
+++ third_party/blink/renderer/core/frame/local_frame.cc
|
+++ third_party/blink/renderer/core/frame/local_frame.cc
|
||||||
@@ -1331,7 +1331,7 @@ WebContentSettingsClient* LocalFrame::GetContentSettingsClient() {
|
@@ -1331,7 +1331,7 @@ WebContentSettingsClient* LocalFrame::GetContentSettingsClient() {
|
||||||
|
Reference in New Issue
Block a user