| Commit message (Expand) | Author | Age | Files | Lines |
* | Send ChromeViewMsg_SearchBoxToggleVoiceSearch IPC message from SearchIPCRouter. | kmadhusu@chromium.org | 2013-11-15 | 1 | -3/+0 |
* | Process ChromeViewHostMsg_PasteAndOpenDropDown IPC message in SearchIPCRouter. | kmadhusu@chromium.org | 2013-10-30 | 1 | -5/+0 |
* | Refactored ChromeViewHostMsg_SearchBoxNavigate IPC message related code. | kmadhusu@chromium.org | 2013-10-28 | 1 | -6/+0 |
* | Handle ChromeViewHostMsg_FocusOmnibox IPC message in SearchIPCRouter. | kmadhusu@chromium.org | 2013-10-11 | 1 | -3/+0 |
* | [Clean up] Remove unused method SetSuggestionToPrefetch from BrowserInstantCo... | kmadhusu@chromium.org | 2013-10-03 | 1 | -3/+0 |
* | Reload Instant NTP and Instant-process tabs on search url change | skanuj@chromium.org | 2013-09-24 | 1 | -9/+10 |
* | (Try 2) Reland InstantExtended: Simplified Instant search. | kmadhusu@chromium.org | 2013-08-28 | 1 | -0/+3 |
* | Revert 219700 "InstantExtended: Simplified Instant search." | gab@chromium.org | 2013-08-27 | 1 | -3/+0 |
* | InstantExtended: Simplified Instant search. | kmadhusu@chromium.org | 2013-08-27 | 1 | -0/+3 |
* | Adds paste function to searchbox api and handles paste event on fakebox | jfweitz@chromium.org | 2013-08-10 | 1 | -3/+7 |
* | Only cache one InstantNTP WebContents per profile for Instant. | kmadhusu@chromium.org | 2013-07-22 | 1 | -12/+1 |
* | Revert 209095 "No search terms if page doesn't support instant" | kmadhusu@chromium.org | 2013-07-10 | 1 | -4/+0 |
* | InstantExtended: Remove overlay control code. | jered@chromium.org | 2013-07-03 | 1 | -17/+1 |
* | Revert 210036 "InstantExtended: Remove overlay control code." | fischman@chromium.org | 2013-07-03 | 1 | -1/+17 |
* | InstantExtended: Remove overlay control code. | jered@chromium.org | 2013-07-03 | 1 | -17/+1 |
* | ResetNTP/Overlay on connection status change. | skanuj@chromium.org | 2013-07-01 | 1 | -1/+8 |
* | No search terms if page doesn't support instant | kmadhusu@chromium.org | 2013-06-28 | 1 | -0/+4 |
* | Moved theme related state from BrowserInstantController to InstantService. | kmadhusu@chromium.org | 2013-06-22 | 1 | -22/+1 |
* | InstantExtended: make modes work with the native popup. | samarth@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Handle key sequence for toggling voice search. This is a no-op until ontoggl... | jeremycho@chromium.org | 2013-06-07 | 1 | -0/+3 |
* | Omnibox refactor. | beaudoin@chromium.org | 2013-05-29 | 1 | -4/+0 |
* | When the default search provider changes, reload existing InstantNTP's. | kmadhusu@chromium.org | 2013-04-24 | 1 | -0/+6 |
* | [Clean up] Drop chrome::search:: namespace. | kmadhusu@chromium.org | 2013-03-27 | 1 | -8/+3 |
* | base/prefs: Remove the public/ directory and move the files to //base/prefs. | tfarina@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | alternate ntp: implement Show/HideBars SearchBox API to reduce jank when show... | kuan@chromium.org | 2013-03-19 | 1 | -2/+3 |
* | Move desktop-specific Instant bits to c/b/ui/search. | samarth@chromium.org | 2013-03-17 | 1 | -2/+2 |
* | Implements focus() method for Instant Extended API. | pedrosimonetti@chromium.org | 2013-03-06 | 1 | -2/+3 |
* | alternate ntp: undo theme image top offset for ntp when bookmark bar is unpinned | kuan@chromium.org | 2013-03-06 | 1 | -3/+2 |
* | Instant: Make IsInstantEnabled() reflect reality. | sreeram@chromium.org | 2013-03-06 | 1 | -9/+3 |
* | Instant: Rename 'preview' to 'overlay' | sreeram@chromium.org | 2013-03-04 | 1 | -8/+8 |
* | Fix prefs registration in BrowserInstantController. | joi@chromium.org | 2013-03-02 | 1 | -2/+1 |
* | Change the SearchBox API from using the start/end margins of the location bar... | melevin@chromium.org | 2013-02-28 | 1 | -2/+2 |
* | [Instant] Correct search terms when committed search page is focused | mathp@chromium.org | 2013-02-27 | 1 | -0/+4 |
* | Added support for passing WindowOpenDisposition into BrowserInstantController... | dougw@chromium.org | 2013-02-26 | 1 | -1/+3 |
* | alternate ntp: multiple theme-related fixes on ntp | kuan@chromium.org | 2013-02-15 | 1 | -11/+3 |
* | Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. | joi@chromium.org | 2013-02-10 | 1 | -2/+4 |
* | InstantExtended: Committed NTP | samarth@chromium.org | 2013-02-08 | 1 | -3/+23 |
* | Move window_open_disposition.h from webkit/ into ui/base. | tfarina@chromium.org | 2013-01-22 | 1 | -1/+1 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -2/+2 |
* | Commit the Instant preview when a tab loses focus. See b/6367695. | melevin@chromium.org | 2012-12-14 | 1 | -0/+3 |
* | Implement the Instant extended API startMargin, endMargin, and rtl properties... | melevin@chromium.org | 2012-12-14 | 1 | -0/+3 |
* | Add new IPC for searchbox to pipe SearchBox NavigateContentWindow calls to th... | shishir@chromium.org | 2012-12-13 | 1 | -0/+3 |
* | Implement {Start,Stop}CapturingKeyStrokes for Instant. | samarth@chromium.org | 2012-12-05 | 1 | -0/+3 |
* | Persist the Instant API to committed search result pages. | sreeram@chromium.org | 2012-12-04 | 1 | -3/+6 |
* | Remove PrefObserver usage, batch 9. | joi@chromium.org | 2012-11-21 | 1 | -6/+4 |
* | alternate ntp: implement searchbox api for instant overlay to adopt themes | kuan@chromium.org | 2012-11-20 | 1 | -0/+30 |
* | Use search::Mode in InstantModel. | sreeram@chromium.org | 2012-11-20 | 1 | -25/+20 |
* | Delete Instant preview before the browser window is deleted. | sreeram@chromium.org | 2012-11-16 | 1 | -0/+2 |
* | Remove TabContents from TabStripModelObserver::ActiveTabChanged. | avi@chromium.org | 2012-11-13 | 1 | -2/+2 |
* | InstantExtended: Show custom new tab page content. | jered@chromium.org | 2012-11-08 | 1 | -1/+4 |