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
*
Modified the pepper file chooser API to support filtering files by extensions.
raymes@chromium.org
2012-05-30
4
-18
/
+17
*
Coverity: Fix pass by value error in IMEInputEvent_Dev.
kmadhusu@chromium.org
2012-05-24
2
-2
/
+2
*
Test for Pepper IME events.
kinaba@chromium.org
2012-05-21
2
-30
/
+113
*
Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu...
tsepez@chromium.org
2012-05-10
2
-22
/
+3
*
Pepper (Flash): Make pp::flash::Flash::InvokePrinting() return a bool.
viettrungluu@chromium.org
2012-05-08
2
-2
/
+4
*
Pepper: Make users of pp:NetworkMonitorPrivate less likely to leak resources.
viettrungluu@chromium.org
2012-05-08
2
-3
/
+4
*
Add AllowSuddenTermination to API. This provide means for plugins to let us k...
tsepez@chromium.org
2012-05-07
2
-3
/
+22
*
Work around linker error of multiple definitions of pp::BlockUntilComplete.
scottmg@google.com
2012-05-04
2
-14
/
+5
*
[NaCl] Fix NaCl SDK builder and PPAPI scons build.
binji@chromium.org
2012-05-03
1
-1
/
+1
*
Add a C++ wrapper for the InvokePrinting function
brettw@chromium.org
2012-05-02
2
-9
/
+15
*
Add an API to determine if the system will support acceleration
brettw@chromium.org
2012-05-02
2
-169
/
+100
*
Fix small error in code in comment for PostMessage usage. No functional chang...
elijahtaylor@chromium.org
2012-04-27
1
-1
/
+1
*
Inserted missing documentation for parameters. Also fixed a confusing sentenc...
jond@google.com
2012-04-26
2
-3
/
+7
*
Fixed tests for UDP sockets.
ygorshenin@chromium.org
2012-04-26
2
-19
/
+26
*
WebSocket Pepper API: the second Close() should not return error code.
toyoshim@chromium.org
2012-04-25
1
-1
/
+1
*
Set svn:executable bit on scripts that are executable.
maruel@chromium.org
2012-04-23
1
-2
/
+2
*
Fix typo.
brettw@chromium.org
2012-04-17
1
-2
/
+2
*
Add a way to implement GetInterface in the broker.
brettw@chromium.org
2012-04-13
2
-3
/
+25
*
Add a Flash API to get the device ID.
brettw@chromium.org
2012-04-13
2
-32
/
+96
*
Fix IsBaseOf in output_traits.h.
yzshen@chromium.org
2012-04-12
2
-5
/
+8
*
This adds the following to functions to the ppapi TCPSocket interface:
raymes@chromium.org
2012-04-12
4
-51
/
+132
*
Fix line endings in ppapi. No code change.
brettw@chromium.org
2012-04-11
2
-87
/
+87
*
PPAPI: Clean up documentation for InstanceHandle and PASS_REF
jond@google.com
2012-04-10
2
-27
/
+47
*
Hook up the file chooser proxy 0.6
brettw@chromium.org
2012-04-09
1
-0
/
+1
*
Add new MouseCursor interface for setting the mouse cursor.
brettw@chromium.org
2012-04-08
2
-0
/
+87
*
Change the cpp wrappers of audio input/video capture to use CompletionCallbac...
yzshen@chromium.org
2012-04-05
9
-232
/
+117
*
Add the PPAPI X509 Certificate interface and implementation.
raymes@chromium.org
2012-04-04
2
-0
/
+91
*
pass CompletionCallbacks by reference (resubmitting https://chromiumcoderevie...
tbreisacher@chromium.org
2012-04-02
2
-6
/
+6
*
Check explicitly for version 1.0 PPB_File* interfaces in pp::File* wrappers.
wez@chromium.org
2012-03-31
3
-51
/
+53
*
Revert 129994 - Pass CompletionCallbacks by reference
tbreisacher@chromium.org
2012-03-30
2
-6
/
+6
*
Pass CompletionCallbacks by reference
tbreisacher@chromium.org
2012-03-30
2
-6
/
+6
*
Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.
viettrungluu@chromium.org
2012-03-28
2
-100
/
+0
*
Cleaned up documentation (standard documentation rewrite).
jond@google.com
2012-03-27
1
-57
/
+82
*
New file chooser interface that uses the new PP_ArrayOutput feature. This als...
brettw@chromium.org
2012-03-26
7
-45
/
+151
*
Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.
sergeyu@chromium.org
2012-03-22
2
-7
/
+91
*
Check for specific PPB interface versions in the C++ wrappers for Graphics2D,...
wez@chromium.org
2012-03-22
9
-141
/
+142
*
Check for specific PPB versions in pp::Fullscreen, pp::Audio and pp::Graphics...
wez@chromium.org
2012-03-21
3
-34
/
+32
*
Add NetworkListObserver utility class.
sergeyu@chromium.org
2012-03-21
2
-14
/
+18
*
Added C++ wrappers for PPB_HostResolver_Private interface.
ygorshenin@chromium.org
2012-03-21
2
-0
/
+117
*
PPAPI: Remove out-dated or unnecessary TODOs from public files.
dmichael@chromium.org
2012-03-21
1
-5
/
+0
*
Revert 127797 - Add NetworkListObserver utility class.
sergeyu@chromium.org
2012-03-20
2
-18
/
+14
*
Add NetworkListObserver utility class.
sergeyu@chromium.org
2012-03-20
2
-14
/
+18
*
Check explicitly for PPB_WebSocket v1.0 in pp::WebSocket wrapper.
wez@chromium.org
2012-03-17
1
-28
/
+28
*
Check explicitly for PPB_MouseLock v1.0 in pp::MouseLock.
wez@chromium.org
2012-03-17
1
-7
/
+7
*
Check explicitly for PPB_VarArrayBuffer v1.0 in C++ wrapper.
wez@chromium.org
2012-03-16
1
-10
/
+10
*
Pepper IME API for surrounding text retrieval.
kinaba@chromium.org
2012-03-15
2
-21
/
+107
*
Add C++ wrappers for output parameters.
brettw@chromium.org
2012-03-14
4
-1
/
+621
*
Added CPP wrapper for PPB_TCPServerSocket_Private.
ygorshenin@chromium.org
2012-03-13
4
-2
/
+106
*
Pepper: Make C++ wrappers for PPB_NetAddress_Private backwards compatible.
viettrungluu@chromium.org
2012-03-07
1
-40
/
+73
*
Fixed some TODO comments so they wouldn't show up in the docs.
jond@google.com
2012-03-07
1
-6
/
+5
[next]