summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/advanced_options_handler.h
Commit message (Collapse)AuthorAgeFilesLines
* [dom ui settings] move settings bits in dom_ui/ to dom_ui/options/estade@chromium.org2010-10-011-108/+0
| | | | | | | | | BUG=none TEST=compile + trybots Review URL: http://codereview.chromium.org/3568002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61215 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI options: NSS Certificate manager part 1 (read only)mattm@chromium.org2010-09-291-0/+2
| | | | | | | | | BUG=19991 TEST=run with --enable-tabbed-options, click certificate manager button in options Review URL: http://codereview.chromium.org/3389001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60996 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui settings: properly implement the 'metrics reporting' checkbox.csilv@chromium.org2010-09-271-1/+8
| | | | | | | | | | | | | - the metrics reporting preference is unique, so handle it correctly. - show a 'restart required' alert when changing the metrics reporting setting. - enhance alert overlay to allow only an OK button. - fix a bug in the alert overlay where it was incorrectly loading default strings. BUG=56536 TEST=Verify that the metrics reporting checkbox works properly on Chrome branded builds. Review URL: http://codereview.chromium.org/3419020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60717 0039d316-1c4b-4281-b951-d872f2087c98
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-2/+2
| | | | | | | | | | | | Rename includes, resort header include order in places where the rename changed the order. BUG=50548 TEST=compiles Review URL: http://codereview.chromium.org/3203008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57434 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui options: Implement the 'Reset to Defaults' button. Also add a ↵csilv@chromium.org2010-08-251-0/+4
| | | | | | | | | | general AlertOverlay class. BUG=53241 TEST=Exercice the 'Reset to Defaults' button in the dom-ui options window. Review URL: http://codereview.chromium.org/3140027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57382 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui options: Setup proxy settings UI accordingly if an Extension is ↵csilv@chromium.org2010-08-201-2/+2
| | | | | | | | | | managing proxies. BUG=51376 TEST=Verify proxy settings UI matches proposal when proxy settings are managed by an extension. Review URL: http://codereview.chromium.org/3132030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56940 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui options: Add button for displaying Gears settings (windows only).csilv@chromium.org2010-08-201-0/+3
| | | | | | | | BUG=none TEST=Verify 'Show Gears Settings' button works properly in ChromeWin via --enable-tabbed-options. Review URL: http://codereview.chromium.org/3187010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56937 0039d316-1c4b-4281-b951-d872f2087c98
* DOM UI: Change DOMMessageHandler callback arg type to ListValue.estade@chromium.org2010-08-191-6/+6
| | | | | | | | | | | The parameter describes a list of Values that act as parameters to the callback. It is always a ListValue. It should be typed as such. BUG=none TEST=compile; manual testing Review URL: http://codereview.chromium.org/3146019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56740 0039d316-1c4b-4281-b951-d872f2087c98
* Display a banner above each panel that contains managed options.csilv@chromium.org2010-08-181-0/+3
| | | | | | | | BUG=52099 TEST=Test with managed options and --enable-tabbed-options. Review URL: http://codereview.chromium.org/3108018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56597 0039d316-1c4b-4281-b951-d872f2087c98
* - Add support for managed options so that basic controls can disable ↵csilv@chromium.org2010-08-161-0/+5
| | | | | | | | | | | | themselves based on their managed state. - Disable the proxy settings button if they are managed. BUG=52335 TEST=Verify appropriate options are disabled in Enterprise version w/ --enable-tabbed-options. Review URL: http://codereview.chromium.org/3122021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56268 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 54137 - Revert 53990 - - Implement proxy settings dialog for ↵glider@chromium.org2010-07-291-12/+10
| | | | | | | | | | | | | | | | | | Linux/Windows. - Omit Network and SSL sections for ChromeOS. BUG=49038 TEST=Exercise proxy settings dialog in dom-ui options window (--enable-tabbed-options). Review URL: http://codereview.chromium.org/2847061 TBR=csilv@chromium.org Review URL: http://codereview.chromium.org/2884047 TBR=glider@chromium.org Review URL: http://codereview.chromium.org/3023026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54138 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 53990 - - Implement proxy settings dialog for Linux/Windows.glider@chromium.org2010-07-291-10/+12
| | | | | | | | | | | | | - Omit Network and SSL sections for ChromeOS. BUG=49038 TEST=Exercise proxy settings dialog in dom-ui options window (--enable-tabbed-options). Review URL: http://codereview.chromium.org/2847061 TBR=csilv@chromium.org Review URL: http://codereview.chromium.org/2884047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54137 0039d316-1c4b-4281-b951-d872f2087c98
* - Implement proxy settings dialog for Linux/Windows.csilv@chromium.org2010-07-281-12/+10
| | | | | | | | | | - Omit Network and SSL sections for ChromeOS. BUG=49038 TEST=Exercise proxy settings dialog in dom-ui options window (--enable-tabbed-options). Review URL: http://codereview.chromium.org/2847061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53990 0039d316-1c4b-4281-b951-d872f2087c98
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
| | | | | | | | | BUG=50273 TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux TBR: erg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
* Advanced (Under the Hood) dom-ui progress.csilv@chromium.org2010-07-151-5/+50
| | | | | | | | | | | | | - Complete implementation of SSL security options for all platforms. - Implemented the 'Clear auto-opening settings' button. - Correctly show logging checkbox for Chrome builds only. - Mostly-complete support for the download path section. BUG=48482 TEST=Exercise advanced panel in options window using --enable-tabbed-options. Review URL: http://codereview.chromium.org/2893012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52525 0039d316-1c4b-4281-b951-d872f2087c98
* - First round implementation of the Advanced (Under the Hood) options panel.csilv@chromium.org2010-07-071-0/+40
- All checkboxes are functional, partial functionality for buttons. - Download path controls TBD. - Security SSL checkboxes on non-Mac platform TBD. - Added placeholder files for Browser and Personal option panels. - Moved placeholder CSS into a new options_page.css file. - Unit testing TBD. BUG=48482 TEST=Launch browser with --enable-tabbed-options and bring up options window. Review URL: http://codereview.chromium.org/2830036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51770 0039d316-1c4b-4281-b951-d872f2087c98