summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/preferences_window_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* Makes predictive with autocompleted text the default. I'm leaving thesky@chromium.org2010-11-301-6/+1
* Remove background mode preferences UI.atwilson@chromium.org2010-11-241-35/+0
* Make the search engine prefs relayout based on their localized strings.thomasvl@chromium.org2010-11-231-5/+62
* [Mac] Add a preference for Instant search.rsesek@chromium.org2010-11-221-0/+36
* Cleanup: Include browser.h -> ui/browser.h [Final].jhawkins@chromium.org2010-11-181-2/+2
* chromeos: Update help URLs.derat@chromium.org2010-11-101-3/+4
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.pkasting@chromium.org2010-10-211-3/+2
* Move all ResourceBundle::GetNSImageNamed() calls to GetNativeImageNamed().rsesek@chromium.org2010-10-211-1/+1
* Fix some problems with the ENTER_PASSPHRASE state in sync setup.johnnyg@chromium.org2010-10-181-1/+1
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-181-2/+2
* Add an AX/NSDescription for the NSTableView in Basics->Startup with the follo...dtseng@chromium.org2010-10-171-0/+10
* Revert 62641 - Remove the dashboard link from the Prefs, since it's now in Cl...avi@chromium.org2010-10-151-0/+9
* Remove the dashboard link from the Prefs, since it's now in Clear Browsing Da...avi@chromium.org2010-10-141-9/+0
* Fixes bugs in usage of adding a new tab with a disposition ofsky@chromium.org2010-10-131-8/+7
* Allow the default search provider to be specified via group policy. Also all...jeanluc@google.com2010-10-051-13/+9
* Support dynamic policy refresh for DNS prefetching.phajdan.jr@chromium.org2010-10-051-2/+0
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-291-14/+2
* Revert 60169 - Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-221-2/+14
* Use PrefChangeRegistrar everywheredanno@chromium.org2010-09-221-14/+2
* Move policy-related stuff to its own namespace.mnissler@chromium.org2010-09-101-2/+2
* 2nd attempt at http://codereview.chromium.org/3305003/showjohnnyg@chromium.org2010-09-091-1/+1
* Revert 52870 - Revert 52740 - Always show the 'Control sync from Google Dashb...tim@chromium.org2010-09-081-4/+0
* Revert 58778 - New authorization framework for sync. johnnyg@chromium.org2010-09-081-1/+1
* New authorization framework for sync. johnnyg@chromium.org2010-09-081-1/+1
* GTTF: Extract all preferences-related code from DownloadManager to DownloadPr...phajdan.jr@chromium.org2010-08-301-2/+3
* [mac] Properly update prefs window UI if managed preferences change.mnissler@chromium.org2010-08-301-55/+47
* Update password manager prefs UI on policy refresh.mnissler@chromium.org2010-08-301-6/+9
* Hide mac background mode prefs ui if background mode is not enabled.atwilson@chromium.org2010-08-281-0/+9
* Implements preference setting to allow enabling/disabling theatwilson@chromium.org2010-08-271-0/+28
* Implement a policy to specify which pages to restore at startup. The admin c...mnissler@chromium.org2010-08-261-6/+15
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-5/+5
* Implement policy for disabling auto fill.mnissler@chromium.org2010-08-251-0/+10
* Implement policy for controlling "Show Home Button" preference.mnissler@chromium.org2010-08-241-0/+5
* Change WindowSizeAutoSaver to store window size only when the window has resi...bauerb@chromium.org2010-08-171-2/+1
* [Mac] Poke KVO for prefs::kDownloadDefaultDirectory when resetting to default...rsesek@chromium.org2010-08-161-0/+5
* Convert other callsites of AECreateDesc() to use scoped_aedesc<>.rsesek@chromium.org2010-08-161-6/+4
* Convert some obvious wide strings in browser/cocoa.viettrungluu@chromium.org2010-08-141-3/+4
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-6/+6
* Reset chrome://newtab URLs when the user selects to configure it.mnissler@chromium.org2010-08-031-2/+5
* [Mac] Fix a crashing PreferencesWindowController unit test (only crashes in b...rohitrao@chromium.org2010-07-291-2/+10
* [Mac] Fix the custom homepages preferences to:rsesek@chromium.org2010-07-281-3/+1
* Disable proxy config button and show banner if proxy prefs are managed.mnissler@chromium.org2010-07-231-0/+10
* Revert 52740 - Always show the 'Control sync from Google Dashboard' link on t...tim@chromium.org2010-07-181-0/+4
* Always show the 'Control sync from Google Dashboard' link on the sync options...tim@chromium.org2010-07-161-4/+0
* Set the options dialog as the parent window of the sync wizard when thealbertb@chromium.org2010-07-161-3/+3
* Handle Homepage and HomepageIsNewTabPage policies independently in Mac UI.mnissler@chromium.org2010-07-161-23/+68
* Implements policy to enable or disable the password manager, as found in the ...danno@chromium.org2010-07-161-0/+5
* Show the managed prefs warning banner for some advanced options.mnissler@chromium.org2010-07-151-47/+9
* Implement support for disabling sync through configuration management.mnissler@chromium.org2010-07-141-3/+15
* Button label logic on mac should match other platforms and show "stop syncing...johnnyg@chromium.org2010-07-141-2/+1