summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-044-18/+9
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-034-9/+18
* Port autocomplete_edit_view_browsertest.cc to Mac.suzhe@chromium.org2011-03-036-97/+139
* De-wstringify OSExchangeData.evan@chromium.org2011-03-021-5/+5
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-022-2/+2
* Fixes bug in showing omnibox popup on a mac where if the new bounds wassky@chromium.org2011-03-021-0/+2
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-024-4/+4
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-014-4/+4
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-1/+1
* Makes instant not load the current url if you're already viewing. Thissky@chromium.org2011-02-282-0/+7
* WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui.tfarina@chromium.org2011-02-271-1/+1
* Fix changes from r75314 to preserve the prevailing pattern of "(expected, act...pkasting@chromium.org2011-02-252-33/+43
* Fixes possible crash in AutocompleteResult::CopyOldMatches. I couldn'tsky@chromium.org2011-02-252-25/+21
* Get rid of the GTK-only accessibility api code, now that Chrome OS can relydmazzoni@chromium.org2011-02-242-18/+0
* Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...mrossetti@chromium.org2011-02-246-40/+17
* Revert 75882 - Add caching of the InMemoryURLIndex (part of the HistoryQuickP...mrossetti@chromium.org2011-02-246-17/+40
* Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...mrossetti@chromium.org2011-02-246-40/+17
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-7/+7
* Fix OOL issues for linux from the last few days.erg@google.com2011-02-232-0/+3
* Add autocomplete provider for "about:" URLs.pkasting@chromium.org2011-02-234-0/+94
* Out of line cleanups for Mac.erg@google.com2011-02-222-2/+10
* 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-222-2/+44
* Create a new autocomplete popup for touch. This CL depends onvarunjain@chromium.org2011-02-182-2/+16
* WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa...tfarina@chromium.org2011-02-171-3/+3
* Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/...rsesek@chromium.org2011-02-173-7/+7
* Allow dragging and dropping of URLs to any portion of the toolbar view.rogerta@chromium.org2011-02-178-89/+185
* Autocomplete cleanup patch. Adds AutocompleteControllerDelegate insky@chromium.org2011-02-1619-237/+195
* Tweaks algorithm for keeping old autocomplete matches so that we don'tsky@chromium.org2011-02-153-39/+38
* GTTF: Use a fresh TestingBrowserProcess for each test, part #1phajdan.jr@chromium.org2011-02-157-8/+28
* Reworks autocomplete result set processing by the edit/model necessitated by ...sky@chromium.org2011-02-148-102/+109
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-111-1/+2
* Revert 74451 - Add autocomplete provider for "about:" URLs. Original patch b...pkasting@chromium.org2011-02-104-108/+0
* Add autocomplete provider for "about:" URLs. Original patch by simonmorris@c...pkasting@chromium.org2011-02-104-0/+108
* Add metrics for omnibox Google searches that has no RLZ token for windows.pastarmovj@chromium.org2011-02-101-1/+7
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-102-11/+11
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-092-11/+11
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-092-11/+11
* Move Event files into views/eventsben@chromium.org2011-02-091-1/+1
* Use destroy signal to safe guard TextWidget method.oshima@google.com2011-02-082-96/+125
* Own text_view widget.oshima@google.com2011-02-052-88/+94
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-0514-22/+22
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-031-7/+17
* 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
* Makes sure we don't copy over the default suggest text ifsky@chromium.org2011-02-014-11/+49
* Move find-in-page from TabContents to TabContentsWrapper.avi@chromium.org2011-02-011-0/+1
* Changes how autocomplete updates results in hopes of keeping the popupsky@chromium.org2011-01-317-183/+432
* Part 2 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-281-1/+0