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
Commit message (
Expand
)
Author
Age
Files
Lines
*
PPAPI: Implement PPB_FileMapping on POSIX
dmichael@chromium.org
2014-01-29
3
-0
/
+578
*
Revert 247473 "PPAPI: Implement PPB_FileMapping on POSIX"
dmichael@chromium.org
2014-01-28
3
-576
/
+0
*
PPAPI: Implement PPB_FileMapping on POSIX
dmichael@chromium.org
2014-01-28
3
-0
/
+576
*
Add GetSequenceNumber function to PPB_Flash_Clipboard
raymes@chromium.org
2014-01-28
2
-0
/
+68
*
Move PPB_KeyboardInputEvent.GetCode to stable.
garykac@chromium.org
2014-01-27
4
-10
/
+14
*
Proxy private UMA pepper interface for out-of-process and NaCl plugins.
elijahtaylor@chromium.org
2014-01-24
1
-13
/
+16
*
PPAPI: Make ASSERT macros print values of operands
dmichael@chromium.org
2014-01-24
15
-134
/
+790
*
Revert 246129 "PPAPI: Make ASSERT macros print values of operands"
dbeam@chromium.org
2014-01-22
15
-790
/
+134
*
PPAPI: Make ASSERT macros print values of operands
dmichael@chromium.org
2014-01-21
15
-134
/
+790
*
[PPAPI] Add media stream audio track c++ API
penghuang@chromium.org
2014-01-14
1
-0
/
+2
*
[Retry] PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operation
nhiroki@chromium.org
2014-01-10
2
-27
/
+53
*
[PPAPI] API definition for audio media stream artifacts
penghuang@chromium.org
2014-01-09
1
-0
/
+2
*
Revert 243802 "PPAPI: Add new PPB_FileRef.MakeDirectory to suppo..."
nhiroki@chromium.org
2014-01-09
2
-53
/
+27
*
PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operation
nhiroki@chromium.org
2014-01-09
2
-27
/
+53
*
Use window.URL instead of window.webkitURL.
davidben@chromium.org
2014-01-08
2
-2
/
+2
*
Pepper: Remove ResourceArray_Dev.
teravest@chromium.org
2014-01-07
4
-153
/
+0
*
Test Keeping NaCl plugins used in app background pages alive when active.
scheib@chromium.org
2014-01-07
4
-0
/
+134
*
App APIs in Pepper: C++ APIs
yzshen@chromium.org
2014-01-06
1
-0
/
+7
*
[PPAPI] API definition for video media stream artifacts
penghuang@chromium.org
2014-01-06
2
-0
/
+4
*
Revert of https://codereview.chromium.org/112663007/
ckocagil@chromium.org
2014-01-04
4
-134
/
+0
*
Test Keeping NaCl plugins used in app background pages alive when active.
scheib@chromium.org
2014-01-04
4
-0
/
+134
*
Revert 242061 "Test Keeping NaCl plugins used in app background ..."
dbeam@chromium.org
2013-12-20
4
-134
/
+0
*
Test Keeping NaCl plugins used in app background pages alive when active.
scheib@chromium.org
2013-12-20
4
-0
/
+134
*
Add PPB_Alarms_Dev interface definition.
yzshen@chromium.org
2013-12-11
1
-0
/
+2
*
Remove PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev.
yzshen@chromium.org
2013-12-09
2
-3
/
+0
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
1
-6
/
+19
*
Pepper: Move PPB_Testing_Dev to Private.
teravest@chromium.org
2013-11-25
30
-48
/
+35
*
PPAPI/NaCl: Make tests enforce dispatchEvent check
dmichael@chromium.org
2013-11-09
1
-12
/
+4
*
Revert 233768 "PPAPI: Add a test to make sure we detect crashes"
yhirano@chromium.org
2013-11-08
2
-51
/
+0
*
PPAPI: Add a test to make sure we detect crashes
dmichael@chromium.org
2013-11-08
2
-0
/
+51
*
mac: Prepare most test code for -Wunused-functions too.
thakis@chromium.org
2013-11-08
1
-8
/
+0
*
Disable time checks in TestFileIO::TestTouch Query due to dst failures.
csharp@chromium.org
2013-11-04
2
-4
/
+5
*
Disable time checks in TestFileRef::TestQueryAndTouchFile due to dst failures.
pfeldman@chromium.org
2013-11-04
1
-2
/
+4
*
[PPAPI] Fixed FileSystems from JavaScript not having a context.
mgiuca@chromium.org
2013-11-02
1
-0
/
+7
*
PPAPI: Make tests really delete the plugin on shutdown
dmichael@chromium.org
2013-11-02
1
-2
/
+2
*
[PPAPI] Added pp::VarResource_Dev class.
yzshen@chromium.org
2013-11-01
4
-27
/
+29
*
Pepper: Log test duration to JavaScript console.
teravest@chromium.org
2013-10-31
3
-0
/
+21
*
[PPAPI] It is now possible to pass filesystems from JavaScript to NaCl modules.
mgiuca@chromium.org
2013-10-31
2
-0
/
+138
*
Add missing #includes of <algorithm> in ppapi for std::min/max
scottmg@chromium.org
2013-10-22
1
-0
/
+1
*
Remove CanChallengePlatform() and CheckPlatformState().
dalecurtis@chromium.org
2013-10-20
2
-17
/
+0
*
[PPAPI] Added new Pepper interface PPB_VarResource_Dev.
mgiuca@chromium.org
2013-10-19
2
-0
/
+170
*
Pepper: Fix SetLength permissions in FileIO test.
teravest@chromium.org
2013-10-17
1
-1
/
+1
*
Array index [0] on zero length array is undefined on C++03
wfh@chromium.org
2013-10-14
1
-1
/
+2
*
Pepper: Remove PPB_FileIOTrusted.
teravest@chromium.org
2013-10-10
4
-21
/
+8
*
Add test for PPB_TCPSocket_1_0.
yzshen@chromium.org
2013-10-02
2
-1
/
+79
*
Pepper: Enable some FileRef in-process tests.
teravest@chromium.org
2013-10-01
1
-6
/
+2
*
PPAPI: Make GLES2 calls resilient to bad/dead resources.
dmichael@chromium.org
2013-09-30
2
-0
/
+31
*
Pepper API implementation for output protection.
kcwu@chromium.org
2013-09-28
3
-0
/
+90
*
Pepper: Extension for SocketPpapiTest to ppapi/.
teravest@chromium.org
2013-09-26
6
-0
/
+761
*
Pepper: Remove Will* from PPB_FileIOTrusted.
teravest@chromium.org
2013-09-26
2
-72
/
+0
[next]