summaryrefslogtreecommitdiffstats
path: root/content/renderer/webplugin_delegate_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-2/+3
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-141-4/+5
* Get windowless plugins working when accelerated compositing is turned on by c...jam@chromium.org2012-11-101-256/+13
* Use the RenderView's routing_id, instead of HWND, as the unique identifier us...jam@chromium.org2012-11-021-1/+0
* Make "dummy window" which is used for windowless plugins be parented in the b...jam@chromium.org2012-11-011-8/+21
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-291-8/+5
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-6/+10
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-4/+8
* Cleanup: Use plugin constants in more places.thestig@chromium.org2012-09-271-3/+2
* Remove PluginGroupibraaaa@google.com2012-09-271-1/+0
* Remove all support for the Carbon NPAPI event modelstuartmorgan@chromium.org2012-09-111-3/+2
* Revert 155122 - Code to collect issue 97285 debugging info for crash reports.shess@chromium.org2012-09-061-53/+0
* Code to collect issue 97285 debugging info for crash reports.shess@chromium.org2012-09-061-0/+53
* Retry channel setup for NPAPI plugins.shess@chromium.org2012-08-221-42/+57
* Add new TextInputState parameters to carry information from WebViewImpl::text...olilan@chromium.org2012-08-211-2/+4
* Enable verbose logging during PluginMsg_CreateInstance.bauerb@chromium.org2012-08-201-6/+34
* Revert 151975 - Enable verbose logging during PluginMsg_CreateInstance.piman@chromium.org2012-08-171-34/+6
* linux/npapi: correctly clip damage rect when checking if the background has c...piman@chromium.org2012-08-171-6/+7
* Enable verbose logging during PluginMsg_CreateInstance.bauerb@chromium.org2012-08-161-6/+34
* Adding selection text direction to SelectionBoundsChanged.jcivelli@chromium.org2012-08-101-1/+3
* [Mac] Log stack trace for CHECK in bug 97285.shess@chromium.org2012-05-181-0/+11
* remove WEBKIT_USING_CGjamesr@chromium.org2012-05-101-4/+0
* Move BrokerDuplicateHandle() to be declared in content/publicmseaborn@chromium.org2012-04-161-2/+2
* I accidentally converted a DCHECK to a CHECK when I landed r132303jschuh@chromium.org2012-04-151-1/+1
* Convert plugin and GPU process to brokered handle duplication.jschuh@chromium.org2012-04-141-4/+19
* Revert 132218 - Convert plugin and GPU process to brokered handle duplication.eroman@chromium.org2012-04-131-19/+4
* Convert plugin and GPU process to brokered handle duplication.jschuh@chromium.org2012-04-131-4/+19
* Avoid sending DidChangeView notification if the plugin rect is too big.yzshen@chromium.org2012-04-121-4/+6
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-1/+1
* Revert 129627 - Add a sandbox API for broker handle duplicationjschuh@chromium.org2012-03-291-19/+4
* Add a sandbox API for broker handle duplicationjschuh@chromium.org2012-03-291-4/+19
* Fix a few warnings that -Wnull-conversion of a future clang will complain about.thakis@chromium.org2012-03-281-2/+2
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-4/+4
* mac: fix flash videos with --disable-composited-core-animation-pluginspiman@chromium.org2012-03-141-2/+2
* Add error messages when plug-in loading fails.bauerb@chromium.org2012-02-101-2/+11
* Move gpu client files to content_common, in content/common/gpu/clientpiman@chromium.org2012-02-071-1/+0
* android build: progress on content and libjingle.jrg@chromium.org2012-01-271-1/+5
* Update includes to new header locationsabarth@chromium.org2011-12-031-2/+2
* Render Core Animation plugins through WebKit's compositor rather thankbr@chromium.org2011-11-301-0/+32
* Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex...penghuang@chromium.org2011-10-161-3/+5
* Remove wmode hack for older versions of Flash on the Macstuartmorgan@chromium.org2011-10-121-28/+0
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-101-2/+2
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-061-4/+4
* Send IME events to windowless plug-ins (Chromium side)hbono@chromium.org2011-10-041-2/+49
* Start off the Content API by moving content::ContentRendererClient to content...jam@chromium.org2011-10-011-1/+1
* + Adding new stub methods to chrome/browser/ui/views/aura/aura_init.cc since ...saintlou@chromium.org2011-09-281-0/+2
* Move npobject_proxy, npobject_stub and npobject_util from content/plugin to c...steveblock@chromium.org2011-09-201-3/+3
* Remove the detach-but-don't-release special-case for the window script object.wez@chromium.org2011-09-061-6/+7
* Add PluginServiceFilter interface and ChromePluginServiceFilter.bauerb@chromium.org2011-09-021-2/+2
* Moved the following IPC messages used by the chrome NPAPI plugin installer ou...ananta@chromium.org2011-08-311-11/+0