summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/omnibox/omnibox_navigation_observer.cc
Commit message (Expand)AuthorAgeFilesLines
* Inject OmniboxNavigationObserver implementation from embedderblundell2015-08-041-183/+0
* Move //components/omnibox into //components/omnibox/browserblundell2015-07-091-1/+1
* Add a flag showing whether the current request was ignored by a handlergsennton2015-06-241-1/+2
* Componentize ShortcutsBackendblundell2015-06-191-1/+1
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-2/+2
* Turns out the CHECK I added for debugging can fail due to yet another bad sidePeter Kasting2015-01-271-3/+12
* Prevent a possible crash on omnibox navigation.pkasting2015-01-231-16/+40
* Revert of Added temporarily CHECKs to OmniboxNavigationObserver. (patchset #2...vitalybuka2015-01-211-9/+1
* Added temporarily CHECKs to OmniboxNavigationObserver.vitalybuka2015-01-161-1/+9
* Remove implicit conversions from scoped_refptr to T* in chrome/browser/ui/dcheng2014-08-271-1/+1
* We have a problem in the process on destroying WebContentsImpl becausezverre@yandex-team.ru2014-05-091-2/+1
* Move the ShortcutsBackend from history to autocomplete so that it can fullypkasting@chromium.org2014-03-191-2/+2
* Replace some string16's with base namespace in chrome/browserbrettw@chromium.org2013-12-111-1/+1
* Rename WebContentsObserver::NavigateToPendingEntry to DidStartNavigationToPen...nasko@chromium.org2013-11-231-2/+2
* When a user clicks the "accidental search" infobar link, add a shortcut for thatpkasting@chromium.org2013-11-071-2/+2
* Pass the AlternateNavInfoBarDelegate an AutocompleteMatch instead of a GURL.pkasting@chromium.org2013-11-051-6/+7
* Make the OmniboxNavigationObserver update the ShortcutsProvider.pkasting@chromium.org2013-10-161-1/+18
* Refactor OmniboxNavigationObserver in preparation for making it trigger thepkasting@chromium.org2013-10-141-96/+84
* Rename AlternateNavURLFetcher to OmniboxNavigationObserver in preparation forpkasting@chromium.org2013-10-041-0/+144