summaryrefslogtreecommitdiffstats
path: root/content/plugin
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove more unused timer.h includes.thestig2014-10-291-1/+0
* Standardize usage of virtual/override/final in content/dcheng2014-10-217-75/+71
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-202-2/+2
* Replace OVERRIDE and FINAL with override and final in content/plugin/[a-s]*anand.ratn2014-10-077-47/+47
* content: Rename all classes with WebKitPlatform to BlinkPlatform.tfarina2014-10-052-4/+4
* Make chrome GN build work in component mode.Brett Wilson2014-09-111-1/+4
* Convert GN visibility variables to lists.brettw2014-09-061-1/+1
* Mojo: split up service_provider.mojomdarin@chromium.org2014-07-311-1/+1
* Remove carbon plugin interposing codestuartmorgan@chromium.org2014-06-305-241/+25
* Mojo: Remove InterfaceProvider.sammc@chromium.org2014-06-301-1/+1
* Support exposing Mojo services between render frames, render threads, and the...sammc@chromium.org2014-06-251-1/+1
* Revert 279557 "Support exposing Mojo services between render fra..."xhwang@chromium.org2014-06-251-1/+1
* Support exposing Mojo services between render frames, render threads, and the...sammc@chromium.org2014-06-251-1/+1
* Add chrome/plugin and chrome/utility to GN build.brettw@chromium.org2014-06-231-3/+1
* Alter the design of the bootstrap sandbox to only take over the bootstrap por...rsesek@chromium.org2014-06-191-24/+0
* Add more content subtargets and deps to the GN build.brettw@chromium.org2014-06-131-0/+44
* Decouple IPC::MessageFilter from IPC::Channelmorrita@chromium.org2014-06-131-5/+5
* Remove base/memory/scoped_handle.hbrettw@chromium.org2014-06-103-3/+0
* Initialize the bootstrap sandbox in the browser process.rsesek@chromium.org2014-06-101-0/+24
* Remove IOSurfaceSupportccameron@chromium.org2014-06-041-5/+0
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-281-2/+2
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-071-2/+2
* Revert "Remove kLogPluginMessages flag as part of flag cleanup."aa@chromium.org2014-05-052-0/+3
* Remove kLogPluginMessages flag as part of flag cleanup.aa@chromium.org2014-05-052-3/+0
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-252-4/+6
* Fixed routing id in WebPluginProxy::CheckIfRunInsecureContent.kjakubowski@opera.com2014-04-241-1/+1
* Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...piman@chromium.org2014-04-115-224/+1
* Delete the GTK+ port of Chrome.erg@chromium.org2014-04-101-32/+1
* Make http range requests by plugins also go directly to the browser process i...jam@chromium.org2014-04-012-0/+9
* Move webcursors code from webkit/ to content.tfarina@chromium.org2014-03-202-2/+2
* Move the rest of webkit/glue into content/childtfarina@chromium.org2014-02-011-1/+0
* 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
* Remove some code inside USE_AURA and OS_WIN ifdefs in content.jam@chromium.org2014-01-141-3/+1
* PluginChannel: separate plugin_stubs_.erase and ~WebPluginDelegateStub.aedla@chromium.org2014-01-041-1/+11
* remove plugin exception restoration codecpu@chromium.org2014-01-021-3/+0
* A bunch of work to transition from render_view_id to render_frame_id.jam@chromium.org2013-12-201-1/+1
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-191-1/+1
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-033-9/+12
* 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