From 42af15c421a520499bc872e2d55053dcffb2a07b Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 13 Jan 2020 13:54:17 +0100 Subject: Adaptations for Chromium 78 Including removal of renderer service. [ChangeLog][QWebEngineSetting] XSS Auditing has been removed, and XSSAuditingEnabled no longer has any effect. Change-Id: I0835e2a76551057f3eea30a343e0373b642192f0 Reviewed-by: Allan Sandfeld Jensen --- tools/scripts/take_snapshot.py | 8 +++----- tools/scripts/version_resolver.py | 6 +++--- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'tools') diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index b7c2c4bd9..b4fce4f73 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -144,14 +144,13 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('testing/buildbot') or (file_path.startswith('third_party/') and ( file_path.startswith('third_party/WebKit/LayoutTests') - or file_path.startswith('third_party/accessibility-audit') + or file_path.startswith('third_party/accessibility') or file_path.startswith('third_party/afl') or file_path.startswith('third_party/android_') - or file_path.startswith('third_party/apache-win32') + or file_path.startswith('third_party/apache-') or file_path.startswith('third_party/arcode-android-sdk') or file_path.startswith('third_party/ashmem') or file_path.startswith('third_party/binutils') - or file_path.startswith('third_party/bison') or file_path.startswith('third_party/blink/perf_tests/') or file_path.startswith('third_party/blink/web_tests/') or file_path.startswith('third_party/breakpad/src/processor/testdata/') @@ -167,10 +166,9 @@ def isInChromiumBlacklist(file_path): or file_path.startswith('third_party/catapult/tracing/test_data/') or file_path.startswith('third_party/chromevox') or file_path.startswith('third_party/chromite') - or file_path.startswith('third_party/closure_compiler') or file_path.startswith('third_party/colorama') or file_path.startswith('third_party/depot_tools') - or file_path.startswith('third_party/elfutils') + or file_path.startswith('third_party/devtools-node-modules') or file_path.startswith('third_party/fuschsia-sdk/') or file_path.startswith('third_party/glslang/src/Test/') or file_path.startswith('third_party/google_') diff --git a/tools/scripts/version_resolver.py b/tools/scripts/version_resolver.py index 2cdc1e3fb..7b7a84e07 100644 --- a/tools/scripts/version_resolver.py +++ b/tools/scripts/version_resolver.py @@ -38,9 +38,9 @@ import json import urllib2 import git_submodule as GitSubmodule -chromium_version = '77.0.3865.98' -chromium_branch = '3865' -ninja_version = 'v1.9.0' +chromium_version = '78.0.3904.130' +chromium_branch = '3904' +ninja_version = 'v1.8.2' json_url = 'http://omahaproxy.appspot.com/all.json' -- cgit v1.2.1