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
/
proxy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add mkwst@chromium.org to IPC OWNERS files.
mkwst
2014-10-09
1
-0
/
+1
*
replace OVERRIDE and FINAL with override and final in ppapi/
mostynb
2014-10-06
90
-664
/
+664
*
gpu: Remove Echo and SwapCompletion GL interfaces
sievers
2014-10-02
2
-5
/
+0
*
PPAPI: Never re-enter JavaScript for PostMessage.
dmichael
2014-09-29
6
-32
/
+46
*
Revert of PPAPI: Never re-enter JavaScript for PostMessage. (patchset #5 id:8...
dmichael
2014-09-26
6
-33
/
+31
*
PPAPI: Never re-enter JavaScript for PostMessage.
dmichael
2014-09-25
6
-31
/
+33
*
Adding tracking to verify the theory that jankiness of ExtensionMessageFilter...
vadimt
2014-09-25
1
-1
/
+0
*
Revert of PPAPI: Never re-enter JavaScript for PostMessage. (patchset #4 id:6...
bbudge
2014-09-24
6
-33
/
+31
*
PPAPI: Disallow blocking callbacks while handling a blocking message
dmichael
2014-09-24
3
-3
/
+25
*
PPAPI: Never re-enter JavaScript for PostMessage.
dmichael
2014-09-24
6
-31
/
+33
*
PPAPI: Fix GetBrowserInterface race conditions
dmichael
2014-09-18
6
-43
/
+82
*
PPAPI: Make PPP_MessageHandler work in PNaCl
Dave Michael
2014-09-17
5
-10
/
+160
*
Pepper UDP socket: buffer received packets in the plugin process to improve p...
yzshen
2014-09-17
6
-83
/
+196
*
Revert of PPAPI: Fix GetBrowserInterface race conditions (patchset #6 id:1000...
raymes
2014-09-15
6
-66
/
+43
*
PPAPI: Fix GetBrowserInterface race conditions
dmichael
2014-09-13
6
-43
/
+66
*
PPAPI: Make CallWhileUnlocked more permissive.
dmichael
2014-09-11
3
-12
/
+9
*
Pepper: Stop using SRPC for irt_open_resource().
Justin TerAvest
2014-09-10
2
-5
/
+11
*
When use the Pepper MapTexSubImage2DCHROMIUM() and the Compositor API togethe...
penghuang
2014-09-09
8
-49
/
+99
*
Add wfh@chromium.org to ipc OWNERS files
Will Harris
2014-09-08
1
-0
/
+1
*
Update Pepper interface for EME
jrummell
2014-09-08
5
-31
/
+369
*
Replace NPObject usage in ppapi with gin
raymes
2014-09-04
1
-6
/
+6
*
Revert of Replace NPObject usage in ppapi with gin (patchset #28 id:540001 of...
raymes
2014-09-03
1
-6
/
+6
*
Replace NPObject usage in ppapi with gin
raymes
2014-09-01
1
-6
/
+6
*
Manual fixups in PPAPI for scoped_refptr operator T* removal.
dcheng
2014-08-29
1
-1
/
+1
*
Revert of Replace NPObject usage in ppapi with gin (patchset #27 of https://c...
raymes
2014-08-29
1
-6
/
+6
*
Replace NPObject usage in ppapi with gin
raymes
2014-08-29
1
-6
/
+6
*
Remove cevans@ from OWNERS files.
thestig
2014-08-29
1
-1
/
+0
*
Revert of Replace NPObject usage in ppapi with gin (patchset #26 of https://c...
raymes
2014-08-28
1
-6
/
+6
*
Replace NPObject usage in ppapi with gin
raymes
2014-08-28
1
-6
/
+6
*
Revert of Remove unused PPB_View_Dev (patchset #3 of https://codereview.chrom...
dmichael
2014-08-27
1
-0
/
+1
*
Remove unused PPB_View_Dev
raymes
2014-08-27
1
-1
/
+0
*
Remove implicit conversions from scoped_refptr to T* in ppapi/
Daniel Cheng
2014-08-26
12
-27
/
+27
*
Pepper: PPB_VideoDecoder software-only mode.
bbudge
2014-08-23
4
-13
/
+31
*
Pepper: Make pending_sync_msgs_ local to IO thread.
teravest@chromium.org
2014-08-21
3
-75
/
+20
*
[PPAPI] Add target param for CompositorLayer::SetTexture().
penghuang@chromium.org
2014-08-15
3
-1
/
+25
*
Add test support for transition from NPObject to gin bindings for Pepper
raymes@chromium.org
2014-08-11
1
-1
/
+7
*
PPAPI: Revive ppp_messaging_proxy_perftest
dmichael@chromium.org
2014-08-08
1
-5
/
+10
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
Support configuring the audio buffer duration in the Pepper MediaStream API.
amistry@chromium.org
2014-07-31
2
-1
/
+4
*
Make IPC macros work with -Wunused-local-typedefs.
thakis@chromium.org
2014-07-29
1
-1
/
+1
*
Add PPAPI interface for OpenGL ES 2.0 Vertex Array Objects.
zork@chromium.org
2014-07-17
1
-0
/
+3
*
Pepper: Change PPB_VideoDecoder::Reset behavior so plugin always manages text...
bbudge@chromium.org
2014-07-16
1
-4
/
+5
*
Remove return value for PpapiHostMsg_PPBVar_AddRefObject
jbauman@chromium.org
2014-07-14
4
-8
/
+5
*
Pepper: Make sure 'out' params are initialized for all code paths.
bbudge@chromium.org
2014-07-11
1
-3
/
+7
*
Ensures that input Pepper Flash supports the newly added AudioBus interface.
henrika@chromium.org
2014-07-10
3
-22
/
+72
*
Pepper: Initialize PP_ImageDataDesc when creating ImageData.
bbudge@chromium.org
2014-07-10
1
-1
/
+3
*
Fixes for re-enabling more MSVC level 4 warnings: ppapi/ edition
pkasting@chromium.org
2014-07-09
2
-3
/
+3
*
Add support for strong future sync points.
jbauman@chromium.org
2014-07-01
5
-0
/
+58
*
Move PPB_TrueTypeFont_Dev host from renderer to browser.
bbudge@chromium.org
2014-06-26
3
-33
/
+81
*
Export ResourceMessageParams::SerializedHandles
hans@chromium.org
2014-06-26
1
-1
/
+1
[next]