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

Issue 320223002: Add device policy: Kiosk Virtual Keyboard Layout. (Closed)

Created:
6 years, 6 months ago by rsadam
Modified:
6 years, 6 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, joaodasilva+watch_chromium.org, jar+watch_chromium.org, asvitkine+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Add device policy: Kiosk Virtual Keyboard Layout. BUG=376900 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278317

Patch Set 1 : #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 3

Patch Set 4 : Attempt # 2 #

Total comments: 17

Patch Set 5 : #

Total comments: 34

Patch Set 6 : Fix typo. #

Total comments: 4

Patch Set 7 : #

Patch Set 8 : Rebase to master. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -7 lines) Patch
M chrome/browser/chromeos/preferences.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler_list_factory.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 3 4 5 6 7 3 chunks +37 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc View 1 2 3 4 5 6 4 chunks +27 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/data/policy/policy_test_cases.json View 1 2 3 4 5 6 7 1 chunk +8 lines, -0 lines 0 comments Download
M components/policy/resources/policy_templates.json View 1 2 3 4 5 6 7 2 chunks +23 lines, -1 line 1 comment Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download
M ui/keyboard/keyboard_util.h View 1 2 3 4 5 2 chunks +10 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_util.cc View 1 2 3 4 5 3 chunks +19 lines, -5 lines 0 comments Download

Messages

