summaryrefslogtreecommitdiffstats
path: root/content/plugin/webplugin_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* check for null-device before using the windowless canvasreed@google.com2012-02-241-2/+2
* Track (and eventually cap) Flash JIT sizejschuh@chromium.org2012-02-151-1/+6
* Render Core Animation plugins through WebKit's compositor rather thankbr@chromium.org2011-11-301-2/+18
* Remove section_util_win since it had two functions that were used in three pl...jam@chromium.org2011-11-281-8/+5
* base::Bind fixesgroby@chromium.org2011-11-191-3/+4
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+1
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-2/+4
* Don't hard-code an X11 screen number in DefaultVisual, etc.davidben@chromium.org2011-10-131-3/+4