summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/options
Commit message (Expand)AuthorAgeFilesLines
* Fixes first and third points in the bug "Autofill profile dialog box polish i...georgey@chromium.org2010-03-163-24/+5
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-0/+1
* AutoFill Mac preference for enabling Address Book "me" card usage.dhollowa@chromium.org2010-03-061-2/+4
* Win: Grey out/remove default browser choices in side by side installs.mattm@chromium.org2010-03-042-1/+18
* Enable "Remove All" button even if nothing is selected.ian@chromium.org2010-03-041-5/+2
* Moves ActionComboboxModel class to its own header so we can share common code...erg@chromium.org2010-03-022-62/+4
* [Mac] Reduce jank in the cookie manager by batching updates from the model.rsesek@chromium.org2010-03-022-3/+2
* Fix the content page of the options dialog to use kAutoFillEnabled instead of...jhawkins@chromium.org2010-03-021-2/+2
* Teach the cookie tree view and model about appcaches. Not hooked up to real d...michaeln@chromium.org2010-02-262-17/+46
* Adding a preference to turn off the translate feature.jcampan@chromium.org2010-02-261-3/+70
* Add a host validity status icon to the content settings exception editor. Ori...pkasting@chromium.org2010-02-242-17/+43
* Fixes a bug where the "remove" and "remove all" buttons areian@chromium.org2010-02-231-2/+3
* Fix truncation issues for new Privacy UI. Also, make the checkbox for the "cl...ben@chromium.org2010-02-201-2/+3
* GTK: Implement the exceptions dialog for the content filtering settings.erg@chromium.org2010-02-194-145/+2
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-1918-20/+20
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Actually delete databases in CookiesTreeModel.jochen@chromium.org2010-02-181-7/+3
* Linux: Implement the new AutoFill section of the Options dialog.jhawkins@chromium.org2010-02-172-19/+19
* Use the same string resource everywhere for the "Show Passwords" button.pkasting@chromium.org2010-02-122-6/+6
* Remove unused "show title" functionality in UrlPicker.pkasting@chromium.org2010-02-111-1/+1
* Dialog showed now only if profiles are loaded - if not it waits until they are.georgey@chromium.org2010-02-102-5/+28
* GTK: Implements the content settings window and the minor changes to the opti...erg@chromium.org2010-02-102-11/+1
* Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ...ian@chromium.org2010-02-102-10/+54
* Add support for HTML5 databases to the cookie tree model.jochen@chromium.org2010-02-102-8/+25
* Try to make spacing/indenting of Privacy section clearer.pkasting@chromium.org2010-02-101-12/+14
* Remove descriptive text above import settings button. This also removes it f...pkasting@chromium.org2010-02-102-15/+1
* Make the content settings dialog dependent on its parent. This re-plumbs the...pkasting@chromium.org2010-02-095-49/+39
* Prevent the user from triggering multiple copies of a particular exceptions w...pkasting@chromium.org2010-02-092-4/+12
* Fixes leak in cookie filter page view and clear browsing data viewsky@chromium.org2010-02-091-1/+3
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* Remember the last selected tab in the content settings dialog.pkasting@chromium.org2010-02-091-0/+1
* Reland 37913. Clear local state on exit.jochen@chromium.org2010-02-032-3/+15
* Revert 37913 - Clear local state (cookies, databases, local storage) on exit.chase@chromium.org2010-02-032-15/+3
* Clear local state (cookies, databases, local storage) on exit.jochen@chromium.org2010-02-032-3/+15
* Modified cookie alert prompt window to suport displaying of local storage inf...pkasting@chromium.org2010-02-022-161/+1
* Adds content exception dialog.sky@chromium.org2010-02-028-2/+801
* Fix a pet peeve: Big empty hole in Chromium builds where the UMA checkbox wou...pkasting@chromium.org2010-02-011-16/+21
* Fix some bugs related to default-clearing in the HostContentSettingsMap, and ...pkasting@chromium.org2010-01-311-3/+3
* Hook up some of the content settings UI to the actual settings map object. T...pkasting@chromium.org2010-01-305-284/+220
* Changes to support new cookie policy.darin@chromium.org2010-01-301-42/+0
* Fix some signedness issues.pkasting@chromium.org2010-01-301-1/+1
* Rewrite the HostContentSettingsMap to address some issues:pkasting@chromium.org2010-01-301-1/+1
* Finished all windows functionality for autofill dialoggeorgey@chromium.org2010-01-292-4/+23
* Reland r37508. Implement HostContentSettingsMap.jochen@chromium.org2010-01-291-1/+1
* Revert "Implement HostContentSettingsMap"evan@chromium.org2010-01-291-1/+1
* Implement HostContentSettingsMapjochen@chromium.org2010-01-291-1/+1
* Fix broken pref usage; I changed the registration to a user pref but didn't c...pkasting@chromium.org2010-01-281-1/+1
* Make content settings type enum something I can use in more code than just th...pkasting@chromium.org2010-01-283-40/+44
* Content Settings dialog and related Options UI changes.zelidrag@chromium.org2010-01-2611-344/+833