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
/
c
Commit message (
Expand
)
Author
Age
Files
Lines
*
New file chooser interface that uses the new PP_ArrayOutput feature. This als...
brettw@chromium.org
2012-03-26
2
-21
/
+36
*
Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.
sergeyu@chromium.org
2012-03-22
1
-7
/
+48
*
Change interface name
noelallen@chromium.org
2012-03-22
1
-2
/
+2
*
PPAPI: Remove out-dated or unnecessary TODOs from public files.
dmichael@chromium.org
2012-03-21
2
-12
/
+2
*
Add a private PPB_Talk_Private interface.
varunjain@chromium.org
2012-03-19
1
-0
/
+58
*
Add OpenGL occlusion query support to pepper.
jbauman@chromium.org
2012-03-16
1
-20
/
+26
*
Add missing ppp_graphics_3d.idl
noelallen@chromium.org
2012-03-16
1
-3
/
+29
*
Pepper IME API for surrounding text retrieval.
kinaba@chromium.org
2012-03-15
2
-4
/
+97
*
HostResolver is exposed to plugin.
ygorshenin@chromium.org
2012-03-15
1
-0
/
+118
*
Require a user gesture to show the file chooser.
bbudge@chromium.org
2012-03-14
1
-1
/
+8
*
WebSocket Pepper API: Cleanup for more readability.
toyoshim@chromium.org
2012-03-13
1
-1
/
+1
*
WebSocket Pepper API: Implement extensions
toyoshim@chromium.org
2012-03-10
1
-2
/
+1
*
Add the array output C API.
brettw@chromium.org
2012-03-08
1
-0
/
+116
*
Fixed some TODO comments so they wouldn't show up in the docs.
jond@google.com
2012-03-07
2
-6
/
+9
*
Rename NaCl/pepper gamepad interface from _dev to stable
scottmg@chromium.org
2012-03-07
1
-16
/
+16
*
PPB_AudioInput_Dev: support multiple audio input devices - Part 1.
yzshen@chromium.org
2012-03-07
1
-32
/
+105
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-05
1
-7
/
+11
*
Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
1
-11
/
+7
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
1
-7
/
+11
*
Changed <code> to @code and </code> to @endcode (for formatting issues. Remov...
jond@google.com
2012-03-03
4
-18
/
+17
*
Fixing paths so that they pick up the variable for the pepper directory based...
jond@google.com
2012-03-02
1
-2
/
+2
*
Revise gamepad interface
scottmg@chromium.org
2012-03-01
1
-30
/
+32
*
Adds a printing proxy and example. This adds a printing example.
brettw@chromium.org
2012-02-29
1
-2
/
+2
*
Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
2
-0
/
+85
*
Revert 123696 - Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
2
-82
/
+47
*
Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
2
-47
/
+82
*
Modified the flash cipboard interface to add html clipboard support.
raymes@chromium.org
2012-02-24
1
-12
/
+38
*
Make PPB_NetworkList_Private immutable.
sergeyu@chromium.org
2012-02-24
2
-66
/
+125
*
Change to interface to M19, add a few more test cases to test_audio.
nfullagar@google.com
2012-02-24
1
-3
/
+4
*
Fixed some grammar.
jond@google.com
2012-02-24
1
-54
/
+67
*
Exposed Listen and Accept methods to in-process plugins.
ygorshenin@chromium.org
2012-02-22
1
-0
/
+87
*
GetBoundAddress will return the address that Bind actually bound to. If ther...
yzshen@chromium.org
2012-02-21
1
-4
/
+31
*
Add GetUsbKeyCode _Dev interface for Pepper key events
garykac@chromium.org
2012-02-21
1
-0
/
+74
*
Pepper: Add a function to PPB_Flash to check if a rect is topmost.
viettrungluu@chromium.org
2012-02-18
1
-4
/
+43
*
Updated grammar, added resource argument to all functions.
jond@google.com
2012-02-18
1
-57
/
+82
*
Work on improving PpbAudioConfig:RecommendSampleFrameCount
nfullagar@google.com
2012-02-18
1
-7
/
+38
*
Add PPB_NetworkList_Private interface.
sergeyu@chromium.org
2012-02-17
1
-0
/
+183
*
Changes for 'C' version of documentation files needed to generate new DevSite...
jond@google.com
2012-02-17
3
-32
/
+30
*
Rename PPB_Font to PPB_BrowserFont_Trusted.
brettw@chromium.org
2012-02-17
1
-0
/
+278
*
Updated documentation (added <code></code> and some other changes).
jond@google.com
2012-02-17
1
-42
/
+56
*
Minor changes as per Christians most-recent review of the docs.
jond@google.com
2012-02-16
3
-7
/
+8
*
Fixed grammar error and fixed problem with TODO items (changed to 'C' style c...
jond@google.com
2012-02-16
2
-8
/
+6
*
Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private ...
yzshen@chromium.org
2012-02-16
1
-2
/
+26
*
Implement device enumeration for PPB_VideoCapture_Dev.
yzshen@chromium.org
2012-02-15
1
-21
/
+69
*
Remove TODO in PPAPI input event interface files.
yzshen@chromium.org
2012-02-14
1
-5
/
+1
*
Added idl file for Pepper 3D.
alokp@chromium.org
2012-02-10
1
-121
/
+193
*
Move the charset inteface to "trusted" (we can't implement this efficiently
brettw@chromium.org
2012-02-09
1
-0
/
+124
*
PPB_NetAddress_Private: add getter methods for sockaddr.
yzshen@chromium.org
2012-02-09
1
-4
/
+37
*
Make inline c blocks non-greedy, and use to add pragma pack to gamepad structure
scottmg@chromium.org
2012-02-08
1
-1
/
+5
*
Fix some random comment problems that people have noticed.
brettw@chromium.org
2012-02-07
2
-12
/
+9
[next]