summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/omnibox/omnibox_edit_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Logs how often users clear Omnibox.yuki@chromium.org2013-02-181-0/+40
* Fixing ESC in instant-extended.beaudoin@chromium.org2013-02-151-4/+23
* Omnibox: Possibly Fix Rare OpenMatch Crashmpearson@chromium.org2013-02-131-1/+3
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Append whether a field trial was triggered to the assisted query stats.hfung@chromium.org2013-02-091-16/+4
* Fix original input being lost when hitting up arrow with InstantExtended.asvitkine@chromium.org2013-02-071-0/+5
* Fix cursor position for default provider searches in keyword mode.bartn@chromium.org2013-02-051-0/+6
* Do not send the OnUpOrDownKeyPressed to the InstantController when the popup ...beaudoin@chromium.org2013-02-051-14/+13
* Add OmniboxInputInProgress User Actionmpearson@chromium.org2013-02-041-0/+1
* Omnibox: Control-Key Interaction with Keyword Search Modempearson@chromium.org2013-01-211-2/+0
* Set AutocompleteLog.completed_length if available.bartn@chromium.org2013-01-181-3/+8
* InstantExtended: Don't drop ".com" suggestionsjered@chromium.org2013-01-151-14/+11
* Ensure "Press Tab to search" is never displayed when instant extended is enab...beaudoin@chromium.org2013-01-141-3/+8
* Avoid crashing when a suggestion from Instant is set in the Omnibox and ESC i...mathp@chromium.org2013-01-121-1/+1
* Minor comment fixes.bartn@chromium.org2012-12-191-0/+1
* Search engine keywords broken with instant-extended enableddhollowa@chromium.org2012-12-181-1/+1
* Log field trial triggered bit for the most recent search provider request as ...bartn@chromium.org2012-12-161-1/+3
* Revert "[Search] No longer reverting omnibox text on instant search"jered@chromium.org2012-12-151-11/+1
* Remove TabContents includes.avi@chromium.org2012-12-141-1/+0
* Make Google Search autocomplete provider cursor aware.bartn@chromium.org2012-12-141-3/+22
* [Search] No longer reverting omnibox text on instant searchmathp@chromium.org2012-12-141-1/+11
* Implement the Instant extended API startMargin, endMargin, and rtl properties...melevin@chromium.org2012-12-141-4/+4
* InstantExtended: Fix improper calls to OnSubmit.jered@chromium.org2012-12-131-3/+9
* Instant API: tell page whether the browser is capturing key strokes.samarth@chromium.org2012-12-121-23/+49
* [Search] Provide correct copy contents when user selects extracted search ter...mathp@chromium.org2012-12-121-1/+4
* Don't commit the preview if it's not showing at full height.sreeram@chromium.org2012-12-081-1/+1
* Implement {Start,Stop}CapturingKeyStrokes for Instant.samarth@chromium.org2012-12-051-3/+22
* Persist the Instant API to committed search result pages.sreeram@chromium.org2012-12-041-24/+15
* Omnibox: Log Elapsed Time Since Last Time The Default Match Changedmpearson@chromium.org2012-11-201-1/+8
* Use search::Mode in InstantModel.sreeram@chromium.org2012-11-201-54/+33
* Remove TabContents from OmniboxEditController and friends.avi@chromium.org2012-11-171-16/+13
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-131-1/+2
* Do not set completed_length to 0 if not available.bartn@chromium.org2012-11-131-1/+1
* InstantExtended: Show custom new tab page content.jered@chromium.org2012-11-081-13/+5
* [Search] Avoid emphasizing search terms in Omniboxmathp@chromium.org2012-11-021-4/+8
* Initial implementation of dedupping search provider's URLs.bartn@chromium.org2012-10-301-2/+2
* Remove unused / unnecessary stuff from Instant.sreeram@chromium.org2012-10-251-12/+5
* Check for NULL pointer before using.sreeram@chromium.org2012-10-191-1/+3
* Instant{Extended}: Preserve URL suggestions.jered@chromium.org2012-10-181-14/+22
* Cursor jumps to end of omnibox when activating keyword mode via inserted spaceMHX348@motorola.com2012-10-051-3/+23
* Minor cleanup in Instant.sreeram@chromium.org2012-10-011-2/+5
* Add support for the NavigateContentWindow function to the extended Instant AP...dcblack@chromium.org2012-09-201-4/+8
* Switch SearchTabHelper to use WebContentsUserData.avi@chromium.org2012-09-191-2/+3
* Instant extended API: Make arrow up/down work.sreeram@chromium.org2012-09-191-10/+46
* Switch SessionTabHelper to use WebContentsUserData.avi@chromium.org2012-09-121-2/+2
* autocomplete: Add AutocompleteProvider::Type enum.derat@chromium.org2012-09-111-3/+6
* Experimental AutocompleteProvider for zerosuggest.samarth@chromium.org2012-09-051-3/+17
* Add a method to check if an AutocompleteMatch is of a search type.sreeram@chromium.org2012-09-051-3/+3
* RestoreTabHelper > SessionTabHelper, move more session stuff into it.avi@chromium.org2012-08-301-2/+2
* Pass user_text and full_text explicitly to Instant.sreeram@chromium.org2012-08-261-22/+13