summaryrefslogtreecommitdiffstats
path: root/chromecast
Commit message (Expand)AuthorAgeFilesLines
* Chromecast buildfix: scoped_ptr cannot be initialized with NULL.gunsch2014-11-151-3/+1
* Device identification changes for multiple applications.derekjchow2014-11-144-6/+11
* [DevTools] Remove DevToolsHttpHandler::Stop.vkuzkokov2014-11-142-6/+5
* Fix leaked external surface when several EME videos coexisthugo.holgersson2014-11-141-3/+2
* Disable GpuMetricsProvider if GPU is disabled.gusfernandez2014-11-141-3/+8
* Chromecast buildfix: satisfy new CreateZoomLevelDelegate API.gunsch2014-11-122-0/+8
* [DevTools] Migrate DevToolsHttpHandlerDelegate::CreateSocketForTethering to S...vkuzkokov2014-11-112-10/+7
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-062-2/+0
* Chromecast: adds handler to log metrics from external processes.gunsch2014-11-069-5/+303
* Chromecast: disables WebKit's overlay play controls.gunsch2014-11-041-0/+4
* Specify --ui-disable-partial-swap in the internal command Linesgusfernandez2014-11-032-0/+5
* Chromecast: use more recent Android support lib if available.gunsch2014-10-311-1/+3
* Fix an Aura crash several minutes into V2Mirroringgusfernandez2014-10-312-4/+18
* Chromecast: removes devtools resources from bundle.gunsch2014-10-304-47/+64
* Chromecast: adds platform hooks for initializing client-auth support.gunsch2014-10-304-0/+48
* Chromecast buildfix: content::KeySystemsInfo moved to media namespace.gunsch2014-10-285-11/+11
* Chromecast: use variable internal GYP variable consistently.gunsch2014-10-272-3/+3
* Make remaining parts of components/metrics use metrics namespace.asvitkine2014-10-241-1/+1
* Move KeySystemInfo to media/.xhwang2014-10-243-10/+11
* Chromecast buildfix (Android): locale API changed.gunsch2014-10-231-2/+2
* Chromecast on Android: always use a SurfaceView for video playback.gunsch2014-10-222-1/+6
* Chromecast: crash upload logic improvements for Android.gunsch2014-10-221-1/+7
* Enable separatorWrap module in CheckStyle and fix all the issues.aurimas2014-10-221-2/+2
* Finish gracefully on stop events, but not on pause events.byungchul2014-10-221-7/+26
* Remove obsoleted term, "content_shell".byungchul2014-10-212-8/+8
* Chromecast browser test: use CastContentWindow for test lifetime.gunsch2014-10-212-6/+9
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-211-2/+1
* Chromecast: adds class to help record complex histograms.gunsch2014-10-2015-0/+583
* Chromecast: extracts Linux window creation code to a common place.gunsch2014-10-206-74/+165
* Chromecast media pipeline: handle CENC "full sample encryption" case.gunsch2014-10-171-2/+18
* Rename java WebContentsObserverAndroid to WebContentsObserverwajahat.s2014-10-161-3/+3
* Reorganizes Chromecast code to better reflect functional dependencies.gunsch2014-10-13153-369/+305
* Replace missed OVERRIDE with its C++11 counterparts in src/chromecastr.nagaraj2014-10-111-4/+4
* Chromecast: adds crash handling for Android build.gunsch2014-10-0921-1/+688
* Replace Acquire_Store calls with Release_Store as these stores should have th...lcwu2014-10-081-6/+8
* Chromecast: adds interfaces for hardware layer of CMA pipeline.gunsch2014-10-0721-6/+1861
* replace OVERRIDE and FINAL with override and final in chromecast/mostynb2014-10-0643-183/+183
* Chromecast: adds test frame-segmenter code to support CMA unit tests.gunsch2014-10-0313-27/+424
* Chromecast Android buildfix: rework CommandLine initialization logic.gunsch2014-10-032-12/+21
* Chromecast: provides ExternalVideoSurfaceContainer for Android.gunsch2014-10-037-2/+455
* Chromecast: adds "DecryptContext" to CMA for managing encrypted frames.gunsch2014-10-035-0/+133
* Chromecast: adds stability metrics provider to track crashes.gunsch2014-10-0215-4/+284
* Chromecast: device identification for whitelisted apps and servers.gunsch2014-10-022-0/+59
* Move WeakPtrFactory to the last data member. And as part of this change, move...lcwu2014-10-0110-14/+14
* Fix cast shell to work with upstream content_browser_client API change and he...lcwu2014-10-013-6/+6
* Chromecast: script to set command line flags for Android build.gunsch2014-10-011-0/+36
* Chromecast: minor buildfixes.gunsch2014-09-302-2/+1
* Chromecast: removes android:permission="INTERNET" from manifest.gunsch2014-09-301-2/+1
* Chromecast: use ARGB format for WebColor.gunsch2014-09-301-2/+3
* Chromecast: User-Agent string should have "/" before build number.gunsch2014-09-301-1/+1