summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/preferences_window_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* Add a learn more hyper link button to the privacy settings area of under the ...thomasvl@chromium.org2009-10-121-0/+8
* [Mac] Enable "Edit Search Engines" in Omnibox context menu.shess@chromium.org2009-10-081-17/+1
* Follow up to r242162 to properly animate between prefs panes.thomasvl@chromium.org2009-10-071-19/+106
* First step in l10n for the prefs window.thomasvl@chromium.org2009-10-071-6/+95
* [Mac] Hook up part of the download preferencesrsesek@chromium.org2009-09-291-0/+55
* [Mac] Polish the search engine managerrsesek@chromium.org2009-09-191-3/+16
* Remove the theme popup menu and just have a reset button to match the other p...thomasvl@chromium.org2009-09-181-74/+3
* [Mac] Implement the search engine managerrsesek@chromium.org2009-09-121-0/+8
* Allow the default browser check to return "unknown" and reflect that in the UI.mdm@chromium.org2009-09-041-7/+13
* Fix a couple of bugs in the "custom home pages" list in the Preferences window.ben@chromium.org2009-08-271-0/+4
* Don't abandon or cancel in-progress field editors when the window closes.pinkerton@chromium.org2009-08-201-5/+12
* When you clicked Get Themes in Mac prefs, the browser window containing the t...beng@google.com2009-08-131-2/+2
* Sort theme popup list correctly.avi@chromium.org2009-08-041-1/+3
* Get rid of non-functional elements from the themes prefs; add switcher.avi@chromium.org2009-08-031-4/+73
* Use real KVO notification for the default browser text.avi@chromium.org2009-07-311-8/+3
* Add "Get themes" button to the prefs.avi@chromium.org2009-07-311-0/+18
* Implement theme resetavi@chromium.org2009-07-161-1/+1
* Fix unit tests by not relying on the unit tests having a local_state object, ...pinkerton@chromium.org2009-06-241-1/+7
* Implement Privacy prefs and cookie prefs in "under the hood".pinkerton@chromium.org2009-06-241-6/+178
* Fix compile error.pinkerton@chromium.org2009-06-191-1/+1
* Make escape close the prefs window.pinkerton@chromium.org2009-06-191-0/+7
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Implement default search popup.pinkerton@chromium.org2009-06-091-0/+35
* Implement table for custom home pages at startup on Mac.pinkerton@chromium.org2009-06-051-34/+134
* Implemented a large chunk of the "user data" panel. Hooked the "under the hoo...pinkerton@chromium.org2009-06-031-6/+93
* Fix for crash in empty home page field. Ensure pref gets set back to NTP. BUG...pinkerton@chromium.org2009-05-181-1/+4
* Fix default browser info string to change text and color instead of hiding/sh...pinkerton@chromium.org2009-05-081-20/+50
* Messed up dependency key in one case when applying feedback. TBR=thomasvlpinkerton@chromium.org2009-05-061-1/+1
* Implement most of the "basics" pref panel on Mac, including code to set the d...pinkerton@chromium.org2009-05-061-7/+365
* Add notification (and unit test) for closing prefs window so it can be cleane...pinkerton@chromium.org2009-04-301-3/+5
* Add a very basic preferences window controller with unit test. Fix the prefs ...pinkerton@chromium.org2009-04-301-0/+49