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

Issue 11412067: [rlz,cros] RLZ glue for ChromeOS. (Closed)

Created:
8 years, 1 month ago by Ivan Korotkov
Modified:
8 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

[rlz,cros] RLZ glue for ChromeOS. BUG=157348, 160059 TBR=nirnimesh,sky Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171233

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 1

Patch Set 3 : Compile fix #

Total comments: 2

Patch Set 4 : Comment #

Patch Set 5 : Move to LoginUtils and fix tests #

Patch Set 6 : Another compile fix #

Total comments: 7

Patch Set 7 : Merge #

Patch Set 8 : merge #

Patch Set 9 : No thread restriction crashes #

Patch Set 10 : Header guard #

Total comments: 11

Patch Set 11 : Merge #

Patch Set 12 : OOBE CSS fixes #

Patch Set 13 : Always save RLZ enabled flag. #

Total comments: 10

Patch Set 14 : google_util fixes #

Patch Set 15 : cleanup #

Patch Set 16 : merge #

Patch Set 17 : Renamed brand code file #

Patch Set 18 : Compile fixes #

Patch Set 19 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+429 lines, -197 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +12 lines, -6 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider_chromeos.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +1 line, -39 lines 0 comments Download
M chrome/browser/chromeos/login/eula_screen.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/eula_screen.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/eula_screen_actor.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/login_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/mock_screen_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/screen_observer.h View 1 2 3 4 5 6 7 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.h View 1 2 3 4 5 6 7 5 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 7 chunks +38 lines, -4 lines 0 comments Download
M chrome/browser/google/google_util.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
A chrome/browser/google/google_util_chromeos.h View 1 2 3 4 5 6 7 8 9 1 chunk +26 lines, -0 lines 0 comments Download
A chrome/browser/google/google_util_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +62 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe.css View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 9 chunks +29 lines, -37 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe.html View 1 2 3 4 5 6 7 8 9 10 2 chunks +21 lines, -11 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -18 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_eula.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -3 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_eula.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +24 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_network.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_update.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/rlz/rlz.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +15 lines, -5 lines 0 comments Download
M chrome/browser/rlz/rlz.cc View 1 2 3 4 5 6 7 8 11 12 13 14 15 16 10 chunks +62 lines, -19 lines 0 comments Download
M chrome/browser/rlz/rlz_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 20 chunks +20 lines, -19 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/eula_screen_handler.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/eula_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +29 lines, -13 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/test/pyautolib/pyauto.py View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -2 lines 0 comments Download
M rlz/lib/financial_ping.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Ivan Korotkov
http://codereview.chromium.org/11412067/diff/2001/build/common.gypi File build/common.gypi (left): http://codereview.chromium.org/11412067/diff/2001/build/common.gypi#oldcode1431 build/common.gypi:1431: ['branding=="Chrome" and (OS=="win" or OS=="mac")', { This is for ...
8 years, 1 month ago (2012-11-19 11:47:03 UTC) #1
Ivan Korotkov
PTAL: pkasting: chrome/browser/google nkostylev: chromeos rogerta: overall
8 years, 1 month ago (2012-11-19 11:47:44 UTC) #2
Nikita (slow)
http://codereview.chromium.org/11412067/diff/6001/chrome/browser/chromeos/login/user_manager_impl.cc File chrome/browser/chromeos/login/user_manager_impl.cc (right): http://codereview.chromium.org/11412067/diff/6001/chrome/browser/chromeos/login/user_manager_impl.cc#newcode218 chrome/browser/chromeos/login/user_manager_impl.cc:218: Profile* profile = ProfileManager::GetDefaultProfile(); This should be moved to ...
8 years, 1 month ago (2012-11-19 12:27:35 UTC) #3
Nikita (slow)
Please check whether you could as well add test to LoginUtilsTest
8 years, 1 month ago (2012-11-19 12:32:52 UTC) #4
Ivan Korotkov
http://codereview.chromium.org/11412067/diff/6001/chrome/browser/chromeos/login/user_manager_impl.cc File chrome/browser/chromeos/login/user_manager_impl.cc (right): http://codereview.chromium.org/11412067/diff/6001/chrome/browser/chromeos/login/user_manager_impl.cc#newcode218 chrome/browser/chromeos/login/user_manager_impl.cc:218: Profile* profile = ProfileManager::GetDefaultProfile(); On 2012/11/19 12:27:35, Nikita Kostylev ...
8 years, 1 month ago (2012-11-19 14:00:40 UTC) #5
Nikita (slow)
lgtm but please add a test (separate CL - ok) that checks that RLZ is ...
8 years, 1 month ago (2012-11-19 15:44:41 UTC) #6
Peter Kasting
https://codereview.chromium.org/11412067/diff/9002/chrome/browser/google/google_util.cc File chrome/browser/google/google_util.cc (right): https://codereview.chromium.org/11412067/diff/9002/chrome/browser/google/google_util.cc#newcode63 chrome/browser/google/google_util.cc:63: #if defined(OS_CHROMEOS) Nit: Maybe this whole block should go ...
8 years, 1 month ago (2012-11-19 20:59:09 UTC) #7
Ivan Korotkov
*) I've added code that loads brand code for ChromeOS from file and stores it ...
8 years ago (2012-11-28 14:24:21 UTC) #8
Ivan Korotkov
Updated RLZTracker as described in previous message as well.
8 years ago (2012-11-28 14:35:40 UTC) #9
Roger Tawa OOO till Jul 10th
lgtm Just one comment about making a method non-public. https://codereview.chromium.org/11412067/diff/3010/chrome/browser/rlz/rlz.cc File chrome/browser/rlz/rlz.cc (right): https://codereview.chromium.org/11412067/diff/3010/chrome/browser/rlz/rlz.cc#newcode241 chrome/browser/rlz/rlz.cc:241: ...
8 years ago (2012-11-28 15:23:18 UTC) #10
Nikita (slow)
chromeos/* lgtm with nits https://codereview.chromium.org/11412067/diff/3010/chrome/browser/chromeos/login/wizard_controller.cc File chrome/browser/chromeos/login/wizard_controller.cc (right): https://codereview.chromium.org/11412067/diff/3010/chrome/browser/chromeos/login/wizard_controller.cc#newcode503 chrome/browser/chromeos/login/wizard_controller.cc:503: LOG(ERROR) << "WizardController::OnEulaBlockingTasksDone"; nit: Cleanup ...
8 years ago (2012-11-29 11:17:48 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ivankr@chromium.org/11412067/3010
8 years ago (2012-11-29 12:08:37 UTC) #12
commit-bot: I haz the power
Failed to apply patch for chrome/browser/resources/chromeos/login/oobe.css: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years ago (2012-11-29 12:08:49 UTC) #13
Ivan Korotkov
https://codereview.chromium.org/11412067/diff/3010/chrome/browser/chromeos/login/wizard_controller.cc File chrome/browser/chromeos/login/wizard_controller.cc (right): https://codereview.chromium.org/11412067/diff/3010/chrome/browser/chromeos/login/wizard_controller.cc#newcode503 chrome/browser/chromeos/login/wizard_controller.cc:503: LOG(ERROR) << "WizardController::OnEulaBlockingTasksDone"; On 2012/11/29 11:17:48, Nikita Kostylev wrote: ...
8 years ago (2012-11-29 17:42:27 UTC) #14
Peter Kasting
LGTM with comments https://codereview.chromium.org/11412067/diff/16047/chrome/browser/google/google_util_chromeos.cc File chrome/browser/google/google_util_chromeos.cc (right): https://codereview.chromium.org/11412067/diff/16047/chrome/browser/google/google_util_chromeos.cc#newcode32 chrome/browser/google/google_util_chromeos.cc:32: LOG(WARNING) << "Brand code file missing: ...
8 years ago (2012-12-01 03:06:22 UTC) #15
Ivan Korotkov
https://codereview.chromium.org/11412067/diff/16047/chrome/browser/google/google_util_chromeos.cc File chrome/browser/google/google_util_chromeos.cc (right): https://codereview.chromium.org/11412067/diff/16047/chrome/browser/google/google_util_chromeos.cc#newcode32 chrome/browser/google/google_util_chromeos.cc:32: LOG(WARNING) << "Brand code file missing: " << brand_file_path.value(); ...
8 years ago (2012-12-02 12:01:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ivankr@chromium.org/11412067/17001
8 years ago (2012-12-05 10:28:40 UTC) #17
commit-bot: I haz the power
Presubmit check for 11412067-17001 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-05 10:28:58 UTC) #18
Ivan Korotkov
Added TBR= for trivial changes in pyauto/, test/ and common/
8 years ago (2012-12-05 10:32:59 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ivankr@chromium.org/11412067/17001
8 years ago (2012-12-05 10:33:17 UTC) #20
commit-bot: I haz the power
8 years ago (2012-12-05 16:02:26 UTC) #21
Message was sent while issue was closed.
Change committed as 171233

Powered by Google App Engine
This is Rietveld 408576698