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
Commit message (
Expand
)
Author
Age
Files
Lines
*
PPAPI: Clean up documentation for InstanceHandle and PASS_REF
jond@google.com
2012-04-10
2
-27
/
+47
*
Add a Pepper IME API 0.2 header to all_c_includes.h.
kinaba@chromium.org
2012-04-10
1
-0
/
+1
*
Don't set_unblock IPC messages that are replies
jhorwich@chromium.org
2012-04-09
1
-1
/
+5
*
Hook up the file chooser proxy 0.6
brettw@chromium.org
2012-04-09
6
-31
/
+8
*
Add new MouseCursor interface for setting the mouse cursor.
brettw@chromium.org
2012-04-08
52
-892
/
+971
*
Add the plugin to the SDK
noelallen@google.com
2012-04-07
1
-0
/
+5
*
PPAPI: Refactor ppapi test callbacks to ease testing blocking callbacks.
dmichael@chromium.org
2012-04-07
14
-298
/
+423
*
Implemented the function which converts a Chrome X509Certificate into a peppe...
raymes@chromium.org
2012-04-05
3
-17
/
+128
*
Instrument NaCl's plugin to generate a crash dump to help diagnose in-the-fie...
ncbray@google.com
2012-04-05
2
-1
/
+20
*
Update PPB_AudioInput_Shared to work with the new format of the shared memory...
yzshen@chromium.org
2012-04-05
3
-4
/
+19
*
Change the cpp wrappers of audio input/video capture to use CompletionCallbac...
yzshen@chromium.org
2012-04-05
12
-263
/
+220
*
Expose some ppapi structs/functions to other components
fsamuel@chromium.org
2012-04-05
1
-13
/
+17
*
Make sure that scoped_ptr<> cannot be used with ref-counted objects.
sergeyu@chromium.org
2012-04-05
1
-2
/
+2
*
Ppapi audio: don't terminate thread on all negative pending_data.
ihf@chromium.org
2012-04-05
2
-3
/
+8
*
Add the PPAPI X509 Certificate interface and implementation.
raymes@chromium.org
2012-04-04
27
-2
/
+1054
*
Port some nacl_integration tests to use autogenerated NMF
jvoung@google.com
2012-04-03
78
-439
/
+127
*
Support for ARM NaCl untrusted runtime build.
olonho@google.com
2012-04-03
2
-3
/
+45
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
1
-1
/
+1
*
PpapiCommandBufferProxy implements CommandBufferProxy.
fsamuel@chromium.org
2012-04-02
2
-7
/
+73
*
Added RTF support to pepper API.
raymes@chromium.org
2012-04-02
5
-18
/
+104
*
Update image data test to write into mapped pixel data.
nfullagar@google.com
2012-04-02
1
-10
/
+17
*
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
*
NaCl: Remove unused dependencies on libX11 and libXt
mseaborn@chromium.org
2012-03-29
2
-3
/
+1
*
Fix refcounting error in file chooser.
brettw@chromium.org
2012-03-29
1
-4
/
+0
*
Add ShareGroup to GLES2Implemenation
gman@chromium.org
2012-03-29
2
-0
/
+2
*
Close shm in image data destructor
nfullagar@google.com
2012-03-29
1
-0
/
+4
*
Updated PpapiCommandBufferProxy to take a ChannelError callback (same signatu...
fsamuel@chromium.org
2012-03-28
2
-0
/
+18
*
Pass correct parameters in NaCl proxy for CreateFromIPv[46]Address.
sergeyu@chromium.org
2012-03-28
1
-4
/
+2
*
Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...
wez@chromium.org
2012-03-28
1
-9
/
+11
*
Add ShareGroup stub
gman@chromium.org
2012-03-28
2
-0
/
+2
*
Fix warning-as-error for NaCl integration
nfullagar@google.com
2012-03-28
1
-0
/
+2
*
Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.
viettrungluu@chromium.org
2012-03-28
19
-667
/
+0
*
Pass PP_CompletionCallback by reference
tbreisacher@chromium.org
2012-03-28
4
-15
/
+19
*
Move gpu hash_tables and atomicops stuff
gman@chromium.org
2012-03-28
2
-0
/
+2
*
PPAPI: Add @File description to completion_callback_factory.
jond@google.com
2012-03-27
1
-0
/
+3
*
Cleaned up documentation (standard documentation rewrite).
jond@google.com
2012-03-27
3
-72
/
+97
*
Add nacl.scons
nfullagar@google.com
2012-03-27
1
-0
/
+44
*
Notify tabs when the user presses ESC to exit tab-fullscreen mode.
bbudge@chromium.org
2012-03-27
1
-2
/
+2
*
New file chooser interface that uses the new PP_ArrayOutput feature. This als...
brettw@chromium.org
2012-03-26
28
-172
/
+797
*
NaCl proxy for PPB_NetAddress_Private_1_1
sergeyu@chromium.org
2012-03-26
9
-0
/
+332
*
WebSocket Pepper API: fix data corruption at ReceiveMessage in NaCl
toyoshim@chromium.org
2012-03-26
3
-1
/
+56
*
Revert 128763 - Broke pnacl SDK
rsleevi@chromium.org
2012-03-24
9
-332
/
+0
*
NaCl proxy for PPB_NetAddress_Private_1_1
sergeyu@chromium.org
2012-03-24
9
-0
/
+332
*
Fix warning as error, check struct size.
nfullagar@google.com
2012-03-24
1
-1
/
+7
*
Added a pepper test for SSLHandshake. This starts an SSL server which the tes...
raymes@chromium.org
2012-03-23
5
-3
/
+50
*
Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.
sergeyu@chromium.org
2012-03-22
8
-102
/
+309
*
Revert 128266 - Added a pepper test for SSLHandshake. This starts an SSL serv...
gman@chromium.org
2012-03-22
5
-50
/
+3
[next]