summaryrefslogtreecommitdiffstats
path: root/content/plugin/webplugin_delegate_stub.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webcursors code from webkit/ to content.tfarina@chromium.org2014-03-201-1/+1
* Fix chrome.webRequest.onBeforeRequest for requests coming from NPAPI plugin p...jam@chromium.org2014-01-191-1/+2
* Removes some unnecessary preprocessor directivescimamoglu@chromium.org2014-01-151-2/+0
* A bunch of work to transition from render_view_id to render_frame_id.jam@chromium.org2013-12-201-1/+1
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-4/+7
* Rewrite include paths for Blink public/ headers that have movedphilipj@opera.com2013-11-141-1/+1
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-3/+3
* WebPluginDelegateStub::dtor not to call RemoveMappingForNPObjectOwner() is in...xhwang@chromium.org2013-10-211-1/+2
* Fix compile error on lkgr Win x64 build.jam@chromium.org2013-09-271-1/+1
* Support byte range requests when routing resource requests directly through t...jam@chromium.org2013-09-171-1/+6
* Load NPAPI plugin resources through the browser process directly instead of g...jam@chromium.org2013-09-111-2/+17
* Move the WebPluginResourceClient interface to its own header. Also fix up met...jam@chromium.org2013-09-041-0/+1
* Remove webkit/plugins/npapi.jam@chromium.org2013-07-191-0/+5
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-6/+4
* Fix not completed range requests from NPAPI plugins.vchigrin@yandex-team.ru2013-07-151-2/+2
* Delay owner unregistration until after plugin teardown.wez@chromium.org2013-06-291-2/+7
* Revert 208912 "Make plugin destruction asynchronous."tonyg@chromium.org2013-06-271-1/+1
* Check plugin delegate exists when unregistering as NPObject owner.wez@chromium.org2013-06-271-4/+5
* Make plugin destruction asynchronous.tonyg@chromium.org2013-06-271-1/+1
* Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C...wez@chromium.org2013-06-211-0/+15
* Update Blink include pathsabarth@chromium.org2013-06-171-2/+2
* Use a direct include of strings headers in content/p*/.avi@chromium.org2013-06-121-1/+1
* Rename content/common_child to content/childscottmg@chromium.org2013-06-041-3/+3
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-2/+4
* Move the WebCursor sources from webkit/glue to webkit/common/cursors.ananta@chromium.org2013-05-311-1/+1
* Get rid of the dependency on WebKit::WebCursorInfo internals from WebCursor.ananta@chromium.org2013-05-241-2/+2
* Move child-common classes to content/common_childjamesr@chromium.org2013-05-211-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-3/+6
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* Removed support for Core Animation plugins when accelerated compositing is di...kbr@chromium.org2013-03-191-11/+0
* Fix painting glitch with text and NPAPI plugins. This was a regression from r...jam@chromium.org2013-03-061-0/+4
* Add explicit base to FilePath.brettw@chromium.org2013-02-071-1/+1
* Get windowless plugins working when accelerated compositing is turned on by c...jam@chromium.org2012-11-101-2/+1
* Use the RenderView's routing_id, instead of HWND, as the unique identifier us...jam@chromium.org2012-11-021-4/+3
* Stop passing the parent hwnd to the plugin process on initialization.jam@chromium.org2012-11-021-21/+1
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-211-3/+7
* Initial NPAPI plugin support in Win Aura.jam@chromium.org2012-09-111-0/+5
* Revert 130199 - Revert 128179 - Make sure the plugin scriptable object is rel...wez@chromium.org2012-04-041-7/+16
* Revert 128179 - Make sure the plugin scriptable object is released before NPP...wez@chromium.org2012-04-021-16/+7
* Make sure the plugin scriptable object is released before NPP_Destroy.wez@chromium.org2012-03-221-7/+16
* Keep one copy of the delegate & plugin teardown code.wez@chromium.org2012-03-211-7/+4
* Emulate ImmSetAssociateContextEx() for Flash.hbono@chromium.org2012-03-131-0/+4
* Remove the default plugin.bauerb@chromium.org2012-01-241-11/+1
* base::Bind fixesgroby@chromium.org2011-12-021-19/+9
* Move PageZoom enum into content/public/common and into the content namespace....jam@chromium.org2011-10-281-1/+1
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+1
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=noneben@chromium.org2011-10-061-3/+3
* Send IME events to windowless plug-ins (Chromium side)hbono@chromium.org2011-10-041-0/+25