[arch-commits] Commit in chromium/trunk (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 17 05:56:56 UTC 2018


    Date: Monday, December 17, 2018 @ 05:56:56
  Author: foutrelis
Revision: 342425

upgpkg: chromium 71.0.3578.98-2

Prevent occasional Gmail breakage (https://crbug.com/913220).

Added:
  chromium/trunk/enable-ServiceWorkerServicification-by-default.patch
Modified:
  chromium/trunk/PKGBUILD

------------------------------------------------------+
 PKGBUILD                                             |    7 +++-
 enable-ServiceWorkerServicification-by-default.patch |   28 +++++++++++++++++
 2 files changed, 34 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-17 03:46:54 UTC (rev 342424)
+++ PKGBUILD	2018-12-17 05:56:56 UTC (rev 342425)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=71.0.3578.98
-pkgrel=1
+pkgrel=2
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -23,6 +23,7 @@
 install=chromium.install
 source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
         chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
+        enable-ServiceWorkerServicification-by-default.patch
         chromium-harfbuzz-r0.patch
         chromium-system-icu.patch
         chromium-widevine.patch
@@ -29,6 +30,7 @@
         chromium-skia-harmony.patch)
 sha256sums=('1c56a9e30825774c83d568d194e9585625c6e90f81ee0ef09760fcedc86b9d45'
             '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
+            'd8736348aef47c92f417f38cb4eaab45e75c48b16e3dd3bbe2e4ef64d858b97a'
             '1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
             'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
             'd081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
@@ -82,6 +84,9 @@
     third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
     third_party/libxml/chromium/libxml_utils.cc
 
+  # https://crbug.com/913220
+  patch -Np1 -i ../enable-ServiceWorkerServicification-by-default.patch
+
   # Load Widevine CDM if available
   patch -Np1 -i ../chromium-widevine.patch
 

Added: enable-ServiceWorkerServicification-by-default.patch
===================================================================
--- enable-ServiceWorkerServicification-by-default.patch	                        (rev 0)
+++ enable-ServiceWorkerServicification-by-default.patch	2018-12-17 05:56:56 UTC (rev 342425)
@@ -0,0 +1,28 @@
+From 5d2271ca9f5f569bbec950f9f0cc98af070ea52f Mon Sep 17 00:00:00 2001
+From: Matt Falkenhagen <falken at chromium.org>
+Date: Wed, 17 Oct 2018 10:12:44 +0000
+Subject: [PATCH] Enable ServiceWorkerServicification by default.
+
+Bug: 715640, 846235
+Change-Id: I49ed8a5a3bc5962cd52e24ab734b00fdfdd7b32d
+Reviewed-on: https://chromium-review.googlesource.com/c/1286238
+Commit-Queue: Matt Falkenhagen <falken at chromium.org>
+Reviewed-by: Kinuko Yasuda <kinuko at chromium.org>
+Cr-Commit-Position: refs/heads/master@{#600337}
+---
+ third_party/blink/common/features.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc
+index a5cf355e1b..b58abdb515 100644
+--- a/third_party/blink/common/features.cc
++++ b/third_party/blink/common/features.cc
+@@ -59,7 +59,7 @@ const base::Feature kServiceWorkerParallelSideDataReading{
+ // Enable new service worker glue for NetworkService. Can be
+ // enabled independently of NetworkService.
+ const base::Feature kServiceWorkerServicification{
+-    "ServiceWorkerServicification", base::FEATURE_DISABLED_BY_DEFAULT};
++    "ServiceWorkerServicification", base::FEATURE_ENABLED_BY_DEFAULT};
+ 
+ // Freeze scheduler task queues in background after allowed grace time.
+ // "stop" is a legacy name.



More information about the arch-commits mailing list