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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
hook up new MacVideoDecodeAccelerator
sail@chromium.org
2012-06-13
1
-47
/
+125
*
Revert 141302 - hook up new MacVideoDecodeAccelerator
sail@chromium.org
2012-06-08
1
-125
/
+47
*
hook up new MacVideoDecodeAccelerator
sail@chromium.org
2012-06-08
1
-47
/
+125
*
Plumb texture target to VideoDecodeAccelerator::Client
sail@chromium.org
2012-06-08
1
-9
/
+19
*
Support mouse lock in Flash fullscreen mode.
yzshen@chromium.org
2012-06-03
2
-16
/
+25
*
Modified the pepper file chooser API to support filtering files by extensions.
raymes@chromium.org
2012-05-30
1
-3
/
+3
*
Add string include to fix the build.
brettw@chromium.org
2012-04-19
1
-0
/
+2
*
Remove support for bitmap printing in pepper
brettw@chromium.org
2012-04-19
1
-18
/
+32
*
Updated flash_topmost example to better demonstrate corner cases of the feature.
raymes@chromium.org
2012-04-12
1
-3
/
+32
*
Fix line endings in ppapi. No code change.
brettw@chromium.org
2012-04-11
1
-5
/
+5
*
Add new MouseCursor interface for setting the mouse cursor.
brettw@chromium.org
2012-04-08
2
-2
/
+101
*
Update PPB_AudioInput_Shared to work with the new format of the shared memory...
yzshen@chromium.org
2012-04-05
1
-2
/
+6
*
Change the cpp wrappers of audio input/video capture to use CompletionCallbac...
yzshen@chromium.org
2012-04-05
2
-9
/
+17
*
New file chooser interface that uses the new PP_ArrayOutput feature. This als...
brettw@chromium.org
2012-03-26
1
-9
/
+6
*
PepperPlatformAudioInputImpl: support audio input device selection.
yzshen@chromium.org
2012-03-21
2
-5
/
+22
*
Pepper IME API for surrounding text retrieval.
kinaba@chromium.org
2012-03-15
1
-9
/
+26
*
Add a very simple example pepper plugin that uses a 3d context
jamesr@chromium.org
2012-03-10
2
-0
/
+186
*
Remove NewRequiredCallback.
brettw@chromium.org
2012-03-10
5
-15
/
+12
*
Move ppapi/examples/gles2/ to ppapi/examples/video_decode
jamesr@chromium.org
2012-03-07
4
-48
/
+50
*
Rename NaCl/pepper gamepad interface from _dev to stable
scottmg@chromium.org
2012-03-07
1
-5
/
+5
*
PPB_AudioInput_Dev: support multiple audio input devices - Part 1.
yzshen@chromium.org
2012-03-07
2
-8
/
+190
*
Revise gamepad interface
scottmg@chromium.org
2012-03-01
1
-24
/
+23
*
Adds a printing proxy and example. This adds a printing example.
brettw@chromium.org
2012-02-29
2
-0
/
+92
*
Convert resources to take an instance key instead of an Instance*.
brettw@chromium.org
2012-02-27
1
-1
/
+1
*
Remove extra semi-colon so nacl-gcc doesn't complain.
nfullagar@google.com
2012-02-23
1
-1
/
+1
*
Pepper: Add a function to PPB_Flash to check if a rect is topmost.
viettrungluu@chromium.org
2012-02-18
2
-0
/
+209
*
Work on improving PpbAudioConfig:RecommendSampleFrameCount
nfullagar@google.com
2012-02-18
2
-4
/
+5
*
Rename PPB_Font to PPB_BrowserFont_Trusted.
brettw@chromium.org
2012-02-17
1
-20
/
+21
*
Implement device enumeration for PPB_VideoCapture_Dev.
yzshen@chromium.org
2012-02-15
2
-14
/
+157
*
Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.
scheib@chromium.org
2012-01-27
2
-19
/
+40
*
Revert 119200, the rest of the patch.
brettw@chromium.org
2012-01-26
1
-0
/
+60
*
Revert 119206 - Mouse Lock is currently supported in Pepper, but not yet supp...
tzik@chromium.org
2012-01-26
2
-40
/
+19
*
Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.
scheib@chromium.org
2012-01-26
2
-19
/
+40
*
Revert 119198 - First pass at implementing the MessageLoop interface. This in...
brettw@chromium.org
2012-01-26
1
-60
/
+0
*
First pass at implementing the MessageLoop interface. This includes a simple
brettw@chromium.org
2012-01-26
1
-0
/
+60
*
Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...
fischman@chromium.org
2012-01-13
1
-4
/
+0
*
Pepper gamepad support
scottmg@chromium.org
2012-01-10
2
-0
/
+168
*
Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-06
8
-6
/
+9
*
Update PPAPI IDL generator to define versioned structs, and unversioned typedef.
wez@chromium.org
2012-01-05
2
-20
/
+19
*
Hook up page visibility to the View info for a plugin.
brettw@chromium.org
2012-01-04
1
-2
/
+14
*
Revert 116281 - Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-04
8
-9
/
+6
*
Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-04
8
-6
/
+9
*
Change the DidChangeView update to take a new ViewChanged resource.
brettw@chromium.org
2012-01-03
1
-9
/
+16
*
Enhance PPAPI IME example for demonstrating features related to text selection.
kinaba@chromium.org
2011-12-14
1
-28
/
+124
*
(Cleanup) Use its own MIME type in the PPAPI IME example.
kinaba@chromium.org
2011-12-14
1
-8
/
+8
*
Pepper: Make the sample rate settable in the audio (output) example plugin.
viettrungluu@chromium.org
2011-11-30
2
-27
/
+71
*
Migrate gles2 from {Surface,Context}3D to Graphics3D.
fischman@chromium.org
2011-11-24
1
-24
/
+23
*
Pepper: Add an example/test plugin for audio input (a.k.a. microphone).
viettrungluu@chromium.org
2011-11-23
2
-0
/
+212
*
Fix ppapi mouse lock example to use document.webkitIsFullScreen.
jeremya@chromium.org
2011-11-03
1
-3
/
+1
*
Move PPB/PPP_MouseLock out of dev/.
yzshen@chromium.org
2011-10-16
1
-3
/
+3
[next]