summaryrefslogtreecommitdiffstats
path: root/chrome/app/nibs/EditSearchEngine.xib
Commit message (Collapse)AuthorAgeFilesLines
* [Mac] Polish the search engine managerrsesek@chromium.org2009-09-191-40/+554
| | | | | | | | | | | | | | | * Make the edit search engine window a sheet. * Only allow one instance of the search engine manager to be opened at once. * The search engine manager now remembers its position. * Create NSWindow(LocalStateAdditions) category to assist with storing window position in Chromium's local state. BUG=21761,21762,21883,21996 TEST=Editing/adding a search engine happens in a sheet. Press [Manage] multiple times and only 1 window should open. Press [Manage] and the window should be at its last position. Review URL: http://codereview.chromium.org/207027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26646 0039d316-1c4b-4281-b951-d872f2087c98
* Edit Search Engine fix up:thomasvl@chromium.org2009-09-161-875/+463
| | | | | | | | | | | | | Fix the class name to match a rename that happened before commit. Make the label size changes force the fields over, but not string the fields (window grows). Make the url description autosize to the text it gets. Make the window track the height needed for the url description field. BUG=21893 TEST= The url description text should stay under the url box in all languages. The labels should never clip or overlap the text fields. Review URL: http://codereview.chromium.org/195096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26342 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Implement the search engine managerrsesek@chromium.org2009-09-121-0/+1503
* Enable the Manage search engines button in Preferences * New search engines can be added using the "+" button * Existing search engines can be edited via double-click * Existing search engines can be removed with the "-" button * The "Make Default" button has the same behavior as the list box in the Basics preferences "Default Search" BUG=16187 TEST=Go to Preferences, click "Manage" next to "Default Search" and add/edit/remove engines. Review URL: http://codereview.chromium.org/193040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26078 0039d316-1c4b-4281-b951-d872f2087c98