Total messages: 35 (0 generated)
rsadam
Kevers, PTAL!
6 years, 6 months ago (2014-06-08 21:24:19 UTC) #1
kevers
https://codereview.chromium.org/320223002/diff/1/chrome/browser/chromeos/app_mode/kiosk_app_manager.cc File chrome/browser/chromeos/app_mode/kiosk_app_manager.cc (right): https://codereview.chromium.org/320223002/diff/1/chrome/browser/chromeos/app_mode/kiosk_app_manager.cc#newcode397 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc:397: // TODO(rsadam@): Use the policy specified the layout instead ...
6 years, 6 months ago (2014-06-09 13:59:12 UTC) #2
rsadam
On 2014/06/09 13:59:12, kevers wrote: > https://codereview.chromium.org/320223002/diff/1/chrome/browser/chromeos/app_mode/kiosk_app_manager.cc > File chrome/browser/chromeos/app_mode/kiosk_app_manager.cc (right): > > https://codereview.chromium.org/320223002/diff/1/chrome/browser/chromeos/app_mode/kiosk_app_manager.cc#newcode397 > ...
6 years, 6 months ago (2014-06-09 14:52:39 UTC) #3
kevers
https://codereview.chromium.org/320223002/diff/80001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/320223002/diff/80001/components/policy/resources/policy_templates.json#newcode4678 components/policy/resources/policy_templates.json:4678: 'supported_on': ['chrome_os:38-' ], s/38/37 if we're landing before the ...
6 years, 6 months ago (2014-06-09 15:51:37 UTC) #4
rsadam
https://codereview.chromium.org/320223002/diff/80001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/320223002/diff/80001/components/policy/resources/policy_templates.json#newcode4678 components/policy/resources/policy_templates.json:4678: 'supported_on': ['chrome_os:38-' ], On 2014/06/09 15:51:37, kevers wrote: > ...
6 years, 6 months ago (2014-06-09 16:01:47 UTC) #5
kevers
ui/keyboard lgtm
6 years, 6 months ago (2014-06-09 16:37:18 UTC) #6
rsadam
+bartfab Hi Bartosz, PTAL!
6 years, 6 months ago (2014-06-09 16:39:10 UTC) #7
bartfab (slow)
https://codereview.chromium.org/320223002/diff/100001/components/policy/resources/policy_templates.json File components/policy/resources/policy_templates.json (right): https://codereview.chromium.org/320223002/diff/100001/components/policy/resources/policy_templates.json#newcode4663 components/policy/resources/policy_templates.json:4663: 'name': 'KioskVirtualKeyboardLayout', We try not to make special-case policies ...
6 years, 6 months ago (2014-06-10 12:24:30 UTC) #8
rsadam
PTANL! BTW this CL is based of my refactor, so I'm assuming that will land ...
6 years, 6 months ago (2014-06-12 23:47:43 UTC) #9
bartfab (slow)
https://codereview.chromium.org/320223002/diff/120001/chrome/browser/policy/configuration_policy_handler_list_factory.cc File chrome/browser/policy/configuration_policy_handler_list_factory.cc (right): https://codereview.chromium.org/320223002/diff/120001/chrome/browser/policy/configuration_policy_handler_list_factory.cc#newcode368 chrome/browser/policy/configuration_policy_handler_list_factory.cc:368: { key::kTouchVirtualKeyboardEnabled, This needs to move to the #if ...
6 years, 6 months ago (2014-06-13 12:15:54 UTC) #10
rsadam
https://codereview.chromium.org/320223002/diff/120001/chrome/browser/policy/configuration_policy_handler_list_factory.cc File chrome/browser/policy/configuration_policy_handler_list_factory.cc (right): https://codereview.chromium.org/320223002/diff/120001/chrome/browser/policy/configuration_policy_handler_list_factory.cc#newcode368 chrome/browser/policy/configuration_policy_handler_list_factory.cc:368: { key::kTouchVirtualKeyboardEnabled, On 2014/06/13 12:15:53, bartfab wrote: > This ...
6 years, 6 months ago (2014-06-13 15:28:47 UTC) #11
bartfab (slow)
https://codereview.chromium.org/320223002/diff/140001/chrome/browser/policy/policy_browsertest.cc File chrome/browser/policy/policy_browsertest.cc (right): https://codereview.chromium.org/320223002/diff/140001/chrome/browser/policy/policy_browsertest.cc#newcode2450 chrome/browser/policy/policy_browsertest.cc:2450: // Verify policy can enable the keyboard. Nit: There ...
6 years, 6 months ago (2014-06-16 10:20:14 UTC) #12
rsadam
https://codereview.chromium.org/320223002/diff/140001/chrome/browser/policy/policy_browsertest.cc File chrome/browser/policy/policy_browsertest.cc (right): https://codereview.chromium.org/320223002/diff/140001/chrome/browser/policy/policy_browsertest.cc#newcode2450 chrome/browser/policy/policy_browsertest.cc:2450: // Verify policy can enable the keyboard. On 2014/06/16 ...
6 years, 6 months ago (2014-06-16 13:45:35 UTC) #13
bartfab (slow)
https://codereview.chromium.org/320223002/diff/140001/ui/keyboard/keyboard_util.cc File ui/keyboard/keyboard_util.cc (right): https://codereview.chromium.org/320223002/diff/140001/ui/keyboard/keyboard_util.cc#newcode50 ui/keyboard/keyboard_util.cc:50: keyboard::KeyboardShowOverride g_keyboard_show_override = On 2014/06/16 13:45:35, rsadam wrote: > ...
6 years, 6 months ago (2014-06-16 14:14:02 UTC) #14
rsadam
Sorry I should have phrased my initial response better. So it's true that the keyboard ...
6 years, 6 months ago (2014-06-16 14:35:39 UTC) #15
Alexei Svitkine (slow)
histograms lgtm
6 years, 6 months ago (2014-06-16 14:39:08 UTC) #16
Alexei Svitkine (slow)
actually, this has a conflict with https://codereview.chromium.org/309553011/ which looks to be changing the same enum ...
6 years, 6 months ago (2014-06-16 14:40:36 UTC) #17
rsadam
On 2014/06/16 14:40:36, Alexei Svitkine wrote: > actually, this has a conflict with https://codereview.chromium.org/309553011/ > ...
6 years, 6 months ago (2014-06-16 14:42:57 UTC) #18
bartfab (slow)
On 2014/06/16 14:42:57, rsadam wrote: > On 2014/06/16 14:40:36, Alexei Svitkine wrote: > > actually, ...
6 years, 6 months ago (2014-06-16 14:51:29 UTC) #19
bartfab (slow)
On 2014/06/16 14:42:57, rsadam wrote: > On 2014/06/16 14:40:36, Alexei Svitkine wrote: > > actually, ...
6 years, 6 months ago (2014-06-16 14:51:32 UTC) #20
bartfab (slow)
On 2014/06/16 14:42:57, rsadam wrote: > On 2014/06/16 14:40:36, Alexei Svitkine wrote: > > actually, ...
6 years, 6 months ago (2014-06-16 14:51:34 UTC) #21
bartfab (slow)
lgtm
6 years, 6 months ago (2014-06-16 17:25:50 UTC) #22
rsadam
+davemoore for OWNERS ui/ash/launcher/* chromeos/preferences.cc
6 years, 6 months ago (2014-06-16 17:58:04 UTC) #23
rsadam
+Joao for OWNERS policy_templates.json
6 years, 6 months ago (2014-06-16 18:19:55 UTC) #24
rsadam
Rebase to master.
6 years, 6 months ago (2014-06-16 18:24:06 UTC) #25
rsadam
On 2014/06/16 18:24:06, rsadam wrote: > Rebase to master. ping :)
6 years, 6 months ago (2014-06-17 15:38:02 UTC) #26
Joao da Silva
Thanks for the ping, somehow this escaped my attention yesterday. I'm assuming the per_profile behavior ...
6 years, 6 months ago (2014-06-17 16:38:26 UTC) #27
rsadam
On 2014/06/17 16:38:26, Joao da Silva wrote: > Thanks for the ping, somehow this escaped ...
6 years, 6 months ago (2014-06-17 16:48:44 UTC) #28
DaveMoore
lgtm
6 years, 6 months ago (2014-06-18 16:00:29 UTC) #29
rsadam
The CQ bit was checked by rsadam@chromium.org
6 years, 6 months ago (2014-06-18 16:08:38 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsadam@chromium.org/320223002/220001
6 years, 6 months ago (2014-06-18 16:09:45 UTC) #31
rsadam
The CQ bit was unchecked by rsadam@chromium.org
6 years, 6 months ago (2014-06-18 23:52:17 UTC) #32
rsadam
The CQ bit was checked by rsadam@chromium.org
6 years, 6 months ago (2014-06-18 23:52:19 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsadam@chromium.org/320223002/220001
6 years, 6 months ago (2014-06-18 23:55:33 UTC) #34
commit-bot: I haz the power
6 years, 6 months ago (2014-06-19 11:12:46 UTC) #35
Message was sent while issue was closed.
Change committed as 278317

Powered by Google App Engine
This is Rietveld 408576698