summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_file_ref.cc
Commit message (Expand)AuthorAgeFilesLines
* [Retry] PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operationnhiroki@chromium.org2014-01-101-26/+51
* Revert 243802 "PPAPI: Add new PPB_FileRef.MakeDirectory to suppo..."nhiroki@chromium.org2014-01-091-51/+26
* PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operationnhiroki@chromium.org2014-01-091-26/+51
* Pepper: Move PPB_Testing_Dev to Private.teravest@chromium.org2013-11-251-1/+1
* Disable time checks in TestFileIO::TestTouch Query due to dst failures.csharp@chromium.org2013-11-041-1/+1
* Disable time checks in TestFileRef::TestQueryAndTouchFile due to dst failures.pfeldman@chromium.org2013-11-041-2/+4
* Pepper: Enable some FileRef in-process tests.teravest@chromium.org2013-10-011-6/+2
* Move PPB_FileIO Query and Read implementation from the renderer to the plugin...bbudge@chromium.org2013-08-091-3/+3
* Revert 214420 "Do PPB_FileIO Query and Read in the plugin process."bbudge@chromium.org2013-08-011-3/+2
* Do PPB_FileIO Query and Read in the plugin process.bbudge@chromium.org2013-07-301-2/+3
* Revert 213933 "Move PPB_FileIO Query and Read implementation fro..."dewittj@chromium.org2013-07-261-3/+2
* Move PPB_FileIO Query and Read implementation from the renderer to the plugin...bbudge@chromium.org2013-07-261-2/+3
* Move DirectoryReader::ReadEntries to FileRef::ReadDirectoryEntrieshamaji@chromium.org2013-05-031-8/+152
* PPAPI: Convert more tests to new callback styledmichael@chromium.org2013-04-111-395/+203
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Enable PPB_DirectoryReader_Dev under NaClnhiroki@chromium.org2013-04-051-6/+0
* PPAPI: Convert FileIO tests to new style & test background threadsdmichael@chromium.org2013-04-041-2/+2
* Add Query() support to FileRef.teravest@chromium.org2013-04-021-26/+89
* Cleanup: Remove operator from TestCompletionCallbackWithOutput.teravest@chromium.org2013-03-291-1/+1
* Cleanup: Remove operator from TestCompletionCallback.teravest@chromium.org2013-03-151-39/+42
* [Retry] Implement ReadEntries API for PPB_DirectoryReadernhiroki@chromium.org2013-03-051-14/+11
* Revert 184054nhiroki@chromium.org2013-02-221-11/+14
* Implement ReadEntries API for PPB_DirectoryReadernhiroki@chromium.org2013-02-221-14/+11
* Implement Pepper proxy for PPB_DirectoryReadernhiroki@chromium.org2013-02-131-23/+22
* Escape filesystem paths properly in Pepper filesystem URLs.ericu@chromium.org2012-11-141-0/+72
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-221-1/+1
* Reland http://codereview.chromium.org/8477015dmichael@chromium.org2011-11-161-10/+10
* Revert 109114thakis@chromium.org2011-11-091-10/+10
* Make it possible to enable/disable specific ppapi tests. Migrate PostMessage ...dmichael@chromium.org2011-11-081-10/+10
* Adding checks against directory traversal.sanga@chromium.org2011-08-171-0/+32
* Updating the C++ PPAPI to use non-dev File interfaces.sanga@chromium.org2011-07-131-59/+59
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-301-30/+103
* Fix PP_FileOpenFlags_Dev handling:yzshen@chromium.org2011-05-231-1/+3
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-37/+37
* Don't allow multiple opens for Pepper FileSystem.yzshen@chromium.org2011-02-281-14/+0
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-5/+6
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-151-8/+8
* Fix FileIO and FileRef PPAPI tests to match changes inadamk@chromium.org2011-02-031-13/+13
* Use PASS() everywhere in ppapi/tests.neb@chromium.org2011-01-071-8/+8
* Properly cancel PPAPI callbacks.viettrungluu@chromium.org2010-12-211-4/+136
* Change FileRef::GetName() to return the name of the file even fordumi@chromium.org2010-11-171-2/+2
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-101-19/+19
* Pepper's directory reader implementation + test.dumi@chromium.org2010-11-041-58/+2
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-011-0/+502