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
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace base::Tuple in //ppapi with std::tuple
tzik
2016-03-08
1
-15
/
+17
*
Update ppapi to not use linked_ptr or ScopedVector
mdempsky
2016-02-01
2
-14
/
+12
*
Switch to standard integer types in ppapi/.
avi
2015-12-23
10
-16
/
+26
*
Convert Pass()→std::move() in //ppapi
dcheng
2015-12-18
1
-5
/
+3
*
Run gn --format over all .gn files
agrieve
2015-11-20
1
-2
/
+2
*
ppapi: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-12
3
-30
/
+27
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
1
-2
/
+2
*
Move Tuple to base namespace.
brettw
2015-05-29
1
-13
/
+15
*
Update {virtual,override} to follow C++11 style in ppapi.
nick
2015-04-23
4
-24
/
+22
*
Test for net::ERR_ICANN_NAME_COLLISION in other places that check host resolo...
eroman
2015-03-27
1
-0
/
+1
*
Split apart the PPAPI GN targets
brettw
2015-02-14
1
-0
/
+44
*
Update legacy Tuple-using code.
Avi Drissman
2014-12-22
1
-11
/
+13
*
PPAPI: Make CreateResourceHost take PP_Resource
dmichael
2014-11-19
3
-10
/
+12
*
replace OVERRIDE and FINAL with override and final in ppapi/
mostynb
2014-10-06
4
-12
/
+12
*
Adding tracking to verify the theory that jankiness of ExtensionMessageFilter...
vadimt
2014-09-25
1
-3
/
+3
*
Pepper UDP socket: buffer received packets in the plugin process to improve p...
yzshen
2014-09-17
1
-0
/
+4
*
[PPAPI] Compositor API implementation.
penghuang@chromium.org
2014-06-16
2
-0
/
+5
*
Revert 277208 "[PPAPI] Compositor API implementation."
tzik@chromium.org
2014-06-16
2
-5
/
+0
*
[PPAPI] Compositor API implementation.
penghuang@chromium.org
2014-06-14
2
-0
/
+5
*
[PPAPI] Add media stream video track output API
ronghuawu@chromium.org
2014-05-05
2
-0
/
+5
*
Refactor some ResourceMessageReply usages.
bbudge@chromium.org
2014-04-14
2
-2
/
+5
*
Refactor base/safe_numerics.h
jschuh@chromium.org
2014-01-17
1
-2
/
+2
*
[PPAPI] Implement media stream video track API
penghuang@chromium.org
2014-01-16
2
-1
/
+24
*
Pepper: always delete ResourceMessageFilter objects on the creation thread.
yzshen@chromium.org
2013-11-19
3
-60
/
+120
*
Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330
bbudge@chromium.org
2013-11-04
1
-5
/
+7
*
Remove unused IPC::Message priority.
bbudge@chromium.org
2013-10-28
1
-7
/
+5
*
Add newlines to the end of files where they were missing
hans@chromium.org
2013-09-12
1
-1
/
+1
*
Pepper: avoid posting unnecessary tasks in ResourceMessageFilter.
yzshen@chromium.org
2013-08-08
1
-5
/
+10
*
Pepper: Hook up the in-process router for browser.
teravest@chromium.org
2013-07-31
4
-7
/
+56
*
PPAPI: Remove references to content from ppapi/host
dmichael@chromium.org
2013-07-31
2
-23
/
+11
*
Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...
avi@chromium.org
2013-07-18
2
-2
/
+2
*
add missing headers in ppapi/*
mostynb@opera.com
2013-07-15
1
-0
/
+1
*
Implement PPB_UDPSocket_Dev: part 2
yzshen@chromium.org
2013-06-19
1
-1
/
+2
*
Pepper: Add initial browser host for FileRef.
teravest@chromium.org
2013-06-18
2
-0
/
+13
*
Add some network-related PP_Error codes and conversion function to map net::E...
yzshen@chromium.org
2013-06-15
3
-0
/
+98
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
2
-2
/
+2
*
Allow renderer to create pepper ResourceHosts in the browser
raymes@chromium.org
2013-06-07
2
-10
/
+37
*
Add simple hand-rolled RTTI for Pepper ResourceHosts
raymes@chromium.org
2013-06-06
2
-2
/
+17
*
Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-1
/
+1
*
ppapi: Use base::MessageLoop.
xhwang@chromium.org
2013-05-06
2
-9
/
+8
*
PPAPI: Destroy HostResource after removal from host map
dmichael@chromium.org
2013-05-01
1
-0
/
+6
*
Apps V2 in Pepper: Host side implementation of ExntensionsCommon - Part 1.
yzshen@chromium.org
2013-03-29
1
-6
/
+6
*
Add traces to PluginResource/PpapiHost "generic" IPCs
piman@chromium.org
2013-03-27
1
-0
/
+15
*
Pepper: Use shared memory for ArrayBufferVar.
teravest@chromium.org
2013-03-19
4
-1
/
+90
*
Remove InstanceMessageFilter
raymes@chromium.org
2013-01-03
4
-90
/
+1
*
Ensure that all resources are torn down before the routing.
brettw@chromium.org
2012-12-21
1
-0
/
+4
*
Refactor 4 PPB_Flash functions to the new PPAPI resource model.
raymes@chromium.org
2012-12-19
2
-0
/
+6
*
Introduce MessageFilterHost for Pepper ResourceHosts.
raymes@google.com
2012-12-18
2
-0
/
+64
*
Add ability to create pending resource hosts.
brettw@chromium.org
2012-12-05
4
-1
/
+67
*
Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.
brettw@chromium.org
2012-11-29
3
-5
/
+7
[next]