summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove myself from various OWNERS files.viettrungluu@chromium.org2013-07-161-1/+0
* Remove unused includes of plugin_list.h. Also remove unused ContentClient and...jam@chromium.org2013-07-162-2/+0
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-162-2/+2
* Fix not completed range requests from NPAPI plugins.vchigrin@yandex-team.ru2013-07-1510-20/+236
* [OSX] Cleanup - Use NSZeroPoint if possible.groby@chromium.org2013-07-131-1/+1
* webkit: Refactor webkit_renderer.gypi into a gyp file.tfarina@chromium.org2013-07-111-1/+1
* Add GetFileThreadMessageLoop method to PpapiGlobals.bbudge@chromium.org2013-07-112-0/+10
* Move DataElement into webkit/commonjamesr@chromium.org2013-07-111-1/+0
* Call no-op method setOutOfProcess so that plugins don't break when we add use...cdn@chromium.org2013-07-111-0/+1
* PPAPI: Enter v8 Context when converting object PP_Var to NPObjectdmichael@chromium.org2013-07-115-22/+85
* Pepper: Move URLResponseInfoUtil to content.teravest@chromium.org2013-07-103-109/+0
* Switch audio code from DataBuffer to AudioBuffer.jrummell@chromium.org2013-07-102-51/+86
* Move webkit_common to its own gyp filejamesr@chromium.org2013-07-091-1/+1
* Make VideoCaptureBufferPool agnostic to media::VideoFramesheu@chromium.org2013-07-031-0/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-012-2/+2
* EME: Use std::vector<uint8> for key messages.xhwang@chromium.org2013-06-291-3/+3
* webkit: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-06-2914-26/+26
* Use a direct include of time headers in webkit/, win8/.avi@chromium.org2013-06-285-5/+5
* Fix handling range requests from NPAPI plugins.vchigrin@yandex-team.ru2013-06-272-7/+27
* Pepper: Remove unused String classteravest@chromium.org2013-06-274-51/+0
* Remove usage of ChildProcess::current() and ChildThread::current() other than...jam@chromium.org2013-06-254-66/+50
* PPAPI: Move PPB_NetworkProxy out of Devdmichael@chromium.org2013-06-251-1/+1
* Refactored DataBuffer to use unix_hacker style methods.tyoverby@chromium.org2013-06-251-1/+1
* Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}.darin@chromium.org2013-06-252-4/+3
* PPAPI: Introduce PPB_NetworkProxy_Devdmichael@chromium.org2013-06-242-0/+2
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-1/+1
* Move PPB_HostResolver out of dev.yzshen@chromium.org2013-06-241-1/+1
* Move PPB_UDPSocket out of dev.yzshen@chromium.org2013-06-241-1/+1
* Move PPB_TCPSocket out of dev.yzshen@chromium.org2013-06-226-7/+7
* Move PPB_NetAddress out of dev.yzshen@chromium.org2013-06-223-5/+5
* Allow the same version plugin to be loaded multiple times on Windows.pastarmovj@chromium.org2013-06-211-1/+1
* Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C...wez@chromium.org2013-06-211-3/+15
* Move the following clipboard files from webkit\glue to content\renderer. Thes...ananta@chromium.org2013-06-211-2/+0
* Removed unused NeedKey callback from Decryptors.ddorwin@chromium.org2013-06-202-6/+2
* Implement PPB_TCPSocket_Dev: part 2yzshen@chromium.org2013-06-205-15/+19
* Remove hand written code from autogenerated Pepper ImageData thunk.bbudge@chromium.org2013-06-202-8/+21
* Move PPB_VarArray and PPB_VarDictionary out of dev.raymes@chromium.org2013-06-201-2/+2
* Don't send PP_Vars/V8 values with cycles across PostMessageraymes@chromium.org2013-06-194-98/+183
* Separate CDM initialization from GenerateKeyRequest & remove key_system param...ddorwin@chromium.org2013-06-192-29/+29
* Revert 207040 "Don't send PP_Vars/V8 values with cycles across P..."raymes@chromium.org2013-06-184-181/+98
* Don't send PP_Vars/V8 values with cycles across PostMessageraymes@chromium.org2013-06-184-98/+181
* fileapi: Remove FilePath parameter from FileSystemMsg_DidReadMetadatasatorux@chromium.org2013-06-182-4/+2
* Update Blink include pathsabarth@chromium.org2013-06-1732-84/+84
* Introduce PPB_HostResolver_Dev.yzshen@chromium.org2013-06-143-0/+6
* Scale npapi plugins according to DPI setting.girard@chromium.org2013-06-141-3/+5
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-132-3/+3
* Make the infobar popup when Pepper Flash requests the camera/microphoneraymes@chromium.org2013-06-133-0/+6
* Introduce PPB_UDPSocket_Dev.yzshen@chromium.org2013-06-133-0/+6
* Introduce PPB_TCPSocket_Dev.yzshen@chromium.org2013-06-133-0/+15
* Adding --disable-plugins-discovery command line switch to not load third-part...sevalo@google.com2013-06-125-8/+36