|
Consistently decorate pref values sent to the settings UI code
Pref values are provided to the settings UI code by three different
classes. Each decorates the values slightly differently, adding
different metadata fields or none at all. This CL makes the classes
use a consistent decoration with identically named metadata fields,
simplifying the handling of pref values on the JS side.
BUG= 104955
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150527
Total comments: 28
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+567 lines, -110 lines) |
Patch |
|
M |
chrome/browser/automation/testing_automation_provider_chromeos.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+8 lines, -16 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chromeos/proxy_cros_settings_parser.cc
|
View
|
1
|
4 chunks |
+16 lines, -31 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options2/browser_options.js
|
View
|
|
7 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options2/chromeos/accounts_user_list.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options2/chromeos/network_list.js
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options2/chromeos/proxy_rules_list.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options2/pref_ui.js
|
View
|
|
8 chunks |
+9 lines, -20 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/options2/chromeos/core_chromeos_options_handler.cc
|
View
|
|
2 chunks |
+12 lines, -27 lines |
0 comments
|
Download
|
|
A |
chrome/browser/ui/webui/options2/preferences_browsertest.h
|
View
|
1
2
3
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/ui/webui/options2/preferences_browsertest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+412 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|