Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit c5e32e2

Browse files
committed
Update to 64.0.3282.186
1 parent 4b392c0 commit c5e32e2

File tree

1,199 files changed

+30289
-14773
lines changed

Some content is hidden

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

1,199 files changed

+30289
-14773
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ cache:
1313

1414
env:
1515
global:
16-
- ANDROID_API=26
17-
- ANDROID_BUILD_TOOLS=26.0.3
16+
- ANDROID_API=27
17+
- ANDROID_BUILD_TOOLS=27.0.3
1818
- secure: "gCI6oCqJwEZe9B8S4I2qNOXG8Ujv3B/beFsbacMOZIA+8Q6OeR7kV7+VMcCvjGa5ZhcBhCcDfwFz13sDOExj1qE0rRaYmwsWc0sFomZqUE2QtvidB2OgZGX1JeTHNqObb36JxfXYn2QZJ8II8SE0ZiEsy30q5FlOqNo3uEqr3ETDYK/X44JgYWMeqqFiATycYu21jK7aJeHHt+Z3tlpda+bsAaMm909EhblkiJq/wyQuvl1fu/elVTcyERkbQcOnIjJ1zbYHr3Wm6gUz7FaipVrsYFlQ8xyCHyaub6DdNt2Yi6fF5LhCjl4hUwGGwNKxo5xu3d9jfNU8va5mxXzw6R4fNr85oI/1kwT8ofuDfzBJiAM3yfhyTpnuv5LL99HTILToJT7tAtoOsxGSH+Po3LMJJ8/JDNt/ade37qPyfmKK+SoVdh3nPhFcSe/u4uxNuFkOvbDSWRdsWLp1N8zDhajTNiZaS6/mhIRxAJqCyQ2689yk4lqEVQa8zXlibd/WmPIGzfQ5gJdFmSxj+RmZmMENtAi4i51jP8QMiaClGY0uxDkuCmehvC2yn0/O6eF9g7e2NmiV3BUb24UZeHBUu563p/ZfgGuJVMgkaB4t+ZMiX/hzw6URrs/y9Tg0i6b1oSv6F1+UQ2z3LszYdi9Uc/ZIFsDIfxQA3500AqB9JG0="
1919
- secure: "Zs7zBbaiKQAJrAh5MjU7/kGGh4vI9FdtblclWpuXspYtkaHlM1xmgzo+DlQ/VY+WIFaJLrW362skVbh7VE/6qwa4AE0+/MSMTaDdPPXkmOuaQ+0vesd9m2QqrmKuTX/RE5gioULg1tAWYgGbBVE7fLhSiv5fbt1PKhOkgDx+AnzJ/0J+JapOVWIKQ9dHMKRSNZIG4705XgXMoKeQJWSnV12ZPnId2Gp0a95zV2B8LwJPZs5javfi63ZYvHEttCdp1ri+0XqyMCnO472gxbJffvPCXF5oxj1CIl54I2EmdKWV5F2qHGqkf55gFrnCUUpKbwcHin1PQvSEKbwEyMNpQFGGyroqPiMNheyT3v/2/z6H4/ybSjPwuxfuaXibQPyVUMqHsysfAov4JRlwgpfpoWlPDZaWxBEKKoTAYuSY///cHCCw3BqJHIn+jgD0TFzmQaBzM6yWuRG9IQOmwh6boxe7ed24H2LQZV9++L82tnGaHD8kWwQ1A3y0BpQvPrUtLf/KdO1YNG2nMEbtIQvN3bPaEFdJmTKQvUdj/JYVkhu0MdjlC1T95LgZi43f0W88d65U7DjlN7M6StfF3jXdrTRQg6viq8KbKdRd11v/NkaElps6B4uBOYWfqnsf//ka4yKgR2ts52q293wK75PC0Y+yZsn2HUnOSsstNxBsEmQ="
2020

