summaryrefslogtreecommitdiffstats
path: root/chromecast
Commit message (Expand)AuthorAgeFilesLines
* Remove kolla from chromecast/OWNERS.lcwu2015-02-041-1/+0
* Chromecast Android: fix for 100% crash when child process is launched.gunsch2015-02-041-11/+11
* Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs.bokan2015-02-032-2/+2
* Chromecast: Makes cast_crash_client common across builds.gunsch2015-02-031-24/+24
* Chromecast: updates BrowserCdmCast to handle new BrowserCdm API.gunsch2015-02-025-29/+90
* Renamed the dns_prefetch component to network_predictorpmeenan2015-01-306-13/+13
* Chromecast: connect CastBrowserCdmFactory during startup.gunsch2015-01-281-0/+9
* Chromecast: rpath for loading NSS module in cast_shell directory.gunsch2015-01-281-0/+5
* Chromecast Android buildfix: use new ContentViewCore.initialize API.gunsch2015-01-272-3/+3
* Chromecast: update VideoPlane CoordinateType list.gunsch2015-01-271-3/+2
* Chromecast: #elif --> #else.gunsch2015-01-271-1/+1
* Chromecast: fixes CMA renderer initialization crash.gunsch2015-01-271-2/+2
* Chromecast buildfix: update CmaRenderer for Initialize API change.gunsch2015-01-272-21/+30
* Replace CAST_BUILD_REVISION with <major>.<minor>.<incremental>.byungchul2015-01-232-3/+9
* Fix assertion starting cast_shell (breaking thread IO restrictions).halliwell2015-01-232-3/+4
* Chromecast: Remove the notification of moderate memory pressure.lcwu2015-01-221-13/+6
* Fix key input.sfunkenhauser2015-01-222-1/+11
* Chromecast ATV: distinguish actual shutdown vs. lifecycle from sleep.gunsch2015-01-221-5/+21
* Chromecast: adds hook for internal code to set command-line flags.gunsch2015-01-224-0/+19
* Initialize url_request_context_factory after cast service initialization.byungchul2015-01-221-5/+6
* Ipclist fixes.Abhishek Arya2015-01-211-1/+1
* Revert of Ipclist fixes. (patchset #2 id:20001 of https://codereview.chromium...Nico Weber2015-01-211-1/+1
* Chromecast buildfix: updates BrowserCdmFactory for new API.gunsch2015-01-213-23/+24
* Ipclist fixes.Abhishek Arya2015-01-211-1/+1
* Chromecast test build fix: add mojo dep for direct_dependent includes.gunsch2015-01-201-0/+1
* Fix chromium-style errors for WeakPtrFactory member order in Chromecasthalliwell2015-01-164-4/+4
* Fix GPU process crash in ChromecastShellBrowserTest.EmptyTesthalliwell2015-01-162-7/+1
* Chromecast: add a CastRenderViewObserver for wiring up native bindings.gunsch2015-01-151-0/+20
* Remove command line flag --disable-pluginsmohan.reddy2015-01-141-1/+0
* Merge TagAppStart and UpdateCurrentAppInfo.derekjchow2015-01-133-26/+28
* [DevTools] Move CreateSocketForTethering to ServerSocketFactoryvkuzkokov2015-01-133-17/+26
* Fix broken android build.gfhuang2015-01-111-0/+4
* (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