summaryrefslogtreecommitdiffstats
path: root/chromecast
Commit message (Expand)AuthorAgeFilesLines
* (1) ExternalMetrics has to destroy itself in file thread due to weakptr.gfhuang2015-01-104-4/+25
* Chromecast buildfix: include missing headers.gunsch2015-01-101-0/+3
* Chromecast: propagate kEnableCrashReporter switch to child processes.gunsch2015-01-101-0/+7
* Chromecast Android buildfix: remove repeated 'conditions' GYP block.gunsch2015-01-091-2/+0
* Chromecast: attach the crash signal FD to the child process FD list.gunsch2015-01-093-0/+63
* Use webview settings to disable off-line application cache instead of the com...lcwu2015-01-092-1/+4
* (1) Hook up clean_shutdown bit for metrics components.gfhuang2015-01-094-3/+18
* Split Intialize/Finalize from Start/Stop in CastService.byungchul2015-01-093-13/+81
* Chromecast Android: must explicitly bundle and extract icudtl.dat.gunsch2015-01-092-1/+14
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-8/+7
* Chromecast: adds BrowserCdmFactory that delegates to the platform.gunsch2015-01-084-0/+107
* Chromecast: replaces CMA synchronization flag with finer-grained enum.gunsch2015-01-083-10/+18
* Chromecast: wires up CMA in CastContentBrowserClient.gunsch2015-01-081-0/+12
* Chromecast: forcibly trigger GC in low-memory situations.gunsch2015-01-081-0/+44
* Chromecast: use PlayerTrackerImpl in BrowserCdmCast.gunsch2015-01-082-37/+10
* Chromecast: adds disable_display define for headless builds.gunsch2015-01-084-0/+20
* Chromecast: makes CastContentWindow a WebContentsObserver.gunsch2015-01-072-3/+12
* Chromecast Android buildfix: fully-qualify AttachCurrentThread.gunsch2015-01-061-1/+1
* Chromecast: virtual/override cleanup.gunsch2015-01-0653-303/+280
* Chromecast: Add media_caps.h to unblock internal buildsservolk2015-01-061-0/+19
* Pause EME player whose external surface is stolen by another playerhugo.holgersson2015-01-053-0/+24
* Cleanup: Update the path to gfx size headers.tfarina2015-01-034-4/+4
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-313-3/+3
* [Chromecast] Add IPC code on brower process sideerickung2014-12-247-0/+911
* Fix chromecast_browser_test.derekjchow2014-12-241-1/+3
* Seperate creation of WebContents and window tree in CastContentWindowderekjchow2014-12-234-15/+22
* Chromecast: adds a few dummy GYP targets for easier internal build.gunsch2014-12-231-0/+5
* Chromecast: wires up renderer-side CMA message filter.gunsch2014-12-235-0/+91
* Add time to first paint metric to CastMetricsHelper.derekjchow2014-12-232-0/+12
* Chromecast on Android buildfix: don't try to create a RendererFactory.gunsch2014-12-222-0/+4
* Support for defered media load to cast_content_render_client.derekjchow2014-12-225-0/+79
* Add CmaMediaRendererFactory and IPC components on render processerickung2014-12-2223-14/+1913
* Add command line flag to force raster worker threads to normal priority.halliwell2014-12-191-0/+3
* [WebView] Move external video surface across container views.igsolla2014-12-181-6/+34
* Chromecast: Add a way to notify video plane about resolution changesservolk2014-12-185-22/+58
* Chromecast: generate IPC ParamTraits implementations for enums.gunsch2014-12-183-10/+19
* Cache client_id in cast metrics client, so that it'sgfhuang2014-12-182-0/+6
* Fix compilation error for android.byungchul2014-12-171-0/+1
* Chromecast: IPC messages for browser-based media pipeline.gunsch2014-12-179-0/+417
* Initialize metrics_service in CastMetricsServiceClient::Initialize().byungchul2014-12-172-18/+18
* Fix compilation error.byungchul2014-12-161-1/+1
* Pass CastMetricsServiceClient to CastService instead of OptIn callback.byungchul2014-12-1611-85/+141
* Fallback to app_name_ when app_id_ is empty, which could happen beforegfhuang2014-12-161-2/+8
* Chromecast: media interfaces for hardware-backed video plane.gunsch2014-12-156-0/+165
* Chromecast: adds date/time to version string for local builds.gunsch2014-12-121-1/+1
* Add UpdateCurrentAppInfo() interface to record info about current app, includinggfhuang2014-12-122-2/+89
* Adds DNS prefetch support to Chromecast.gunsch2014-12-117-5/+45
* Create metrics service client after cast service.byungchul2014-12-111-5/+7
* Add a centralized RecordSimpleAction() interface, so thatgfhuang2014-12-106-21/+29
* Move data reduction proxy logic out of chrome and android webview network del...megjablon2014-12-091-2/+2