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
*
WebSocket Pepper API: fix wrong return code on thunk
toyoshim@chromium.org
2012-01-18
1
-2
/
+2
*
Added bounds checks to the URLLoader prefetch buffer threshhold.
raymes@chromium.org
2012-01-17
2
-2
/
+36
*
Pepper/Flapper: Add C++ wrappers for PPB_Flash_Clipboard.
viettrungluu@chromium.org
2012-01-14
3
-0
/
+120
*
Adding functionality to print PDF embedded in the html page.
gene@chromium.org
2012-01-13
1
-0
/
+3
*
Fixed capitalization of error codes as per bug here:
jond@google.com
2012-01-13
6
-16
/
+16
*
Add NaCl proxy for pepper gamepad
scottmg@chromium.org
2012-01-13
16
-2
/
+196
*
Fixed a couple warnings that came up during doxygen generation. Changed <code...
jond@google.com
2012-01-13
2
-4
/
+4
*
Needed to add an @file introduction and a class introduction.
jond@google.com
2012-01-13
1
-1
/
+7
*
Lift the 64K message size limit for postMessage to/from NativeClient.
sehr@google.com
2012-01-13
15
-57
/
+51
*
Initialized rv to 0 to fix -Wmaybe-uninitialized warning.
asharif@chromium.org
2012-01-13
1
-2
/
+2
*
PPAPI: Implement operator= for FileChooser_Trusted.
viettrungluu@chromium.org
2012-01-13
2
-4
/
+14
*
Revert 117561 - Add NaCl proxy for pepper gamepad
scottmg@google.com
2012-01-13
15
-195
/
+2
*
Add NaCl proxy for pepper gamepad
scottmg@chromium.org
2012-01-13
15
-2
/
+195
*
Fix incorrectly resolved conflict, and add error message for missing sources.
noelallen@google.com
2012-01-13
5
-9
/
+17
*
Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...
fischman@chromium.org
2012-01-13
10
-63
/
+32
*
Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.
dmichael@chromium.org
2012-01-12
25
-219
/
+325
*
WebSocket Pepper API: add a unit test for the bufferedAmount property
toyoshim@chromium.org
2012-01-12
2
-5
/
+68
*
Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...
tommi@chromium.org
2012-01-12
25
-320
/
+219
*
Make it possible to have 1 PpapiGlobals per thread. Update unit tests.
dmichael@chromium.org
2012-01-12
25
-219
/
+320
*
WebSocket Pepper API: add interfaces to handle binaryType attribute
toyoshim@chromium.org
2012-01-12
6
-31
/
+180
*
Fixed lint errors
jond@google.com
2012-01-11
1
-2
/
+2
*
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
[next]