summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/plugins/ppapi to content/renderer/pepper.jam@chromium.org2013-07-2598-19463/+0
* Create a public API around webkit::ppapi::PluginInstance and use it in chrome...jam@chromium.org2013-07-2446-1366/+1463
* Hide knowledge of webkit::ppapi::Plugin from chrome. This is part of moving p...jam@chromium.org2013-07-247-24/+115
* Hide knowledge of webkit::ppapi::HostGlobals from chrome. This is part of mov...jam@chromium.org2013-07-232-1/+14
* Hide knowledge of webkit::ppapi::PPB_ImageData_Impl from chrome. This is part...jam@chromium.org2013-07-232-0/+43
* Hide knowledge of webkit::ppapi::PPB_FileRef_Impl from chrome. This is part o...jam@chromium.org2013-07-232-0/+14
* reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue...scottmg@chromium.org2013-07-231-1/+1
* Hide knowledge of webkit::ppapi::PluginDelegate from chrome. This is part of ...jam@chromium.org2013-07-239-20/+37
* Revert 212927 "Move webkitplatformsupport_impl and related from ..."bryeung@chromium.org2013-07-221-1/+1
* Move webkitplatformsupport_impl and related from glue to childscottmg@chromium.org2013-07-221-1/+1
* PPAPI: Messaging shouldn't use v8 if Context is emptydmichael@chromium.org2013-07-191-0/+3
* TBR: dmichaeltyoverby@chromium.org2013-07-181-12/+12
* Use a direct include of the message_loop header in webkit/, part 2.avi@chromium.org2013-07-1710-11/+11
* Update the include path for WebArrayBuffer.heroman@chromium.org2013-07-172-2/+2
* Use a direct include of the shared_memory header in media/, ppapi/, webkit/.avi@chromium.org2013-07-175-6/+6
* Remove myself from various OWNERS files.viettrungluu@chromium.org2013-07-161-1/+0
* Add GetFileThreadMessageLoop method to PpapiGlobals.bbudge@chromium.org2013-07-112-0/+10
* 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-102-107/+0
* Switch audio code from DataBuffer to AudioBuffer.jrummell@chromium.org2013-07-102-51/+86
* Make VideoCaptureBufferPool agnostic to media::VideoFramesheu@chromium.org2013-07-031-0/+1
* 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-297-8/+8
* Use a direct include of time headers in webkit/, win8/.avi@chromium.org2013-06-283-3/+3
* Pepper: Remove unused String classteravest@chromium.org2013-06-273-49/+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
* 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
* 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-1724-66/+66
* Introduce PPB_HostResolver_Dev.yzshen@chromium.org2013-06-143-0/+6
* 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