You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The page is blank because the /safetyCheck menu item cannot be found.
This happens because the menu item is no longer a direct child of the
menu, but instead is nested in a template.
Added code to search templates for menu items (perhpas there's a more
efficient way?).
Fixesbrave/brave-browser#16708
Chromium change:
https://chromium.googlesource.com/chromium/src.git/+/49cea54a
commit 49cea54a094586e441513055fe0febedba4f377d
Author: dpapad <dpapad@chromium.org>
Date: Fri May 14 08:53:26 2021 +0000
Settings: Combine safetyCheck and privacy sections in re-design.
- Hide the "Safety check" menu entry
- Add a new |nest-under-section| attribute on <settings-section> and
leverage it in main_page_behavior.js to show multiple
<settings-section> instances at the same time.
- Update tests.
Bug: 1204457
Brave | 1.27.105 Chromium: 92.0.4515.93 (Official Build) (64-bit)
-- | --
Revision | 6eb43ff7850a1d710c3f827a0555737c74edab5c-refs/branch-heads/4515@{#1378}
OS | Windows 10 OS Version 2004 (Build 19041.1083)
Confirmed that brave://settings and sub-settings loaded successfully and click on each setting redirected to the correct section and settings works as expected
Confirmed that brave://settings and sub-settings loaded successfully and click on each setting redirected to the correct section and settings works as expected
The brave://settings page is blank and there's an error in the console:
[Brave Settings Overrides] Could not find menu item '/safetyCheck'
STR:
Observe: the settings page is blank
Expected results: settings are shown
The text was updated successfully, but these errors were encountered: