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
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GetScrollOffset function to PPB_View
raymes@chromium.org
2014-06-19
2
-7
/
+48
*
Remove apps in Pepper support and the PPB_Alarms_Dev API.
yzshen@chromium.org
2014-06-16
9
-1194
/
+0
*
Add Promises for EME (Chromium side)
jrummell@chromium.org
2014-06-07
2
-44
/
+103
*
[PPAPI] API definition for compositor artifacts
miletus@chromium.org
2014-06-06
9
-3
/
+1201
*
Support configuring number of audio buffers in MediaStream Pepper API.
thembrown@gmail.com
2014-06-03
1
-1
/
+2
*
Changing default_url to destination_url for consistency
amogh.bihani@samsung.com
2014-06-03
2
-6
/
+7
*
Track plugin input event latency
miletus@chromium.org
2014-05-27
2
-0
/
+71
*
Update PPB_VideoDecoder documentation.
bbudge@chromium.org
2014-05-21
1
-16
/
+28
*
Adds IDL for enums and structs for encoding/decoding.
bbudge@chromium.org
2014-05-06
2
-0
/
+264
*
[PPAPI] Add media stream video track output API
ronghuawu@chromium.org
2014-05-05
2
-8
/
+80
*
Remove PPB_Ext_Socket_Dev.
yzshen@chromium.org
2014-04-30
8
-1814
/
+31
*
PPAPI: Remove the PP_FontDescription_Dev version of GetFontFileWithFallback()...
thestig@chromium.org
2014-04-29
2
-29
/
+0
*
Allow the plugin to set an empty tickmarks array to clear tickmarks
raymes@chromium.org
2014-04-16
1
-3
/
+3
*
Pepper: Fix comments for PPB and PPP InputEvent.
teravest@chromium.org
2014-04-10
1
-4
/
+4
*
Remove unused PPB_Graphics2D_Dev interface
raymes@google.com
2014-04-03
2
-140
/
+0
*
Add a PPB_Find_Private function to set the tickmarks on the page.
raymes@chromium.org
2014-03-30
2
-0
/
+16
*
Rename PPB_Find_Dev to PPB_Find_Private
raymes@chromium.org
2014-03-26
3
-34
/
+36
*
Add IsCrashReportingEnabled call to Pepper UMA API
elijahtaylor@chromium.org
2014-03-21
2
-6
/
+19
*
This proxies PPB_Find_Dev so that it can be used out of process. It also adds...
raymes@google.com
2014-03-20
2
-1
/
+9
*
Encrypted Media: Use uint32 for systemCode in SessionError.
xhwang@chromium.org
2014-03-04
2
-2
/
+2
*
[PPAPI][MediaStream] Support configure for video input.
penghuang@chromium.org
2014-02-26
1
-2
/
+8
*
[PPAPI] Moving pp::VarResource_Dev API into pp::Var (now stable).
mgiuca@chromium.org
2014-02-13
5
-130
/
+60
*
Support LoadSession() in MediaKeys and PPP_ContentDecryptor_Private interface.
xhwang@chromium.org
2014-02-12
2
-1
/
+20
*
[PPAPI][MediaStream] Rename AudioFrame to AudioBuffer
penghuang@chromium.org
2014-02-11
7
-222
/
+222
*
[PPAPI] pp::Var uses the latest version of the PPB_Var API.
mgiuca@chromium.org
2014-02-11
1
-22
/
+42
*
[PPAPI] Removed obsolete TODO in var.h (public C++ API).
mgiuca@chromium.org
2014-02-07
1
-2
/
+0
*
[PPAPI] Pepper MediaStream API audio track implementation and example.
penghuang@chromium.org
2014-02-06
2
-3
/
+14
*
Have the PDF plugin eagerly notify the host of the link under the cursor.
koz@chromium.org
2014-02-03
2
-0
/
+8
*
[NaCl SDK Docs] Update PPAPI docs to use Chromesite-friendly URLs.
binji@chromium.org
2014-01-28
3
-3
/
+3
*
Add GetSequenceNumber function to PPB_Flash_Clipboard
raymes@chromium.org
2014-01-28
2
-5
/
+63
*
Move PPB_KeyboardInputEvent.GetCode to stable.
garykac@chromium.org
2014-01-27
2
-18
/
+107
*
Proxy private UMA pepper interface for out-of-process and NaCl plugins.
elijahtaylor@chromium.org
2014-01-24
2
-0
/
+115
*
[PPAPI] Refine Configure() for Pepper MediaStream API.
penghuang@chromium.org
2014-01-23
4
-32
/
+101
*
Implement GetSelectedText() for the OOP PDF plugin.
koz@chromium.org
2014-01-15
2
-0
/
+11
*
[PPAPI] Add media stream audio track c++ API
penghuang@chromium.org
2014-01-14
7
-13
/
+398
*
[Retry] PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operation
nhiroki@chromium.org
2014-01-10
2
-45
/
+74
*
[PPAPI] API thunk for video media stream track.
penghuang@chromium.org
2014-01-10
1
-5
/
+1
*
Revert 243802 "PPAPI: Add new PPB_FileRef.MakeDirectory to suppo..."
nhiroki@chromium.org
2014-01-09
2
-74
/
+45
*
PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operation
nhiroki@chromium.org
2014-01-09
2
-45
/
+74
*
Pepper: Remove ResourceArray_Dev.
teravest@chromium.org
2014-01-07
5
-166
/
+0
*
Pepper: Remove unused interface versions.
teravest@chromium.org
2014-01-06
3
-83
/
+6
*
App APIs in Pepper: C++ APIs
yzshen@chromium.org
2014-01-06
9
-0
/
+1194
*
[PPAPI] API definition for video media stream artifacts
penghuang@chromium.org
2014-01-06
4
-0
/
+373
*
Rename GetForCurrentThread() in comments to GetCurrent().
xhwang@chromium.org
2013-12-19
1
-2
/
+2
*
Rename EME WD call parameters
jrummell@chromium.org
2013-12-10
2
-28
/
+29
*
Remove PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev.
yzshen@chromium.org
2013-12-09
6
-649
/
+0
*
Add support for CDM_3.
jrummell@chromium.org
2013-11-30
2
-65
/
+60
*
Pepper: Add MonitorIsExternal function to PPB_Flash_DRM.
bbudge@chromium.org
2013-11-27
2
-1
/
+40
*
Make PPB_URLUtil_Dev interface backward compatible
yzshen@chromium.org
2013-11-26
2
-36
/
+136
*
Add a flag for running the PDF plugin out of process.
raymes@google.com
2013-11-25
2
-0
/
+12
[next]