summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/preferences_window_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* 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