summaryrefslogtreecommitdiffstats
path: root/content/renderer/webplugin_delegate_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop using the default profile's proxy service for plugin proxy requests, and...jam@chromium.org2011-08-291-0/+9
* Make WebPluginInfo more genericcpu@chromium.org2011-08-141-1/+1
* Fix build break in r93970 due to style issue.tschmelcher@chromium.org2011-07-251-0/+4
* Avoid double-buffering windowless plugins and instead use buffer flipping whe...tschmelcher@chromium.org2011-07-251-165/+172
* Cope gracefully with plugin being destroyed during NPObject Invoke or Evaluate.wez@chromium.org2011-07-211-1/+1
* Getting form value from NPAPI plugins.bashi@chromium.org2011-07-131-0/+6
* Release scriptable object reference when deleting WebPluginDelegateProxy.wez@chromium.org2011-06-281-0/+2
* Update src/content/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-241-1/+2
* Improve and unify Mac OS X run-time version checks.mark@chromium.org2011-06-141-9/+5
* Disabled painting transpaent windowless NPAPI plugins when doing accelerated ...alokp@chromium.org2011-06-131-0/+9
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-10/+11
* Moved GPU related files in content/renderer into gpu subdirectory.apatrick@chromium.org2011-05-251-1/+1
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-11/+10
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-10/+11
* Mac Plugins: Clean up the Flash wmode hack logicstuartmorgan@chromium.org2011-05-101-25/+34
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-1/+1
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-161-3/+1
* Delete the plugin printing code, which wasn't actually called.jam@chromium.org2011-04-151-30/+0
* Move RenderProcess to content.jam@chromium.org2011-04-151-0/+1
* Move RenderThread to content\renderer.jam@chromium.org2011-04-141-1/+1
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-6/+4
* Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...alokp@chromium.org2011-04-081-2/+2
* Fixed a few styles issues in skia::PlatformDevice. Made function names consis...alokp@chromium.org2011-04-061-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move a bunch of renderer->browser messages to content.jam@chromium.org2011-03-231-0/+1
* Hook up the sad plugin painting and the crashed plugin infobars forbrettw@chromium.org2011-03-191-33/+3
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-1/+1
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-1/+1
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-171-1/+1