Skip to content

Commit

Permalink
www/chromium: update to 101.0.4951.64
Browse files Browse the repository at this point in the history
  • Loading branch information
rnagy authored and rene0 committed May 11, 2022
1 parent 9ce3131 commit 01d039b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion www/chromium/Makefile
@@ -1,7 +1,7 @@
# Created by: Florent Thoumie <flz@FreeBSD.org>

PORTNAME= chromium
PORTVERSION= 101.0.4951.54
PORTVERSION= 101.0.4951.64
CATEGORIES= www
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
https://nerd.hu/distfiles/:fonts
Expand Down
10 changes: 5 additions & 5 deletions www/chromium/distinfo
@@ -1,7 +1,7 @@
TIMESTAMP = 1651552125
SHA256 (chromium-101.0.4951.54.tar.xz) = c26cc6fd453d9a42a6b5e46fa4f3ee62ed368bb78101512b6816bc5d8f4200b5
SIZE (chromium-101.0.4951.54.tar.xz) = 1414896672
SHA256 (chromium-101.0.4951.54-testdata.tar.xz) = d486d21556ccb13733c43d94141706bf7c7b204fe0f2849369c7a8246ade9965
SIZE (chromium-101.0.4951.54-testdata.tar.xz) = 260728892
TIMESTAMP = 1652250413
SHA256 (chromium-101.0.4951.64.tar.xz) = 9c5896e4135563453ac10d15698c18ef61eb5535dc611325b230ece4c5a8d8f7
SIZE (chromium-101.0.4951.64.tar.xz) = 1414917528
SHA256 (chromium-101.0.4951.64-testdata.tar.xz) = 1c4d2c0316d1007f30661a930bd75c9e13e698b504d2ee01c0df2476de65a94b
SIZE (chromium-101.0.4951.64-testdata.tar.xz) = 260680808
SHA256 (test_fonts-cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb.tar.gz) = ec973eccd669d417fbf2d0a4dac730744a3174268ff062db5451b55c82bc3492
SIZE (test_fonts-cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb.tar.gz) = 26759650
@@ -1,4 +1,4 @@
--- chrome/browser/ui/views/tabs/tab_drag_controller.cc.orig 2022-04-21 18:48:31 UTC
--- chrome/browser/ui/views/tabs/tab_drag_controller.cc.orig 2022-05-11 06:38:23 UTC
+++ chrome/browser/ui/views/tabs/tab_drag_controller.cc
@@ -480,7 +480,7 @@ void TabDragController::Init(TabDragContext* source_co
// synchronous on desktop Linux, so use that.
Expand All @@ -22,12 +22,12 @@
}

// If source window was maximized - maximize the new window as well.
-#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX)
+#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
-#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_MAC)
+#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_BSD)

// Keeping maximized state breaks snap to Grid on Windows when dragging
// tabs from maximized windows. TODO:(crbug.com/727051) Explore doing this
// for other desktop OS's. kMaximizedStateRetainedOnTabDrag in
@@ -2355,7 +2355,7 @@ TabDragController::Liveness TabDragController::GetLoca
@@ -2359,7 +2359,7 @@ TabDragController::Liveness TabDragController::GetLoca
}
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
// of lacros-chrome is complete.
Expand Down

0 comments on commit 01d039b

Please sign in to comment.