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

Issue 8585047: Add a section for the fullscreen JS API in the content settings page. (Closed)

Created:
9 years, 1 month ago by koz (OOO until 15th September)
Modified:
9 years, 1 month ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Add a section for the fullscreen JS API in the content settings page. BUG=100292 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110654

Patch Set 1 #

Total comments: 4

Patch Set 2 : respond to comments #

Total comments: 2

Patch Set 3 : make read only #

Total comments: 2

Patch Set 4 : disable ask in content settings map #

Total comments: 3

Patch Set 5 : add todo #

Patch Set 6 : clarify comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -13 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/content_settings/host_content_settings_map.cc View 1 2 3 2 chunks +11 lines, -5 lines 0 comments Download
M chrome/browser/resources/options/content_settings.html View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/content_settings_exceptions_area.html View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/content_settings_exceptions_area.js View 1 2 2 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.cc View 1 2 3 4 5 3 chunks +8 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
koz (OOO until 15th September)
9 years, 1 month ago (2011-11-17 22:45:24 UTC) #1
Evan Stade
I don't see why you permit Ask, shouldn't it be allow or nothing? http://codereview.chromium.org/8585047/diff/1/chrome/browser/content_settings/host_content_settings_map.cc File ...
9 years, 1 month ago (2011-11-17 23:07:37 UTC) #2
koz (OOO until 15th September)
Yep, good point. I've removed the ask option. http://codereview.chromium.org/8585047/diff/1/chrome/browser/content_settings/host_content_settings_map.cc File chrome/browser/content_settings/host_content_settings_map.cc (right): http://codereview.chromium.org/8585047/diff/1/chrome/browser/content_settings/host_content_settings_map.cc#newcode329 chrome/browser/content_settings/host_content_settings_map.cc:329: return ...
9 years, 1 month ago (2011-11-17 23:37:53 UTC) #3
Evan Stade
http://codereview.chromium.org/8585047/diff/3001/chrome/browser/resources/options/content_settings_exceptions_area.js File chrome/browser/resources/options/content_settings_exceptions_area.js (right): http://codereview.chromium.org/8585047/diff/3001/chrome/browser/resources/options/content_settings_exceptions_area.js#newcode114 chrome/browser/resources/options/content_settings_exceptions_area.js:114: // Editing notifications and geolocation is disabled for now. ...
9 years, 1 month ago (2011-11-17 23:41:11 UTC) #4
koz (OOO until 15th September)
http://codereview.chromium.org/8585047/diff/3001/chrome/browser/resources/options/content_settings_exceptions_area.js File chrome/browser/resources/options/content_settings_exceptions_area.js (right): http://codereview.chromium.org/8585047/diff/3001/chrome/browser/resources/options/content_settings_exceptions_area.js#newcode114 chrome/browser/resources/options/content_settings_exceptions_area.js:114: // Editing notifications and geolocation is disabled for now. ...
9 years, 1 month ago (2011-11-17 23:53:42 UTC) #5
Evan Stade
lgtm
9 years, 1 month ago (2011-11-17 23:56:52 UTC) #6
jochen (gone - plz use gerrit)
http://codereview.chromium.org/8585047/diff/7001/chrome/browser/content_settings/host_content_settings_map.cc File chrome/browser/content_settings/host_content_settings_map.cc (right): http://codereview.chromium.org/8585047/diff/7001/chrome/browser/content_settings/host_content_settings_map.cc#newcode336 chrome/browser/content_settings/host_content_settings_map.cc:336: return setting == CONTENT_SETTING_ASK; hum, didn't you say you've ...
9 years, 1 month ago (2011-11-18 00:00:53 UTC) #7
koz (OOO until 15th September)
http://codereview.chromium.org/8585047/diff/7001/chrome/browser/content_settings/host_content_settings_map.cc File chrome/browser/content_settings/host_content_settings_map.cc (right): http://codereview.chromium.org/8585047/diff/7001/chrome/browser/content_settings/host_content_settings_map.cc#newcode336 chrome/browser/content_settings/host_content_settings_map.cc:336: return setting == CONTENT_SETTING_ASK; On 2011/11/18 00:00:53, jochen wrote: ...
9 years, 1 month ago (2011-11-18 00:07:59 UTC) #8
Evan Stade
http://codereview.chromium.org/8585047/diff/5002/chrome/browser/ui/webui/options/content_settings_handler.cc File chrome/browser/ui/webui/options/content_settings_handler.cc (right): http://codereview.chromium.org/8585047/diff/5002/chrome/browser/ui/webui/options/content_settings_handler.cc#newcode592 chrome/browser/ui/webui/options/content_settings_handler.cc:592: // Fullscreen doesn't have enable / disable functionality. what ...
9 years, 1 month ago (2011-11-18 00:13:58 UTC) #9
jochen (gone - plz use gerrit)
LGTM with nit http://codereview.chromium.org/8585047/diff/5002/chrome/browser/content_settings/host_content_settings_map.cc File chrome/browser/content_settings/host_content_settings_map.cc (right): http://codereview.chromium.org/8585047/diff/5002/chrome/browser/content_settings/host_content_settings_map.cc#newcode313 chrome/browser/content_settings/host_content_settings_map.cc:313: // BLOCK semantics are not implemented ...
9 years, 1 month ago (2011-11-18 00:14:28 UTC) #10
koz (OOO until 15th September)
Thanks for the quick reviews, guys. http://codereview.chromium.org/8585047/diff/5002/chrome/browser/content_settings/host_content_settings_map.cc File chrome/browser/content_settings/host_content_settings_map.cc (right): http://codereview.chromium.org/8585047/diff/5002/chrome/browser/content_settings/host_content_settings_map.cc#newcode313 chrome/browser/content_settings/host_content_settings_map.cc:313: // BLOCK semantics ...
9 years, 1 month ago (2011-11-18 00:24:50 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/8585047/11003
9 years, 1 month ago (2011-11-18 03:11:56 UTC) #12
commit-bot: I haz the power
9 years, 1 month ago (2011-11-18 04:13:58 UTC) #13
Change committed as 110654

Powered by Google App Engine
This is Rietveld 408576698