summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/private
Commit message (Expand)AuthorAgeFilesLines
* Migrate net/udp/* to net::IPAddress.martijn2016-03-142-4/+5
* Switch to standard integer types in base/strings/.avi2015-12-251-0/+2
* Switch to standard integer types in ppapi/.avi2015-12-235-19/+24
* Update {virtual,override} to follow C++11 style in ppapi.nick2015-04-231-5/+4
* Add support for multicast in PPB_UDPSocket APIeduardo.lima2015-03-132-0/+8
* replace COMPILE_ASSERT with static_assert in ppapi/mostynb2015-01-061-9/+9
* Use uint16 for port numbers more pervasively.pkasting2014-11-202-6/+6
* replace OVERRIDE and FINAL with override and final in ppapi/mostynb2014-10-061-3/+3
* Add base:: to string16 in ppapi/.dbeam@chromium.org2013-12-191-1/+1
* TCPSockets are switched to the new Pepper proxy.ygorshenin@chromium.org2013-08-282-189/+0
* Switched proxy for TCPServerSocketPrivate.ygorshenin@chromium.org2013-08-052-205/+0
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-181-4/+4
* Add "PRIVATE" to the enum names of some private Pepper networking APIs:yzshen@chromium.org2013-06-242-4/+4
* Move PPB_NetAddress out of dev.yzshen@chromium.org2013-06-222-13/+13
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-9/+9
* Implement PPB_TCPSocket_Dev: part 2yzshen@chromium.org2013-06-202-1/+24
* 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