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
*
Remove srpcgen-diff test from scons
mcgrathr@chromium.org
2012-01-11
1
-14
/
+0
*
ppapi: Add presubmit check for .srpc file changes
mcgrathr@chromium.org
2012-01-10
1
-7
/
+23
*
Revert 117055 - Lift the 64K limit on SRPCs done in the proxy.
sehr@google.com
2012-01-10
15
-49
/
+55
*
Pepper gamepad support
scottmg@chromium.org
2012-01-10
13
-3
/
+425
*
Lift the 64K limit on SRPCs done in the proxy.
sehr@google.com
2012-01-10
15
-55
/
+49
*
Fix single release generation
noelallen@google.com
2012-01-10
4
-16
/
+71
*
Fix python scripts in src/ppapi/
maruel@chromium.org
2012-01-10
20
-113
/
+84
*
srpcgen: Open output files as binary
mcgrathr@chromium.org
2012-01-09
1
-2
/
+4
*
NaCl: Remove getpid() calls from the PPAPI proxy
mseaborn@chromium.org
2012-01-09
9
-32
/
+10
*
Make PPB_Flash_NetConnector interface name macro usage consistent with others.
wez@chromium.org
2012-01-09
2
-2
/
+3
*
Change IDL shim/wrapper generator to use version numbers in struct names.
jvoung@google.com
2012-01-08
2
-6
/
+5
*
chmod -x ppapi/api/dev/ppb_resource_array_dev.idl
msw@chromium.org
2012-01-07
1
-0
/
+0
*
Introduce PPB_ResourceArray_Dev.
yzshen@chromium.org
2012-01-07
19
-7
/
+636
*
Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-06
41
-597
/
+638
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
5
-5
/
+2
*
- Malloc the rng_desc in PnaclCoordinator to match the free from NaClDescUnref.
jvoung@google.com
2012-01-06
3
-24
/
+47
*
Proxy PPB_ArrayBuffer_Dev, make them work over Messaging
dmichael@chromium.org
2012-01-06
12
-76
/
+265
*
srpcgen: Use 'const char*' for string parameters
mcgrathr@chromium.org
2012-01-05
17
-47
/
+47
*
Update fullscreen test to use PPBView
nfullagar@google.com
2012-01-05
1
-17
/
+21
*
Line-ending fix
mcgrathr@chromium.org
2012-01-05
1
-44
/
+44
*
Check for the specific interface versions required in pp::Var.
wez@chromium.org
2012-01-05
1
-5
/
+5
*
Move srpcgen running out of scons and into its own script
mcgrathr@chromium.org
2012-01-05
3
-161
/
+227
*
Convert proxy callbacks to use TrackedCallback.
brettw@chromium.org
2012-01-05
8
-111
/
+57
*
Add tests for the page visibility, position, and clip in the new view API. Th...
brettw@chromium.org
2012-01-05
14
-35
/
+290
*
Fix build-break due to missed PPB thunk getter rename.
wez@chromium.org
2012-01-05
2
-2
/
+2
*
Update PPAPI IDL generator to define versioned structs, and unversioned typedef.
wez@chromium.org
2012-01-05
298
-859
/
+959
*
Convert ppapi/shared to use TrackedCallback.
brettw@chromium.org
2012-01-05
13
-157
/
+140
*
Use the new callback tracker and delete the old one
brettw@chromium.org
2012-01-04
3
-4
/
+46
*
Tweak the PPAPI IDL generator to wrap the generated-from comment if necessary.
wez@chromium.org
2012-01-04
8
-19
/
+33
*
Hook up page visibility to the View info for a plugin.
brettw@chromium.org
2012-01-04
2
-46
/
+58
*
New CPP docs for mouse lock and fullscreen. The docs are identical to those f...
jond@google.com
2012-01-04
2
-28
/
+112
*
Switch a number of code and header files from DOS to Unix line-endings.
wez@chromium.org
2012-01-04
17
-2451
/
+2451
*
Revert 116281 - Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-04
41
-636
/
+596
*
Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-04
41
-596
/
+636
*
Fix nacl tests for new instance interface.
brettw@chromium.org
2012-01-03
2
-6
/
+2
*
Change the DidChangeView update to take a new ViewChanged resource.
brettw@chromium.org
2012-01-03
72
-2116
/
+3327
*
Fixed coverity resource leaks
groby@chromium.org
2011-12-30
1
-4
/
+4
*
Coverity fixes for uninitialized vars
groby@chromium.org
2011-12-29
3
-5
/
+3
*
Move the tracked completion callback code into shared impl.
brettw@chromium.org
2011-12-29
13
-2
/
+672
*
Move net/base/sys_byteorder.h to base/sys_byteorder.h
isherman@chromium.org
2011-12-28
1
-1
/
+1
*
Remove references to headers not in TC.
noelallen@google.com
2011-12-28
5
-11
/
+13
*
WebSocket Pepper API: ArrayBuffer support
toyoshim@chromium.org
2011-12-28
2
-36
/
+123
*
Fixed coverity bug
groby@chromium.org
2011-12-22
1
-0
/
+1
*
Added test for disallowed nacl sockets switch.
ygorshenin@google.com
2011-12-22
5
-0
/
+131
*
Fixed coverity uninit bugs
groby@chromium.org
2011-12-22
2
-4
/
+2
*
Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.
dmichael@chromium.org
2011-12-22
38
-68
/
+410
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-1
/
+3
*
Coverity: Fix leaks.
jhawkins@chromium.org
2011-12-21
1
-2
/
+4
*
Fixed misspelled word in ppb_image_data. Updated/rewrote docs in the other th...
jond@google.com
2011-12-21
8
-80
/
+150
*
Coverity; Fixing pass by value bugs.
dpapad@chromium.org
2011-12-21
2
-4
/
+4
[next]