summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
Commit message (Expand)AuthorAgeFilesLines
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Introduce PPB_TCPSocket_Dev.yzshen@chromium.org2013-06-131-0/+2
* Use a direct include of strings headers in content/p*/.avi@chromium.org2013-06-122-2/+2
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-072-2/+2
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-069-10/+11
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-1/+1
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-301-5/+5
* Update OWNERS files to enforce jeremy@ as owning *.sb in subdirectoriesrsleevi@chromium.org2013-05-281-0/+4
* Allow sandboxed OS X processes to open /dev/urandomrsleevi@chromium.org2013-05-251-4/+0
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-045-5/+5
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Add Shutdown() helper to ChildThread and move all destructor logic.dcheng@chromium.org2013-04-222-0/+4
* Add UMA reporting on failure to load ppapi plugins.xhwang@chromium.org2013-04-172-1/+44
* Linux: make current InitializeSandbox() private.jln@chromium.org2013-04-131-1/+2
* Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-301-2/+0
* Revert 191420 "PPAPI: Remove threading options; it's always on"rlarocque@chromium.org2013-03-291-0/+2
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-291-2/+0
* Revert 189518 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-211-0/+2
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-211-2/+0
* Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...jam@chromium.org2013-03-201-0/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+2
* [ppapi] Add crash key for which plugin is loaded.shess@chromium.org2013-03-181-0/+5
* [Mac] Do not unload base::NativeLibrary-ies if they contain ObjC segments.rsesek@chromium.org2013-03-151-10/+0
* Revert 187427 "PPAPI: Remove threading options; it's always on"karen@chromium.org2013-03-131-0/+2
* [Mac] Don't unload ppapi broker bundle.shess@chromium.org2013-03-121-0/+10
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-121-2/+0
* Revert 187340 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-111-0/+2
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-111-2/+0
* Revert 186925 since it breaks many of the builds on the bots (e.g.aberent@google.com2013-03-081-0/+2
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-081-2/+0
* Add explicit base to FilePath.brettw@chromium.org2013-02-073-28/+29
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+5
* Add two new debug URLs for Pepper Flash:yzshen@chromium.org2013-01-222-0/+18
* Update some #includes in content/ppapi_plugin for new Platform directorypilgrim@chromium.org2013-01-051-5/+5
* Enable Pepper threading on all channels.shess@chromium.org2013-01-051-7/+2
* Cleanup: Fix some lint errors in content/.thestig@chromium.org2013-01-041-3/+6
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-042-10/+19
* Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...jam@chromium.org2013-01-024-41/+38
* Removing unnecessary content:: namespace qualifier.darin@chromium.org2013-01-021-1/+1
* PpapiThread should handle child process messages.yzshen@chromium.org2012-12-282-48/+66
* - crash when calling abort() in all ppapi processes;yzshen@chromium.org2012-12-161-0/+15
* Add permissions checking for Flash and network state.brettw@chromium.org2012-12-131-2/+3
* Unlock the proxy lock when loading fonts.brettw@chromium.org2012-12-111-1/+5
* We're removing the sharedWorkerRepository() function from WebKitpilgrim@chromium.org2012-12-112-7/+0
* Enable Pepper threading on canary.shess@chromium.org2012-12-011-2/+7
* Fix nits in crypto::InitNSSSafely().jorgelo@chromium.org2012-11-291-1/+1
* Convert the Pepper Talk API to use the new resource system.brettw@chromium.org2012-11-281-2/+0
* Pepper proxy: make the browser sender handle the proxy lock properly.yzshen@chromium.org2012-11-272-8/+9
* CHECK success of PPAPI process' InitializeSandbox() on Mac.wez@chromium.org2012-11-261-3/+1