| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the OmniboxNavigationObserver update the ShortcutsProvider. | pkasting@chromium.org | 2013-10-16 | 1 | -5/+9 |
* | Refactor OmniboxNavigationObserver in preparation for making it trigger the | pkasting@chromium.org | 2013-10-14 | 1 | -14/+15 |
* | Eliminate common implementations in OmniboxEditController subclasses by moving | pkasting@chromium.org | 2013-10-04 | 1 | -3/+7 |
* | Rename AlternateNavURLFetcher to OmniboxNavigationObserver in preparation for | pkasting@chromium.org | 2013-10-04 | 1 | -5/+5 |
* | Move construction of the AlternateNavURLFetcher from the LocationBar subclasses | pkasting@chromium.org | 2013-10-04 | 1 | -4/+15 |
* | bookmarks: Move metrics functions out of bookmark_utils. | tfarina@chromium.org | 2013-09-26 | 1 | -2/+2 |
* | content: Move kHttpScheme constant into content namespace. | tfarina@chromium.org | 2013-09-15 | 1 | -3/+3 |
* | Add plumbing for "don't do search term replacement". Will be used by Show URL. | pkasting@chromium.org | 2013-09-12 | 1 | -21/+35 |
* | Make OmniboxEditModel::UpdatePermanentText() fetch the new text itself rather | pkasting@chromium.org | 2013-08-30 | 1 | -2/+3 |
* | Omnibox: Cleanup Comments by Page Classification Enum | mpearson@chromium.org | 2013-08-28 | 1 | -1/+1 |
* | Split OmniboxView::Update() into OnTabChanged() and Update(). | pkasting@chromium.org | 2013-08-24 | 1 | -10/+17 |
* | Misc. cleanup. | pkasting@chromium.org | 2013-08-23 | 1 | -4/+2 |
* | Two changes that should have been in r218873: | pkasting@chromium.org | 2013-08-22 | 1 | -3/+2 |
* | Instead of passing ToolbarModel*s around, have classes ask the Browser. | pkasting@chromium.org | 2013-08-22 | 1 | -5/+11 |
* | Add SearchEngineType versions of histograms that look at prepopulate IDs. | pkasting@chromium.org | 2013-08-16 | 1 | -0/+5 |
* | Fix omnibox enter behavior after pasting from right click. | hfung@chromium.org | 2013-08-13 | 1 | -1/+8 |
* | Omnibox: don't assume omnibox has focus in OnAfterPossibleChange(). | samarth@chromium.org | 2013-08-12 | 1 | -3/+8 |
* | Have SearchProvider look up the omnibox start margin directly. | jeremycho@chromium.org | 2013-08-10 | 1 | -2/+1 |
* | Fix a bug where hitting escape didn't close the omnibox popup when ZeroSugges... | hfung@chromium.org | 2013-08-09 | 1 | -2/+6 |
* | [InstantExtended] Fixing how PageLoadSRP is emitted. Previously it was emitte... | rlp@chromium.org | 2013-08-08 | 1 | -4/+6 |
* | InstantExtended: record initial focus state for omnibox interactions. | samarth@chromium.org | 2013-08-07 | 1 | -8/+27 |
* | Add metric Omnibox.FocusToOpenTime for time from omnibox focus to omnibox usage. | hfung@chromium.org | 2013-08-05 | 1 | -8/+14 |
* | Fix Ctrl-shift-left to select words in the omnibox. | hfung@chromium.org | 2013-07-30 | 1 | -24/+19 |
* | Omnibox: Pass Current Page Classification to Providers | mpearson@chromium.org | 2013-07-30 | 1 | -3/+5 |
* | Make a copy of PageClassification enum outside the metrics code | mpearson@chromium.org | 2013-07-28 | 1 | -11/+9 |
* | importer: Allow chrome to import internal chrome pages (i.e, chrome:// and ab... | tfarina@chromium.org | 2013-07-27 | 1 | -1/+1 |
* | [InstantExtended] Changing the histogram name since the definition of the his... | rlp@chromium.org | 2013-07-24 | 1 | -4/+4 |
* | Revert "alternate ntp: don't show bmb when switching between NTPs with sugges... | kuan@chromium.org | 2013-07-23 | 1 | -8/+4 |
* | Omnibox Logging: Record Whether User Was on a Search Result Page | mpearson@chromium.org | 2013-07-22 | 1 | -7/+11 |
* | [InstantExtended] Using the value of GetViewText instead of match.contents to... | rlp@chromium.org | 2013-07-20 | 1 | -1/+4 |
* | Omnibox: Change |inline_autocomplete_offset| to |inline_autocompletion| | mpearson@chromium.org | 2013-07-19 | 1 | -17/+8 |
* | Omnibox UMA Logging: Add Instant New Tab Page as a Classification | mpearson@chromium.org | 2013-07-19 | 1 | -3/+7 |
* | [InstantExtended] Fixing line break of call to RecordAction so that the new a... | rlp@chromium.org | 2013-07-18 | 1 | -2/+2 |
* | Omnibox: Add |ignore_editing| to ToolbarModel | mpearson@chromium.org | 2013-07-18 | 1 | -4/+4 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | [InstantExtended] Calculate the percentage similarity based on initial letter... | rlp@chromium.org | 2013-07-11 | 1 | -0/+40 |
* | InstantExtended: Omnibox and location bar cleanup. | jered@chromium.org | 2013-07-11 | 1 | -25/+17 |
* | Add histogram Omnibox.FocusToEditTime for time in milliseconds between a when... | hfung@chromium.org | 2013-07-10 | 1 | -0/+16 |
* | InstantExtended: Remove overlay control code. | jered@chromium.org | 2013-07-03 | 1 | -179/+19 |
* | chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2 | tfarina@chromium.org | 2013-07-03 | 1 | -1/+1 |
* | Revert 210036 "InstantExtended: Remove overlay control code." | fischman@chromium.org | 2013-07-03 | 1 | -19/+179 |
* | InstantExtended: Remove overlay control code. | jered@chromium.org | 2013-07-03 | 1 | -179/+19 |
* | Fix broken Ctrl-Enter functionality. | hfung@chromium.org | 2013-07-03 | 1 | -2/+2 |
* | Add --extra-search-query-params, which allows testers to pass additional query | pkasting@chromium.org | 2013-07-02 | 1 | -1/+1 |
* | Misc. cleanup: | pkasting@chromium.org | 2013-06-28 | 1 | -29/+31 |
* | Remove Instant hooks from SearchProvider. | jered@chromium.org | 2013-06-26 | 1 | -3/+0 |
* | Fix ZeroSuggestProvider bug where hitting ctrl-L then delete won't erase the ... | hfung@chromium.org | 2013-06-25 | 1 | -25/+8 |
* | [InstantExtended] Add UserMetricsAction for page load on SRP. Also adds UserM... | rlp@chromium.org | 2013-06-23 | 1 | -0/+9 |
* | Minor cosmetic changes to OmniboxEditModel and OmniboxController. | beaudoin@chromium.org | 2013-06-20 | 1 | -4/+8 |
* | Restores code for query refinement on mobile ports. | rohitrao@chromium.org | 2013-06-20 | 1 | -0/+4 |