summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Show the location bar icon (almost) all the time, and have its contents match...pkasting@chromium.org2010-03-301-0/+6
* Omnibox M5 work, part 1: Security changespkasting@chromium.org2010-03-241-30/+15
* mac: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-101-0/+1
* GTK: disable "edit search engines" and "paste and go" in location bar view wh...estade@chromium.org2010-03-041-0/+4
* GTK/Mac: show security warning on correct part of url.estade@chromium.org2010-03-041-9/+9
* Mac: Set fixed maximum line height in Omnibox.viettrungluu@chromium.org2010-02-051-1/+19
* Copy percent-escaped URL when copying all the text from the address bar (Mac)kinuko@chromium.org2010-02-031-0/+30
* [Mac] Hook up AutocompleteEditViewMac delegate calls properly.rohitrao@chromium.org2010-01-271-0/+2
* Add a keyboard shortcut on Escape that emits the IDC_STOP command.thakis@chromium.org2009-12-181-2/+1
* Mac: implement "Search the Web..." (Opt-Cmd-F).viettrungluu@chromium.org2009-12-071-0/+13
* [Mac] Route edit-state messages via observer rather than delegate.shess@chromium.org2009-12-041-220/+114
* [Mac] Ignore incorrect focus notifications in Omnibox.shess@chromium.org2009-11-121-0/+9
* [Mac] Support undo in the omnibox.rohitrao@chromium.org2009-11-121-0/+3
* Adding implementation of AutocompleteEditViewMac::IsSelectAll().jcampan@chromium.org2009-11-121-3/+8
* Restoring r29827. The skia file is new to this attempt, and may be what was c...pamg@google.com2009-11-041-12/+0
* [Mac] Adjust Omnibox implementation to not break undo chain.shess@chromium.org2009-10-261-1/+1
* Revert 29827 - Refactor securityicon code to a more general form, also more c...nsylvain@chromium.org2009-10-231-0/+12
* Refactor security-icon code to a more general form, also more consistent withpamg@google.com2009-10-221-12/+0
* [Mac] Cmd-Return in the omnibox should revert the omnibox text back to its or...rohitrao@chromium.org2009-10-221-0/+5
* [Mac] Trim Omnibox hints as field shrinks.shess@chromium.org2009-10-151-0/+11
* [Mac] Show the page info window after clicking the security icon in the URL barrsesek@chromium.org2009-10-071-0/+12
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-051-4/+0
* 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