summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/searchbox_extension.cc
Commit message (Expand)AuthorAgeFilesLines
* 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