Skip to content

Commit e623978

Browse files
Upgrade from Chromium 127.0.6533.57 to Chromium 127.0.6533.73 (1.68.x) (#24811)
* Upgrade from Chromium 127.0.6533.57 to Chromium 127.0.6533.73 * Update pins list timestamp * Updated strings for Chromium 127.0.6533.73 --------- Co-authored-by: brave-builds <[email protected]>
1 parent 88b0d90 commit e623978

8 files changed

+26
-14
lines changed

chromium_src/net/tools/transport_security_state_generator/input_file_parsers.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,9 @@ bool ParseCertificatesFile(std::string_view certs_input,
550550
Pinsets* pinsets,
551551
base::Time* timestamp) {
552552
constexpr std::string_view brave_certs = R"brave_certs(
553-
# Last updated: Wed Jul 17 18:15:04 UTC 2024
553+
# Last updated: Tue Jul 23 20:31:34 UTC 2024
554554
PinsListTimestamp
555-
1721240104
555+
1721766694
556556
557557
# =====BEGIN BRAVE ROOTS ASC=====
558558
#From https://www.amazontrust.com/repository/

components/compose_strings.grdp

+12
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,18 @@
170170
<message name="IDS_COMPOSE_RESULT_TEXT_LABEL" desc="Accesibility label for the area holding the result text.">
171171
Result
172172
</message>
173+
<message name="IDS_COMPOSE_RESULT_LOADING_A11Y_MESSAGE" desc="Accessibility string read by screen readers on Mac when the result dialog is loading a new response." translateable="false">
174+
Result loading
175+
</message>
176+
<message name="IDS_COMPOSE_RESULT_UPDATED_A11Y_MESSAGE" desc="Accessibility string read by screen readers when the text in the result dialog has changed." translateable="false">
177+
Result updated
178+
</message>
179+
<message name="IDS_COMPOSE_UNDO_RESULT_A11Y_MESSAGE" desc="Accessibility string read by screen readers on Mac when the undo button in the result dialog has been pressed." translateable="false">
180+
Undoing result
181+
</message>
182+
<message name="IDS_COMPOSE_REDO_RESULT_A11Y_MESSAGE" desc="Accessibility string read by screen readers on Mac when the redo button in the result dialog has been pressed." translateable="false">
183+
Redoing result
184+
</message>
173185

174186
<!-- Errors -->
175187
<message name="IDS_COMPOSE_ERROR_TOO_SHORT" desc="Error that the input was too short.">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"projects": {
6767
"chrome": {
6868
"dir": "src",
69-
"tag": "127.0.6533.57",
69+
"tag": "127.0.6533.73",
7070
"repository": {
7171
"url": "https://github.com/brave/chromium"
7272
}

patches/chrome-browser-about_flags.cc.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
2-
index f437577c606290f3465040665b3429079b9b7160..a8cbe0509d2e642507ee5f95695c2abdf332e905 100644
2+
index ff1ed1a98cbfe8e6c24d64f308dd119c635d00d5..90461fbe019396650bb1d7d1407d2e964d502333 100644
33
--- a/chrome/browser/about_flags.cc
44
+++ b/chrome/browser/about_flags.cc
55
@@ -4113,6 +4113,7 @@ const FeatureEntry::FeatureVariation kAutofillUpstreamUpdatedUiOptions[] = {
@@ -10,7 +10,7 @@ index f437577c606290f3465040665b3429079b9b7160..a8cbe0509d2e642507ee5f95695c2abd
1010
// Include generated flags for flag unexpiry; see //docs/flag_expiry.md and
1111
// //tools/flags/generate_unexpire_flags.py.
1212
#include "build/chromeos_buildflags.h"
13-
@@ -11900,6 +11901,7 @@ void GetStorage(Profile* profile, GetStorageCallback callback) {
13+
@@ -11906,6 +11907,7 @@ void GetStorage(Profile* profile, GetStorageCallback callback) {
1414

1515
bool ShouldSkipConditionalFeatureEntry(const flags_ui::FlagsStorage* storage,
1616
const FeatureEntry& entry) {

patches/chrome-browser-ui-views-bookmarks-bookmark_bar_view.cc.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
2-
index 838700a21091c16ce53921c9d9a5600daf4d766b..483f7a40f73aac2abbccbe46b5ea8b111d376061 100644
2+
index fd011f8983a1d541b15163c11a9d8a70c249899a..fb9612042ce13dc35467d8c5aa8053e9b69382f3 100644
33
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
44
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
5-
@@ -857,6 +857,7 @@ void BookmarkBarView::Layout(PassKey) {
5+
@@ -866,6 +866,7 @@ void BookmarkBarView::Layout(PassKey) {
66
x = next_x;
77
}
88
}

patches/chrome-browser-ui-views-location_bar-icon_label_bubble_view.cc.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
2-
index d03cdb7991dc483c2fc726d4fb365042389909c8..f7b54642510b03e4971f10c16622e88f63dcc909 100644
2+
index a430e1a63cf6e8170b29708ffd61d714186a7fbf..8d4fb4fa6f063875e84875a3bf72cf3736e38f5b 100644
33
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
44
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
5-
@@ -727,6 +727,7 @@ SkPath IconLabelBubbleView::GetHighlightPath() const {
5+
@@ -730,6 +730,7 @@ SkPath IconLabelBubbleView::GetHighlightPath() const {
66
const float corner_radius = highlight_bounds.height() / 2.f;
77
const SkRect rect = RectToSkRect(highlight_bounds);
88

patches/chrome-browser-ui-views-location_bar-location_bar_view.cc.patch

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
2-
index a73def499ab3ebe3365e64e561b96f4aec06782d..eb220b1ac093a2874399db2a453ac9848f103359 100644
2+
index c8b554ffbe853d26eed6cab557daa55f7112f182..427a01290a3972c0096b43ad3cf2708d9bd5088c 100644
33
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
44
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
5-
@@ -705,6 +705,7 @@ void LocationBarView::Layout(PassKey) {
5+
@@ -714,6 +714,7 @@ void LocationBarView::Layout(PassKey) {
66
// Indentation add padding when the permission chip is visible and replacing
77
// the LHS icon.
88
int text_overriding_permission_chip_indent = 0;
99
+ BRAVE_LAYOUT_LEADING_DECORATIONS
1010
if (should_indent) {
1111
icon_left += icon_indent;
1212
text_left += text_indent;
13-
@@ -791,6 +792,7 @@ void LocationBarView::Layout(PassKey) {
13+
@@ -801,6 +802,7 @@ void LocationBarView::Layout(PassKey) {
1414
}
1515
};
1616

1717
+ BRAVE_LAYOUT_RIGHT_MOST_TRAILING_DECORATIONS
1818
add_trailing_decoration(page_action_icon_container_,
1919
/*intra_item_padding=*/0);
2020
for (ContentSettingImageView* view : base::Reversed(content_setting_views_)) {
21-
@@ -804,6 +806,7 @@ void LocationBarView::Layout(PassKey) {
21+
@@ -814,6 +816,7 @@ void LocationBarView::Layout(PassKey) {
2222
}
2323

2424
add_trailing_decoration(clear_all_button_, /*intra_item_padding=*/0);

patches/third_party-blink-renderer-modules-canvas-canvas2d-base_rendering_context_2d.cc.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/third_party/blink/renderer/modules/canvas/canvas2d/base_rendering_context_2d.cc b/third_party/blink/renderer/modules/canvas/canvas2d/base_rendering_context_2d.cc
2-
index 9587913ad7dd1e93add27147c152c78c9ca0506d..8a77cc4dea63d080dfc92b5470b03b30804a6464 100644
2+
index cc8076306da164f4d338595c4086adcdd60563cc..5d1f0b42daaf89b8273a7701d62c1eb8194f56f7 100644
33
--- a/third_party/blink/renderer/modules/canvas/canvas2d/base_rendering_context_2d.cc
44
+++ b/third_party/blink/renderer/modules/canvas/canvas2d/base_rendering_context_2d.cc
55
@@ -2576,6 +2576,7 @@ ImageData* BaseRenderingContext2D::getImageData(

0 commit comments

Comments
 (0)