summaryrefslogtreecommitdiffstats
path: root/chromecast/browser
Commit message (Expand)AuthorAgeFilesLines
* Migrate cast to use JNIOnLoadDelegatemichaelbai2015-02-141-3/+4
* Call ComputeWebKitPrefs on the correct RVH, and remove dead code.creis2015-02-122-2/+0
* Chromecast: makes CastWindowAndroid use CastContentWindow.gunsch2015-02-112-55/+31
* Chromecast: re-enables image loading in headless mode.gunsch2015-02-111-4/+0
* Get SIGTERM when parent process dies.byungchul2015-02-091-0/+6
* Adds hook for content embedders to get media::BrowserCdm*.gunsch2015-02-064-8/+34
* 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: updates BrowserCdmCast to handle new BrowserCdm API.gunsch2015-02-023-26/+25
* Renamed the dns_prefetch component to network_predictorpmeenan2015-01-302-5/+5
* Chromecast: connect CastBrowserCdmFactory during startup.gunsch2015-01-281-0/+9
* Chromecast Android buildfix: use new ContentViewCore.initialize API.gunsch2015-01-272-3/+3
* Fix assertion starting cast_shell (breaking thread IO restrictions).halliwell2015-01-232-3/+4
* 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-223-0/+18
* Initialize url_request_context_factory after cast service initialization.byungchul2015-01-221-5/+6
* Chromecast buildfix: updates BrowserCdmFactory for new API.gunsch2015-01-213-23/+24
* Fix GPU process crash in ChromecastShellBrowserTest.EmptyTesthalliwell2015-01-161-6/+0
* Remove command line flag --disable-pluginsmohan.reddy2015-01-141-1/+0
* [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: attach the crash signal FD to the child process FD list.gunsch2015-01-092-0/+62
* Use webview settings to disable off-line application cache instead of the com...lcwu2015-01-091-1/+0
* (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-091-1/+2
* Chromecast: adds BrowserCdmFactory that delegates to the platform.gunsch2015-01-083-0/+103
* Chromecast: replaces CMA synchronization flag with finer-grained enum.gunsch2015-01-081-1/+1
* Chromecast: wires up CMA in CastContentBrowserClient.gunsch2015-01-081-0/+12
* Chromecast: adds disable_display define for headless builds.gunsch2015-01-082-0/+7
* 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-0618-143/+123
* 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-032-2/+2
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* [Chromecast] Add IPC code on brower process sideerickung2014-12-246-0/+905
* Fix chromecast_browser_test.derekjchow2014-12-241-1/+3
* Seperate creation of WebContents and window tree in CastContentWindowderekjchow2014-12-234-15/+22
* 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
* 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
* 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