summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/private
Commit message (Expand)AuthorAgeFilesLines
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in ppapi/.dcheng@chromium.org2013-06-131-2/+2
* Introduce PPB_TCPSocket_Dev.yzshen@chromium.org2013-06-132-353/+22
* Use a direct include of strings headers in ppapi/, printing/.avi@chromium.org2013-06-111-1/+1
* Remove the padding in PPB_NetAddress_IPv4_Dev and PPB_NetAddress_IPv6_Dev.yzshen@chromium.org2013-06-111-2/+0
* Introduce PPB_NetAddress_Dev.yzshen@chromium.org2013-06-102-4/+100
* move kInvalidNetAddress to constants file for split_linkscottmg@chromium.org2013-05-222-2/+16
* Exposed PPB_TCPServerSocketPrivate::GetLocalAddress().ygorshenin@chromium.org2013-05-212-3/+24
* PPAPI: Add VarTracker lock check, fix bugsdmichael@chromium.org2013-02-261-0/+4
* Provide a way to disable Nagle's algorithm on Pepper TCP sockets.wez@chromium.org2013-02-222-0/+39
* PPB_HostResolver_Private is switched to the new Pepper proxy.ygorshenin@chromium.org2013-02-122-175/+0
* PPB_UDPSocket_Private is switched to the new Pepper proxy.ygorshenin@chromium.org2013-01-212-322/+0
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-4/+4
* Refactor BrowserFont to new designvictorhsieh@chromium.org2012-11-272-528/+0
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-142-6/+4
* PPAPI: Get TrackedCallback ready for running on non-main threads.dmichael@chromium.org2012-11-054-20/+14
* Use extensions socket permission for TCP/UDP socket APIs in Pepperdpolukhin@chromium.org2012-11-022-12/+25
* Revert 165376 - Use extensions socket permission for TCP/UDP socket APIs in P...dpolukhin@chromium.org2012-11-012-25/+12
* Use extensions socket permission for TCP/UDP socket APIs in Pepperdpolukhin@chromium.org2012-11-012-12/+25
* Add the PPB_NET_ADDRESS_PRIVATE interface to the NaCl IPC-based proxy.bbudge@chromium.org2012-10-251-275/+230
* Remove PPAPI dependency on 'net'.bbudge@chromium.org2012-09-134-100/+92
* Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build.bbudge@chromium.org2012-09-042-0/+6
* AllowBroadcast() is exposed to NaCl.ygorshenin@chromium.org2012-08-312-0/+23
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Implement right-to-left text rendering in Pepper.brettw@chromium.org2012-06-281-20/+125
* Remove these old files. I renamed this ppb_browserfont_shared and these files...brettw@chromium.org2012-06-262-494/+0
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-238-65/+50
* Migrate WebKit "global script" font prefs.falken@chromium.org2012-05-182-12/+48
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-162-1/+1
* remove WEBKIT_USING_CGjamesr@chromium.org2012-05-102-18/+2
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-073-20/+15
* [Coverity] Fixed resource leak.groby@chromium.org2012-04-231-1/+2
* Fixed some PP_X509Certificate_Private_Field enum values.raymes@chromium.org2012-04-121-0/+4
* This adds the following to functions to the ppapi TCPSocket interface:raymes@chromium.org2012-04-124-12/+94
* Add the PPAPI X509 Certificate interface and implementation.raymes@chromium.org2012-04-042-0/+209
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-9/+11
* Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.sergeyu@chromium.org2012-03-221-1/+57
* Fixed PPAPINaClTest.TCPServerSocketPrivate.ygorshenin@chromium.org2012-03-211-1/+3
* Added out-of-process support for server sockets.ygorshenin@chromium.org2012-03-152-21/+10
* HostResolver is exposed to plugin.ygorshenin@chromium.org2012-03-152-0/+201
* Exposed Listen and Accept methods to in-process plugins.ygorshenin@chromium.org2012-02-222-0/+197
* GetBoundAddress will return the address that Bind actually bound to. If ther...yzshen@chromium.org2012-02-212-4/+22
* Rename PPB_Font to PPB_BrowserFont_Trusted.brettw@chromium.org2012-02-172-0/+416
* Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private ...yzshen@chromium.org2012-02-161-67/+106
* [Clean up] OS_MAC -> OS_MACOSXdbeam@chromium.org2012-02-151-1/+1
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-144-61/+22
* Move the charset inteface to "trusted" (we can't implement this efficientlybrettw@chromium.org2012-02-092-0/+285
* PPB_NetAddress_Private: add getter methods for sockaddr.yzshen@chromium.org2012-02-091-17/+62
* Use the correct Resource constructor for PPB_Font_Shared in the plugin process.yzshen@chromium.org2012-02-072-9/+41
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-202-0/+491