Chromium/sync_chromium.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ sync_components() {
4343
${components}/payments/content/android/java/src/* \
4444
${components}/policy/android/java/src/* \
4545
${components}/safe_browsing/android/java/src/* \
46-
${components}/safe_json/android/java/src/* \
4746
${components}/signin/core/browser/android/java/src/* \
4847
${components}/spellcheck/browser/android/java/src/* \
4948
${components}/sync/android/java/src/* \
@@ -115,6 +114,7 @@ sync_chrome() {
115114
cp -r ${BASE_DIR}/base/android/java/src/* \
116115
${BASE_DIR}/build/android/buildhooks/java/* \
117116
${BASE_DIR}/chrome/android/java/src/* \
117+
${BASE_DIR}/chrome/android/third_party/compositor_animator/java/src/* \
118118
${BASE_DIR}/chrome/android/third_party/widget_bottomsheet_base/java/src/* \
119119
${BASE_DIR}/chrome/android/webapk/libs/client/src/* \
120120
${BASE_DIR}/chrome/android/webapk/libs/common/src/* \
@@ -134,6 +134,7 @@ sync_chrome() {
134134
${BASE_DIR}/mojo/public/java/system/src/* \
135135
${BASE_DIR}/net/android/java/src/* \
136136
${BASE_DIR}/printing/android/java/src/* \
137+
${BASE_DIR}/services/data_decoder/public/cpp/android/java/src/* \
137138
${BASE_DIR}/services/device/android/java/src/* \
138139
${BASE_DIR}/services/device/battery/android/java/src/* \
139140
${BASE_DIR}/services/device/generic_sensor/android/java/src/* \
@@ -171,7 +172,6 @@ sync_chrome() {
171172
"$res_dir"
172173

173174
cp -r \
174-
${RELEASE_DIR}/gen/chrome/android/chrome_public_apk__native_libraries_java/java_cpp_template/* \
175175
${RELEASE_DIR}/gen/base/base_build_config_gen/java_cpp_template/* \
176176
${RELEASE_DIR}/gen/net/android/net_errors_java/java_cpp_template/* \
177177
"$src_dir"

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ dependencies {
7373
implementation "com.google.android.gms:play-services-nearby:$rootProject.ext.playServicesVersion"
7474
implementation "com.google.android.gms:play-services-vision:$rootProject.ext.playServicesVersion"
7575
implementation "com.google.android.gms:play-services-location:$rootProject.ext.playServicesVersion"
76-
implementation 'com.android.support:multidex:1.0.2'
77-
implementation 'com.google.code.findbugs:jsr305:2.0.1'
78-
implementation 'com.google.vr:sdk-base:1.80.0'
79-
implementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.2'
76+
implementation 'com.android.support:multidex:1.0.3'
77+
implementation 'com.google.code.findbugs:jsr305:3.0.2'
78+
implementation 'com.google.vr:sdk-base:1.130.0'
79+
implementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
8080
implementation project(':components:autofill')
8181
implementation project(':components:web_contents_delegate')
8282
implementation project(':content')

app/src/main/AndroidManifest.xml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ by a child template that "extends" this file.
1616
tools:ignore="MissingVersion">
1717
<!-- android:versionCode and android:versionName is set through gyp. See build/common.gypi -->
1818

19-
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="26" />
19+
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="27" />
2020
<uses-feature android:glEsVersion="0x00020000" />
2121

2222
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
@@ -27,7 +27,7 @@ by a child template that "extends" this file.
2727
<!--
2828
Enable runtime permissions as uses-permission in tip of tree builds
2929
only for ease of development on Android L and earlier. For consumer
30-
channels use "runtime permission" uses-permission-sdk-m which provides
30+
channels use "runtime permission" uses-permission-sdk-23 which provides
3131
permission on Android M and later without a prompt.
3232
-->
3333
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
@@ -121,6 +121,10 @@ by a child template that "extends" this file.
121121
<meta-data android:name="com.samsung.android.sdk.multiwindow.enable"
122122
android:value="true" />
123123

124+
<meta-data android:name="com.samsung.android.sdk.multiwindow.multiinstance.enable"
125+
android:value="true" />
126+
<meta-data android:name="com.samsung.android.sdk.multiwindow.multiinstance.launchmode"
127+
android:value="singleTask" />
124128

125129
<meta-data android:name="com.samsung.android.sdk.multiwindow.penwindow.enable"
126130
android:value="true"/>
@@ -557,9 +561,23 @@ by a child template that "extends" this file.
557561

558562
</activity>
559563
<activity android:name="org.chromium.chrome.browser.vr.VrMainActivity"
564+
android:theme="@style/VrSupportThemeLauncher"
565+
android:exported="true"
566+
android:enableVrMode="@string/gvr_vr_mode_component"
567+
android:taskAffinity=""
568+
android:relinquishTaskIdentity="true"
569+
android:excludeFromRecents="true"
570+
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize">
571+
<intent-filter>
572+
<action android:name="org.chromium.chrome.browser.dummy.action" />
573+
<category android:name="com.google.intent.category.DAYDREAM" />
574+
<category android:name="com.google.intent.category.CARDBOARD" />
575+
</intent-filter>
576+
577+
</activity>
578+
<activity android:name="org.chromium.chrome.browser.vr.CustomTabVrActivity"
560579
android:theme="@style/VrSupportTheme"
561580
android:screenOrientation="landscape"
562-
android:exported="true"
563581
android:enableVrMode="@string/gvr_vr_mode_component"
564582
android:taskAffinity=""
565583
android:persistableMode="persistNever"
@@ -670,7 +688,8 @@ by a child template that "extends" this file.
670688
</activity>
671689
<activity android:name="org.chromium.chrome.browser.firstrun.LightweightFirstRunActivity"
672690
android:theme="@style/SimpleDialog"
673-
android:launchMode="singleInstance"
691+
android:label="@string/fre_activity_label"
692+
android:launchMode="singleInstance"
674693
android:excludeFromRecents="true"
675694
android:autoRemoveFromRecents="true"
676695
android:windowSoftInputMode="stateHidden|adjustPan"
@@ -679,6 +698,7 @@ by a child template that "extends" this file.
679698
</activity>
680699
<activity android:name="org.chromium.chrome.browser.firstrun.FirstRunActivity"
681700
android:theme="@style/FirstRunTheme"
701+
android:label="@string/fre_activity_label"
682702
android:launchMode="singleInstance"
683703
android:excludeFromRecents="true"
684704
android:autoRemoveFromRecents="true"
@@ -687,7 +707,8 @@ by a child template that "extends" this file.
687707
</activity>
688708
<activity android:name="org.chromium.chrome.browser.firstrun.TabbedModeFirstRunActivity"
689709
android:theme="@style/TabbedModeFirstRunTheme"
690-
android:launchMode="singleInstance"
710+
android:label="@string/fre_activity_label"
711+
android:launchMode="singleInstance"
691712
android:excludeFromRecents="true"
692713
android:autoRemoveFromRecents="true"
693714
android:windowSoftInputMode="stateHidden|adjustPan"
@@ -1437,7 +1458,7 @@ by a child template that "extends" this file.
14371458
android:exported="true"
14381459
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize">
14391460
<intent-filter>
1440-
<action android:name="android.support.customtabs.browseractions.browser_action_open" />
1461+
<action android:name="androidx.browser.browseractions.browser_action_open" />
14411462
<category android:name="android.intent.category.DEFAULT" />
14421463
<data android:scheme="http" />
14431464
<data android:scheme="https" />
-9.95 KB
Binary file not shown.

app/src/main/assets/en-US.pak

318 Bytes
Binary file not shown.

app/src/main/assets/icudtl.dat

-132 KB
Binary file not shown.

0 commit comments

Comments
 (0)