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

Issue 1210173012: Split the Media settings UI into separate microphone and camera sections. (Closed)

Created:
5 years, 5 months ago by msramek
Modified:
5 years, 4 months ago
Reviewers:
*Bernhard Bauer, raymes
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Split the Media settings UI into separate microphone and camera sections. This is a rather straightforward UI change. What is left to do in a follow-up CL is to show a separate Flash link for the microphone (camera) sections if only the microphone (camera) settings differ from Flash. In the current implementation, we show a link if either of them differs from Flash, and we show it in both sections. BUG=509962 Committed: https://crrev.com/0d64db588db45a8ea2178122182d22fbedf3f64a Cr-Commit-Position: refs/heads/master@{#340934}

Patch Set 1 : #

Patch Set 2 : Fixed the policy indicator test. #

Total comments: 15

Patch Set 3 : Addressed the comments. #

Patch Set 4 : UI updates #

Total comments: 3

Patch Set 5 : Rebase. #

Patch Set 6 : Removed the reference to non-existent label. #

Patch Set 7 : Reintroduced the label, but as hidden. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -261 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 2 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/resources/options/content_settings.css View 1 2 3 1 chunk +5 lines, -11 lines 0 comments Download
M chrome/browser/resources/options/content_settings.html View 1 2 3 4 5 6 2 chunks +54 lines, -29 lines 0 comments Download
M chrome/browser/resources/options/content_settings.js View 1 2 2 chunks +6 lines, -48 lines 0 comments Download
M chrome/browser/resources/options/content_settings_exceptions_area.html View 1 chunk +11 lines, -5 lines 0 comments Download
M chrome/browser/resources/options/content_settings_exceptions_area.js View 4 chunks +2 lines, -25 lines 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.h View 1 2 3 chunks +6 lines, -8 lines 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.cc View 1 2 3 4 13 chunks +51 lines, -120 lines 0 comments Download
M chrome/test/data/policy/policy_test_cases.json View 1 2 3 4 3 chunks +57 lines, -5 lines 0 comments Download

Messages

Total messages: 29 (12 generated)
msramek
Hi Bernhard and Raymes, could you please have a look at this? I'm splitting the ...
5 years, 5 months ago (2015-07-16 17:27:49 UTC) #5
msramek
https://codereview.chromium.org/1210173012/diff/60001/chrome/test/data/policy/policy_test_cases.json File chrome/test/data/policy/policy_test_cases.json (right): https://codereview.chromium.org/1210173012/diff/60001/chrome/test/data/policy/policy_test_cases.json#newcode1083 chrome/test/data/policy/policy_test_cases.json:1083: "DefaultMediaStreamSetting.OverriddenByAudioCaptureAllowed": { The DefaultMediaStreamSetting policy is deprecated, but I'm ...
5 years, 5 months ago (2015-07-16 20:02:57 UTC) #6
raymes
lg but defer to Bernhard who may know the code better than me :) https://codereview.chromium.org/1210173012/diff/60001/chrome/browser/ui/webui/options/content_settings_handler.h ...
5 years, 5 months ago (2015-07-17 00:39:40 UTC) #7
Bernhard Bauer
LGTM with nits: https://codereview.chromium.org/1210173012/diff/60001/chrome/browser/resources/options/content_settings.html File chrome/browser/resources/options/content_settings.html (right): https://codereview.chromium.org/1210173012/diff/60001/chrome/browser/resources/options/content_settings.html#newcode398 chrome/browser/resources/options/content_settings.html:398: <h3 i18n-content="mediaStreamMicTabLabel">Microphone</h3> Remove the contents here. ...
5 years, 5 months ago (2015-07-17 08:37:12 UTC) #8
msramek
https://codereview.chromium.org/1210173012/diff/60001/chrome/browser/resources/options/content_settings.html File chrome/browser/resources/options/content_settings.html (right): https://codereview.chromium.org/1210173012/diff/60001/chrome/browser/resources/options/content_settings.html#newcode398 chrome/browser/resources/options/content_settings.html:398: <h3 i18n-content="mediaStreamMicTabLabel">Microphone</h3> On 2015/07/17 08:37:11, Bernhard Bauer wrote: > ...
5 years, 5 months ago (2015-07-17 11:59:50 UTC) #9
Bernhard Bauer
https://codereview.chromium.org/1210173012/diff/60001/chrome/browser/ui/webui/options/content_settings_handler.h File chrome/browser/ui/webui/options/content_settings_handler.h (right): https://codereview.chromium.org/1210173012/diff/60001/chrome/browser/ui/webui/options/content_settings_handler.h#newcode101 chrome/browser/ui/webui/options/content_settings_handler.h:101: // Compares the media default settings with flash and ...
5 years, 5 months ago (2015-07-17 13:29:01 UTC) #10
msramek
https://codereview.chromium.org/1210173012/diff/60001/chrome/browser/ui/webui/options/content_settings_handler.h File chrome/browser/ui/webui/options/content_settings_handler.h (right): https://codereview.chromium.org/1210173012/diff/60001/chrome/browser/ui/webui/options/content_settings_handler.h#newcode101 chrome/browser/ui/webui/options/content_settings_handler.h:101: // Compares the media default settings with flash and ...
5 years, 5 months ago (2015-07-17 14:01:24 UTC) #11
msramek
I discussed the UI with rolfe@ and incorporated her requests. https://codereview.chromium.org/1210173012/diff/100001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (left): https://codereview.chromium.org/1210173012/diff/100001/chrome/app/generated_resources.grd#oldcode8187 ...
5 years, 5 months ago (2015-07-23 18:59:28 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1210173012/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1210173012/120001
5 years, 4 months ago (2015-07-29 14:12:11 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/83852)
5 years, 4 months ago (2015-07-29 14:50:04 UTC) #17
msramek
Ah, forgot to test the patch with UI updates. After removing the labels from comboboxes, ...
5 years, 4 months ago (2015-07-29 15:25:09 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1210173012/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1210173012/140001
5 years, 4 months ago (2015-07-29 15:25:22 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/92443)
5 years, 4 months ago (2015-07-29 16:56:03 UTC) #23
msramek
On 2015/07/29 15:25:09, msramek wrote: > Ah, forgot to test the patch with UI updates. ...
5 years, 4 months ago (2015-07-29 17:33:51 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1210173012/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1210173012/160001
5 years, 4 months ago (2015-07-29 17:35:02 UTC) #27
commit-bot: I haz the power
Committed patchset #7 (id:160001)
5 years, 4 months ago (2015-07-29 18:53:35 UTC) #28
commit-bot: I haz the power
5 years, 4 months ago (2015-07-29 18:54:14 UTC) #29
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/0d64db588db45a8ea2178122182d22fbedf3f64a
Cr-Commit-Position: refs/heads/master@{#340934}

Powered by Google App Engine
This is Rietveld 408576698