summaryrefslogtreecommitdiffstats
path: root/content/renderer/npapi/webplugin_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Renamed namespaces in src/content.vitalybuka@chromium.org2014-05-011-4/+4
* Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...piman@chromium.org2014-04-111-13/+1
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+1
* Prepare for per frame did{Start,Stop}Loading callsjaphet@chromium.org2014-03-121-2/+2
* Add transfer size paramater to didFinishLoading [2/3]eustas@chromium.org2014-02-101-2/+5
* Resolve override/overload conflict in WebPluginImpl.eustas@chromium.org2014-01-201-2/+47
* Fix chrome.webRequest.onBeforeRequest for requests coming from NPAPI plugin p...jam@chromium.org2014-01-191-1/+2
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-1/+2
* Start removing support for in-process NPAPI plugins. This was a debugging mod...jam@chromium.org2013-12-261-20/+4
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* A bunch of work to transition from render_view_id to render_frame_id.jam@chromium.org2013-12-201-13/+12
* Make ContentRendererClient's OverrideCreatePlugin and CreatePluginReplacement...jam@chromium.org2013-12-111-1/+1
* Move more of the plugin code in the renderer to use RenderFrame instead of Re...jam@chromium.org2013-12-061-2/+4
* Switch plugin creation to use RenderFrame instead of RenderViewjam@chromium.org2013-12-041-2/+4
* Use UserMetricsAction for renderer user metrics.xhwang@chromium.org2013-12-041-1/+2
* Rewrite include paths for Blink public/ headers that have movedphilipj@opera.com2013-11-141-1/+1
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-32/+32
* Switch to fetching NPAPI requests through the browser process instead of goin...jam@chromium.org2013-09-301-2/+2
* Support byte range requests when routing resource requests directly through t...jam@chromium.org2013-09-171-27/+23
* Add UMA stats for how often we get a 200 for a byte-range request for NPAPI p...jam@chromium.org2013-09-161-0/+2
* Load NPAPI plugin resources through the browser process directly instead of g...jam@chromium.org2013-09-111-17/+50
* Remove unneeded LOGzork@chromium.org2013-09-111-1/+0
* Move the WebPluginResourceClient interface to its own header. Also fix up met...jam@chromium.org2013-09-041-0/+1
* Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.cdn@chromium.org2013-08-221-1/+1
* Move appcache_frontend_impl.* to content/child/tfarina@chromium.org2013-08-121-2/+1
* Get rid of webkit/plugins/plugin_constants.* and move them to content/public/...jam@chromium.org2013-08-091-1/+1
* Remove more plugin code when ENABLE_PLUGINS==0.jam@chromium.org2013-08-071-0/+1476