summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Trigger keyword mode when pressing space in middle of stringsuzhe@google.com2011-04-011-4/+4
* Wires up ability for page to specify instant auto completesky@chromium.org2011-03-151-3/+4
* Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug...kushi.p@gmail.com2011-03-131-1/+1
* Moves responsibility for updating InstantController to AutocompleteEditModel....sky@chromium.org2011-03-061-14/+11
* Port autocomplete_edit_view_browsertest.cc to Mac.suzhe@chromium.org2011-03-031-7/+2
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-1/+1
* Out of line cleanups for Mac.erg@google.com2011-02-221-0/+8
* Integrate gfx::Image into the ResourceBundle.rsesek@chromium.org2011-02-221-0/+1
* [Mac] Pressing ctrl key shouldn't affect inline autocomplete suggest.suzhe@google.com2011-02-221-2/+10
* Autocomplete cleanup patch. Adds AutocompleteControllerDelegate insky@chromium.org2011-02-161-4/+4
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move find-in-page from TabContents to TabContentsWrapper.avi@chromium.org2011-02-011-0/+1
* Revert 73294 - Move find-in-page from TabContents to TabContentsWrapper.davemoore@chromium.org2011-02-011-1/+0
* Move find-in-page from TabContents to TabContentsWrapper.avi@chromium.org2011-02-011-0/+1
* Hitting Tab should always move cursor to end of omnibox text.suzhe@google.com2011-01-281-36/+48
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-33/+33
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-33/+33
* Remove wstring from autocomplete.avi@chromium.org2011-01-241-33/+33
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Accept keyword by pressing space.suzhe@google.com2011-01-201-10/+7
* Removes the link in the omnibox for searching history.sky@chromium.org2011-01-201-1/+0
* Fix several omnibox issues related to keyword mode and IME support.suzhe@google.com2011-01-131-18/+22
* Made TextWidth and SetInstantSuggestion common interface in AutocompleteEdit...oshima@chromium.org2011-01-111-23/+30
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-101-8/+8
* Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...brettw@chromium.org2010-12-221-2/+2
* Accepts current instant preview with Tab key.suzhe@google.com2010-12-181-0/+3
* Checks whether the autocomplete controller can accept keywords before the com...suzhe@chromium.org2010-12-091-0/+5
* Fixes bug in handling of spaces in the search provider. The problemsky@chromium.org2010-12-081-2/+4
* [Mac] Re-color omnibox text and move the cursor to the end when committing su...rohitrao@chromium.org2010-12-061-0/+2
* Move a bunch more browser stuff around.ben@chromium.org2010-12-021-1/+1
* Move browser/cocoa to browser/ui/cocoaben@chromium.org2010-12-011-1/+1
* Makes committing the suggested text only update the default searchsky@chromium.org2010-11-241-7/+5
* [Mac] Fixes a bug where instant suggest text would disappear on every other k...rohitrao@chromium.org2010-11-231-3/+16
* [Mac] Implement suggested results in the omnibox.rohitrao@chromium.org2010-11-221-8/+117
* Adds support for proper handling of verbatim queries. That is, if thesky@chromium.org2010-11-191-0/+5
* Makes the instant suggested text autocomplete after 1.3 seconds. Theresky@chromium.org2010-11-111-0/+4
* [GTK] Added unit tests for omnibox highlightingscr@chromium.org2010-10-271-0/+1
* Move all ResourceBundle::GetNSImageNamed() calls to GetNativeImageNamed().rsesek@chromium.org2010-10-211-1/+1
* [Mac] Plumb through the Instant and omnibox popup bounds. This will allow in...rohitrao@chromium.org2010-10-141-0/+1
* [Mac] Initial Instant implementation.rohitrao@chromium.org2010-10-121-0/+4
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+4
* Handle FocusSearch() when in forced search mode with leading whitespace.isherman@chromium.org2010-09-111-2/+15
* Don't inline autocomplete when the selected text is not the previously inline...isherman@chromium.org2010-08-261-1/+2
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-1/+1
* [Mac] Un-tweak omnibox height and spacing and font.shess@chromium.org2010-07-301-1/+1
* [Mac] First pass at final sizing of toolbar items.shess@chromium.org2010-07-291-1/+1
* Modified resources for M6 theme. This doesn't actually modify layout yet, ju...pkasting@chromium.org2010-07-281-2/+2
* [Mac] Mouse clicks in omnibox close popup.shess@chromium.org2010-07-121-4/+0
* [Mac] Bring https:// coloring into line with views.shess@chromium.org2010-07-081-7/+8
* Fix a bug where clicking an extension omnibox keyword suggestion wouldmpcomplete@chromium.org2010-06-181-6/+2