summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/cast_channel
Commit message (Expand)AuthorAgeFilesLines
* Move ProfileKeyedAPI implementations to take BrowserContext in the constructo...yoz@chromium.org2014-02-212-14/+18
* Convert scoped_ptr_malloc -> scoped_ptr, part 1.viettrungluu@chromium.org2014-02-161-2/+2
* Few changes to cast socket:munjal@chromium.org2014-02-142-33/+43
* CertVerifer should be destroyed AFTER SSLClientSocket.munjal@chromium.org2014-02-121-2/+6
* Do not delete the CastSocket in OnError callback to prevent dereferencing NULL.munjal@chromium.org2014-02-071-5/+0
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-1/+1
* Trying to reland the patch originally commited here:munjal@chromium.org2014-01-294-758/+1135
* Cleanup: Replace &LazyInstance::Get() with LazyInstance::Pointer().thestig@chromium.org2014-01-212-2/+2
* Revert 242158 "Refactor CastSocket code for the following:"dbeam@chromium.org2013-12-204-1133/+757
* Refactor CastSocket code for the following:munjal@chromium.org2013-12-204-757/+1133
* Move EventRouter to src/extensions/browserjamescook@chromium.org2013-11-211-1/+1
* Add wez@ to OWNERs of cast channel code.munjal@chromium.org2013-11-211-0/+1
* Change all DVLOG statements to VLOG so we can turn on logging formunjal@chromium.org2013-11-203-48/+48
* Fix the warning in CastSocket testsmunjal@chromium.org2013-11-191-24/+12
* Fix SendAuthChallenge and ReadAuthChallengeReply return codes.wez@chromium.org2013-11-181-2/+4
* Set TCPClientSocket keep-alive only after it has been connected.wez@chromium.org2013-11-171-3/+8
* Prevent CastSocket::DoConnectLoop from being re-entered.wez@chromium.org2013-11-162-2/+13
* Move ExtensionFunction to the extensions component.benwells@chromium.org2013-11-131-1/+1
* Implement browser tests for chrome.cast.channel extension APImunjal@chromium.org2013-11-015-18/+242
* Fix use_openssl=1 build.agl@chromium.org2013-10-291-0/+21
* Fix trusted CA public key and a bug that ReadData is called twice.munjal@chromium.org2013-10-293-86/+27
* Remove Profile dependency from ExtensionFunctionbenwells@chromium.org2013-10-281-2/+2
* Update CastSocket connection flow to check for receiver credentials.munjal@chromium.org2013-10-248-91/+711
* Fix crash in chrome.cast.channel.open()mfoltz@chromium.org2013-10-231-2/+2
* Refactor the state machine code in cast_socket.* to be moremunjal@chromium.org2013-10-223-113/+125
* The current code in cast_socket_api would possibly trigger deletion of the Ca...mfoltz@chromium.org2013-10-223-100/+96
* BUG=295843munjal@chromium.org2013-10-183-118/+462
* Features:mfoltz@chromium.org2013-10-128-141/+257
* Multiple memory leak fixes in unittest.mfoltz@chromium.org2013-10-093-16/+34
* Implementation of chrome.cast.channel in insecure mode.mfoltz@chromium.org2013-10-076-0/+1614