index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ppapi
/
tests
/
test_file_ref.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Retry] PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operation
nhiroki@chromium.org
2014-01-10
1
-26
/
+51
*
Revert 243802 "PPAPI: Add new PPB_FileRef.MakeDirectory to suppo..."
nhiroki@chromium.org
2014-01-09
1
-51
/
+26
*
PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operation
nhiroki@chromium.org
2014-01-09
1
-26
/
+51
*
Pepper: Move PPB_Testing_Dev to Private.
teravest@chromium.org
2013-11-25
1
-1
/
+1
*
Disable time checks in TestFileIO::TestTouch Query due to dst failures.
csharp@chromium.org
2013-11-04
1
-1
/
+1
*
Disable time checks in TestFileRef::TestQueryAndTouchFile due to dst failures.
pfeldman@chromium.org
2013-11-04
1
-2
/
+4
*
Pepper: Enable some FileRef in-process tests.
teravest@chromium.org
2013-10-01
1
-6
/
+2
*
Move PPB_FileIO Query and Read implementation from the renderer to the plugin...
bbudge@chromium.org
2013-08-09
1
-3
/
+3
*
Revert 214420 "Do PPB_FileIO Query and Read in the plugin process."
bbudge@chromium.org
2013-08-01
1
-3
/
+2
*
Do PPB_FileIO Query and Read in the plugin process.
bbudge@chromium.org
2013-07-30
1
-2
/
+3
*
Revert 213933 "Move PPB_FileIO Query and Read implementation fro..."
dewittj@chromium.org
2013-07-26
1
-3
/
+2
*
Move PPB_FileIO Query and Read implementation from the renderer to the plugin...
bbudge@chromium.org
2013-07-26
1
-2
/
+3
*
Move DirectoryReader::ReadEntries to FileRef::ReadDirectoryEntries
hamaji@chromium.org
2013-05-03
1
-8
/
+152
*
PPAPI: Convert more tests to new callback style
dmichael@chromium.org
2013-04-11
1
-395
/
+203
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Enable PPB_DirectoryReader_Dev under NaCl
nhiroki@chromium.org
2013-04-05
1
-6
/
+0
*
PPAPI: Convert FileIO tests to new style & test background threads
dmichael@chromium.org
2013-04-04
1
-2
/
+2
*
Add Query() support to FileRef.
teravest@chromium.org
2013-04-02
1
-26
/
+89
*
Cleanup: Remove operator from TestCompletionCallbackWithOutput.
teravest@chromium.org
2013-03-29
1
-1
/
+1
*
Cleanup: Remove operator from TestCompletionCallback.
teravest@chromium.org
2013-03-15
1
-39
/
+42
*
[Retry] Implement ReadEntries API for PPB_DirectoryReader
nhiroki@chromium.org
2013-03-05
1
-14
/
+11
*
Revert 184054
nhiroki@chromium.org
2013-02-22
1
-11
/
+14
*
Implement ReadEntries API for PPB_DirectoryReader
nhiroki@chromium.org
2013-02-22
1
-14
/
+11
*
Implement Pepper proxy for PPB_DirectoryReader
nhiroki@chromium.org
2013-02-13
1
-23
/
+22
*
Escape filesystem paths properly in Pepper filesystem URLs.
ericu@chromium.org
2012-11-14
1
-0
/
+72
*
Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.
dmichael@chromium.org
2011-12-22
1
-1
/
+1
*
Reland http://codereview.chromium.org/8477015
dmichael@chromium.org
2011-11-16
1
-10
/
+10
*
Revert 109114
thakis@chromium.org
2011-11-09
1
-10
/
+10
*
Make it possible to enable/disable specific ppapi tests. Migrate PostMessage ...
dmichael@chromium.org
2011-11-08
1
-10
/
+10
*
Adding checks against directory traversal.
sanga@chromium.org
2011-08-17
1
-0
/
+32
*
Updating the C++ PPAPI to use non-dev File interfaces.
sanga@chromium.org
2011-07-13
1
-59
/
+59
*
Add a flag field to PP_CompletionCallback to control if the callback should
polina@google.com
2011-06-30
1
-30
/
+103
*
Fix PP_FileOpenFlags_Dev handling:
yzshen@chromium.org
2011-05-23
1
-1
/
+3
*
1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...
polina@google.com
2011-04-11
1
-37
/
+37
*
Don't allow multiple opens for Pepper FileSystem.
yzshen@chromium.org
2011-02-28
1
-14
/
+0
*
Implement proxying for FileRef and FileChooser.
brettw@chromium.org
2011-02-17
1
-5
/
+6
*
Implement proxy for FlashMenu and Run/QuitMessageLoop
piman@google.com
2011-02-15
1
-8
/
+8
*
Fix FileIO and FileRef PPAPI tests to match changes in
adamk@chromium.org
2011-02-03
1
-13
/
+13
*
Use PASS() everywhere in ppapi/tests.
neb@chromium.org
2011-01-07
1
-8
/
+8
*
Properly cancel PPAPI callbacks.
viettrungluu@chromium.org
2010-12-21
1
-4
/
+136
*
Change FileRef::GetName() to return the name of the file even for
dumi@chromium.org
2010-11-17
1
-2
/
+2
*
Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory
brettw@chromium.org
2010-11-10
1
-19
/
+19
*
Pepper's directory reader implementation + test.
dumi@chromium.org
2010-11-04
1
-58
/
+2
*
Move PPAPI into the Chrome repo. The old repo was
brettw@chromium.org
2010-11-01
1
-0
/
+502