summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/pepper
Commit message (Expand)AuthorAgeFilesLines
* Move PPB_TCPSocket out of dev.yzshen@chromium.org2013-06-224-6/+6
* Add dmichael to pepper host OWNERS files.raymes@chromium.org2013-06-211-0/+1
* Implement PPB_TCPSocket_Dev: part 2yzshen@chromium.org2013-06-204-157/+290
* Implement PPB_HostResolver_Dev: part 2yzshen@chromium.org2013-06-203-45/+59
* Implement PPB_UDPSocket_Dev: part 2yzshen@chromium.org2013-06-193-138/+213
* Pepper: Add initial browser host for FileRef.teravest@chromium.org2013-06-187-0/+940
* Change the permission check for Pepper socket API to support both the public ...yzshen@chromium.org2013-06-155-0/+6
* Give more request types a TransportSecurityState.palmer@chromium.org2013-06-133-0/+13
* Implement GetVoucherFile and GetHmonitor functions for PPB_Flash_DRMraymes@chromium.org2013-06-113-6/+13
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-8/+8
* Allow renderer to create pepper ResourceHosts in the browserraymes@chromium.org2013-06-072-0/+126
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-022-17/+26
* Flag and whitelist to allow crxfs api in NaClvictorhsieh@chromium.org2013-05-291-1/+1
* Exposed PPB_TCPServerSocketPrivate::GetLocalAddress().ygorshenin@chromium.org2013-05-212-18/+35
* Cleanup: Remove unneeded base/file_util.h includes in content.thestig@chromium.org2013-05-141-1/+0
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-8/+8
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-8/+8
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-302-3/+3
* Pass profile directory to NaClProcessHostvictorhsieh@chromium.org2013-04-291-6/+5
* Fix improper use of ScopedCreateDC in PPAPI browser font code.bbudge@chromium.org2013-04-291-2/+2
* Fix mac x64 build error in pepper_truetype_font_list_mac.mm.tapted@chromium.org2013-04-221-1/+1
* Add Pepper TrueType font API call to enumerate fonts in a given family.bbudge@chromium.org2013-04-197-12/+192
* Enable hostname resolution through Pepper socket APIskmixter@chromium.org2013-04-181-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-173-7/+7
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-4/+6
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-092-6/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-4/+6
* Use sequenced workers for the getting the system's font list.falken@chromium.org2013-04-042-6/+13
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-292-3/+3
* Revert 191401 "Implemented queued UDP SendTo/RecvFrom requests. ..."rsleevi@chromium.org2013-03-292-179/+50
* Implemented queued UDP SendTo/RecvFrom requests. Exposed SO_SNDBUF and SO_RVF...ygorshenin@chromium.org2013-03-292-50/+179
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Revert 189376 "Revert 189298 "Remove NaCl usage in content PPAPI..."jam@chromium.org2013-03-2111-59/+64
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-213-5/+5
* Revert 189298 "Remove NaCl usage in content PPAPI code."xusydoc@chromium.org2013-03-2011-64/+59
* Remove NaCl usage in content PPAPI code.jam@chromium.org2013-03-2011-59/+64
* Added missing header filekjyoun@google.com2013-03-191-0/+1
* Add Pepper TrueType font API plumbing.bbudge@chromium.org2013-03-168-0/+258
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* PepperUDPSocketPrivateHost is switched to PepperUDPSocketPrivateMessageFilter...ygorshenin@chromium.org2013-03-065-460/+441
* Revert 184399 - PepperUDPSocketPrivateHost is switched to PepperUDPSocketPriv...yzshen@chromium.org2013-03-045-429/+460
* Revert 184934henrika@chromium.org2013-02-272-117/+47
* Implemented queued UDP SendTo/RecvFrom requests.ygorshenin@chromium.org2013-02-272-47/+117
* PepperUDPSocketPrivateHost is switched to PepperUDPSocketPrivateMessageFilter...ygorshenin@chromium.org2013-02-255-460/+429
* Move file_path.h to base/files.brettw@chromium.org2013-02-244-4/+4
* Provide a way to disable Nagle's algorithm on Pepper TCP sockets.wez@chromium.org2013-02-224-2/+53
* Replace all FilePath with base::FilePath in content.brettw@chromium.org2013-02-161-1/+1