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

Issue 93633007: Created optional multiprofiles introduction dialog. (Closed)

Created:
7 years ago by merkulova
Modified:
6 years, 11 months ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Created optional multiprofiles introduction dialog. BUG=230862 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245502

Patch Set 1 #

Total comments: 26

Patch Set 2 : Multiprofiles dialog view and interface polished. Nits fixed. #

Total comments: 15

Patch Set 3 : Nits #

Total comments: 18

Patch Set 4 : Nikita nits #

Total comments: 6

Patch Set 5 : Dialog is shown only if ALL profiles in multi-session haven't dismissed it. #

Total comments: 2

Patch Set 6 : Line move #

Patch Set 7 : Obsolete SetFont changed to SetFontList #

Patch Set 8 : Non POD variables are not allowed to be set as static. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -2 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/multi_profile_first_run_notification.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.h View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc View 1 2 3 4 5 6 7 1 chunk +161 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 1 2 3 4 4 chunks +29 lines, -2 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
merkulova
Used UserProfile as it was used in the changed files. It's still discussable issue.
7 years ago (2013-12-18 13:21:22 UTC) #1
dzhioev (left Google)
You need more owner's reviews by the way. https://codereview.chromium.org/93633007/diff/1/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/93633007/diff/1/chrome/app/chromeos_strings.grdp#newcode3840 chrome/app/chromeos_strings.grdp:3840: <message ...
7 years ago (2013-12-20 03:39:00 UTC) #2
merkulova
https://codereview.chromium.org/93633007/diff/1/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/93633007/diff/1/chrome/app/chromeos_strings.grdp#newcode3840 chrome/app/chromeos_strings.grdp:3840: <message name="IDS_MULTIPROFILES_INTRO_HEADLINE" desc="Describes what the intro dialog explains."> On ...
6 years, 11 months ago (2014-01-10 15:16:52 UTC) #3
oshima
https://codereview.chromium.org/93633007/diff/50001/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc File chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc (right): https://codereview.chromium.org/93633007/diff/50001/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc#newcode27 chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc:27: const gfx::Insets kInsets = gfx::Insets(40, 40, 40, 40); non ...
6 years, 11 months ago (2014-01-10 19:14:07 UTC) #4
merkulova
https://codereview.chromium.org/93633007/diff/50001/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc File chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc (right): https://codereview.chromium.org/93633007/diff/50001/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc#newcode27 chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc:27: const gfx::Insets kInsets = gfx::Insets(40, 40, 40, 40); On ...
6 years, 11 months ago (2014-01-14 09:55:58 UTC) #5
Nikita (slow)
https://codereview.chromium.org/93633007/diff/160001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/93633007/diff/160001/chrome/app/chromeos_strings.grdp#newcode3839 chrome/app/chromeos_strings.grdp:3839: <!-- Multiprofiles mode --> multi-profiles https://codereview.chromium.org/93633007/diff/160001/chrome/app/chromeos_strings.grdp#newcode3840 chrome/app/chromeos_strings.grdp:3840: <message name="IDS_MULTIPROFILES_INTRO_HEADLINE" ...
6 years, 11 months ago (2014-01-14 13:44:11 UTC) #6
merkulova
https://codereview.chromium.org/93633007/diff/160001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/93633007/diff/160001/chrome/app/chromeos_strings.grdp#newcode3839 chrome/app/chromeos_strings.grdp:3839: <!-- Multiprofiles mode --> On 2014/01/14 13:44:11, Nikita Kostylev ...
6 years, 11 months ago (2014-01-14 14:29:34 UTC) #7
Nikita (slow)
lgtm
6 years, 11 months ago (2014-01-14 16:29:36 UTC) #8
dzhioev (left Google)
LGTM after moving new files to proper place.
6 years, 11 months ago (2014-01-14 18:25:46 UTC) #9
oshima
https://codereview.chromium.org/93633007/diff/240001/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc File chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc (right): https://codereview.chromium.org/93633007/diff/240001/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc#newcode59 chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc:59: kInset, kInset); no static initializer please. since this is ...
6 years, 11 months ago (2014-01-14 19:06:14 UTC) #10
merkulova
As discussed in bug thread, logic for dialog show has changed. Nikita, Pasha, could you ...
6 years, 11 months ago (2014-01-15 11:03:47 UTC) #11
Nikita (slow)
lgtm
6 years, 11 months ago (2014-01-15 15:20:39 UTC) #12
oshima
lgtm with a nit https://codereview.chromium.org/93633007/diff/360001/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc File chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc (right): https://codereview.chromium.org/93633007/diff/360001/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc#newcode96 chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc:96: static const gfx::Insets kDialogInsets(kInset, kInset, ...
6 years, 11 months ago (2014-01-15 18:44:43 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/merkulova@chromium.org/93633007/450001
6 years, 11 months ago (2014-01-16 06:27:35 UTC) #14
commit-bot: I haz the power
Retried try job too often on linux_chromeos_clang for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos_clang&number=67194
6 years, 11 months ago (2014-01-16 07:32:37 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/merkulova@chromium.org/93633007/400002
6 years, 11 months ago (2014-01-16 08:51:52 UTC) #16
commit-bot: I haz the power
Retried try job too often on linux_chromeos_clang for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos_clang&number=67203
6 years, 11 months ago (2014-01-16 09:48:42 UTC) #17
merkulova
https://codereview.chromium.org/93633007/diff/50001/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc File chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc (right): https://codereview.chromium.org/93633007/diff/50001/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc#newcode27 chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.cc:27: const gfx::Insets kInsets = gfx::Insets(40, 40, 40, 40); On ...
6 years, 11 months ago (2014-01-16 10:24:00 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/merkulova@chromium.org/93633007/530004
6 years, 11 months ago (2014-01-17 09:44:56 UTC) #19
commit-bot: I haz the power
6 years, 11 months ago (2014-01-17 13:54:23 UTC) #20
Message was sent while issue was closed.
Change committed as 245502

Powered by Google App Engine
This is Rietveld 408576698