summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant
Commit message (Expand)AuthorAgeFilesLines
* Move kChromeSearchScheme out of content since it's a chrome feature.jam@chromium.org2013-02-012-6/+24
* Cleanup: InstantModel observer list should not be mutabledhollowa@chromium.org2013-01-315-9/+11
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-291-2/+3
* [Instant] Update InstantController state to ensure valid subsequent queriesmathp@chromium.org2013-01-291-3/+10
* Adding logging to GetInstantURL.shishir@chromium.org2013-01-262-9/+29
* Exposing InstantController debug info in chrome://instant WebUI.shishir@chromium.org2013-01-262-27/+75
* Remove support for switching instant URL based on Keyword.shishir@chromium.org2013-01-252-121/+97
* Instant should have a dedicated render processdhollowa@chromium.org2013-01-256-5/+206
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* Don't check safe_for_autoreplace in InstantController.samarth@chromium.org2013-01-242-12/+5
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-2/+2
* Scaffolding and very basic tests for Instant Extended.samarth@chromium.org2013-01-185-147/+344
* Remove Instant checks for web contents modal dialog wittman@chromium.org2013-01-171-23/+1
* Disable flaky Instant tests.sreeram@chromium.org2013-01-171-1/+1
* Disable flaky Instant Tests.sreeram@chromium.org2013-01-171-1/+13
* InstantExtended: Bail on TemplateURLs with no espv.jered@chromium.org2013-01-172-0/+12
* Pass WebContents instead of RenderViewHost to ExecuteScript*.sreeram@chromium.org2013-01-161-32/+26
* InstantExtended: Don't drop ".com" suggestionsjered@chromium.org2013-01-151-5/+1
* Omnibox text is a search if there's any gray text completion.sreeram@chromium.org2013-01-141-4/+8
* Adding metrics for Instant URL blacklist events.shishir@chromium.org2013-01-091-2/+22
* Do not commit InstantLoader server redirects till the page supports instant.shishir@chromium.org2013-01-081-0/+6
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* Simplify ExecuteJavaScript* functions.darin@chromium.org2013-01-041-11/+7
* Rename platform-independent ConstrainedWindow types to WebContentsModalDialog...wittman@chromium.org2013-01-031-13/+14
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-12/+13
* Prevent re-entrance to avoid a crash.mad@chromium.org2012-12-231-4/+4
* Prevent re-entrance to avoid a crash.mad@chromium.org2012-12-211-0/+6
* Search engine keywords broken with instant-extended enableddhollowa@chromium.org2012-12-182-3/+20
* Instead of passing a base WebContents with WebContents::CreateParams to deter...jochen@chromium.org2012-12-181-1/+3
* Disable InstantTab in incognito mode and scrub out the InstantExtendedParam f...shishir@chromium.org2012-12-181-1/+3
* Fix search terms handling on commit.samarth@chromium.org2012-12-171-5/+21
* Adding local html page used in Instant Extended mode when instant is disabled...shishir@chromium.org2012-12-164-12/+62
* Move omnibox font check into the browser process instead of the renderer proc...dcblack@chromium.org2012-12-151-0/+14
* Revert "[Search] No longer reverting omnibox text on instant search"jered@chromium.org2012-12-152-7/+0
* Commit Instant Extended on navigation when preview is visible at less than fu...shishir@chromium.org2012-12-141-4/+13
* [Search] No longer reverting omnibox text on instant searchmathp@chromium.org2012-12-142-0/+7
* Commit the Instant preview when a tab loses focus. See b/6367695.melevin@chromium.org2012-12-143-1/+17
* Implement the Instant extended API startMargin, endMargin, and rtl properties...melevin@chromium.org2012-12-148-26/+68
* Add new IPC for searchbox to pipe SearchBox NavigateContentWindow calls to th...shishir@chromium.org2012-12-138-0/+44
* InstantExtended: support a new CLICKED_QUERY_SUGGESTION reason for show()samarth@chromium.org2012-12-132-2/+14
* InstantExtended: Fix improper calls to OnSubmit.jered@chromium.org2012-12-132-4/+9
* Actually implement StopCapturingKeyStrokes.samarth@chromium.org2012-12-123-2/+13
* Instant API: tell page whether the browser is capturing key strokes.samarth@chromium.org2012-12-127-56/+98
* Fix crash in instant.avi@chromium.org2012-12-121-0/+4
* Commit instant loader when the instant page navigates away from instant URL.shishir@chromium.org2012-12-109-3/+73
* Remove TabContents from instant.avi@chromium.org2012-12-101-36/+40
* Introduces "CreateParams" for web contents, and add |parent| parameter in it.mukai@chromium.org2012-12-091-1/+4
* Don't commit the preview if it's not showing at full height.sreeram@chromium.org2012-12-084-39/+38
* Focus the search results tab after committing a query.sreeram@chromium.org2012-12-081-0/+1
* Hide the preview if it was not clicked.sreeram@chromium.org2012-12-071-7/+20