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

Issue 26277006: Created ash::FirstRunHelper. (Closed)

Created:
7 years, 2 months ago by dzhioev (left Google)
Modified:
7 years, 2 months ago
CC:
chromium-reviews, kalyank, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Created ash::FirstRunHelper. FirstRunHelper is an interface providing API for manipulating and retreiving information about Shell elements. It will be used by new first-run tutorial. BUG=269286 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=229175

Patch Set 1 #

Total comments: 12

Patch Set 2 : Comments addressed. #

Total comments: 6

Patch Set 3 : Renamed class. Changed method signature. #

Patch Set 4 : Fixed error in gyp-file. #

Patch Set 5 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -4 lines) Patch
M ash/ash.gyp View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A ash/first_run/first_run_helper.h View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
A + ash/first_run/first_run_helper.cc View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
A ash/first_run/first_run_helper_impl.h View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A ash/first_run/first_run_helper_impl.cc View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
M ash/shell.h View 1 2 3 4 4 chunks +13 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 3 chunks +11 lines, -0 lines 0 comments Download
M ash/wm/app_list_controller.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
dzhioev (left Google)
Hi, please review this CL. It's not final version of FirstRunDelegate, bunch of new methods ...
7 years, 2 months ago (2013-10-10 18:05:53 UTC) #1
Mr4D (OOO till 08-26)
See comment! https://codereview.chromium.org/26277006/diff/1/ash/first_run/first_run_delegate_impl.cc File ash/first_run/first_run_delegate_impl.cc (right): https://codereview.chromium.org/26277006/diff/1/ash/first_run/first_run_delegate_impl.cc#newcode44 ash/first_run/first_run_delegate_impl.cc:44: if (app_list::AppListView* view = shell_->GetAppListView()) { Is ...
7 years, 2 months ago (2013-10-10 20:02:33 UTC) #2
dzhioev (left Google)
https://codereview.chromium.org/26277006/diff/1/ash/first_run/first_run_delegate_impl.cc File ash/first_run/first_run_delegate_impl.cc (right): https://codereview.chromium.org/26277006/diff/1/ash/first_run/first_run_delegate_impl.cc#newcode44 ash/first_run/first_run_delegate_impl.cc:44: if (app_list::AppListView* view = shell_->GetAppListView()) { On 2013/10/10 20:02:34, ...
7 years, 2 months ago (2013-10-10 20:51:10 UTC) #3
Mr4D (OOO till 08-26)
lgtm
7 years, 2 months ago (2013-10-10 20:53:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/26277006/1
7 years, 2 months ago (2013-10-10 21:35:49 UTC) #5
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=29721
7 years, 2 months ago (2013-10-10 21:57:31 UTC) #6
dzhioev (left Google)
Adding oshima@ for owner's review.
7 years, 2 months ago (2013-10-10 22:08:08 UTC) #7
oshima
It looks odd to have the class for overlay UI in ash. This is more ...
7 years, 2 months ago (2013-10-10 22:47:18 UTC) #8
oshima
7 years, 2 months ago (2013-10-10 22:47:40 UTC) #9
dzhioev (left Google)
> It looks odd to have the class for overlay UI in ash. > This ...
7 years, 2 months ago (2013-10-11 18:03:52 UTC) #10
oshima
by offline, I mean off the CL. Please feel free to ping me on chat ...
7 years, 2 months ago (2013-10-11 18:33:31 UTC) #11
oshima
ash/first_run is ok at least for now. Once we have WM api, we may want ...
7 years, 2 months ago (2013-10-11 20:58:43 UTC) #12
dzhioev (left Google)
https://codereview.chromium.org/26277006/diff/17001/ash/first_run/first_run_delegate.h File ash/first_run/first_run_delegate.h (right): https://codereview.chromium.org/26277006/diff/17001/ash/first_run/first_run_delegate.h#newcode20 ash/first_run/first_run_delegate.h:20: class ASH_EXPORT FirstRunDelegate { On 2013/10/11 20:58:44, oshima wrote: ...
7 years, 2 months ago (2013-10-12 00:02:50 UTC) #13
oshima
https://codereview.chromium.org/26277006/diff/17001/ash/first_run/first_run_delegate.h File ash/first_run/first_run_delegate.h (right): https://codereview.chromium.org/26277006/diff/17001/ash/first_run/first_run_delegate.h#newcode20 ash/first_run/first_run_delegate.h:20: class ASH_EXPORT FirstRunDelegate { On 2013/10/12 00:02:50, dzhioev wrote: ...
7 years, 2 months ago (2013-10-16 16:32:05 UTC) #14
dzhioev (left Google)
On 2013/10/16 16:32:05, oshima wrote: > https://codereview.chromium.org/26277006/diff/17001/ash/first_run/first_run_delegate.h > File ash/first_run/first_run_delegate.h (right): > > https://codereview.chromium.org/26277006/diff/17001/ash/first_run/first_run_delegate.h#newcode20 > ...
7 years, 2 months ago (2013-10-16 18:03:50 UTC) #15
dzhioev (left Google)
Sorry, previous message was sent accidentally. On 2013/10/16 16:32:05, oshima wrote: > https://codereview.chromium.org/26277006/diff/17001/ash/first_run/first_run_delegate.h > File ...
7 years, 2 months ago (2013-10-16 18:41:50 UTC) #16
oshima
On 2013/10/16 18:41:50, dzhioev wrote: > Sorry, previous message was sent accidentally. > > On ...
7 years, 2 months ago (2013-10-16 19:34:08 UTC) #17
dzhioev (left Google)
On 2013/10/16 19:34:08, oshima wrote: > On 2013/10/16 18:41:50, dzhioev wrote: > > Sorry, previous ...
7 years, 2 months ago (2013-10-16 23:34:51 UTC) #18
oshima
On 2013/10/16 23:34:51, dzhioev wrote: > On 2013/10/16 19:34:08, oshima wrote: > > On 2013/10/16 ...
7 years, 2 months ago (2013-10-16 23:52:25 UTC) #19
dzhioev (left Google)
On 2013/10/16 23:52:25, oshima wrote: > On 2013/10/16 23:34:51, dzhioev wrote: > > On 2013/10/16 ...
7 years, 2 months ago (2013-10-17 00:02:47 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/26277006/28001
7 years, 2 months ago (2013-10-17 01:33:59 UTC) #21
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) ash_unittests, browser_tests, interactive_ui_tests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=165182
7 years, 2 months ago (2013-10-17 04:16:36 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/26277006/55001
7 years, 2 months ago (2013-10-17 12:07:56 UTC) #23
commit-bot: I haz the power
Retried try job too often on win_x64_rel for step(s) base_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_x64_rel&number=46111
7 years, 2 months ago (2013-10-17 13:18:20 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/26277006/75001
7 years, 2 months ago (2013-10-17 14:47:52 UTC) #25
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 2 months ago (2013-10-17 15:12:51 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dzhioev@chromium.org/26277006/75001
7 years, 2 months ago (2013-10-17 15:23:54 UTC) #27
commit-bot: I haz the power
7 years, 2 months ago (2013-10-17 17:56:49 UTC) #28
Message was sent while issue was closed.
Change committed as 229175

Powered by Google App Engine
This is Rietveld 408576698