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

Issue 1367413002: Add user field to cr-policy-indicator (Closed)

Created:
5 years, 2 months ago by michaelpg
Modified:
5 years, 2 months ago
Reviewers:
stevenjb, Dan Beam
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add user field to cr-policy-indicator Add a field for user id for when an indicator is not directly related to a pref. BUG=521791 Committed: https://crrev.com/6ea79ace485b9f94cfcefabf7a820f45b56e76a2 Cr-Commit-Position: refs/heads/master@{#351215}

Patch Set 1 #

Patch Set 2 : #

Total comments: 16

Patch Set 3 : Rebase on 1376553002 #

Patch Set 4 : feedback #

Patch Set 5 : (fix rebase) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -7 lines) Patch
M ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js View 1 2 3 3 chunks +17 lines, -6 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 31 (12 generated)
michaelpg
CrOS settings have rights too!
5 years, 2 months ago (2015-09-28 05:58:31 UTC) #2
stevenjb
https://codereview.chromium.org/1367413002/diff/20001/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js File ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js (right): https://codereview.chromium.org/1367413002/diff/20001/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js#newcode34 ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js:34: pref: {type: Object, value: null}, Why are we reversing ...
5 years, 2 months ago (2015-09-28 16:25:12 UTC) #3
michaelpg
https://codereview.chromium.org/1367413002/diff/20001/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js File ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js (right): https://codereview.chromium.org/1367413002/diff/20001/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js#newcode34 ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js:34: pref: {type: Object, value: null}, On 2015/09/28 16:25:12, stevenjb ...
5 years, 2 months ago (2015-09-28 16:54:01 UTC) #4
stevenjb
https://codereview.chromium.org/1367413002/diff/20001/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js File ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js (right): https://codereview.chromium.org/1367413002/diff/20001/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js#newcode34 ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js:34: pref: {type: Object, value: null}, On 2015/09/28 16:54:00, michaelpg ...
5 years, 2 months ago (2015-09-28 17:20:12 UTC) #5
Dan Beam
https://codereview.chromium.org/1367413002/diff/20001/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js File ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js (right): https://codereview.chromium.org/1367413002/diff/20001/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js#newcode21 ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js:21: }; i would do things like this separately, as ...
5 years, 2 months ago (2015-09-28 17:31:37 UTC) #7
michaelpg
https://codereview.chromium.org/1367413002/diff/20001/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js File ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js (right): https://codereview.chromium.org/1367413002/diff/20001/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js#newcode21 ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js:21: }; On 2015/09/28 17:31:37, Dan Beam wrote: > i ...
5 years, 2 months ago (2015-09-28 19:01:49 UTC) #8
stevenjb
lgtm
5 years, 2 months ago (2015-09-28 19:09:56 UTC) #9
Dan Beam
so where is .controllingUser set?
5 years, 2 months ago (2015-09-28 20:10:47 UTC) #10
michaelpg
On 2015/09/28 20:10:47, Dan Beam wrote: > so where is .controllingUser set? Same as .pref: ...
5 years, 2 months ago (2015-09-28 20:19:58 UTC) #11
Dan Beam
lgtm i guess, then
5 years, 2 months ago (2015-09-28 20:43:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1367413002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1367413002/80001
5 years, 2 months ago (2015-09-28 21:00:55 UTC) #14
commit-bot: I haz the power
Failed to apply patch for ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js: While running git apply --index -3 -p1; error: patch ...
5 years, 2 months ago (2015-09-28 22:42:54 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1367413002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1367413002/80001
5 years, 2 months ago (2015-09-28 23:24:57 UTC) #19
commit-bot: I haz the power
Failed to apply patch for ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js: While running git apply --index -3 -p1; error: patch ...
5 years, 2 months ago (2015-09-28 23:31:18 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1367413002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1367413002/80001
5 years, 2 months ago (2015-09-28 23:34:55 UTC) #24
commit-bot: I haz the power
Failed to apply patch for ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js: While running git apply --index -3 -p1; error: patch ...
5 years, 2 months ago (2015-09-28 23:41:15 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1367413002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1367413002/80001
5 years, 2 months ago (2015-09-29 00:18:28 UTC) #29
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 2 months ago (2015-09-29 00:24:13 UTC) #30
commit-bot: I haz the power
5 years, 2 months ago (2015-09-29 00:24:48 UTC) #31
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/6ea79ace485b9f94cfcefabf7a820f45b56e76a2
Cr-Commit-Position: refs/heads/master@{#351215}

Powered by Google App Engine
This is Rietveld 408576698