summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-1/+2
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-291-0/+4
* [Mac] Support option-return to open in new foreground tab.rohitrao@chromium.org2009-09-241-2/+2
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-241-4/+0
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-241-0/+4
* [Mac] Add a strikethrough through insecure url schemes.rohitrao@chromium.org2009-09-241-0/+4
* [Mac] Convert Omnibox paste-and-go to use AutocompleteTextFieldObserver.shess@chromium.org2009-09-231-12/+0
* [Mac] Expose AutocompleteEditViewMac to Cocoa code.shess@chromium.org2009-09-211-23/+5
* [Mac] Paste in Omnibox needs to initiate field editing correctly.shess@chromium.org2009-09-181-14/+22
* [Mac] Implement Paste and Go/Search.rohitrao@chromium.org2009-09-181-0/+35
* Use delegate protocols present in the 10.6 SDK. For previous SDKs, providemark@chromium.org2009-09-171-1/+2
* Fix Snow Leopard SDK errorsmark@chromium.org2009-09-161-1/+1
* Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio...pkasting@chromium.org2009-09-151-3/+3
* This CL makes the focus remembered across tab switches for Chrome Linux with ...jcampan@chromium.org2009-09-141-0/+3
* Fix text and selection's save/restore issue of omnibox when displaying tempor...suzhe@chromium.org2009-09-111-5/+2
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-3/+5
* Reverting 23702.hbono@chromium.org2009-09-041-12/+0
* [Mac] Fix operation of Control key in Omnibox.shess@chromium.org2009-08-311-5/+3
* OSX: Remove some nsnotificationcenter observers more reliably.shess@chromium.org2009-08-311-3/+5
* [Mac] Fix Option-return in Omnibox.shess@chromium.org2009-08-311-0/+12
* [Mac] Handle shift-delete when omnibox popup is up.shess@chromium.org2009-08-281-0/+14
* [Mac] Handle backspacing out of keyword search.shess@chromium.org2009-08-281-0/+25
* [Mac] Don't eat tab if tab-to-search hint not visible.shess@chromium.org2009-08-281-6/+11
* [Mac] The autocomplete popup now gets its position from the toolbar controller,rohitrao@chromium.org2009-08-271-2/+3
* [Mac] Omnibox keyword, keyword hint, and search hint support.rohitrao@chromium.org2009-08-211-0/+29
* A quick fix for Issue 19421.hbono@chromium.org2009-08-191-0/+12
* This changelist represents the necessary merger of two others:ben@chromium.org2009-08-191-5/+5
* Add modifier key support for window open dispositions throught the Mac UIrohitrao@chromium.org2009-08-181-3/+13
* Mac: Omnibox popup metrics.shess@chromium.org2009-08-131-1/+5
* Make TOOLKIT_VIEWS port use views-based Autocomplete popup.ben@chromium.org2009-07-311-4/+8
* [Mac] Don't handle up/down-arrow unless popup is visible.shess@chromium.org2009-07-221-8/+15
* [Mac] Detect control-key changes in autocomplete field.shess@chromium.org2009-07-211-0/+29
* [Mac] Strip newlines from paste.shess@chromium.org2009-07-201-0/+78
* [Mac] Refactor location-bar autocomplete cell classes.shess@chromium.org2009-07-161-4/+9
* [Mac] Remove guard on FocusLocation() in autocomplete field.shess@chromium.org2009-07-151-11/+6
* Backing out r20493 (http://codereview.chromium.org/149492), as it inadvertent...avi@chromium.org2009-07-141-2/+7
* [Mac] AcceptInput() doesn't really need focus (as when called via "Go" button).shess@chromium.org2009-07-131-5/+4
* [Mac] Always restyle omnibox after user input.shess@chromium.org2009-07-131-17/+6
* [Mac] Remove guard on FocusLocation() in autocomplete field.shess@chromium.org2009-07-131-7/+2
* 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