summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/searchbox_extension.cc
Commit message (Expand)AuthorAgeFilesLines
* Creating a new directory chrome/renderer/searchbox and moving searchbox code ...shishir@chromium.org2012-08-111-330/+0
* Remove Instant v1 API.sreeram@chromium.org2012-08-091-149/+62
* Move Chrome-Instant JS into a new file.dcblack@chromium.org2012-07-181-37/+11
* Be more robust in checking v8 values.sreeram@chromium.org2012-05-111-1/+3
* Make SearchBox extension call through WebFrame to execute page scriptrafaelw@chromium.org2012-04-171-42/+46
* Update includes to new header locations.abarth@chromium.org2011-12-031-1/+1
* chrome: Remove 10 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-2/+2
* Scales coordinates reported to page by instant by zoom factor. Withoutsky@chromium.org2011-10-121-4/+4
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-13/+13
* renderer: Fix referencing v8::Array and v8::Object using raw pointer.tfarina@chromium.org2011-08-301-2/+4
* renderer: Use v8::Array::Cast to cast the return value of Arguments.tfarina@chromium.org2011-08-251-1/+1
* Cleanup: Stop creating RenderViewObservers from chrome/ in RenderView.thestig@chromium.org2011-04-071-11/+11
* Remove render_messages_params files since they're not needed anymore. I move...jam@chromium.org2011-03-291-1/+0
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-1/+1
* Fixes crash if instant is enabled and you block JS.sky@chromium.org2011-03-151-2/+5
* Adds ability for page to specify three types of auto-complete behaviorsky@chromium.org2011-03-111-1/+12
* Move SearchBox code out of RenderView.jam@chromium.org2011-02-141-10/+12
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-3/+3
* Makes chrome pass down the length of text as the end of thesky@chromium.org2011-01-141-3/+2
* Support specified JSON as argument to setSuggestions().tonyg@chromium.org2011-01-141-13/+50
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-1/+3
* Provides API for passing in whether verbatim or predictive should besky@chromium.org2010-11-181-2/+3
* Implement new SearchBox API along side existing API.tonyg@chromium.org2010-11-041-0/+381