summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/chrome_content_renderer_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Packaged (CRX) extensions shouldn't be able to get 'dev' interfaces in NaCl.B...bbudge@google.com2011-10-181-45/+88
* Collect histograms for page load time when adblock extensions are installed.mpcomplete@chromium.org2011-10-161-0/+34
* Allow resource identifiers in content settings.bauerb@chromium.org2011-10-131-3/+1
* Unbreak popup blocker. We now create a ChromeV8Context for all contexts, so t...aa@chromium.org2011-10-131-3/+2
* Add error description to the DidFailProvisionalLoad callback.mkosiba@chromium.org2011-10-111-31/+40
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-101-1/+1
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-13/+14
* Simplify embedder API around showing custom error pages so that the embedder ...jam@chromium.org2011-10-081-12/+8
* Add a content::RenderView API. I'll make RenderView use it in a future change...jam@chromium.org2011-10-081-28/+18
* Show a placeholder for disabled plug-ins with information on how to re-enable...bauerb@chromium.org2011-10-071-4/+6
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-061-8/+9
* I realized that ExtensionBindingsContext is really just theaa@chromium.org2011-10-061-2/+2
* Temporarily avoid process swaps away from an app (again).creis@chromium.org2011-10-051-1/+9
* Use a placeholder instead of the default plugin for missing plug-ins on Mac a...bauerb@chromium.org2011-10-051-52/+64
* Factor the static data and its management out ofaa@chromium.org2011-10-041-11/+4
* Rename ExtensionBase to ChromeV8Extension and simplify.aa@chromium.org2011-10-011-2/+3
* Allow webRequest API extensions to clear the in-memory cache of WebKit.battre@chromium.org2011-09-291-1/+2
* Remove unneeded logging that was creating TSAN warnings.aa@chromium.org2011-09-291-1/+0
* Re-re-reland r99689: Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-281-8/+12
* Hilariously revert "Re-reland r99689: Refactor theaa@chromium.org2011-09-271-11/+8
* Indicate that javascript has been blocked when blocking NaCl.bauerb@chromium.org2011-09-261-2/+4
* Re-reland r99689: Refactor the ContextInfo struct from bindings_utils into a ...aa@chromium.org2011-09-231-8/+11
* Allow the embedder to add additional URL handlers supporting the media enginejochen@chromium.org2011-09-231-0/+5
* Don't depend on the embedder creating a plugin. That way embedders can always...jam@chromium.org2011-09-231-11/+8
* Don't block the Native Client plug-in when plug-ins are blocked by content se...bbudge@chromium.org2011-09-221-5/+13
* Update Chrome to use new context notification APIs from WebKit.aa@chromium.org2011-09-211-17/+6
* Move sending of the following IPC messages out of Chrome\renderer.ananta@chromium.org2011-09-191-9/+6
* Split Autofill's FormManager into a FormCache and a collection of utility fun...isherman@chromium.org2011-09-161-2/+0
* Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o...bauerb@chromium.org2011-09-151-6/+5
* Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o...bauerb@chromium.org2011-09-151-5/+6
* Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,...bauerb@chromium.org2011-09-151-6/+5
* Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into ...ananta@chromium.org2011-09-151-0/+5
* Prevent mixed content warnings from being displayed when an iframe loads a pa...cdn@chromium.org2011-09-121-1/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+2
* Move TextInputClient from chrome to content.avi@chromium.org2011-09-121-5/+0
* Revert trunk r99696 for real.mark@chromium.org2011-09-091-13/+12
* Revert r99696 and r99705 due to crashes.aa@chromium.org2011-09-081-22/+21
* Rename ExtensionDispatcher to ExtensionRendererContext because:aa@chromium.org2011-09-061-21/+22
* Reland r99689: Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-061-12/+13
* Revert 99689 - Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-061-13/+12
* Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-061-12/+13
* Add PluginServiceFilter interface and ChromePluginServiceFilter.bauerb@chromium.org2011-09-021-2/+0
* Tentative fix for PopupBlockerBrowserTest.PopupBlockedPostBlankbauerb@chromium.org2011-09-021-3/+2
* Update Chrome to use WebKitPlatformSupport instead of WebKitClient.abarth@chromium.org2011-09-021-2/+3
* Enable nacl_helper by default.bradchen@google.com2011-09-021-3/+0
* Protect sensistive chrome: and chrome-extension: schemes as not being able to...tsepez@chromium.org2011-08-301-0/+5
* Remove handling for the ViewHostMsg_GetCookies and ViewHostMsg_SetCookies fro...ananta@chromium.org2011-08-291-0/+30
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-4/+4
* Disable NaCl on 32-bit linux, also disable NaCl extension/store tests for tha...elijahtaylor@google.com2011-08-191-3/+6
* Keep normal popups opened from same-origin iframes in an extension process.creis@chromium.org2011-08-181-11/+30