Chromium Code Reviews
DescriptionDelete fullscreen/mouselock pref data.
This deletes the default and per-site exceptions for fullscreen and
mouse lock settings on startup. These have not been used for some time,
but the settings have still been around (and visible in the settings
UI). This deletes the data, as it is no longer being used.
Note: The content settings page still allows these to be viewed and
edited, though they will be cleared on startup each time. A follow-up CL
will delete the UI since it is now useless. The UI could not be deleted
before this because otherwise there would be no way for the user to see
what data we are storing.
BUG=591896
Committed: https://crrev.com/cc83d0f2fbe5aa2e75c3861d626f4b6a0b65cbb6
Cr-Commit-Position: refs/heads/master@{#428936}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix test behaviour and expectations. #Patch Set 3 : Discard prefs before init (raymes). #Patch Set 4 : Fix test by avoiding JS update calls. #
Total comments: 3
Patch Set 5 : Added TODO. #Patch Set 6 : Don't attempt to discard on iOS (fix crash). #Patch Set 7 : Fix crash on Android. #Patch Set 8 : Further fixes to Android tests. #
Total comments: 2
Patch Set 9 : Rebase. #Dependent Patchsets: Messages
Total messages: 43 (25 generated)
|