Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(564)

Issue 1070563005: [Android WebView] Upstream WebViewShell to chromium. (Closed)

Created:
5 years, 8 months ago by timvolodine
Modified:
5 years, 8 months ago
Reviewers:
Nico, Torne
CC:
chromium-reviews, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android WebView] Upstream WebViewShell to chromium. WebViewShell used to live in the android repository. This patch upstreams it to the chromium repository and adds a new target android_webview_shell_apk. That way both the AndroidWebViewShell.apk and SystemWebViewGoogle.apk can be built at the same time using one checkout. In particular this patch does the following: - copy the relevant files residing in the android repository under frameworks/webview/chromium/tools/WebViewShell/ - add necessary gyp files - rename the package name to org.chromium.webview_shell - some import clean ups and formatting - replace license headers BUG=475084 Committed: https://crrev.com/86221dd2181ee4e29a0c30a8674ae263007e165f Cr-Commit-Position: refs/heads/master@{#325854}

Patch Set 1 #

Patch Set 2 : fix xml license headers + no-find-copies #

Total comments: 6

Patch Set 3 : comments #

Patch Set 4 : upload missing files #

Total comments: 1

Patch Set 5 : fix copyright year #

Unified diffs Side-by-side diffs Delta from patch set Stats (+298 lines, -0 lines) Patch
A android_webview/android_webview_shell.gyp View 1 1 chunk +17 lines, -0 lines 0 comments Download
A android_webview/tools/WebViewShell/AndroidManifest.xml View 1 2 3 4 1 chunk +53 lines, -0 lines 0 comments Download
A android_webview/tools/WebViewShell/OWNERS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A android_webview/tools/WebViewShell/res/drawable/ic_launcher.png View 1 Binary file 0 comments Download
A android_webview/tools/WebViewShell/res/layout/activity_webview.xml View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
A android_webview/tools/WebViewShell/res/values/strings.xml View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
A android_webview/tools/WebViewShell/run_startup_time_test.sh View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download
A android_webview/tools/WebViewShell/src/org/chromium/webview_shell/JankActivity.java View 1 2 3 4 1 chunk +45 lines, -0 lines 0 comments Download
A android_webview/tools/WebViewShell/src/org/chromium/webview_shell/StartupTimeActivity.java View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
A android_webview/tools/WebViewShell/src/org/chromium/webview_shell/TelemetryActivity.java View 1 2 3 4 1 chunk +38 lines, -0 lines 0 comments Download
A android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewBrowserActivity.java View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
M build/all.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 22 (4 generated)
timvolodine
5 years, 8 months ago (2015-04-08 18:40:18 UTC) #2
boliu
I'd suggest merging this into WebViewTelemetryShell instead of creating yet another test shell that no ...
5 years, 8 months ago (2015-04-08 18:44:18 UTC) #3
timvolodine
On 2015/04/08 18:44:18, boliu wrote: > I'd suggest merging this into WebViewTelemetryShell instead of creating ...
5 years, 8 months ago (2015-04-10 18:14:24 UTC) #4
boliu
On 2015/04/10 18:14:24, timvolodine wrote: > On 2015/04/08 18:44:18, boliu wrote: > > I'd suggest ...
5 years, 8 months ago (2015-04-10 18:42:18 UTC) #5
timvolodine
On 2015/04/10 18:42:18, boliu wrote: > On 2015/04/10 18:14:24, timvolodine wrote: > > On 2015/04/08 ...
5 years, 8 months ago (2015-04-13 12:07:06 UTC) #6
Torne
I think we should go ahead and land this, then update the telemetry bot script ...
5 years, 8 months ago (2015-04-13 12:41:59 UTC) #7
timvolodine
thanks for the comments! PTAL. https://codereview.chromium.org/1070563005/diff/20001/android_webview/tools/WebViewShell/AndroidManifest.xml File android_webview/tools/WebViewShell/AndroidManifest.xml (right): https://codereview.chromium.org/1070563005/diff/20001/android_webview/tools/WebViewShell/AndroidManifest.xml#newcode12 android_webview/tools/WebViewShell/AndroidManifest.xml:12: <uses-sdk android:minSdkVersion="17" On 2015/04/13 ...
5 years, 8 months ago (2015-04-13 22:04:06 UTC) #8
timvolodine
On 2015/04/13 22:04:06, timvolodine wrote: > thanks for the comments! PTAL. > > https://codereview.chromium.org/1070563005/diff/20001/android_webview/tools/WebViewShell/AndroidManifest.xml > ...
5 years, 8 months ago (2015-04-15 17:18:16 UTC) #9
Torne
lgtm
5 years, 8 months ago (2015-04-16 14:10:47 UTC) #10
timvolodine
+thakis@ for build/all.gyp
5 years, 8 months ago (2015-04-16 14:14:20 UTC) #12
Nico
build/all.gyp lgtm. Exciting! Do you want to add this to some gn file too?
5 years, 8 months ago (2015-04-16 16:53:24 UTC) #13
Nico
https://codereview.chromium.org/1070563005/diff/60001/android_webview/tools/WebViewShell/run_startup_time_test.sh File android_webview/tools/WebViewShell/run_startup_time_test.sh (right): https://codereview.chromium.org/1070563005/diff/60001/android_webview/tools/WebViewShell/run_startup_time_test.sh#newcode33 android_webview/tools/WebViewShell/run_startup_time_test.sh:33: sleep 0.5 this script tho :-/
5 years, 8 months ago (2015-04-16 16:54:04 UTC) #14
Nico
(and if you feel like it, maybe say "2015" in all the copyright notes)
5 years, 8 months ago (2015-04-16 16:54:57 UTC) #15
Torne
On 2015/04/16 16:54:04, Nico wrote: > https://codereview.chromium.org/1070563005/diff/60001/android_webview/tools/WebViewShell/run_startup_time_test.sh > File android_webview/tools/WebViewShell/run_startup_time_test.sh (right): > > https://codereview.chromium.org/1070563005/diff/60001/android_webview/tools/WebViewShell/run_startup_time_test.sh#newcode33 > ...
5 years, 8 months ago (2015-04-16 16:57:26 UTC) #16
timvolodine
thanks, fixed the copyright year to 2015.
5 years, 8 months ago (2015-04-20 15:15:32 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1070563005/80001
5 years, 8 months ago (2015-04-20 15:21:50 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 8 months ago (2015-04-20 16:12:17 UTC) #21
commit-bot: I haz the power
5 years, 8 months ago (2015-04-20 16:13:11 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/86221dd2181ee4e29a0c30a8674ae263007e165f
Cr-Commit-Position: refs/heads/master@{#325854}

Powered by Google App Engine
This is Rietveld 408576698