Skip to content

Commit bd7bc1f

Browse files
authored
Merge pull request #395 from brave/70.0.3538.6
Upgrade from Chromium 70.0.3528.4 to 70.0.3538.10
2 parents 0dae9b9 + 150433c commit bd7bc1f

File tree

205 files changed

+2231
-1322
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+2231
-1322
lines changed

app/brave_main_delegate.cc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,13 @@ BraveMainDelegate::CreateContentBrowserClient() {
5050
#else
5151
if (chrome_content_browser_client_ == nullptr) {
5252
DCHECK(service_manifest_data_pack_);
53+
DCHECK(service_manifest_data_pack_);
54+
DCHECK(!chrome_feature_list_creator_);
55+
chrome_feature_list_creator_ = std::make_unique<ChromeFeatureListCreator>();
5356
chrome_content_browser_client_ =
5457
std::make_unique<BraveContentBrowserClient>(
55-
std::move(service_manifest_data_pack_));
58+
std::move(service_manifest_data_pack_),
59+
chrome_feature_list_creator_.get());
5660
}
5761
return chrome_content_browser_client_.get();
5862
#endif

app/brave_strings.grd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ If you update this file, be sure also to update google_chrome_strings.grd. -->
216216
Brave OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LINK_CROS_OSS">&lt;/a&gt;</ph>.
217217
</message>
218218
<message name="IDS_ABOUT_CROS_WITH_LINUX_VERSION_LICENSE" desc="Additional text displayed beneath the Brave open source URLs for Brave OS when Crostini is installed.">
219-
Brave OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LINK_CROS_OSS">&lt;/a&gt;</ph>, as is Linux (Beta).
219+
Brave OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LINK_CROS_OSS">&lt;/a&gt;</ph>, as is <ph name="BEGIN_LINK_LINUX_OSS">&lt;a target="_blank" href="$2"&gt;</ph>Linux (Beta)<ph name="END_LINK_LINUX_OSS">&lt;/a&gt;</ph>.
220220
</message>
221221
</if>
222222
<message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service label in the About box." translateable="false">

app/generated_resources.grd

Lines changed: 57 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,18 @@ are declared in tools/grit/grit_rule.gni.
18281828
</message>
18291829
</if>
18301830

