summaryrefslogtreecommitdiffstats
path: root/content/renderer/npapi
Commit message (Expand)AuthorAgeFilesLines
* Unify the three places that patch font loading for PDFium on Windows.jam2015-02-031-1/+1
* Browser Plugin: Make aware of focus direction.fsamuel2015-01-192-2/+2
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-312-2/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-211-4/+0
* Remove cc::SharedBitmap::memory()jbauman2014-12-122-15/+13
* Add Needed Forward Declarationzhaoze.zhou2014-12-041-0/+1
* Recheck channel_host_ after GetPluginScriptableObject finishes.jbauman2014-12-041-0/+3
* Use cc::SharedBitmap instead of TransportDIB for NPAPIjbauman2014-12-012-53/+52
* WaitableEvent: Receive ScopedHandle at construction and remove Release method.rvargas2014-11-252-6/+9
* Use content::Referrer to pass around referrers in the plugin codejochen2014-11-194-16/+18
* Exposes the text input flags to ChromeOS IME extensions.shuchen2014-10-231-1/+1
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-214-118/+116
* Revert "Merge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputState...shuchen2014-10-151-7/+5
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-084-67/+67
* [ServiceWorker] Set setSkipServiceWorker flag of the request from NPAPI pluginshoro2014-10-011-0/+4
* Fix WeakPtrFactory member ordering in contentmohan.reddy2014-09-252-4/+4
* Replace some hard coded schemes with the constants in /url/url_constants.h.sungmann.cho2014-09-241-2/+2
* remove main_render_frame(), use GetMainRenderFrame() insteadmostynb2014-09-121-2/+2
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Move blink<->cc bindings to cc/blinkjamesr@chromium.org2014-08-191-2/+2
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-1/+1
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-1/+1
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Add a bunch of missing NULL checks for the channel host to WebPluginDelegateP...jochen@chromium.org2014-07-301-1/+7
* Revert 286243 "Revert 285530 "Drop 'WebURLRequest::setTargetType..."kbr@chromium.org2014-07-291-1/+4
* Revert 285530 "Drop 'WebURLRequest::setTargetType' from various ..."kbr@chromium.org2014-07-291-4/+1
* Drop 'WebURLRequest::setTargetType' from various content/renderer files.mkwst@chromium.org2014-07-251-1/+4
* Move multipart_response_delegate.* from webkit/ to content/tfarina@chromium.org2014-07-162-9/+4
* Fixes for re-enabling more MSVC level 4 warnings: content/renderer/ editionpkasting@chromium.org2014-07-081-1/+1
* Moving compositor_bindings from webkit to contentamogh.bihani@samsung.com2014-06-181-2/+2
* Merge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputStateChanged ...shuchen@chromium.org2014-06-121-5/+7
* 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-112-18/+2
* Delete the GTK+ port of Chrome.erg@chromium.org2014-04-101-3/+1
* Move webcursors code from webkit/ to content.tfarina@chromium.org2014-03-201-3/+3
* 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
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-2/+2
* Add transfer size paramater to didFinishLoading [2/3]eustas@chromium.org2014-02-102-3/+7
* Resolve override/overload conflict in WebPluginImpl.eustas@chromium.org2014-01-202-17/+94
* Fix chrome.webRequest.onBeforeRequest for requests coming from NPAPI plugin p...jam@chromium.org2014-01-193-3/+6
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-1/+2
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-031-0/+1
* Start removing support for in-process NPAPI plugins. This was a debugging mod...jam@chromium.org2013-12-262-25/+6
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-252-2/+2
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-231-1/+0
* A bunch of work to transition from render_view_id to render_frame_id.jam@chromium.org2013-12-203-16/+15
* Make ContentRendererClient's OverrideCreatePlugin and CreatePluginReplacement...jam@chromium.org2013-12-111-1/+1