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

Issue 978653002: Upstream FirstRunActivity and friends. (Closed)

Created:
5 years, 9 months ago by aurimas (slooooooooow)
Modified:
5 years, 9 months ago
CC:
asvitkine+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Upstream FirstRunActivity and friends. BUG=428842 Committed: https://crrev.com/6638f6c44a74e4fc788970f6aa94771724634c80 Cr-Commit-Position: refs/heads/master@{#320175}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Nits #

Patch Set 3 : Updated logos #

Total comments: 9

Patch Set 4 : Fix nits + remove MobileFreFinishState as it is no longer relevant #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2186 lines, -1 line) Patch
A chrome/android/java/res/drawable-hdpi/fre_chrome_logo.png View 1 2 Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/fre_new_recents_menu.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/fre_new_recents_menu_loupe.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/fre_chrome_logo.png View 1 2 Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/fre_new_recents_menu.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/fre_new_recents_menu_loupe.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/fre_chrome_logo.png View 1 2 Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/fre_new_recents_menu.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/fre_new_recents_menu_loupe.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/fre_chrome_logo.png View 1 2 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/fre_new_recents_menu.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/fre_new_recents_menu_loupe.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/fre_chrome_logo.png View 1 2 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/fre_new_recents_menu.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/fre_new_recents_menu_loupe.png View Binary file 0 comments Download
A chrome/android/java/res/layout/fre_page.xml View 1 1 chunk +112 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/fre_tosanduma.xml View 1 1 chunk +99 lines, -0 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/android/java/res/values/ids.xml View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromiumApplication.java View 1 2 3 4 chunks +40 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunActivity.java View 1 2 3 1 chunk +437 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunFlowSequencer.java View 1 chunk +259 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunGlue.java View 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunGlueImpl.java View 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunIntroPage.java View 1 chunk +148 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunIntroRecentsPage.java View 1 chunk +129 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunManager.java View 1 chunk +54 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPagerAdapter.java View 1 chunk +76 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunSignInProcessor.java View 1 2 3 1 chunk +290 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunUtil.java View 1 chunk +96 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/firstrun/ToSAndUMAFirstRunFragment.java View 1 chunk +91 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/firstrun/TosAndUmaView.java View 1 chunk +53 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaBridge.java View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/services/AndroidEduAndChildAccountHelper.java View 1 chunk +69 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/services/AndroidEduOwnerCheckCallback.java View 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 3 2 chunks +23 lines, -0 lines 0 comments Download
M chrome/browser/android/chromium_application.cc View 1 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/browser/android/metrics/uma_bridge.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M tools/metrics/actions/actions.xml View 1 1 chunk +8 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +21 lines, -0 lines 2 comments Download

Messages

Total messages: 16 (4 generated)
aurimas (slooooooooow)
newt: PTAL
5 years, 9 months ago (2015-03-03 23:35:35 UTC) #2
newt (away)
Are there any changes to the files that have been newly added upstream? Also, need ...
5 years, 9 months ago (2015-03-04 03:47:08 UTC) #3
aurimas (slooooooooow)
Updated logo to use chromium logo and private repo will have the correct chrome icon ...
5 years, 9 months ago (2015-03-10 22:16:51 UTC) #4
newt (away)
lgtm
5 years, 9 months ago (2015-03-10 22:26:06 UTC) #5
aurimas (slooooooooow)
+isherman: please take a look at changes in tools/metrics/*
5 years, 9 months ago (2015-03-10 22:28:23 UTC) #7
Ilya Sherman
https://chromiumcodereview.appspot.com/978653002/diff/40001/chrome/browser/android/metrics/uma_bridge.cc File chrome/browser/android/metrics/uma_bridge.cc (right): https://chromiumcodereview.appspot.com/978653002/diff/40001/chrome/browser/android/metrics/uma_bridge.cc#newcode16 chrome/browser/android/metrics/uma_bridge.cc:16: namespace { nit: Please leave a blank line after ...
5 years, 9 months ago (2015-03-10 23:59:31 UTC) #8
aurimas (slooooooooow)
Fixed up your nits as well as removed MobileFreFinishState as that histogram is no longer ...
5 years, 9 months ago (2015-03-11 18:49:23 UTC) #9
Ilya Sherman
Thanks. LGTM. https://chromiumcodereview.appspot.com/978653002/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://chromiumcodereview.appspot.com/978653002/diff/60001/tools/metrics/histograms/histograms.xml#newcode14683 tools/metrics/histograms/histograms.xml:14683: +<histogram name="MobileFre.SignInChoice" enum="MobileFreSignInChoice"> FWIW, I find "Fre" ...
5 years, 9 months ago (2015-03-11 19:20:20 UTC) #10
aurimas (slooooooooow)
https://chromiumcodereview.appspot.com/978653002/diff/60001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://chromiumcodereview.appspot.com/978653002/diff/60001/tools/metrics/histograms/histograms.xml#newcode14683 tools/metrics/histograms/histograms.xml:14683: +<histogram name="MobileFre.SignInChoice" enum="MobileFreSignInChoice"> On 2015/03/11 at 19:20:20, Ilya Sherman ...
5 years, 9 months ago (2015-03-11 19:22:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/978653002/60001
5 years, 9 months ago (2015-03-11 21:00:32 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-11 23:05:03 UTC) #15
commit-bot: I haz the power
5 years, 9 months ago (2015-03-11 23:05:56 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6638f6c44a74e4fc788970f6aa94771724634c80
Cr-Commit-Position: refs/heads/master@{#320175}

Powered by Google App Engine
This is Rietveld 408576698