1831+
<!-- "Uninstall web app" menu item -->
1832+
<if expr="use_titlecase">
1833+
<message name="IDS_UNINSTALL_FROM_OS_LAUNCH_SURFACE" desc="In Title Case: Menu text for uninstalling a web app from the operating system.">
1834+
Uninstall <ph name="APP">$1<ex>Gmail</ex></ph>...
1835+
</message>
1836+
</if>
1837+
<if expr="not use_titlecase">
1838+
<message name="IDS_UNINSTALL_FROM_OS_LAUNCH_SURFACE" desc="Menu text for uninstalling a web app from the operating system.">
1839+
Uninstall <ph name="APP">$1<ex>Gmail</ex></ph>...
1840+
</message>
1841+
</if>
1842+
18311843
<!-- "Application Information" dialog -->
18321844
<if expr="not use_titlecase">
18331845
<message name="IDS_APPLICATION_INFO_WEB_STORE_LINK" desc="Text for the link that opens the app or extension in the Web Store..">
@@ -3035,6 +3047,9 @@ are declared in tools/grit/grit_rule.gni.
30353047
<message name="IDS_UTILITY_PROCESS_CUPS_IPP_VALIDATOR_SERVICE_NAME" desc="The name of the utility process used for validating IPP requests out-of-process.">
30363048
CUPS IPP Validator
30373049
</message>
3050+
<message name="IDS_UTILITY_PROCESS_IME_SERVICE_NAME" desc="The name of the utility process providing the input methods.">
3051+
Brave OS Input Method
3052+
</message>
30383053
</if>
30393054
<message name="IDS_UTILITY_PROCESS_FILE_UTILITY_NAME" desc="The name of the utility process used for various Brave specific file operations.">
30403055
Brave File Utilities
@@ -3327,6 +3342,9 @@ are declared in tools/grit/grit_rule.gni.
33273342
<message name="IDS_EXTENSION_PROMPT_WARNING_DOCUMENT_SCAN" desc="Permission string for access to document scanning.">
33283343
Access document scanners attached via USB or on the local network
33293344
</message>
3345+
<message name="IDS_EXTENSION_PROMPT_WARNING_ENTERPRISE_HARDWARE_PLATFORM" desc="Permission string for access to hardware platform information.">
3346+
Read the manufacturer and model of this computer
3347+
</message>
33303348
<message name="IDS_EXTENSION_PROMPT_WARNING_FAVICON" desc="Permission string for access to favicons.">
33313349
Read the icons of the websites you visit
33323350
</message>
@@ -3702,12 +3720,18 @@ are declared in tools/grit/grit_rule.gni.
37023720
<message name="IDS_EXTENSIONS_LOAD_ERROR_MESSAGE" desc="The message which tells the user that an extension failed to load.">
37033721
Failed to load extension from:
37043722
</message>
3723+
<message name="IDS_EXTENSIONS_WANTS_ACCESS_TO_SITE" desc="The message shown on mouseover when an extension wants to run on a specific site.">
3724+
Wants access to this site
3725+
</message>
3726+
<message name="IDS_EXTENSIONS_HAS_ACCESS_TO_SITE" desc="The message shown on mouseover when an extension currently can run on a specific site.">
3727+
Has access to this site
3728+
</message>
37053729
<if expr="not use_titlecase">
37063730
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS" desc="The label in an extension's context menu for the submenu specifying whether or not the extension can run on the current page (sentence case).">
3707-
Allow access
3731+
This can read and change site data
37083732
</message>
37093733
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_CLICK" desc="The label in an extension's context menu to allow the extension access to the page only when the user clicks on the extension action (sentence case).">
3710-
On click
3734+
When you click the extension
37113735
</message>
37123736
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_SITE" desc="The label in an extension's context menu to always allow the extension access to the current origin (sentence case).">
37133737
On <ph name="ORIGIN">$1<ex>google.com</ex></ph>
@@ -3742,10 +3766,10 @@ are declared in tools/grit/grit_rule.gni.
37423766
</if>
37433767
<if expr="use_titlecase">
37443768
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS" desc="The label in an extension's context menu for the submenu specifying whether or not the extension can run on the current page (title case).">
3745-
Allow Access
3769+
This Can Read and Change Site Data
37463770
</message>
37473771
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_CLICK" desc="The label in an extension's context menu to allow the extension access to the page only when the user clicks on the extension action (title case).">
3748-
On Click
3772+
When You Click the Extension
37493773
</message>
37503774
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_SITE" desc="The label in an extension's context menu to always allow the extension access to the current origin (title case).">
37513775
On <ph name="ORIGIN">$1<ex>google.com</ex></ph>
@@ -4252,8 +4276,11 @@ Keep your key file in a safe place. You will need it to create new versions of y
42524276
<message name="IDS_WEBRTC_LOGS_TITLE" desc="Title for the chrome://webrtc-logs page.">
42534277
WebRTC logs
42544278
</message>
4255-
<message name="IDS_WEBRTC_LOGS_LOG_COUNT_BANNER_FORMAT" desc="Format for WebRTC log count banner on chrome://webrtc-logs">
4256-
WebRTC logs (<ph name="WEBRTC_LOG_COUNT">$1<ex>3</ex></ph>)
4279+
<message name="IDS_WEBRTC_TEXT_LOGS_LOG_COUNT_BANNER_FORMAT" desc="Format for WebRTC text log count banner on chrome://webrtc-logs">
4280+
WebRTC text logs (<ph name="WEBRTC_TEXT_LOG_COUNT">$1<ex>3</ex></ph>)
4281+
</message>
4282+
<message name="IDS_WEBRTC_EVENT_LOGS_LOG_COUNT_BANNER_FORMAT" desc="Format for WebRTC event log count banner on chrome://webrtc-logs">
4283+
WebRTC event logs (<ph name="WEBRTC_EVENT_LOG_COUNT">$1<ex>3</ex></ph>)
42574284
</message>
42584285
<message name="IDS_WEBRTC_LOGS_LOG_HEADER_FORMAT" desc="Format for uploaded log entry headings on chrome://webrtc-logs">
42594286
WebRTC log captured <ph name="WEBRTC_LOG_CAPTURE_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph>
@@ -4267,17 +4294,32 @@ Keep your key file in a safe place. You will need it to create new versions of y
42674294
<message name="IDS_WEBRTC_LOGS_LOG_UPLOAD_TIME_FORMAT" desc="Format for uploaded log entry upload time on chrome://webrtc-logs">
42684295
Uploaded <ph name="WEBRTC_LOG_UPLOAD_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph>
42694296
</message>
4270-
<message name="IDS_WEBRTC_LOGS_LOG_REPORT_ID_FORMAT" desc="Format for uploaded log entry report ID on chrome://webrtc-logs">
4297+
<message name="IDS_WEBRTC_LOGS_LOG_FAILED_UPLOAD_TIME_FORMAT" desc="Format for a log's failed upload attempt entry on chrome://webrtc-logs">
4298+
Upload failed (<ph name="WEBRTC_LOG_UPLOAD_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph>).
4299+
</message>
4300+
<message name="IDS_WEBRTC_LOGS_LOG_REPORT_ID_FORMAT" desc="Format for uploaded log entry report ID on chrome://webrtc-logs. This is the ID on the server to which the log was uploaded.">
42714301
Report ID <ph name="WEBRTC_LOG_REPORT_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
42724302
</message>
42734303
<message name="IDS_WEBRTC_LOGS_BUG_LINK_LABEL" desc="Link text for filing a bug on chrome://webrtc-logs">
42744304
File bug
42754305
</message>
4306+
<message name="IDS_WEBRTC_LOGS_LOG_PENDING_MESSAGE" desc="The explanatory message for chrome://webrtc-logs when the log is still pending upload.">
4307+
Log upload pending.
4308+
</message>
4309+
<message name="IDS_WEBRTC_LOGS_LOG_ACTIVELY_UPLOADED_MESSAGE" desc="The explanatory message for chrome://webrtc-logs when the log is currently being uploaded.">
4310+
Log upload underway.
4311+
</message>
42764312
<message name="IDS_WEBRTC_LOGS_LOG_NOT_UPLOADED_MESSAGE" desc="The explanatory message for chrome://webrtc-logs when the log has not been uploaded">
42774313
Log not uploaded.
42784314
</message>
4279-
<message name="IDS_WEBRTC_LOGS_NO_LOGS_MESSAGE" desc="The explanatory message for chrome://webrtc-logs when there are no captured logs">
4280-
You have no recently captured WebRTC logs.
4315+
<message name="IDS_WEBRTC_LOGS_EVENT_LOG_LOCAL_LOG_ID" desc="The ID of the log. This ID is assigned even if the log is not uploaded.">
4316+
Local log ID: <ph name="WEBRTC_EVENT_LOG_LOCAL_ID">$1<ex>A83BC19927509874309F2EE002174235</ex></ph>.
4317+
</message>
4318+
<message name="IDS_WEBRTC_LOGS_NO_TEXT_LOGS_MESSAGE" desc="The explanatory message for chrome://webrtc-logs when there are no captured text logs">
4319+
You have no recently captured WebRTC text logs.
4320+
</message>
4321+
<message name="IDS_WEBRTC_LOGS_NO_EVENT_LOGS_MESSAGE" desc="The explanatory message for chrome://webrtc-logs when there are no captured event logs">
4322+
You have no recently captured WebRTC event logs.
42814323
</message>
42824324

42834325
<!-- Plugin placeholders -->
@@ -4573,6 +4615,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
45734615
<message name="IDS_NTP_CUSTOM_LINKS_CANT_CREATE" desc="A catchall error message for when the shortcut cannot be created. (On the New Tab Page)">
45744616
Can’t create shortcut
45754617
</message>
4618+
<message name="IDS_NTP_CUSTOM_LINKS_CANT_EDIT" desc="A catchall error message for when the shortcut cannot be edited. (On the New Tab Page)">
4619+
Can’t edit shortcut
4620+
</message>
4621+
<message name="IDS_NTP_CUSTOM_LINKS_CANT_REMOVE" desc="A catchall error message for when the shortcut cannot be removed. (On the New Tab Page)">
4622+
Can’t remove shortcut
4623+
</message>
45764624
<message name="IDS_NTP_CONFIRM_MSG_SHORTCUT_REMOVED" desc="The title of the shortcut removed confirmation message when removing a custom link. (On the New Tab Page)">
45774625
Shortcut removed
45784626
</message>

app/resources/chromium_strings_am.xtb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<translation id="8992261409816268381">የBrave ደራሲዎች</translation>
1919
<translation id="4651430425715739110">የቅጂ መብት <ph name="YEAR"/> የBrave ደራሲያን። ሁሉም መብቶች የተጠበቁ ናቸው።</translation>
2020
<translation id="2310890394934209120">Brave ስርዓተ ክወና በተጨማሪ <ph name="BEGIN_LINK_CROS_OSS"/>ክፍት ምንጭ ሶፍትዌር<ph name="END_LINK_CROS_OSS"/> እውን ሊሆን ችሏል።</translation>
21-
<translation id="858647341154864560">Brave OS በተጨማሪ <ph name="BEGIN_LINK_CROS_OSS"/>ክፍት ምንጭ ሶፍትዌር<ph name="END_LINK_CROS_OSS"/> እንደ Linux (ቅድመ ይሁንታ) እንደሆነው ሊሆን የሚችል ሆኗል።</translation>
2221
<translation id="5019879183386042809">Brave ነባሪውን አሳሽ ያድርጉ።</translation>
2322
<translation id="5063987220091207247">Brave OS ይህን ገጽ መክፈት አይችልም።</translation>
2423
<translation id="4065288863231444640">Brave በበስተጀርባ ላይ ያሂድ</translation>
@@ -38,6 +37,7 @@ Brave ቅንብሮችዎን ማስመለስ አልቻለም።</translation>
3837
<translation id="5785919770853225148">Brave ይህን የይለፍ ቃል በእርስዎ የBrave Software መለያ ውስጥ ያስቀምጠዋል። ማስታወስ አይኖርብዎትም።</translation>
3938
<translation id="3343095737966473035">Brave ነባሪ አሳሽዎ አይደለም</translation>
4039
<translation id="6715663530666325392">ግላዊነት የተላበሰው የአሳሽ ባህሪዎችዎ ድር ላይ ለማስቀመጥና ከዚያ Brave ካለው ማንኛውም ኮምፒውተር ለመድረስ አመሳስልን ያዋቅሩ።</translation>
40+
<translation id="5874882355102994015">አብሮገነቡ የፒዲኤፍ መመልከቻው ከጎደለ Brave የህትመት ቅድመ-እይታውን ማሳየት አይችልም።</translation>
4141
<translation id="8880183781256147665">ወደ Brave በማከል ላይ...</translation>
4242
<translation id="3561569806301739367"><ph name="FILE_NAME"/> አደገኛ ሊሆን ስለሚችል Brave አግዶታል።</translation>
4343
<translation id="9067428552314418522">ይህ ፋይል አደገኛ ስለሆነ Brave አግዶታል።</translation>

app/resources/chromium_strings_ar.xtb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<translation id="8992261409816268381">The Brave Authors</translation>
1919
<translation id="4651430425715739110">‏حقوق الطبع والنشر لعام <ph name="YEAR"/> لصالح The Brave Authors. جميع الحقوق محفوظة.</translation>
2020
<translation id="2310890394934209120">‏أصبح نظام التشغيل Brave متاحًا من خلال المزيد من <ph name="BEGIN_LINK_CROS_OSS"/>البرامج مفتوحة المصدر<ph name="END_LINK_CROS_OSS"/>.</translation>
21-
<translation id="858647341154864560">‏أصبح نظام التشغيل Brave متاحًا من خلال <ph name="BEGIN_LINK_CROS_OSS"/>برنامج مفتوح المصدر<ph name="END_LINK_CROS_OSS"/> إضافي، كما في نظام التشغيل Linux (إصدار تجريبي).</translation>
2221
<translation id="5019879183386042809">‏جعل Brave المتصفح التلقائي</translation>
2322
<translation id="5063987220091207247">‏يتعذر على نظام التشغيل Brave فتح هذه الصفحة.</translation>
2423
<translation id="4065288863231444640">‏السماح بتشغيل Brave في الخلفية</translation>
@@ -36,6 +35,7 @@
3635
<translation id="5785919770853225148">‏سيحفظ Brave كلمة المرور هذه في حسابك على Brave Software ولن تحتاج تذكّرها.</translation>
3736
<translation id="3343095737966473035">‏Brave ليس متصفحك التلقائي.</translation>
3837
<translation id="6715663530666325392">‏يمكنك إعداد المزامنة لحفظ ميزات المتصفح المخصصة على الويب والدخول إليها من Brave على أي كمبيوتر.</translation>
38+
<translation id="5874882355102994015">‏يتعذر على Brave عرض معاينة الطباعة عندما يكون عارض PDF المضمّن مفقودًا.</translation>
3939
<translation id="8880183781256147665">‏جارٍ الإضافة إلى Brave...</translation>
4040
<translation id="3561569806301739367">‏قد يكون ملف <ph name="FILE_NAME"/> ضارًا، لذلك فقد حظره Brave.</translation>
4141
<translation id="9067428552314418522">‏هذا الملف ضار، لذلك فقد حظره Brave.</translation>

app/resources/chromium_strings_bg.xtb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<translation id="8992261409816268381">Авторите на Brave</translation>
1919
<translation id="4651430425715739110">Авторски права <ph name="YEAR"/> Авторите на Brave. Всички права запазени.</translation>
2020
<translation id="2310890394934209120">Brave OS е възможна благодарение на допълнителен <ph name="BEGIN_LINK_CROS_OSS"/>софтуер с отворен код<ph name="END_LINK_CROS_OSS"/>.</translation>
21-
<translation id="858647341154864560">Brave OS е възможна благодарение на допълнителен <ph name="BEGIN_LINK_CROS_OSS"/>софтуер с отворен код<ph name="END_LINK_CROS_OSS"/>. Това се отнася и за Linux (бета).</translation>
2221
<translation id="5019879183386042809">Нека Brave да е браузърът по подразбиране</translation>
2322
<translation id="5063987220091207247">Brave OS не може да отвори тази страница.</translation>
2423
<translation id="4065288863231444640">Разрешаване на Brave да се изпълнява на заден план</translation>
@@ -30,6 +29,7 @@
3029
<translation id="5785919770853225148">Brave ще запази тази парола в профила ви в Brave Software. Няма да се налага да я помните.</translation>
3130
<translation id="3343095737966473035">Brave не е браузърът ви по подразбиране</translation>
3231
<translation id="6715663530666325392">Настройте синхронизирането, за да запазите онлайн персонализираните функции на браузъра си и да осъществявате достъп до тях от Brave на всеки компютър.</translation>
32+
<translation id="5874882355102994015">Brave не може да покаже визуализацията за печат, когато вграденият визуализатор на PDF файлове липсва.</translation>
3333
<translation id="8880183781256147665">Добавя се към Brave...</translation>
3434
<translation id="3561569806301739367">Brave блокира „<ph name="FILE_NAME"/>“, тъй като файлът може да е опасен.</translation>
3535
<translation id="9067428552314418522">Brave блокира този файл, тъй като е опасен.</translation>

0 commit comments

Comments
 (0)