summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/plugins
Commit message (Expand)AuthorAgeFilesLines
* Don't swallow ChromeViewMsg_LoadBlockedPlugins messages in ChromePluginPlaceh...bauerb@chromium.org2014-01-211-1/+1
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-3/+3
* Move the plugin placeholder from CppBoundClass to gin::Wrappablejochen@chromium.org2014-01-083-13/+26
* Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...avi@chromium.org2013-12-251-1/+1
* Switch ContentSettingsObserver to be a RenderFrameObserver instead of a Rende...jam@chromium.org2013-12-172-44/+13
* Make ContentRendererClient's OverrideCreatePlugin and CreatePluginReplacement...jam@chromium.org2013-12-112-34/+25
* Make the renderer-side prerendering code use RenderFrames instead of RenderVi...jam@chromium.org2013-12-102-3/+33
* Move more of the plugin code in the renderer to use RenderFrame instead of Re...jam@chromium.org2013-12-061-1/+2
* Use base namespace for string16 in chrome/renderer.brettw@chromium.org2013-12-042-10/+10
* Switch plugin creation to use RenderFrame instead of RenderViewjam@chromium.org2013-12-042-5/+14
* Use UserMetricsAction for renderer user metrics.xhwang@chromium.org2013-12-041-2/+3
* Revert 235336 "Bind plugin placeholder directly to v8 instead of..."rockot@google.com2013-11-152-10/+19
* Bind plugin placeholder directly to v8 instead of over CppBoundClassjochen@chromium.org2013-11-152-19/+10
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-072-19/+19
* Remove the chrome namespace around ChromeContent[Renderer]Client.wez@chromium.org2013-11-061-1/+1
* Cleanup: Clamp down DEPS in chrome/renderer; remove obsolete entries.thestig@chromium.org2013-10-291-0/+3
* Move renderer plugin code into a new component (re-land)aberent@chromium.org2013-10-169-1250/+485
* ui: Move webui/ directory into base/tfarina@chromium.org2013-10-151-1/+1
* Revert 228211 "Move renderer plugin code into a new component."aberent@google.com2013-10-149-484/+1250
* Move renderer plugin code into a new component.aberent@chromium.org2013-10-119-1250/+484
* Fix check for removed plug-in while loading a blocked plug-in.bauerb@chromium.org2013-08-291-1/+1
* Move webpreferences_renderer.* into content.tfarina@chromium.org2013-08-181-7/+6
* Get rid of webkit/plugins/plugin_constants.* and move them to content/public/...jam@chromium.org2013-08-092-8/+4
* Reland r212498 "Remove unused WebFrameClient overrides"japhet@chromium.org2013-07-242-22/+0
* Move webplugininfo.h to content/public.jam@chromium.org2013-07-212-6/+5
* Revert 212498 "Remove unused WebFrameClient overrides"yutak@chromium.org2013-07-192-0/+22
* Remove unused WebFrameClient overridesjaphet@chromium.org2013-07-192-22/+0
* Use a direct include of the message_loop header in chrome/app, chrome/common,...avi@chromium.org2013-07-171-1/+1
* Move WebMenuItem to content::MenuItem.darin@chromium.org2013-07-171-22/+12
* Remove unused includes of plugin_list.h. Also remove unused ContentClient and...jam@chromium.org2013-07-161-1/+0
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-041-1/+1
* Make chrome/common and chrome/renderer use base namespace for Value.brettw@chromium.org2013-06-181-4/+4
* Update Blink include pathsabarth@chromium.org2013-06-174-21/+21
* Use a direct include of strings headers in chrome/renderer/.avi@chromium.org2013-06-112-2/+2
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-071-1/+1
* reland of 'split webkit/glue/webpreferences to common and renderer'scottmg@chromium.org2013-05-312-2/+2
* Revert 203261 "split webkit/glue/webpreferences to common and re..."isherman@chromium.org2013-05-302-2/+2
* split webkit/glue/webpreferences to common and rendererscottmg@chromium.org2013-05-302-2/+2
* move webkit/glue/cpp_* -> webkit/renderer/scottmg@chromium.org2013-05-301-1/+1
* Update refernces to Blink's Platform API (chrome)abarth@chromium.org2013-05-303-10/+10
* Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (C...wez@chromium.org2013-05-272-0/+6
* Revert 202364 "Track NPObject ownership by the originating plugi..."kinuko@chromium.org2013-05-272-6/+0
* Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (C...wez@chromium.org2013-05-272-0/+6
* Conditionally build support for Pepper-based CDMs.ddorwin@chromium.org2013-05-232-0/+6
* Move WebViewPlugin to chrome/renderer/plugins/.darin@chromium.org2013-05-134-6/+407
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-21/+16
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-16/+21
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-21/+16
* Report UMA for Shockwave Flash and Widevine CDM.xhwang@chromium.org2013-04-063-20/+106
* Report disabled plugin in CreatePlugin.xhwang@chromium.org2013-04-054-258/+163