summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where the autocomplete text was being overridden by the user-entered ...shess@chromium.org2009-06-171-13/+28
* Don't update our text from toolbar if the toolbar's text doesn'tshess@chromium.org2009-06-041-5/+13
* Don't make |field_| first responder in SetSelectedRange() unless |model_| has...shess@chromium.org2009-05-231-18/+28
* Overhaul omnibox focus detection on Mac.shess@chromium.org2009-05-221-23/+68
* Mac: Modify Omnibox to notice when the window loses key, too.shess@chromium.org2009-05-201-1/+31
* Mac: Make sure the popup is closed when losing focus in omnibox.shess@chromium.org2009-05-201-1/+7
* Mac: Style the omnibox URL.shess@chromium.org2009-05-151-59/+129
* Use the Mac omnibox field's font as the basis for the fonts used in the field...shess@chromium.org2009-05-141-1/+6
* Address Mike's last complaint about Issue 114017.shess@chromium.org2009-05-121-3/+5
* Use Chrome facilities for omnibox state save and restore on Mac.shess@chromium.org2009-05-111-16/+115
* Remove StopAutocomplete() helper from AutocompletePopupViewMac.shess@chromium.org2009-05-011-1/+2
* Support PgUp/PgDn in Omnibox for "first entry/last entry"ukai@chromium.org2009-04-291-4/+15
* Clean up construction of LocationBarViewMac objects.shess@chromium.org2009-04-271-10/+7
* Implement OnBeforePossibleChange() and OnAfterPossibleChange() to fix delete ...shess@chromium.org2009-04-141-16/+56
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-101-0/+309
* Revert "Initial implemention of Mac Omnibox."shess@chromium.org2009-04-071-309/+0
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-061-0/+309