summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/options
Commit message (Expand)AuthorAgeFilesLines
* Renaming the class ShelfItemDialog to URLPicker, and ShelfItemDialogDelegate ...thakis@chromium.org2009-08-102-7/+6
* Move the sync options group from "user Data" tab to "Personal Stuff" tab and ...munjal@chromium.org2009-08-075-287/+190
* Revert of r22559.aa@chromium.org2009-08-061-2/+2
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-061-2/+2
* Fix include path for header file to fix sync build.tim@chromium.org2009-08-051-1/+1
* Add files to browser/sync and tweak includes.tim@chromium.org2009-08-053-4/+278
* Add "Get Themes" button to gtk options dialog.estade@chromium.org2009-07-311-11/+3
* Fix running default browser check/setting in UI thread on Linux.mattm@chromium.org2009-07-282-132/+14
* Refactor out language models for linux gtk views preparationmhm@chromium.org2009-07-281-155/+2
* Add link to themes gallery.glen@chromium.org2009-07-242-5/+29
* Gtk cookie manager part 1.mattm@chromium.org2009-07-221-219/+1
* Refactoring of tabbed-pane component so it can be ported to Linux toolkit_view.jcampan@chromium.org2009-07-217-10/+15
* Change GetAllLogins to GetAllBlacklistLogins.stuartmorgan@google.com2009-07-202-6/+4
* Move the ResolveMetricsReportingEnabled logic to OptionsUtil, make gtk option...mattm@chromium.org2009-07-151-24/+2
* Adding a message box to confirm if the user really wants to delete all storedhclam@chromium.org2009-07-141-1/+11
* Commit for tfarinaglen@chromium.org2009-07-121-3/+7
* Commit for tfarinaglen@chromium.org2009-07-122-8/+23
* Add the rest of the password manager API to PasswordStore, and move clientsstuartmorgan@chromium.org2009-07-104-51/+35
* Removing an unused variable from cookies_view.hdeanm@chromium.org2009-07-081-5/+4
* Change the use of typedef Language in Spell Check files back to std::string. ...sidchat@google.com2009-07-071-1/+1
* move the ResetToDefault function for prefs to chrome/browser/options_utilmattm@chromium.org2009-06-261-54/+2
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-243-13/+15
* We were hitting a DCHECK when removing a password in the password option panel.jcampan@chromium.org2009-06-241-4/+6
* Landing Thiago Farina bug fix for the saved password dialog.jcampan@chromium.org2009-06-222-6/+18
* Fonts and Languages Linux GTK Preparationmhm@chromium.org2009-06-222-8/+45
* Cleanup Personal Stuff options tab pagemhm@chromium.org2009-06-161-5/+0
* Move TableModel out of views/ and into app/.estade@chromium.org2009-06-169-54/+51
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-163-3/+6
* Removed mixed content options. Turns out extremely few users changed the def...abarth@chromium.org2009-06-161-95/+1
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-132-0/+2
* Fix a layout bug in the fonts and languages dialog wheretc@google.com2009-06-111-13/+7
* Implement different radio groups for Options > Personal Stuffmhm@chromium.org2009-06-092-8/+9
* Form Autofil Options should be a radio groupmhm@chromium.org2009-06-092-84/+64
* UI Support for Auto Spell Correct. Currently, it is still under the command l...sidchat@google.com2009-06-032-1/+37
* Make Combobox portableben@chromium.org2009-06-029-93/+92
* Now that themes are enabled by default, the option should be visible by default.glen@chromium.org2009-05-311-9/+4
* Split out the views table functions into separate header files. Many users onlybrettw@chromium.org2009-05-318-3/+16
* Add a "User Data" tab to the options, remove the "minor tweaks" tabmhm@chromium.org2009-05-303-378/+487
* Revert 17288 - Test failures.mhm@chromium.org2009-05-303-489/+378
* Create a "User data" tab and remove the "minor tweaks" tab. The mockup is inc...mhm@chromium.org2009-05-303-378/+489
* Add general options page. Options are working with the following exceptions:tc@google.com2009-05-282-46/+3
* Make Textfield more portable.ben@chromium.org2009-05-282-3/+3
* DevTools: remove DevTools from options UI.pfeldman@chromium.org2009-05-281-74/+0
* Move text_field.cc and rename the class to Textfield in preparation for porting.ben@chromium.org2009-05-277-51/+49
* DevTools: Add 'Enable Developer Tools' option into the Advanced tab. Hide dev...pfeldman@chromium.org2009-05-271-5/+76
* Show Unicode IDNs for "On startup" setting and "Add page" dialog for it.jungshik@google.com2009-05-271-1/+4
* Move more dialog showing routines to browser_dialogs.h to reduce dependenciesbrettw@chromium.org2009-05-221-0/+9
* - Passing correct window handle to CreateChromeWindow(). We should pass thehbono@chromium.org2009-05-227-18/+10
* Make views/ depend only on images from app/resources.ben@chromium.org2009-05-212-2/+2
* Try to make TextField::Controller implementors cross-platform by abstractingbrettw@chromium.org2009-05-214-17/+11