summaryrefslogtreecommitdiffstats
path: root/content/plugin
Commit message (Expand)AuthorAgeFilesLines
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+0
* Move kFtpScheme into content namespace.tfarina@chromium.org2013-12-011-1/+1
* LOG(INFO) -> VLOG(0) in content/scottmg@chromium.org2013-11-231-1/+1
* Rewrite include paths for Blink public/ headers that have movedphilipj@opera.com2013-11-141-1/+1
* Implement ScopedChildProcessReference classkinuko@chromium.org2013-11-122-8/+4
* Cleanup: Remove unused includes of webkit/glue/webkit_glue.htfarina@chromium.org2013-11-121-1/+0
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-074-7/+7
* WebPluginDelegateStub::dtor not to call RemoveMappingForNPObjectOwner() is in...xhwang@chromium.org2013-10-211-1/+2
* Cancel resources in the plugin process when a user presses the stop button or...jam@chromium.org2013-10-013-0/+13
* Fix compile error on lkgr Win x64 build.jam@chromium.org2013-09-271-1/+1
* Revert 225099 "Cancel resources in the plugin process when a use..."pasko@chromium.org2013-09-253-13/+0
* Cancel resources in the plugin process when a user presses the stop button or...jam@chromium.org2013-09-243-0/+13
* 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-173-1/+16
* 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-115-13/+47
* Move the WebPluginResourceClient interface to its own header. Also fix up met...jam@chromium.org2013-09-042-38/+24
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-1/+1
* Move kDisableCoreAnimationPlugins to content_switches since it's only used in...jam@chromium.org2013-08-121-1/+1
* Remove mention of webkit/plugins from DEPS files.jam@chromium.org2013-08-091-1/+0
* Created multi-process-friendly PowerMonitor interface.bajones@chromium.org2013-08-021-4/+1
* Update include paths in miscellaneous content/ directories for base/process c...rsesek@chromium.org2013-07-253-3/+4
* Implement ChildThread::shutdown and clear members that have refs into blinkjochen@chromium.org2013-07-231-0/+2
* Remove webkit/plugins/npapi.jam@chromium.org2013-07-193-4/+18
* Move npapi related files from content\child to the new content\child\npapi di...jam@chromium.org2013-07-194-5/+5
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-199-57/+30
* Use a direct include of the shared_memory header in content/plugin/, content/...avi@chromium.org2013-07-182-2/+2
* Use a direct include of the message_loop header in content/, part 3.avi@chromium.org2013-07-181-1/+1
* Remove unused includes of plugin_list.h. Also remove unused ContentClient and...jam@chromium.org2013-07-161-3/+0
* Fix not completed range requests from NPAPI plugins.vchigrin@yandex-team.ru2013-07-151-2/+2
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-092-2/+2
* Process names, and predictable thread and process ordering in about:tracingnduca@chromium.org2013-07-081-0/+4
* Delay owner unregistration until after plugin teardown.wez@chromium.org2013-06-291-2/+7
* Use a direct include of time headers in content/, part 2.avi@chromium.org2013-06-281-1/+1
* 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
* Move timing files into base/time and base/timer, install forwarding headers.avi@chromium.org2013-06-271-2/+2
* Make plugin destruction asynchronous.tonyg@chromium.org2013-06-271-1/+1
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-242-3/+3
* Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C...wez@chromium.org2013-06-214-3/+41
* Move io_surface_support_mac to ui/gl.danakj@chromium.org2013-06-191-1/+1
* Update Blink include pathsabarth@chromium.org2013-06-172-3/+3
* Use a direct include of strings headers in content/p*/.avi@chromium.org2013-06-124-4/+4
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-064-5/+5
* Rename content/common_child to content/childscottmg@chromium.org2013-06-047-12/+12
* 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-024-11/+17
* Move the WebCursor sources from webkit/glue to webkit/common/cursors.ananta@chromium.org2013-05-311-1/+1