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
/
c
/
private
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the PPAPI X509 Certificate interface and implementation.
raymes@chromium.org
2012-04-04
1
-0
/
+172
*
Added RTF support to pepper API.
raymes@chromium.org
2012-04-02
1
-4
/
+15
*
Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.
viettrungluu@chromium.org
2012-03-28
1
-46
/
+0
*
Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.
sergeyu@chromium.org
2012-03-22
1
-7
/
+48
*
Add a private PPB_Talk_Private interface.
varunjain@chromium.org
2012-03-19
1
-0
/
+58
*
HostResolver is exposed to plugin.
ygorshenin@chromium.org
2012-03-15
1
-0
/
+118
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-05
1
-7
/
+11
*
Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
1
-11
/
+7
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
1
-7
/
+11
*
Modified the flash cipboard interface to add html clipboard support.
raymes@chromium.org
2012-02-24
1
-12
/
+38
*
Make PPB_NetworkList_Private immutable.
sergeyu@chromium.org
2012-02-24
2
-66
/
+125
*
Exposed Listen and Accept methods to in-process plugins.
ygorshenin@chromium.org
2012-02-22
1
-0
/
+87
*
GetBoundAddress will return the address that Bind actually bound to. If ther...
yzshen@chromium.org
2012-02-21
1
-4
/
+31
*
Pepper: Add a function to PPB_Flash to check if a rect is topmost.
viettrungluu@chromium.org
2012-02-18
1
-4
/
+43
*
Add PPB_NetworkList_Private interface.
sergeyu@chromium.org
2012-02-17
1
-0
/
+183
*
Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private ...
yzshen@chromium.org
2012-02-16
1
-2
/
+26
*
PPB_NetAddress_Private: add getter methods for sockaddr.
yzshen@chromium.org
2012-02-09
1
-4
/
+37
*
Introduce PPB_Flash_MessageLoop interface for Pepper Flash.
yzshen@chromium.org
2012-01-31
1
-0
/
+94
*
Adding new png resource for page indicator background (2/2)
dpapad@chromium.org
2012-01-24
1
-1
/
+2
*
Repeat performance for 118553 -- Add nacl private interface and state
sehr@google.com
2012-01-21
1
-1
/
+5
*
Revert 118553 - Add nacl private interface and state for process creation.
sehr@google.com
2012-01-21
1
-6
/
+2
*
Add nacl private interface and state for process creation.
sehr@google.com
2012-01-20
1
-2
/
+6
*
Adding functionality to print PDF embedded in the html page.
gene@chromium.org
2012-01-13
1
-0
/
+3
*
Make PPB_Flash_NetConnector interface name macro usage consistent with others.
wez@chromium.org
2012-01-09
1
-1
/
+2
*
Update PPAPI IDL generator to define versioned structs, and unversioned typedef.
wez@chromium.org
2012-01-05
12
-35
/
+60
*
Tweak the PPAPI IDL generator to wrap the generated-from comment if necessary.
wez@chromium.org
2012-01-04
1
-2
/
+4
*
Regenerate the PPB_Flash interface header with LF line-endings.
wez@chromium.org
2011-12-20
1
-142
/
+142
*
Rev the Flash interface to add new functionality.
brettw@chromium.org
2011-12-15
2
-92
/
+148
*
Remove Context3D/Surface3D
piman@chromium.org
2011-12-01
1
-14
/
+8
*
Remove unused enum value from PPAPI Flash Clipboard
dcheng@chromium.org
2011-11-30
1
-4
/
+2
*
Implement FileRef GetPathPrivate interface for O3D
jhorwich@chromium.org
2011-11-28
1
-0
/
+42
*
Remove 'Flash' from TCP/UDP Pepper interfaces names. This CL preserves old id...
dpolukhin@chromium.org
2011-11-16
2
-0
/
+205
*
Pepper: Generate ppb_flash_clipboard.h from .idl file.
viettrungluu@chromium.org
2011-11-15
1
-13
/
+72
*
Convert comments in ppb_flash.h to the standard format.
viettrungluu@chromium.org
2011-11-12
1
-28
/
+53
*
Cleanup: Remove unneeded forward declarations in ppapi.
thestig@chromium.org
2011-11-11
1
-2
/
+0
*
Make the Pepper Flash net address just private, not Flash-specific.
viettrungluu@chromium.org
2011-11-10
4
-35
/
+37
*
Re-land r109086: Add private Pepper API for dealing with PP_Flash_NetAddress.
viettrungluu@chromium.org
2011-11-09
3
-19
/
+89
*
Revert 109160 - Revert 109153 - Revert 109086 - Add private Pepper API for de...
binji@chromium.org
2011-11-09
3
-89
/
+19
*
Revert 109153 - Revert 109086 - Add private Pepper API for dealing with PP_Fl...
viettrungluu@chromium.org
2011-11-09
3
-19
/
+89
*
Revert 109086 - Add private Pepper API for dealing with PP_Flash_NetAddress.
thakis@chromium.org
2011-11-09
3
-89
/
+19
*
Add private Pepper API for dealing with PP_Flash_NetAddress.
viettrungluu@chromium.org
2011-11-08
3
-19
/
+89
*
Prevent reentrant destructors in the PluginModule.
brettw@chromium.org
2011-10-11
1
-1
/
+4
*
Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point it
polina@google.com
2011-09-27
1
-4
/
+10
*
Add Pepper API to use UDP
mtilburg@adobe.com
2011-09-26
1
-0
/
+76
*
Add IDL file for PPB_Flash_TCPSocket.
yzshen@chromium.org
2011-09-26
1
-54
/
+100
*
Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.
brettw@chromium.org
2011-09-20
1
-0
/
+62
*
More comments for PPB_Flash_TCPSocket.SSLHandshake.
yzshen@chromium.org
2011-09-12
1
-0
/
+4
*
Make NaCl PPAPI proxy honor the Disable3DApis policy.
mnissler@chromium.org
2011-09-08
1
-2
/
+7
*
Hookup Gpu blacklist with NaCl Pepper3D access.
zmo@google.com
2011-09-02
1
-0
/
+19
*
Make autoscroll/panning resources available for PDF plugin.
gene@chromium.org
2011-09-01
1
-1
/
+2
[next]