Description was changed from ========== MD Settings: Add dedicated C++ handler for restart/relaunch/powerwash. BUG=617830 ========== ...
4 years, 6 months ago
(2016-06-09 17:37:25 UTC)
#1
Description was changed from
==========
MD Settings: Add dedicated C++ handler for restart/relaunch/powerwash.
BUG=617830
==========
to
==========
MD Settings: Add dedicated C++ handler for restart/relaunch/powerwash.
BUG=617830
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation
==========
dpapad
Patchset #1 (id:1) has been deleted
4 years, 6 months ago
(2016-06-09 21:29:23 UTC)
#2
Patchset #1 (id:1) has been deleted
dpapad
Patchset #1 (id:20001) has been deleted
4 years, 6 months ago
(2016-06-09 21:29:27 UTC)
#3
Patchset #1 (id:20001) has been deleted
dpapad
Patchset #1 (id:40001) has been deleted
4 years, 6 months ago
(2016-06-09 21:29:31 UTC)
#4
This CL adds the new C++ handler (and corresponding JS browser proxy), that will be ...
4 years, 6 months ago
(2016-06-09 21:42:19 UTC)
#6
This CL adds the new C++ handler (and corresponding JS browser proxy), that will
be used from all MD Settings UI surfaces that need to trigger a
restart/relaunch/powerwash.
Hooking up UI to the new handler (and cleaning up existing handlers), is split
to separate CLs,
system_page: https://codereview.chromium.org/2055923002
languages_page: https://codereview.chromium.org/2052793004
reset_page: https://codereview.chromium.org/2052003002
about_page: WIP...
@stevenjb: My immediate goal is to unify such codepaths within MD Settings for
now, and not across the entire WebUI (for example old Options). Therefore I
chose not to split the "powerwash" functionality to a separate class that the
new MD Settings C++ handler would call into.
The current refactoring allows for pulling that functionality one level up, at
chrome/browser/ui/webui/, if needed, in a follow up CL, such that "factory
reset"
codepaths can be unified across different WebUI pages.
Dan Beam
who's reviewing what?
4 years, 6 months ago
(2016-06-09 23:09:53 UTC)
#7
who's reviewing what?
dpapad
On 2016/06/09 at 23:09:53, dbeam wrote: > who's reviewing what? @dbeam: Please review everything. @stevenjb: ...
4 years, 6 months ago
(2016-06-09 23:38:19 UTC)
#8
On 2016/06/09 at 23:09:53, dbeam wrote:
> who's reviewing what?
@dbeam: Please review everything.
@stevenjb: Wanted to make sure that your concern expressed in the
chrome-settings thread is addressed.
This looks great, thanks for wrapping this. Once this is in we should see if ...
4 years, 6 months ago
(2016-06-09 23:47:54 UTC)
#10
This looks great, thanks for wrapping this. Once this is in we should see if
there are other places in chrome (e.g. chromeos login) where we be able to use
this instead of a custom handler.
I only scanned through this quickly. michaelpg@, could you take a closer look at
the power / reset chromeos code?
dpapad
On 2016/06/09 at 23:47:54, stevenjb wrote: > This looks great, thanks for wrapping this. Once ...
4 years, 6 months ago
(2016-06-13 18:05:21 UTC)
#11
On 2016/06/09 at 23:47:54, stevenjb wrote:
> This looks great, thanks for wrapping this. Once this is in we should see if
there are other places in chrome (e.g. chromeos login) where we be able to use
this instead of a custom handler.
>
> I only scanned through this quickly. michaelpg@, could you take a closer look
at the power / reset chromeos code?
@michaelpg, @dbeam: Friendly ping.
michaelpg
On 2016/06/09 23:47:54, stevenjb wrote: > This looks great, thanks for wrapping this. Once this ...
4 years, 6 months ago
(2016-06-13 20:56:11 UTC)
#12
On 2016/06/09 23:47:54, stevenjb wrote:
> This looks great, thanks for wrapping this. Once this is in we should see if
> there are other places in chrome (e.g. chromeos login) where we be able to use
> this instead of a custom handler.
>
> I only scanned through this quickly. michaelpg@, could you take a closer look
at
> the power / reset chromeos code?
lgtm
Dan Beam
where is the testbrowserproxy used? did you forget to `git add` a _browsertest.js file? https://codereview.chromium.org/2057593003/diff/100001/chrome/browser/ui/webui/settings/md_settings_ui.cc ...
4 years, 6 months ago
(2016-06-13 21:09:13 UTC)
#13
4 years, 6 months ago
(2016-06-14 00:31:07 UTC)
#18
Message was sent while issue was closed.
Committed patchset #3 (id:100001)
commit-bot: I haz the power
Description was changed from ========== MD Settings: Add dedicated C++ handler for restart/relaunch/powerwash. BUG=617830 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation ...
4 years, 6 months ago
(2016-06-14 00:34:29 UTC)
#19
Message was sent while issue was closed.
Description was changed from
==========
MD Settings: Add dedicated C++ handler for restart/relaunch/powerwash.
BUG=617830
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation
==========
to
==========
MD Settings: Add dedicated C++ handler for restart/relaunch/powerwash.
BUG=617830
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/e85dfff4e9e360d93be39fb73bb2197e44a67f17
Cr-Commit-Position: refs/heads/master@{#399617}
==========
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/e85dfff4e9e360d93be39fb73bb2197e44a67f17 Cr-Commit-Position: refs/heads/master@{#399617}
4 years, 6 months ago
(2016-06-14 00:34:34 UTC)
#20
Issue 2057593003: MD Settings: Add dedicated C++ handler for restart/relaunch/powerwash.
(Closed)
Created 4 years, 6 months ago by dpapad
Modified 4 years, 6 months ago
Reviewers: Dan Beam, stevenjb, michaelpg
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 1