summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/searchbox/searchbox.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded #includes for grit/, ui/base/l10n/l10n_util.h and ui...thestig@chromium.org2014-08-081-2/+0
* Fix "restore all".avi@chromium.org2014-06-101-1/+1
* Remove WebContents::IsActiveEntry from Instant Extended and from WebContents.avi@chromium.org2014-05-311-19/+22
* Moved favicon_types to favicon_base component.jif@chromium.org2014-04-171-2/+2
* Redoing Issue 36073011: Allowing file:/// in Instant Extended's Most Visited ...huangs@chromium.org2014-03-171-2/+10
* Remove unused param "width_" from SearchBox::OnMarginChange().kmadhusu@chromium.org2014-01-301-5/+2
* [Most Visited] Log per-provider impressions to UMA.beaudoin@chromium.org2013-12-141-0/+6
* Use base namespace for string16 in chrome/renderer.brettw@chromium.org2013-12-041-4/+4
* [NTP] Provide a check for Chrome identity to NTPmathp@chromium.org2013-10-311-0/+15
* Refactored ChromeViewHostMsg_SearchBoxNavigate IPC message related code.kmadhusu@chromium.org2013-10-281-4/+3
* [Clean up] Remove ChromeViewMsg_SearchBoxFontInformation IPC message and rela...kmadhusu@chromium.org2013-09-271-10/+0
* InstantExtended: add back focus() API call.samarth@chromium.org2013-08-301-0/+6
* (Try 2) Reland InstantExtended: Simplified Instant search.kmadhusu@chromium.org2013-08-281-0/+19
* Revert 219700 "InstantExtended: Simplified Instant search."gab@chromium.org2013-08-271-19/+0
* InstantExtended: Simplified Instant search.kmadhusu@chromium.org2013-08-271-0/+19
* Log the error rate in displaying thumbnail images on the NTP.annark@chromium.org2013-08-141-3/+3
* Adds paste function to searchbox api and handles paste event on fakeboxjfweitz@chromium.org2013-08-101-0/+5
* Completing high dpi support for Instant Extended.pedrosimonetti@chromium.org2013-07-251-24/+91
* Do not use zoom to determine omnibox start-marginskanuj@chromium.org2013-07-191-14/+0
* InstantExtended: Remove unused IPCs and APIs.jered@chromium.org2013-07-111-337/+136
* Log NTP hovers in 1993 clientsannark@chromium.org2013-07-081-0/+5
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-041-1/+1
* Pipe a bit down to the InstantExtended new tab page javascript API for whethe...dcblack@chromium.org2013-06-261-0/+7
* Added a check in Searchbox::OnMostVisitedChanged() to prevent duplicate notif...kmadhusu@chromium.org2013-06-221-0/+23
* Moved theme related state from BrowserInstantController to InstantService.kmadhusu@chromium.org2013-06-221-0/+4
* Add setVoiceSearchSupported to the searchbox API. This will be used to determ...jeremycho@chromium.org2013-06-211-0/+5
* Update Blink include pathsabarth@chromium.org2013-06-171-3/+3
* InstantExtended: notify Instant NTP when user input starts and ends.samarth@chromium.org2013-06-141-2/+25
* Use a direct include of strings headers in chrome/renderer/.avi@chromium.org2013-06-111-2/+2
* Invoke InstantPage::Delegate functions only if the IPC message is for the act...kmadhusu@chromium.org2013-06-091-3/+3
* Rip out browser-side RID caching for most visited items.kmadhusu@chromium.org2013-06-081-3/+68
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-071-1/+1
* Handle key sequence for toggling voice search. This is a no-op until ontoggl...jeremycho@chromium.org2013-06-071-0/+9
* Move most visited item state info from InstantController to InstantService.kmadhusu@chromium.org2013-06-041-2/+9
* Rip out Shadow DOM completely (M29).jered@chromium.org2013-05-311-4/+0
* Add onfocuschange to the Extended Search API, with associated isFocused attri...donnd@chromium.org2013-05-291-8/+29
* Revert "Revert 200954 "Revert "InstantExtended: Prevent spurious themech...""jered@chromium.org2013-05-201-37/+0
* Revert 200954 "Revert "InstantExtended: Prevent spurious themech..."vitalybuka@chromium.org2013-05-181-0/+37
* Revert "InstantExtended: Prevent spurious themechanged/mostvisitedchanged eve...jered@chromium.org2013-05-181-37/+0
* Don't count local ntp searches in the UMA histogram.jeremycho@chromium.org2013-05-131-2/+3
* Handle Esc key press event in Local NTP.kmadhusu@chromium.org2013-05-071-0/+9
* InstantExtended: Prevent spurious themechanged/mostvisitedchanged eventsskanuj@chromium.org2013-05-061-0/+37
* Return undefined to GetQuery() requests for URLs that are not suitable for su...dcblack@chromium.org2013-05-021-11/+15
* Fixing iframe jank in the local omnibox popup.jered@chromium.org2013-04-241-141/+0
* Instant: Clear autocomplete results on a "blank query onchange".sreeram@chromium.org2013-04-161-0/+12
* Send onsubmit query down to the instant extended overlay page when a navigati...robertshield@chromium.org2013-04-121-4/+13
* Refactor omnibox focus API into a single method.kmadhusu@chromium.org2013-04-091-5/+9
* Instant: Fix behaviour when Esc after arrowing down suggestions.sreeram@chromium.org2013-04-031-4/+7
* Switching local omnibox popup to shadowDom and adding field trial flag to ena...shishir@chromium.org2013-03-301-1/+27
* Instant: URL-encode text correctly.sreeram@chromium.org2013-03-291-4/+12