|
MD Settings: Elim SettingsSubpageBrowsertest and SettingsPageVisibility
This CL:
* Removes SettingsSubpageBrowsertest which required extra complexity
in the Settings page visibility code and only tested coarse load
times of subpages; this testing no longer has much value.
* Eliminates SettingsPageVisibility which was creating multiple
definitions of pageVisibility and generally confusing things.
* Defines pageVisibility in all cases (not just guest mode). This will
allow the use of dom-if and allows conditional pages
(i.e. androidApps) to use the same pageVisibility system. Pages still
default to visibile unless explicity set to 'false'.
BUG= 709442
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2852433003
Cr-Commit-Position: refs/heads/master@{#468702}
Committed: https://chromium.googlesource.com/chromium/src/+/1362453f54271dc1036fc104a01cad436c3da26c
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+98 lines, -314 lines) |
Patch |
 |
M |
chrome/browser/resources/settings/basic_page/basic_page.html
|
View
|
1
|
13 chunks |
+22 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/settings/basic_page/basic_page.js
|
View
|
|
5 chunks |
+20 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/settings/basic_page/compiled_resources2.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/settings/settings_main/compiled_resources2.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/settings/settings_main/settings_main.html
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/settings/settings_main/settings_main.js
|
View
|
|
1 chunk |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/settings/settings_menu/settings_menu.html
|
View
|
|
4 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/settings/settings_menu/settings_menu.js
|
View
|
|
2 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/settings/settings_page/compiled_resources2.gyp
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/resources/settings/settings_page/settings_page_visibility.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/resources/settings/settings_page/settings_page_visibility.js
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/settings/settings_resources.grd
|
View
|
1
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/settings/settings_ui/settings_ui.html
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/settings/settings_ui/settings_ui.js
|
View
|
1
|
2 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/settings/settings_ui/settings_ui_types.js
|
View
|
|
2 chunks |
+13 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/webui/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/data/webui/settings/cr_settings_browsertest.js
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/data/webui/settings/languages_page_browsertest.js
|
View
|
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/webui/settings/on_startup_browsertest.js
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/webui/settings/settings_main_test.js
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/webui/settings/settings_subpage_browsertest.js
|
View
|
|
1 chunk |
+0 lines, -146 lines |
0 comments
|
Download
|
Total messages: 22 (11 generated)
|