-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent naming: Site Settings vs Content settings #6627
Comments
@computersaysyes just want to make sure I understand your concern- it's for these two tabs, right? cc: @mkarolin |
@mkarolin Can we double check, are we deleting everything from |
Looks like this is just a labeling issue. There used to be a flag that flipped between "Content Settings" and "Site Settings". The flag was removed upsteam (https://chromium.googlesource.com/chromium/src/+/a3f57021dd6ac0f0df8e473da36f874d4132819f). Because of that our code ended up defaulting to the "Content Settings" label. |
Fixes brave/brave-browser#6627 The label used to be set based on a flag that's no longer available causing our label in OnExit tab to differ from the Advanced tab. Chromium change: https://chromium.googlesource.com/chromium/src/+/a3f57021dd6ac0f0df8e473da36f874d4132819f commit a3f57021dd6ac0f0df8e473da36f874d4132819f Author: Maggie Cai <mxcai@chromium.org> Date: Wed Jul 17 01:03:22 2019 +0000 Settings: Remove site-settings flag. All sites is launched in M74, this CL removes site-settings flag. BUG=980426
Fixes brave/brave-browser#6627 The label used to be set based on a flag that's no longer available causing our label in OnExit tab to differ from the Advanced tab. Chromium change: https://chromium.googlesource.com/chromium/src/+/a3f57021dd6ac0f0df8e473da36f874d4132819f commit a3f57021dd6ac0f0df8e473da36f874d4132819f Author: Maggie Cai <mxcai@chromium.org> Date: Wed Jul 17 01:03:22 2019 +0000 Settings: Remove site-settings flag. All sites is launched in M74, this CL removes site-settings flag. BUG=980426
Fixes brave/brave-browser#6627 The label used to be set based on a flag that's no longer available causing our label in OnExit tab to differ from the Advanced tab. Chromium change: https://chromium.googlesource.com/chromium/src/+/a3f57021dd6ac0f0df8e473da36f874d4132819f commit a3f57021dd6ac0f0df8e473da36f874d4132819f Author: Maggie Cai <mxcai@chromium.org> Date: Wed Jul 17 01:03:22 2019 +0000 Settings: Remove site-settings flag. All sites is launched in M74, this CL removes site-settings flag. BUG=980426
Fixes brave/brave-browser#6627 The label used to be set based on a flag that's no longer available causing our label in OnExit tab to differ from the Advanced tab. Chromium change: https://chromium.googlesource.com/chromium/src/+/a3f57021dd6ac0f0df8e473da36f874d4132819f commit a3f57021dd6ac0f0df8e473da36f874d4132819f Author: Maggie Cai <mxcai@chromium.org> Date: Wed Jul 17 01:03:22 2019 +0000 Settings: Remove site-settings flag. All sites is launched in M74, this CL removes site-settings flag. BUG=980426
Fixes brave/brave-browser#6627 The label used to be set based on a flag that's no longer available causing our label in OnExit tab to differ from the Advanced tab. Chromium change: https://chromium.googlesource.com/chromium/src/+/a3f57021dd6ac0f0df8e473da36f874d4132819f commit a3f57021dd6ac0f0df8e473da36f874d4132819f Author: Maggie Cai <mxcai@chromium.org> Date: Wed Jul 17 01:03:22 2019 +0000 Settings: Remove site-settings flag. All sites is launched in M74, this CL removes site-settings flag. BUG=980426
Verification passed on
Verified #6627 (comment) Verification passed on
Verified passed with
|
The
Advanced
andOn exit
tabs on theClear browsing data
window have respectively aSite Settings
andContent settings
checkbox for the same thing.Brave 0.70.121 Windows
The text was updated successfully, but these errors were encountered: