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

Issue 1266583003: Fix the links in the media bubble pointing to the media UI. (Closed)

Created:
5 years, 4 months ago by msramek
Modified:
5 years, 4 months ago
Reviewers:
Bernhard Bauer, msw
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix the links in the media bubble pointing to the media UI. This bug is a result of the fact that the media settings bubble still uses the deprecated MEDIASTREAM content setting. It will need refactoring. But as a quick remedy, we will make the bubble point to camera exceptions, microphone exceptions, or both; depending on whether the website accessed camera, microphone, or both. BUG=515376, 509962 Committed: https://crrev.com/b5e676b98055f298c6787bc49ef46fcd9eba9570 Cr-Commit-Position: refs/heads/master@{#341510}

Patch Set 1 #

Patch Set 2 : Missing HTML IDs. #

Total comments: 13

Patch Set 3 : Addressed comments. #

Patch Set 4 : Rename Show[Default]ContentSettings[Exceptions] #

Total comments: 2

Patch Set 5 : Added 'const' to helper functions. #

Patch Set 6 : The definitions too. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -28 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/content_settings.html View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc View 1 2 3 1 chunk +9 lines, -1 line 0 comments Download
M chrome/browser/ui/chrome_pages.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/chrome_pages.cc View 1 2 3 1 chunk +10 lines, -1 line 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 1 2 3 4 5 11 chunks +74 lines, -24 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
msramek
Hi Mike, could you PTAL at this? Context: We split the media section in chrome://settings/content ...
5 years, 4 months ago (2015-07-30 15:55:58 UTC) #2
msramek
+Bernhard PTAL as well for resources/options. https://codereview.chromium.org/1266583003/diff/20001/chrome/browser/resources/options/content_settings.html File chrome/browser/resources/options/content_settings.html (right): https://codereview.chromium.org/1266583003/diff/20001/chrome/browser/resources/options/content_settings.html#newcode397 chrome/browser/resources/options/content_settings.html:397: <section id="media-stream-mic"> Currently, ...
5 years, 4 months ago (2015-07-30 16:45:49 UTC) #4
msw
Please include 509962 in your BUG= here. Just minor nits. https://codereview.chromium.org/1266583003/diff/20001/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc File chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc (right): https://codereview.chromium.org/1266583003/diff/20001/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc#newcode50 ...
5 years, 4 months ago (2015-07-30 17:15:27 UTC) #5
Bernhard Bauer
LGTM with Mike's comments addressed.
5 years, 4 months ago (2015-07-31 08:16:32 UTC) #6
msramek
https://codereview.chromium.org/1266583003/diff/20001/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc File chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc (right): https://codereview.chromium.org/1266583003/diff/20001/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc#newcode50 chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc:50: // and microphone, point them to the default settings ...
5 years, 4 months ago (2015-07-31 12:34:52 UTC) #7
msramek
On 2015/07/30 17:15:27, msw wrote: > Please include 509962 in your BUG= here. Just minor ...
5 years, 4 months ago (2015-07-31 12:36:29 UTC) #8
msramek
https://codereview.chromium.org/1266583003/diff/20001/chrome/browser/ui/chrome_pages.cc File chrome/browser/ui/chrome_pages.cc (right): https://codereview.chromium.org/1266583003/diff/20001/chrome/browser/ui/chrome_pages.cc#newcode298 chrome/browser/ui/chrome_pages.cc:298: void ShowContentSettings(Browser* browser, On 2015/07/31 12:34:52, msramek wrote: > ...
5 years, 4 months ago (2015-07-31 16:05:00 UTC) #9
msw
lgtm with const helper function nit https://codereview.chromium.org/1266583003/diff/20001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc File chrome/browser/ui/content_settings/content_setting_bubble_model.cc (right): https://codereview.chromium.org/1266583003/diff/20001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc#newcode880 chrome/browser/ui/content_settings/content_setting_bubble_model.cc:880: // to change ...
5 years, 4 months ago (2015-07-31 17:36:05 UTC) #10
msramek
Thanks! https://codereview.chromium.org/1266583003/diff/60001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc File chrome/browser/ui/content_settings/content_setting_bubble_model.cc (right): https://codereview.chromium.org/1266583003/diff/60001/chrome/browser/ui/content_settings/content_setting_bubble_model.cc#newcode586 chrome/browser/ui/content_settings/content_setting_bubble_model.cc:586: bool MicrophoneAccessed(); On 2015/07/31 17:36:04, msw wrote: > ...
5 years, 4 months ago (2015-08-03 08:43:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266583003/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266583003/70001
5 years, 4 months ago (2015-08-03 08:43:17 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/99034)
5 years, 4 months ago (2015-08-03 08:55:24 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266583003/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266583003/90001
5 years, 4 months ago (2015-08-03 09:07:08 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:90001)
5 years, 4 months ago (2015-08-03 11:11:54 UTC) #20
commit-bot: I haz the power
5 years, 4 months ago (2015-08-03 11:12:27 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/b5e676b98055f298c6787bc49ef46fcd9eba9570
Cr-Commit-Position: refs/heads/master@{#341510}

Powered by Google App Engine
This is Rietveld 408576698