update to 75.0.3770.52
This commit is contained in:
parent
177e19c52e
commit
e25d3b261d
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.430 2019/05/17 16:45:28 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.431 2019/05/24 19:09:14 robert Exp $
|
||||
|
||||
.include <bsd.port.arch.mk>
|
||||
|
||||
@ -11,10 +11,11 @@ DPB_PROPERTIES+= lonesome
|
||||
|
||||
COMMENT= Chromium browser
|
||||
|
||||
V= 75.0.3770.27
|
||||
REVISION= 3
|
||||
V= 75.0.3770.52
|
||||
|
||||
DISTNAME= chromium-${V}
|
||||
DISTFILES= chromium-${V}${EXTRACT_SUFX} \
|
||||
gn-${V}.tar.gz:0
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,2 +1,4 @@
|
||||
SHA256 (chromium-75.0.3770.27.tar.xz) = NVqKxZ1EvSS9g7Te+miiEcvR6uuDEUr44j9kRyg2XAc=
|
||||
SIZE (chromium-75.0.3770.27.tar.xz) = 1300252944
|
||||
SHA256 (chromium-75.0.3770.52.tar.xz) = h5M9GotJEZVYkYj0Cw+opdLuIBYRQApkcRL32/jcxhk=
|
||||
SHA256 (gn-75.0.3770.52.tar.gz) = lVAyZAa1SuUKo/wLVeyIdHzVCf7V/GYxpxQnoYwsPYI=
|
||||
SIZE (chromium-75.0.3770.52.tar.xz) = 708321036
|
||||
SIZE (gn-75.0.3770.52.tar.gz) = 961993
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-chrome_app_generated_resources_grd,v 1.35 2019/05/10 21:55:39 robert Exp $
|
||||
$OpenBSD: patch-chrome_app_generated_resources_grd,v 1.36 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: chrome/app/generated_resources.grd
|
||||
--- chrome/app/generated_resources.grd.orig
|
||||
@ -12,7 +12,7 @@ Index: chrome/app/generated_resources.grd
|
||||
<message name="IDS_ABOUT_BROWSER_SWITCH_TITLE" desc="about:browser-switch page title">
|
||||
Legacy Browser Support
|
||||
</message>
|
||||
@@ -6298,7 +6298,7 @@ the Bookmarks menu.">
|
||||
@@ -6304,7 +6304,7 @@ the Bookmarks menu.">
|
||||
Google Pay
|
||||
</message>
|
||||
|
||||
@ -21,7 +21,7 @@ Index: chrome/app/generated_resources.grd
|
||||
<message name="IDS_SHOW_WINDOW_DECORATIONS" desc="The label of a radio button in the options dialog for using the system title bar and borders.">
|
||||
Use system title bar and borders
|
||||
</message>
|
||||
@@ -7116,7 +7116,7 @@ Please help our engineers fix this problem. Tell us wh
|
||||
@@ -7127,7 +7127,7 @@ Please help our engineers fix this problem. Tell us wh
|
||||
Set as default
|
||||
</message>
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-chrome_browser_download_chrome_download_manager_delegate_cc,v 1.29 2019/05/10 21:55:39 robert Exp $
|
||||
$OpenBSD: patch-chrome_browser_download_chrome_download_manager_delegate_cc,v 1.30 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: chrome/browser/download/chrome_download_manager_delegate.cc
|
||||
--- chrome/browser/download/chrome_download_manager_delegate.cc.orig
|
||||
+++ chrome/browser/download/chrome_download_manager_delegate.cc
|
||||
@@ -1226,7 +1226,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe
|
||||
@@ -1228,7 +1228,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe
|
||||
target_info->is_filetype_handled_safely)
|
||||
DownloadItemModel(item).SetShouldPreferOpeningInBrowser(true);
|
||||
|
||||
@ -12,7 +12,7 @@ Index: chrome/browser/download/chrome_download_manager_delegate.cc
|
||||
if (item->GetOriginalMimeType() == "application/x-x509-user-cert")
|
||||
DownloadItemModel(item).SetShouldPreferOpeningInBrowser(true);
|
||||
#endif
|
||||
@@ -1246,7 +1246,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe
|
||||
@@ -1248,7 +1248,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe
|
||||
|
||||
bool ChromeDownloadManagerDelegate::IsOpenInBrowserPreferreredForFile(
|
||||
const base::FilePath& path) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc,v 1.5 2019/05/10 21:55:39 robert Exp $
|
||||
$OpenBSD: patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc,v 1.6 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
||||
--- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig
|
||||
@ -21,7 +21,7 @@ Index: chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
||||
{ key::kAuthNegotiateDelegateByKdcPolicy,
|
||||
prefs::kAuthNegotiateDelegateByKdcPolicy,
|
||||
base::Value::Type::BOOLEAN },
|
||||
@@ -997,7 +997,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
|
||||
@@ -994,7 +994,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
|
||||
prefs::kAllowPopupsDuringPageUnload,
|
||||
base::Value::Type::BOOLEAN },
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-chrome_browser_resources_plugin_metadata_plugins_linux_json,v 1.30 2019/04/26 09:38:20 robert Exp $
|
||||
$OpenBSD: patch-chrome_browser_resources_plugin_metadata_plugins_linux_json,v 1.31 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: chrome/browser/resources/plugin_metadata/plugins_linux.json
|
||||
--- chrome/browser/resources/plugin_metadata/plugins_linux.json.orig
|
||||
+++ chrome/browser/resources/plugin_metadata/plugins_linux.json
|
||||
@@ -1,27 +1,5 @@
|
||||
{
|
||||
"x-version": 39,
|
||||
"x-version": 40,
|
||||
- "adobe-flash-player": {
|
||||
- "mime_types": [
|
||||
- "application/futuresplash",
|
||||
@ -16,9 +16,9 @@ Index: chrome/browser/resources/plugin_metadata/plugins_linux.json
|
||||
- ],
|
||||
- "versions": [
|
||||
- {
|
||||
- "version": "32.0.0.171",
|
||||
- "version": "32.0.0.192",
|
||||
- "status": "up_to_date",
|
||||
- "reference": "https://helpx.adobe.com/security/products/flash-player/apsb19-19.html"
|
||||
- "reference": "https://helpx.adobe.com/security/products/flash-player/apsb19-26.html"
|
||||
- }
|
||||
- ],
|
||||
- "lang": "en-US",
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-chrome_common_BUILD_gn,v 1.22 2019/05/10 21:55:40 robert Exp $
|
||||
$OpenBSD: patch-chrome_common_BUILD_gn,v 1.23 2019/05/24 19:09:15 robert Exp $
|
||||
Index: chrome/common/BUILD.gn
|
||||
--- chrome/common/BUILD.gn.orig
|
||||
+++ chrome/common/BUILD.gn
|
||||
@@ -302,6 +302,10 @@ static_library("common") {
|
||||
@@ -306,6 +306,10 @@ static_library("common") {
|
||||
public_deps += [ "//ppapi/shared_impl" ]
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
$OpenBSD: patch-chrome_common_chrome_paths_internal_h,v 1.2 2017/04/28 14:21:00 robert Exp $
|
||||
--- chrome/common/chrome_paths_internal.h.orig.port Wed Apr 19 21:06:30 2017
|
||||
+++ chrome/common/chrome_paths_internal.h Thu Apr 27 19:56:00 2017
|
||||
@@ -45,7 +45,7 @@ void GetUserCacheDirectory(const base::FilePath& profi
|
||||
$OpenBSD: patch-chrome_common_chrome_paths_internal_h,v 1.3 2019/05/24 19:09:15 robert Exp $
|
||||
Index: chrome/common/chrome_paths_internal.h
|
||||
--- chrome/common/chrome_paths_internal.h.orig
|
||||
+++ chrome/common/chrome_paths_internal.h
|
||||
@@ -47,7 +47,7 @@ void GetUserCacheDirectory(const base::FilePath& profi
|
||||
// Get the path to the user's documents directory.
|
||||
bool GetUserDocumentsDirectory(base::FilePath* result);
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-chrome_common_chrome_switches_cc,v 1.46 2019/05/10 21:55:40 robert Exp $
|
||||
$OpenBSD: patch-chrome_common_chrome_switches_cc,v 1.47 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: chrome/common/chrome_switches.cc
|
||||
--- chrome/common/chrome_switches.cc.orig
|
||||
+++ chrome/common/chrome_switches.cc
|
||||
@@ -870,12 +870,12 @@ const char kAllowNaClFileHandleAPI[] = "allow-n
|
||||
@@ -878,12 +878,12 @@ const char kAllowNaClFileHandleAPI[] = "allow-n
|
||||
const char kAllowNaClSocketAPI[] = "allow-nacl-socket-api";
|
||||
#endif
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-chrome_common_chrome_switches_h,v 1.51 2019/05/10 21:55:40 robert Exp $
|
||||
$OpenBSD: patch-chrome_common_chrome_switches_h,v 1.52 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: chrome/common/chrome_switches.h
|
||||
--- chrome/common/chrome_switches.h.orig
|
||||
+++ chrome/common/chrome_switches.h
|
||||
@@ -268,12 +268,12 @@ extern const char kAllowNaClFileHandleAPI[];
|
||||
@@ -269,12 +269,12 @@ extern const char kAllowNaClFileHandleAPI[];
|
||||
extern const char kAllowNaClSocketAPI[];
|
||||
#endif
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-chrome_test_BUILD_gn,v 1.5 2019/05/10 21:55:40 robert Exp $
|
||||
$OpenBSD: patch-chrome_test_BUILD_gn,v 1.6 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: chrome/test/BUILD.gn
|
||||
--- chrome/test/BUILD.gn.orig
|
||||
+++ chrome/test/BUILD.gn
|
||||
@@ -5391,7 +5391,7 @@ test("chrome_app_unittests") {
|
||||
@@ -5397,7 +5397,7 @@ test("chrome_app_unittests") {
|
||||
"//components/crash/core/common",
|
||||
"//components/flags_ui:switches",
|
||||
]
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-components_policy_resources_policy_templates_json,v 1.40 2019/05/10 21:55:40 robert Exp $
|
||||
$OpenBSD: patch-components_policy_resources_policy_templates_json,v 1.41 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: components/policy/resources/policy_templates.json
|
||||
--- components/policy/resources/policy_templates.json.orig
|
||||
+++ components/policy/resources/policy_templates.json
|
||||
@@ -985,7 +985,7 @@
|
||||
@@ -984,7 +984,7 @@
|
||||
'name': 'HomepageLocation',
|
||||
'type': 'string',
|
||||
'schema': { 'type': 'string' },
|
||||
@ -12,7 +12,7 @@ Index: components/policy/resources/policy_templates.json
|
||||
'features': {
|
||||
'can_be_recommended': True,
|
||||
'dynamic_refresh': True,
|
||||
@@ -1014,7 +1014,7 @@
|
||||
@@ -1013,7 +1013,7 @@
|
||||
'name': 'HomepageIsNewTabPage',
|
||||
'type': 'main',
|
||||
'schema': { 'type': 'boolean' },
|
||||
@ -21,7 +21,7 @@ Index: components/policy/resources/policy_templates.json
|
||||
'features': {
|
||||
'can_be_recommended': True,
|
||||
'dynamic_refresh': True,
|
||||
@@ -1040,7 +1040,7 @@
|
||||
@@ -1039,7 +1039,7 @@
|
||||
'name': 'NewTabPageLocation',
|
||||
'type': 'string',
|
||||
'schema': { 'type': 'string' },
|
||||
@ -30,7 +30,7 @@ Index: components/policy/resources/policy_templates.json
|
||||
'features': {
|
||||
'can_be_recommended': True,
|
||||
'dynamic_refresh': True,
|
||||
@@ -1733,7 +1733,7 @@
|
||||
@@ -1732,7 +1732,7 @@
|
||||
'name': 'RemoteAccessHostMatchUsername',
|
||||
'type': 'main',
|
||||
'schema': { 'type': 'boolean' },
|
||||
@ -39,7 +39,7 @@ Index: components/policy/resources/policy_templates.json
|
||||
'features': {
|
||||
'dynamic_refresh': True,
|
||||
'per_profile': False,
|
||||
@@ -3370,7 +3370,7 @@
|
||||
@@ -3369,7 +3369,7 @@
|
||||
'name': 'GSSAPILibraryName',
|
||||
'type': 'string',
|
||||
'schema': { 'type': 'string' },
|
||||
@ -48,7 +48,7 @@ Index: components/policy/resources/policy_templates.json
|
||||
'features': {
|
||||
'dynamic_refresh': False,
|
||||
'per_profile': False,
|
||||
@@ -3422,7 +3422,7 @@
|
||||
@@ -3421,7 +3421,7 @@
|
||||
'name': 'NtlmV2Enabled',
|
||||
'type': 'main',
|
||||
'schema': { 'type': 'boolean' },
|
||||
@ -57,7 +57,7 @@ Index: components/policy/resources/policy_templates.json
|
||||
'features': {
|
||||
'dynamic_refresh': True,
|
||||
'per_profile': False,
|
||||
@@ -6552,7 +6552,7 @@
|
||||
@@ -6537,7 +6537,7 @@
|
||||
'name': 'RequireOnlineRevocationChecksForLocalAnchors',
|
||||
'type': 'main',
|
||||
'schema': { 'type': 'boolean' },
|
||||
@ -66,7 +66,7 @@ Index: components/policy/resources/policy_templates.json
|
||||
'features': {
|
||||
'dynamic_refresh': True,
|
||||
'per_profile': False,
|
||||
@@ -7682,7 +7682,7 @@
|
||||
@@ -7667,7 +7667,7 @@
|
||||
'name': 'BackgroundModeEnabled',
|
||||
'type': 'main',
|
||||
'schema': { 'type': 'boolean' },
|
||||
@ -75,7 +75,7 @@ Index: components/policy/resources/policy_templates.json
|
||||
'features': {
|
||||
'can_be_recommended': True,
|
||||
'dynamic_refresh': True,
|
||||
@@ -8198,7 +8198,7 @@
|
||||
@@ -8183,7 +8183,7 @@
|
||||
'name': 'FullscreenAllowed',
|
||||
'type': 'main',
|
||||
'schema': { 'type': 'boolean' },
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-content_browser_media_media_internals_cc,v 1.21 2019/04/26 09:38:20 robert Exp $
|
||||
$OpenBSD: patch-content_browser_media_media_internals_cc,v 1.22 2019/05/24 19:09:15 robert Exp $
|
||||
Index: content/browser/media/media_internals.cc
|
||||
--- content/browser/media/media_internals.cc.orig
|
||||
+++ content/browser/media/media_internals.cc
|
||||
@@ -766,7 +766,7 @@ void MediaInternals::UpdateVideoCaptureDeviceCapabilit
|
||||
@@ -786,7 +786,7 @@ void MediaInternals::UpdateVideoCaptureDeviceCapabilit
|
||||
device_dict->SetString("name", descriptor.GetNameAndModel());
|
||||
device_dict->Set("formats", std::move(format_list));
|
||||
#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || \
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-content_shell_BUILD_gn,v 1.3 2019/05/10 21:55:40 robert Exp $
|
||||
$OpenBSD: patch-content_shell_BUILD_gn,v 1.4 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: content/shell/BUILD.gn
|
||||
--- content/shell/BUILD.gn.orig
|
||||
+++ content/shell/BUILD.gn
|
||||
@@ -946,7 +946,7 @@ group("content_shell_crash_test") {
|
||||
@@ -947,7 +947,7 @@ group("content_shell_crash_test") {
|
||||
if (is_win) {
|
||||
data_deps += [ "//build/win:copy_cdb_to_output" ]
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-media_audio_audio_thread_impl_cc,v 1.2 2019/05/10 21:55:40 robert Exp $
|
||||
$OpenBSD: patch-media_audio_audio_thread_impl_cc,v 1.3 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: media/audio/audio_thread_impl.cc
|
||||
--- media/audio/audio_thread_impl.cc.orig
|
||||
+++ media/audio/audio_thread_impl.cc
|
||||
@@ -32,7 +32,7 @@ AudioThreadImpl::AudioThreadImpl()
|
||||
@@ -33,7 +33,7 @@ AudioThreadImpl::AudioThreadImpl()
|
||||
#endif
|
||||
worker_task_runner_ = thread_.task_runner();
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-services_network_network_context_cc,v 1.6 2019/05/10 21:55:40 robert Exp $
|
||||
$OpenBSD: patch-services_network_network_context_cc,v 1.7 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: services/network/network_context.cc
|
||||
--- services/network/network_context.cc.orig
|
||||
@ -21,7 +21,7 @@ Index: services/network/network_context.cc
|
||||
net::ShutdownGlobalCertNetFetcher();
|
||||
#endif
|
||||
}
|
||||
@@ -1753,7 +1753,7 @@ URLRequestContextOwner NetworkContext::ApplyContextPar
|
||||
@@ -1764,7 +1764,7 @@ URLRequestContextOwner NetworkContext::ApplyContextPar
|
||||
|
||||
net::CookieCryptoDelegate* crypto_delegate = nullptr;
|
||||
if (params_->enable_encrypted_cookies) {
|
||||
@ -30,7 +30,7 @@ Index: services/network/network_context.cc
|
||||
DCHECK(network_service_->os_crypt_config_set())
|
||||
<< "NetworkService::SetCryptConfig must be called before creating a "
|
||||
"NetworkContext with encrypted cookies.";
|
||||
@@ -2079,7 +2079,7 @@ URLRequestContextOwner NetworkContext::ApplyContextPar
|
||||
@@ -2090,7 +2090,7 @@ URLRequestContextOwner NetworkContext::ApplyContextPar
|
||||
net::SetURLRequestContextForNSSHttpIO(result.url_request_context.get());
|
||||
#endif
|
||||
#if defined(OS_ANDROID) || defined(OS_FUCHSIA) || \
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-services_network_network_service_cc,v 1.7 2019/05/10 21:55:40 robert Exp $
|
||||
$OpenBSD: patch-services_network_network_service_cc,v 1.8 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: services/network/network_service.cc
|
||||
--- services/network/network_service.cc.orig
|
||||
@ -12,7 +12,7 @@ Index: services/network/network_service.cc
|
||||
#include "components/os_crypt/key_storage_config_linux.h"
|
||||
#endif
|
||||
|
||||
@@ -593,7 +593,7 @@ void NetworkService::OnCertDBChanged() {
|
||||
@@ -596,7 +596,7 @@ void NetworkService::OnCertDBChanged() {
|
||||
net::CertDatabase::GetInstance()->NotifyObserversCertDBChanged();
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-ui_views_controls_textfield_textfield_cc,v 1.39 2019/05/10 21:55:40 robert Exp $
|
||||
$OpenBSD: patch-ui_views_controls_textfield_textfield_cc,v 1.40 2019/05/24 19:09:15 robert Exp $
|
||||
|
||||
Index: ui/views/controls/textfield/textfield.cc
|
||||
--- ui/views/controls/textfield/textfield.cc.orig
|
||||
@ -47,7 +47,7 @@ Index: ui/views/controls/textfield/textfield.cc
|
||||
if (!handled && !had_focus && event.IsOnlyMiddleMouseButton())
|
||||
RequestFocusWithPointer(ui::EventPointerType::POINTER_TYPE_MOUSE);
|
||||
#endif
|
||||
@@ -711,7 +711,7 @@ bool Textfield::OnKeyPressed(const ui::KeyEvent& event
|
||||
@@ -713,7 +713,7 @@ bool Textfield::OnKeyPressed(const ui::KeyEvent& event
|
||||
if (!textfield)
|
||||
return handled;
|
||||
|
||||
@ -56,7 +56,7 @@ Index: ui/views/controls/textfield/textfield.cc
|
||||
ui::TextEditKeyBindingsDelegateAuraLinux* delegate =
|
||||
ui::GetTextEditKeyBindingsDelegate();
|
||||
std::vector<ui::TextEditCommandAuraLinux> commands;
|
||||
@@ -880,7 +880,7 @@ void Textfield::AboutToRequestFocusFromTabTraversal(bo
|
||||
@@ -882,7 +882,7 @@ void Textfield::AboutToRequestFocusFromTabTraversal(bo
|
||||
}
|
||||
|
||||
bool Textfield::SkipDefaultKeyEventProcessing(const ui::KeyEvent& event) {
|
||||
@ -65,7 +65,7 @@ Index: ui/views/controls/textfield/textfield.cc
|
||||
// Skip any accelerator handling that conflicts with custom keybindings.
|
||||
ui::TextEditKeyBindingsDelegateAuraLinux* delegate =
|
||||
ui::GetTextEditKeyBindingsDelegate();
|
||||
@@ -2079,7 +2079,7 @@ bool Textfield::PasteSelectionClipboard() {
|
||||
@@ -2081,7 +2081,7 @@ bool Textfield::PasteSelectionClipboard() {
|
||||
}
|
||||
|
||||
void Textfield::UpdateSelectionClipboard() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user