summaryrefslogtreecommitdiffstats
path: root/content/plugin/webplugin_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Replace base::str[n]casecmp with helper functions."Alex Mineer2015-07-121-1/+1
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-1/+1
* Remove unused blitting functions from ui/gfx/blit.ccspang2015-05-191-1/+0
* Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.tommycli2015-03-161-2/+2
* Remove base/memory/scoped_handle.hbrettw@chromium.org2014-06-101-1/+0
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-2/+2
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-071-2/+2
* Fixed routing id in WebPluginProxy::CheckIfRunInsecureContent.kjakubowski@opera.com2014-04-241-1/+1
* Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...piman@chromium.org2014-04-111-106/+0
* Move kFtpScheme into content namespace.tfarina@chromium.org2013-12-011-1/+1
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-1/+1
* Move some files from x11_util to gfx/x/x11_types.h so they can be used by ui/gl.ben@chromium.org2013-09-241-1/+1
* Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.hben@chromium.org2013-09-201-4/+4
* Support byte range requests when routing resource requests directly through t...jam@chromium.org2013-09-171-0/+8
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-1/+1
* Load NPAPI plugin resources through the browser process directly instead of g...jam@chromium.org2013-09-111-2/+12
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-1/+1
* Move npapi related files from content\child to the new content\child\npapi di...jam@chromium.org2013-07-191-2/+2
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-8/+2
* Use a direct include of the shared_memory header in content/plugin/, content/...avi@chromium.org2013-07-181-1/+1
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-1/+1
* Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C...wez@chromium.org2013-06-211-2/+12
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Rename content/common_child to content/childscottmg@chromium.org2013-06-041-3/+3
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-5/+9
* Move child-common classes to content/common_childjamesr@chromium.org2013-05-211-3/+4
* Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM.cevans@chromium.org2013-05-171-2/+2
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-3/+5
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-3/+3
* Removed support for Core Animation plugins when accelerated compositing is di...kbr@chromium.org2013-03-191-36/+0
* Use skia::RefPtr in place of manual ref-counting for Skia types.danakj@chromium.org2012-12-041-16/+16
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-141-8/+5
* Get windowless plugins working when accelerated compositing is turned on by c...jam@chromium.org2012-11-101-59/+4
* Use the RenderView's routing_id, instead of HWND, as the unique identifier us...jam@chromium.org2012-11-021-4/+2
* Make "dummy window" which is used for windowless plugins be parented in the b...jam@chromium.org2012-11-011-4/+5
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-1/+1
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-2/+3
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-211-2/+5
* Remove Legacy NPAPI Flash Sandbox supportjschuh@chromium.org2012-10-051-10/+0
* Remove all support for the Carbon NPAPI event modelstuartmorgan@chromium.org2012-09-111-9/+1
* Fix race condition with windowless plugin buffers. The problem, which is alre...jam@chromium.org2012-08-151-27/+44
* Android content shell bringup.jrg@chromium.org2012-05-101-0/+10
* Move BrokerDuplicateHandle() to be declared in content/publicmseaborn@chromium.org2012-04-161-2/+2
* Convert plugin and GPU process to brokered handle duplication.jschuh@chromium.org2012-04-141-14/+9
* Revert 132218 - Convert plugin and GPU process to brokered handle duplication.eroman@chromium.org2012-04-131-9/+14
* Convert plugin and GPU process to brokered handle duplication.jschuh@chromium.org2012-04-131-14/+9
* Revert 129627 - Add a sandbox API for broker handle duplicationjschuh@chromium.org2012-03-291-9/+14
* Add a sandbox API for broker handle duplicationjschuh@chromium.org2012-03-291-14/+9
* mac: fix flash videos with --disable-composited-core-animation-pluginspiman@chromium.org2012-03-141-2/+2