summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_flash_file_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-29/+37
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-37/+29
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-29/+37
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-37/+29
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-29/+37
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-6/+3
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-9/+9
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+2
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-081-2/+2
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-071-6/+6
* roll clang 131935:132017thakis@chromium.org2011-06-081-1/+1
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-8/+7
* Support PPB_Flash_ModileLocal blocking calls from background threads. This isbrettw@chromium.org2011-04-151-34/+375
* Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement...viettrungluu@chromium.org2011-03-021-8/+126
* Factor fd sharing code in proxy and fix fd issues once and for all.piman@google.com2011-02-251-20/+10
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-241-0/+284