summaryrefslogtreecommitdiffstats
path: root/content/plugin/webplugin_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded base/memory/shared_memory.h #includes.thestig2015-09-151-1/+0
* [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includestapted2015-05-041-3/+6
* Apply automated fixits for Chrome clang plugin to content.dcheng2015-04-291-1/+1
* Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.tommycli2015-03-161-1/+1
* Cleanup: Remove more unused timer.h includes.thestig2014-10-291-1/+0
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-46/+44
* Replace OVERRIDE and FINAL with override and final in content/plugin/[a-s]*anand.ratn2014-10-071-28/+28
* Remove base/memory/scoped_handle.hbrettw@chromium.org2014-06-101-1/+0
* Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...piman@chromium.org2014-04-111-30/+0
* Support byte range requests when routing resource requests directly through t...jam@chromium.org2013-09-171-0/+2
* Load NPAPI plugin resources through the browser process directly instead of g...jam@chromium.org2013-09-111-9/+14
* Move the WebPluginResourceClient interface to its own header. Also fix up met...jam@chromium.org2013-09-041-38/+23
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-19/+10
* Use a direct include of the shared_memory header in content/plugin/, content/...avi@chromium.org2013-07-181-1/+1
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Use a direct include of time headers in content/, part 2.avi@chromium.org2013-06-281-1/+1
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-2/+2
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Removed support for Core Animation plugins when accelerated compositing is di...kbr@chromium.org2013-03-191-34/+1
* Fix painting glitch with text and NPAPI plugins. This was a regression from r...jam@chromium.org2013-03-061-1/+0
* Use skia::RefPtr in place of manual ref-counting for Skia types.danakj@chromium.org2012-12-041-9/+8
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-141-7/+6
* Get windowless plugins working when accelerated compositing is turned on by c...jam@chromium.org2012-11-101-9/+1
* Use the RenderView's routing_id, instead of HWND, as the unique identifier us...jam@chromium.org2012-11-021-3/+0
* Make "dummy window" which is used for windowless plugins be parented in the b...jam@chromium.org2012-11-011-1/+2
* 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-2/+0
* Fix race condition with windowless plugin buffers. The problem, which is alre...jam@chromium.org2012-08-151-7/+19
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-1/+1
* ui: Move surface/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-031-1/+1
* Track (and eventually cap) Flash JIT sizejschuh@chromium.org2012-02-151-1/+2
* Remove Task inheritance from base::Timer.dcheng@chromium.org2011-12-151-0/+1
* Render Core Animation plugins through WebKit's compositor rather thankbr@chromium.org2011-11-301-2/+19
* base::Bind fixesgroby@chromium.org2011-11-191-1/+1
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-22/+24
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-1/+3
* Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=noneben@chromium.org2011-10-061-1/+1
* Send IME events to windowless plug-ins (Chromium side)hbono@chromium.org2011-10-041-0/+8
* Moved the following IPC messages used by the chrome NPAPI plugin installer ou...ananta@chromium.org2011-08-311-1/+0
* Stop using the default profile's proxy service for plugin proxy requests, and...jam@chromium.org2011-08-291-0/+1
* First pass at removal of unneeded dependencies on skia\ext\platform_canvas.htwiz@google.com2011-08-021-0/+4
* Avoid double-buffering windowless plugins and instead use buffer flipping whe...tschmelcher@chromium.org2011-07-251-19/+61
* Make Flash work properly when started in low-integrity mode so that UIPI rest...jschuh@chromium.org2011-06-071-0/+1
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Refactor: Move app/surface to ui/gfx/surface.backer@chromium.org2011-03-251-5/+5
* Move plugin code to content.jam@chromium.org2011-03-161-0/+225