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
*
Remove CommandBuffer::GetState
piman@chromium.org
2014-04-30
5
-41
/
+0
*
Move IPC::MessageFilter and router to a separate file
dmichael@chromium.org
2014-04-25
5
-10
/
+16
*
Implement ManifestService::StartupInitializationComplete().
hidehiko@chromium.org
2014-04-23
1
-0
/
+3
*
GPU/Pepper: Always return -1 for ID when we return a NULL buffer.
epenner@chromium.org
2014-04-23
1
-0
/
+1
*
Add test to make sure if PPB_Audio_Shared::StartThread() works.
hidehiko@chromium.org
2014-04-21
1
-0
/
+2
*
Clean up Pepper file system resource unit test.
bbudge@chromium.org
2014-04-18
1
-17
/
+23
*
Allow the plugin to set an empty tickmarks array to clear tickmarks
raymes@chromium.org
2014-04-16
1
-3
/
+2
*
More removal of GTK code.
erg@chromium.org
2014-04-15
2
-20
/
+0
*
Pepper: Make it possible to pass external file systems to NaCl modules.
thestig@chromium.org
2014-04-11
3
-16
/
+25
*
Refactor around start up of the plugin.
hidehiko@chromium.org
2014-04-09
4
-465
/
+0
*
Moves ppapi/nacl_irt/{README,irt_ppapi.h} to ppapi/nacl_irt/public.
hidehiko@chromium.org
2014-04-04
2
-2
/
+2
*
Remove Dev permission check from TextInputController.
nona@chromium.org
2014-04-03
1
-8
/
+0
*
Remove unused PPB_Graphics2D_Dev interface
raymes@google.com
2014-04-03
4
-35
/
+4
*
Refactor gpu::Buffer to allow different types of backing
piman@chromium.org
2014-04-02
2
-5
/
+5
*
Remove CommandBuffer::GetTransferBuffer.
piman@chromium.org
2014-04-01
7
-133
/
+50
*
Add a PPB_Find_Private function to set the tickmarks on the page.
raymes@chromium.org
2014-03-30
3
-0
/
+33
*
Pepper: organize ppapi VideoDecoder messages.
bbudge@chromium.org
2014-03-26
1
-73
/
+73
*
Replace --ppapi-keep-alive-throttle command line switch with IPC parameter.
scheib@chromium.org
2014-03-26
4
-35
/
+15
*
Pass string PP_Vars to JS as string primitives
raymes@chromium.org
2014-03-26
1
-1
/
+1
*
Rename PPB_Find_Dev to PPB_Find_Private
raymes@chromium.org
2014-03-26
3
-14
/
+14
*
GPU: Reference count gpu::Buffer.
epenner@chromium.org
2014-03-26
2
-30
/
+23
*
Add IsCrashReportingEnabled call to Pepper UMA API
elijahtaylor@chromium.org
2014-03-21
3
-0
/
+31
*
Fix DCHECK errors on non-SFI mode.
hidehiko@chromium.org
2014-03-20
1
-1
/
+5
*
Revert of Add very simple loading test for non-SFI NaCl. (https://codereview....
pneubeck@chromium.org
2014-03-20
1
-5
/
+1
*
Add very simple loading test for non-SFI NaCl.
hidehiko@chromium.org
2014-03-20
1
-1
/
+5
*
This proxies PPB_Find_Dev so that it can be used out of process. It also adds...
raymes@google.com
2014-03-20
6
-3
/
+227
*
Move Blink dependency out of plugin proxy code.
bbudge@chromium.org
2014-03-18
1
-13
/
+5
*
Revert 257743 "Add very simple loading test for non-SFI NaCl."
yzshen@chromium.org
2014-03-18
1
-5
/
+1
*
Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...
jbauman@chromium.org
2014-03-18
5
-48
/
+91
*
Add very simple loading test for non-SFI NaCl.
hidehiko@chromium.org
2014-03-18
1
-1
/
+5
*
Fix "unreachable code" warnings (MSVC warning 4702) in ppapi/.
pkasting@chromium.org
2014-03-18
1
-2
/
+2
*
Revert of Add very simple loading test for non-SFI NaCl. (https://codereview....
sadrul@chromium.org
2014-03-14
1
-5
/
+1
*
Add very simple loading test for non-SFI NaCl.
hidehiko@chromium.org
2014-03-14
1
-1
/
+5
*
Revert of Replace --ppapi-keep-alive-throttle command line switch with IPC pa...
thakis@chromium.org
2014-03-14
4
-15
/
+35
*
Replace --ppapi-keep-alive-throttle command line switch with IPC parameter.
scheib@chromium.org
2014-03-14
4
-35
/
+15
*
Revert of Replace --ppapi-keep-alive-throttle command line switch with IPC pa...
jochen@chromium.org
2014-03-12
4
-15
/
+35
*
Replace --ppapi-keep-alive-throttle command line switch with IPC parameter.
scheib@chromium.org
2014-03-12
4
-35
/
+15
*
Split the PNaCl IRT shim into 3 pieces, and include one piece into IRT.
jvoung@google.com
2014-03-09
2
-2
/
+16
*
Ensure that pepper plugins honor the GPU H/W video decode blacklist and the d...
ananta@chromium.org
2014-03-07
2
-0
/
+4
*
Add new PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0 pepper interface.
jbauman@chromium.org
2014-03-06
1
-1
/
+5
*
Encrypted Media: Use uint32 for systemCode in SessionError.
xhwang@chromium.org
2014-03-04
2
-5
/
+5
*
Fix "defined but not used" warning in ppapi/proxy/ppb_instance_proxy.cc
mseaborn@chromium.org
2014-03-03
1
-0
/
+2
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
1
-1
/
+1
*
Revert "Pepper: Fix channel init in ProxyChannel."
dmichael@chromium.org
2014-02-27
5
-26
/
+25
*
Pepper: Dispatcher cleanup nits.
teravest@chromium.org
2014-02-26
4
-28
/
+8
*
Pepper: Fix channel init in ProxyChannel.
teravest@chromium.org
2014-02-26
5
-25
/
+26
*
Remove early-return and unreached code in TCPSocketResourceBase::AddChainBuil...
raymes@chromium.org
2014-02-26
1
-25
/
+6
*
[PPAPI][MediaStream] Support configure for video input.
penghuang@chromium.org
2014-02-26
4
-6
/
+77
*
Pepper: Get rid of UNPROXIED_IFACE.
teravest@chromium.org
2014-02-24
1
-0
/
+4
*
Connect PPAPI IPC channels for non-SFI mode.
hidehiko@chromium.org
2014-02-21
3
-12
/
+78
[next]