summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/external_extension.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of deprecated v8 apis in extensions in chrome/dcarney@google.com2013-11-281-7/+12
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-2/+2
* Update Blink include pathsabarth@chromium.org2013-06-171-3/+3
* convert most remaining function callbacks to new styledcarney@chromium.org2013-06-131-18/+18
* Ignore AddSearchProvider() calls with invalid URLs in the renderer.wez@chromium.org2013-03-181-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1.rsleevi@chromium.org2013-02-071-1/+1
* Remove all callers of WebFrame::frameForEnteredContextabarth@chromium.org2012-10-121-2/+2
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-3/+3
* Remove the ability to set the default search engine from JS.levin@chromium.org2011-11-171-39/+7
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-4/+5
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-2/+2
* Update chrome/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-241-1/+5
* Added a check for the utf8 string input being empty (NULL).levin@chromium.org2011-06-091-4/+4
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-181-3/+19
* Remove render_messages_params files since they're not needed anymore. I move...jam@chromium.org2011-03-291-9/+8
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Expose IsDefaultSearchProvider and SetDefaultSearchProvider by default on Win...levin@chromium.org2010-12-021-0/+4
* Wire up InstallSearchProvider to allow setting the default search provider.levin@chromium.org2010-10-111-12/+22
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Skeleton of sync handler on the I/O thread for GetSearchProviderInstallState.levin@chromium.org2010-08-231-1/+4
* render_view.h: Header cleanup.jhawkins@chromium.org2010-07-261-0/+1
* Implement IsSearchProviderInstalled and a test for it.levin@chromium.org2010-07-171-34/+109
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Fix global constant and style.maruel@chromium.org2009-10-191-24/+25
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-0/+1
* Eliminate WebView::GetDelegate and replace RenderViewSet with a map fromdarin@chromium.org2009-10-091-1/+1
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-3/+5
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-121-1/+1
* Replace window.external with a v8::extension.mbelshe@google.com2009-05-011-0/+61