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

Issue 2798703002: Create org.chromium.KioskAppService. (Closed)

Created:
3 years, 8 months ago by teravest
Modified:
3 years, 8 months ago
Reviewers:
Daniel Erat
CC:
chromium-reviews, hashimoto+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org, ios-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Create org.chromium.KioskAppService. This creates a D-Bus service that extracts a "Kiosk app" related method from LibCrosService. Clients have to be migrated to this before the corresponding method may be removed from LibCrosService. BUG=703229 TEST=deploy_chrome, manually sent a message to new method, got response. Review-Url: https://codereview.chromium.org/2798703002 Cr-Commit-Position: refs/heads/master@{#462653} Committed: https://chromium.googlesource.com/chromium/src/+/6e2e787479f591d24386ba91d8bbf3d1cfbe1fd3

Patch Set 1 #

Patch Set 2 : Fix .conf file comment. #

Total comments: 11

Patch Set 3 : fixes for dan #

Patch Set 4 : add helper function #

Total comments: 4

Patch Set 5 : style nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -4 lines) Patch
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 3 4 3 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/chromeos/dbus/kiosk_info_service_provider.h View 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/chromeos/dbus/kiosk_info_service_provider.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M chromeos/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/dbus/services/cros_dbus_service.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chromeos/dbus/services/cros_dbus_service.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
A chromeos/dbus/services/org.chromium.KioskAppService.conf View 1 2 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (5 generated)
teravest
3 years, 8 months ago (2017-04-04 21:03:12 UTC) #2
Daniel Erat
lgtm with nits https://codereview.chromium.org/2798703002/diff/20001/chrome/browser/chromeos/chrome_browser_main_chromeos.cc File chrome/browser/chromeos/chrome_browser_main_chromeos.cc (right): https://codereview.chromium.org/2798703002/diff/20001/chrome/browser/chromeos/chrome_browser_main_chromeos.cc#newcode264 chrome/browser/chromeos/chrome_browser_main_chromeos.cc:264: std::move(kiosk_service_providers)); nit: no idea how clang-format ...
3 years, 8 months ago (2017-04-05 02:55:41 UTC) #4
teravest
https://codereview.chromium.org/2798703002/diff/20001/chrome/browser/chromeos/chrome_browser_main_chromeos.cc File chrome/browser/chromeos/chrome_browser_main_chromeos.cc (right): https://codereview.chromium.org/2798703002/diff/20001/chrome/browser/chromeos/chrome_browser_main_chromeos.cc#newcode264 chrome/browser/chromeos/chrome_browser_main_chromeos.cc:264: std::move(kiosk_service_providers)); On 2017/04/05 02:55:41, Daniel Erat wrote: > nit: ...
3 years, 8 months ago (2017-04-05 15:58:21 UTC) #5
Daniel Erat
https://codereview.chromium.org/2798703002/diff/20001/chrome/browser/chromeos/chrome_browser_main_chromeos.cc File chrome/browser/chromeos/chrome_browser_main_chromeos.cc (right): https://codereview.chromium.org/2798703002/diff/20001/chrome/browser/chromeos/chrome_browser_main_chromeos.cc#newcode264 chrome/browser/chromeos/chrome_browser_main_chromeos.cc:264: std::move(kiosk_service_providers)); On 2017/04/05 15:58:20, teravest wrote: > On 2017/04/05 ...
3 years, 8 months ago (2017-04-05 18:18:00 UTC) #6
teravest
On 2017/04/05 18:18:00, Daniel Erat wrote: > https://codereview.chromium.org/2798703002/diff/20001/chrome/browser/chromeos/chrome_browser_main_chromeos.cc > File chrome/browser/chromeos/chrome_browser_main_chromeos.cc (right): > > https://codereview.chromium.org/2798703002/diff/20001/chrome/browser/chromeos/chrome_browser_main_chromeos.cc#newcode264 ...
3 years, 8 months ago (2017-04-06 15:55:07 UTC) #7
Daniel Erat
On 2017/04/06 15:55:07, teravest wrote: > On 2017/04/05 18:18:00, Daniel Erat wrote: > > > ...
3 years, 8 months ago (2017-04-06 16:27:19 UTC) #8
teravest
On 2017/04/06 16:27:19, Daniel Erat wrote: > On 2017/04/06 15:55:07, teravest wrote: > > On ...
3 years, 8 months ago (2017-04-06 17:29:30 UTC) #9
Daniel Erat
lgtm thanks! https://codereview.chromium.org/2798703002/diff/60001/chromeos/dbus/services/cros_dbus_service.cc File chromeos/dbus/services/cros_dbus_service.cc (right): https://codereview.chromium.org/2798703002/diff/60001/chromeos/dbus/services/cros_dbus_service.cc#newcode118 chromeos/dbus/services/cros_dbus_service.cc:118: ServiceProviderList l; nit: should maybe be 'list' ...
3 years, 8 months ago (2017-04-06 18:13:34 UTC) #10
teravest
https://codereview.chromium.org/2798703002/diff/60001/chromeos/dbus/services/cros_dbus_service.cc File chromeos/dbus/services/cros_dbus_service.cc (right): https://codereview.chromium.org/2798703002/diff/60001/chromeos/dbus/services/cros_dbus_service.cc#newcode118 chromeos/dbus/services/cros_dbus_service.cc:118: ServiceProviderList l; On 2017/04/06 18:13:34, Daniel Erat wrote: > ...
3 years, 8 months ago (2017-04-06 20:18:33 UTC) #11
Daniel Erat
lgtm
3 years, 8 months ago (2017-04-06 20:23:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2798703002/80001
3 years, 8 months ago (2017-04-06 20:33:22 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/6e2e787479f591d24386ba91d8bbf3d1cfbe1fd3
3 years, 8 months ago (2017-04-06 22:31:29 UTC) #17
teravest
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/2799963004/ by teravest@chromium.org. ...
3 years, 8 months ago (2017-04-07 17:00:44 UTC) #18
James Cook
On 2017/04/07 17:00:44, teravest wrote: > A revert of this CL (patchset #5 id:80001) has ...
3 years, 8 months ago (2017-04-07 17:11:03 UTC) #19
teravest
On 2017/04/07 17:11:03, James Cook wrote: > On 2017/04/07 17:00:44, teravest wrote: > > A ...
3 years, 8 months ago (2017-04-07 18:54:30 UTC) #20
Daniel Erat
3 years, 8 months ago (2017-04-07 20:18:46 UTC) #21
Message was sent while issue was closed.
On 2017/04/07 18:54:30, teravest wrote:
> On 2017/04/07 17:11:03, James Cook wrote:
> > On 2017/04/07 17:00:44, teravest wrote:
> > > A revert of this CL (patchset #5 id:80001) has been created in
> > > https://codereview.chromium.org/2799963004/ by
mailto:teravest@chromium.org.
> > > 
> > > The reason for reverting is: Appears to have broken the simplechrome
> workflow,
> > > maybe all of the dependent changes aren't in yet?.
> > 
> > FYI - chrome starts up properly with this CL in place if I use the latest
> canary
> > OS image. The breakage might be that people are using OS images that are too
> > old.
> 
> Thanks for checking. Do you know, generally, how old we allow OS images to be
> for using simple chrome?

(to answer the question, stevenjb@ and i concluded that a week is probably
reasonable.)

Powered by Google App Engine
This is Rietveld 408576698