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

Issue 2849823003: ChromeOS: implement per-user time zone preferences. (Closed)

Created:
3 years, 7 months ago by Alexander Alekseev
Modified:
3 years, 3 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, alemate+watch_chromium.org, michaelpg+watch-md-settings_chromium.org, achuith+watch_chromium.org, michaelpg+watch-md-ui_chromium.org, michaelpg+watch-options_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

ChromeOS: implement per-user time zone preferences. Historically ChromeOS had only one global time zone preference. But now time settings become complicate and we need to support per-user time zone preferences. TBR=phajdan.jr@chromium.org BUG=622555, 699472 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2849823003 Cr-Commit-Position: refs/heads/master@{#493673} Committed: https://chromium.googlesource.com/chromium/src/+/2cb0d75387b3fbf61e1d37a7e9b902a87842b363

Patch Set 1 #

Patch Set 2 : Fix build. #

Patch Set 3 : Fix policies (by reverting some changes)' #

Patch Set 4 : Update. #

Patch Set 5 : Fix build #

Patch Set 6 : Fix non-cros build #

Patch Set 7 : Fixed tests. #

Patch Set 8 : Fix more tests. #

Patch Set 9 : Most of CrSettingsDateTimePageTest fixed #

Patch Set 10 : Fixed tests. #

Total comments: 32

Patch Set 11 : Update after review #

Patch Set 12 : More update after review. #

Patch Set 13 : Try remove g_browser_process check #

Total comments: 14

Patch Set 14 : Fixed a bunch of tests. #

Patch Set 15 : Rebased. #

Patch Set 16 : Fix build #

Patch Set 17 : Fix presubmit #

Patch Set 18 : Fixed more tests. #

Patch Set 19 : Update after review. #

Patch Set 20 : Added flag for this feature. #

Patch Set 21 : Rebased. #

Patch Set 22 : Cleanup #

Patch Set 23 : Rebased. #

Patch Set 24 : Fixed DeviceCloudPolicyStoreChromeOS #

Patch Set 25 : closure_compilation fix #

Total comments: 2

Patch Set 26 : Split into two parts. #

Patch Set 27 : Moved more code to previous CL. #

Total comments: 18

Patch Set 28 : Rebased. #

Patch Set 29 : Rebased. #

Patch Set 30 : Update after review. #

Patch Set 31 : Rebased. #

Total comments: 32

Patch Set 32 : rebased #

Patch Set 33 : Rebased. #

Patch Set 34 : Rebased. #

Patch Set 35 : Rebased #

Patch Set 36 : Fix build. #

Patch Set 37 : Update after review. #

Total comments: 19

Patch Set 38 : Update after review. #

Total comments: 16

Patch Set 39 : Update after review. #

Total comments: 11

Patch Set 40 : Update after review. #

Patch Set 41 : Rebased. #

Patch Set 42 : Fixed closure compilation. #

Patch Set 43 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+565 lines, -112 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/info_private_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 2 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/info_private_apitest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/chromeos/login/screens/network_screen.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/ui/login_display_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +15 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/users/chrome_user_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/policy/browser_policy_connector_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/preferences.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 6 chunks +21 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/settings/system_settings_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 30 31 32 33 34 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/settings/system_settings_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 30 31 32 33 34 4 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/chromeos/system/timezone_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 2 chunks +25 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/system/timezone_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 4 chunks +131 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/settings_private/prefs_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 8 chunks +64 lines, -23 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/date_time_page/date_time_page.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 1 chunk +52 lines, -16 lines 0 comments Download
M chrome/browser/resources/settings/date_time_page/date_time_page.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 3 chunks +51 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/set_time_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 3 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 6 chunks +36 lines, -8 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/date_time_page_tests.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 10 chunks +95 lines, -31 lines 0 comments Download
M chromeos/chromeos_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/chromeos_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +3 lines, -0 lines 0 comments Download
M chromeos/settings/cros_settings_names.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 30 31 32 33 34 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/settings/cros_settings_names.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 1 chunk +3 lines, -0 lines 0 comments Download
M tools/metrics/histograms/enums.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 187 (147 generated)
Alexander Alekseev
Steven, please review. (I am still working on policy test of CrSettingsDateTimePageTest, but all the ...
3 years, 7 months ago (2017-05-12 21:28:09 UTC) #39
stevenjb
+michaelpg@ who is more familiar with these settings than I am. https://codereview.chromium.org/2849823003/diff/180001/chrome/browser/chromeos/login/ui/login_display_host_impl.cc File chrome/browser/chromeos/login/ui/login_display_host_impl.cc (right): ...
3 years, 7 months ago (2017-05-15 17:08:02 UTC) #45
michaelpg
https://codereview.chromium.org/2849823003/diff/180001/chrome/browser/chromeos/login/ui/login_display_host_impl.cc File chrome/browser/chromeos/login/ui/login_display_host_impl.cc (right): https://codereview.chromium.org/2849823003/diff/180001/chrome/browser/chromeos/login/ui/login_display_host_impl.cc#newcode194 chrome/browser/chromeos/login/ui/login_display_host_impl.cc:194: if (g_browser_process && g_browser_process->local_state()) { this might be a ...
3 years, 7 months ago (2017-05-15 23:01:50 UTC) #50
michaelpg
https://codereview.chromium.org/2849823003/diff/180001/chrome/browser/chromeos/login/ui/login_display_host_impl.cc File chrome/browser/chromeos/login/ui/login_display_host_impl.cc (right): https://codereview.chromium.org/2849823003/diff/180001/chrome/browser/chromeos/login/ui/login_display_host_impl.cc#newcode194 chrome/browser/chromeos/login/ui/login_display_host_impl.cc:194: if (g_browser_process && g_browser_process->local_state()) { this might be a ...
3 years, 7 months ago (2017-05-15 23:01:50 UTC) #51
Alexander Alekseev
https://codereview.chromium.org/2849823003/diff/180001/chrome/browser/chromeos/login/ui/login_display_host_impl.cc File chrome/browser/chromeos/login/ui/login_display_host_impl.cc (right): https://codereview.chromium.org/2849823003/diff/180001/chrome/browser/chromeos/login/ui/login_display_host_impl.cc#newcode194 chrome/browser/chromeos/login/ui/login_display_host_impl.cc:194: if (g_browser_process && g_browser_process->local_state()) { On 2017/05/15 23:01:50, michaelpg ...
3 years, 7 months ago (2017-05-16 01:11:56 UTC) #52
stevenjb
https://codereview.chromium.org/2849823003/diff/240001/chrome/browser/chromeos/system/timezone_util.cc File chrome/browser/chromeos/system/timezone_util.cc (right): https://codereview.chromium.org/2849823003/diff/240001/chrome/browser/chromeos/system/timezone_util.cc#newcode204 chrome/browser/chromeos/system/timezone_util.cc:204: return false; nit: {} https://codereview.chromium.org/2849823003/diff/240001/chrome/browser/chromeos/system/timezone_util.cc#newcode216 chrome/browser/chromeos/system/timezone_util.cc:216: // fall-through nit: ...
3 years, 7 months ago (2017-05-16 17:16:57 UTC) #57
Alexander Alekseev
https://codereview.chromium.org/2849823003/diff/240001/chrome/browser/chromeos/system/timezone_util.cc File chrome/browser/chromeos/system/timezone_util.cc (right): https://codereview.chromium.org/2849823003/diff/240001/chrome/browser/chromeos/system/timezone_util.cc#newcode204 chrome/browser/chromeos/system/timezone_util.cc:204: return false; On 2017/05/16 17:16:57, stevenjb wrote: > nit: ...
3 years, 7 months ago (2017-05-19 11:25:29 UTC) #70
Alexander Alekseev
+Pawel phajdan.jr@: Please review chrome/test/* The changes in chrome/test/ come from the fact that on ...
3 years, 7 months ago (2017-05-19 11:30:18 UTC) #74
Alexander Alekseev
Friendly ping.
3 years, 7 months ago (2017-05-24 19:27:29 UTC) #99
stevenjb
On 2017/05/24 19:27:29, Alexander Alekseev wrote: > Friendly ping. Sorry, I missed the update message. ...
3 years, 7 months ago (2017-05-24 20:08:36 UTC) #100
stevenjb
https://codereview.chromium.org/2849823003/diff/480001/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc File chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc (left): https://codereview.chromium.org/2849823003/diff/480001/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc#oldcode1386 chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc:1386: chromeos::ScopedTestCrosSettings test_cros_settings; Are these changes related? Can they be ...
3 years, 7 months ago (2017-05-24 20:08:52 UTC) #101
Alexander Alekseev
https://codereview.chromium.org/2849823003/diff/480001/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc File chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc (left): https://codereview.chromium.org/2849823003/diff/480001/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc#oldcode1386 chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc:1386: chromeos::ScopedTestCrosSettings test_cros_settings; On 2017/05/24 20:08:52, stevenjb wrote: > Are ...
3 years, 7 months ago (2017-05-25 00:30:05 UTC) #104
stevenjb
On 2017/05/25 00:30:05, Alexander Alekseev wrote: > https://codereview.chromium.org/2849823003/diff/480001/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc > File > chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc > (left): > ...
3 years, 7 months ago (2017-05-25 00:37:23 UTC) #105
Alexander Alekseev
On 2017/05/25 00:30:05, Alexander Alekseev wrote: > https://codereview.chromium.org/2849823003/diff/480001/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc > File > chrome/browser/browsing_data/chrome_browsing_data_remover_delegate_unittest.cc > (left): > ...
3 years, 7 months ago (2017-05-25 00:45:24 UTC) #106
stevenjb
Thanks for separating out the test changes, this makes this much less challenging to review. ...
3 years, 7 months ago (2017-05-25 22:13:06 UTC) #113
Alexander Alekseev
https://codereview.chromium.org/2849823003/diff/520001/chrome/browser/chromeos/extensions/info_private_api.cc File chrome/browser/chromeos/extensions/info_private_api.cc (right): https://codereview.chromium.org/2849823003/diff/520001/chrome/browser/chromeos/extensions/info_private_api.cc#newcode335 chrome/browser/chromeos/extensions/info_private_api.cc:335: } else { On 2017/05/25 22:13:06, stevenjb wrote: > ...
3 years, 6 months ago (2017-05-29 21:10:24 UTC) #120
stevenjb
This is close, thanks. michaelpg@ can you take a quick look now, at least at ...
3 years, 6 months ago (2017-05-30 16:47:18 UTC) #125
michaelpg
https://codereview.chromium.org/2849823003/diff/600001/chrome/browser/extensions/api/settings_private/prefs_util.cc File chrome/browser/extensions/api/settings_private/prefs_util.cc (right): https://codereview.chromium.org/2849823003/diff/600001/chrome/browser/extensions/api/settings_private/prefs_util.cc#newcode479 chrome/browser/extensions/api/settings_private/prefs_util.cc:479: // status. This makes sense, but can you run ...
3 years, 6 months ago (2017-05-30 22:21:24 UTC) #126
Alexander Alekseev
https://codereview.chromium.org/2849823003/diff/520001/chrome/browser/chromeos/login/screens/network_screen.cc File chrome/browser/chromeos/login/screens/network_screen.cc (right): https://codereview.chromium.org/2849823003/diff/520001/chrome/browser/chromeos/login/screens/network_screen.cc#newcode141 chrome/browser/chromeos/login/screens/network_screen.cc:141: chromeos::system::SetSystemAndSigninScreenTimezone(timezone_id); On 2017/05/30 16:47:18, stevenjb wrote: > On 2017/05/29 ...
3 years, 5 months ago (2017-07-06 06:30:29 UTC) #144
stevenjb
Close. https://codereview.chromium.org/2849823003/diff/720001/chrome/browser/chromeos/BUILD.gn File chrome/browser/chromeos/BUILD.gn (right): https://codereview.chromium.org/2849823003/diff/720001/chrome/browser/chromeos/BUILD.gn#newcode1863 chrome/browser/chromeos/BUILD.gn:1863: "settings/scoped_cros_settings_test_helper.h", Why are we removing the .cc file ...
3 years, 5 months ago (2017-07-10 19:10:53 UTC) #147
michaelpg
https://codereview.chromium.org/2849823003/diff/600001/chrome/test/data/webui/settings/date_time_page_tests.js File chrome/test/data/webui/settings/date_time_page_tests.js (right): https://codereview.chromium.org/2849823003/diff/600001/chrome/test/data/webui/settings/date_time_page_tests.js#newcode17 chrome/test/data/webui/settings/date_time_page_tests.js:17: per_user_timezone_enabled: { On 2017/07/06 06:30:29, Alexander Alekseev wrote: > ...
3 years, 5 months ago (2017-07-10 19:29:37 UTC) #148
michaelpg
https://codereview.chromium.org/2849823003/diff/600001/chrome/test/data/webui/settings/date_time_page_tests.js File chrome/test/data/webui/settings/date_time_page_tests.js (right): https://codereview.chromium.org/2849823003/diff/600001/chrome/test/data/webui/settings/date_time_page_tests.js#newcode17 chrome/test/data/webui/settings/date_time_page_tests.js:17: per_user_timezone_enabled: { On 2017/07/06 06:30:29, Alexander Alekseev wrote: > ...
3 years, 5 months ago (2017-07-10 19:29:37 UTC) #149
Alexander Alekseev
https://codereview.chromium.org/2849823003/diff/600001/chrome/test/data/webui/settings/date_time_page_tests.js File chrome/test/data/webui/settings/date_time_page_tests.js (right): https://codereview.chromium.org/2849823003/diff/600001/chrome/test/data/webui/settings/date_time_page_tests.js#newcode17 chrome/test/data/webui/settings/date_time_page_tests.js:17: per_user_timezone_enabled: { On 2017/07/10 19:29:37, michaelpg wrote: > On ...
3 years, 5 months ago (2017-07-14 03:32:47 UTC) #150
stevenjb
lgtm! https://codereview.chromium.org/2849823003/diff/740001/chrome/browser/extensions/api/settings_private/prefs_util.cc File chrome/browser/extensions/api/settings_private/prefs_util.cc (right): https://codereview.chromium.org/2849823003/diff/740001/chrome/browser/extensions/api/settings_private/prefs_util.cc#newcode695 chrome/browser/extensions/api/settings_private/prefs_util.cc:695: if (connector->IsEnterpriseManaged()) { Much more clear now, thanks! ...
3 years, 5 months ago (2017-07-17 16:57:11 UTC) #151
michaelpg
One non-nit, and some closure stuff. https://codereview.chromium.org/2849823003/diff/740001/chrome/browser/resources/settings/date_time_page/date_time_page.js File chrome/browser/resources/settings/date_time_page/date_time_page.js (right): https://codereview.chromium.org/2849823003/diff/740001/chrome/browser/resources/settings/date_time_page/date_time_page.js#newcode193 chrome/browser/resources/settings/date_time_page/date_time_page.js:193: (this.getPref('cros.flags.per_user_timezone_enabled').value ? nit: ...
3 years, 5 months ago (2017-07-17 18:17:05 UTC) #152
Alexander Alekseev
+isherman Please review tools/metrics/histograms/histograms.xml . https://codereview.chromium.org/2849823003/diff/740001/chrome/browser/extensions/api/settings_private/prefs_util.cc File chrome/browser/extensions/api/settings_private/prefs_util.cc (right): https://codereview.chromium.org/2849823003/diff/740001/chrome/browser/extensions/api/settings_private/prefs_util.cc#newcode695 chrome/browser/extensions/api/settings_private/prefs_util.cc:695: if (connector->IsEnterpriseManaged()) { On ...
3 years, 5 months ago (2017-07-20 00:30:54 UTC) #154
Ilya Sherman
metrics xml files lgtm
3 years, 5 months ago (2017-07-20 00:56:43 UTC) #155
Alexander Alekseev
Michael, Pawel, friendly ping.
3 years, 5 months ago (2017-07-21 06:10:03 UTC) #156
michaelpg
https://codereview.chromium.org/2849823003/diff/760001/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc File chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc (right): https://codereview.chromium.org/2849823003/diff/760001/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc#newcode52 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc:52: const char* kReadOnlySettings[] = { the name and comment ...
3 years, 5 months ago (2017-07-24 06:57:40 UTC) #157
Alexander Alekseev
https://codereview.chromium.org/2849823003/diff/760001/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc File chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc (right): https://codereview.chromium.org/2849823003/diff/760001/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc#newcode52 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc:52: const char* kReadOnlySettings[] = { On 2017/07/24 06:57:39, michaelpg ...
3 years, 4 months ago (2017-07-29 06:10:16 UTC) #158
Alexander Alekseev
On 2017/07/29 06:10:16, Alexander Alekseev wrote: > https://codereview.chromium.org/2849823003/diff/760001/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc > File chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc > (right): > > ...
3 years, 4 months ago (2017-08-01 02:01:34 UTC) #159
michaelpg
lgtm https://codereview.chromium.org/2849823003/diff/760001/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc File chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc (right): https://codereview.chromium.org/2849823003/diff/760001/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc#newcode221 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc:221: dict->Set("value", base::MakeUnique<base::Value>(*pref->GetValue())); On 2017/07/29 06:10:16, Alexander Alekseev wrote: ...
3 years, 4 months ago (2017-08-02 19:31:28 UTC) #160
Alexander Alekseev
Pawel, please review chrome/test/*
3 years, 4 months ago (2017-08-03 00:33:16 UTC) #161
Alexander Alekseev
TBR Pawel for test.
3 years, 4 months ago (2017-08-07 20:42:42 UTC) #173
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/2849823003/820001
3 years, 4 months ago (2017-08-07 20:43:14 UTC) #176
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/324794) android_cronet on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 4 months ago (2017-08-07 20:47:14 UTC) #178
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/2849823003/840001
3 years, 4 months ago (2017-08-11 04:07:27 UTC) #181
commit-bot: I haz the power
Committed patchset #43 (id:840001) as https://chromium.googlesource.com/chromium/src/+/2cb0d75387b3fbf61e1d37a7e9b902a87842b363
3 years, 4 months ago (2017-08-11 05:23:03 UTC) #184
Lei Zhang
https://codereview.chromium.org/2849823003/diff/720001/chrome/browser/chromeos/system/timezone_util.cc File chrome/browser/chromeos/system/timezone_util.cc (right): https://codereview.chromium.org/2849823003/diff/720001/chrome/browser/chromeos/system/timezone_util.cc#newcode327 chrome/browser/chromeos/system/timezone_util.cc:327: } On 2017/07/14 03:32:46, Alexander Alekseev wrote: > On ...
3 years, 3 months ago (2017-08-31 08:16:02 UTC) #186
Simon Que
3 years, 3 months ago (2017-09-07 22:15:53 UTC) #187
Message was sent while issue was closed.
This breaks at least one kiosk app in M62. Do not merge this to M61.

http://crbug.com/759404

Powered by Google App Engine
This is Rietveld 408576698