summaryrefslogtreecommitdiffstats
path: root/chromecast/shell
Commit message (Expand)AuthorAgeFilesLines
* Reorganizes Chromecast code to better reflect functional dependencies.gunsch2014-10-13127-5651/+0
* 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-099-0/+320
* replace OVERRIDE and FINAL with override and final in chromecast/mostynb2014-10-0620-102/+102
* Chromecast Android buildfix: rework CommandLine initialization logic.gunsch2014-10-032-12/+21
* Chromecast: provides ExternalVideoSurfaceContainer for Android.gunsch2014-10-035-0/+447
* Chromecast: adds stability metrics provider to track crashes.gunsch2014-10-022-1/+9
* Chromecast: device identification for whitelisted apps and servers.gunsch2014-10-022-0/+59
* Fix cast shell to work with upstream content_browser_client API change and he...lcwu2014-10-013-6/+6
* Chromecast: minor buildfixes.gunsch2014-09-301-1/+0
* 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
* Chromecast: Android devtools needs remote frontend URL.gunsch2014-09-302-1/+21
* Chromecast: adds callback for CastService to control metrics state.gunsch2014-09-291-1/+4
* Chromecast: adds Android switches for media playback.gunsch2014-09-272-0/+8
* Chromecast: adds CastNetworkDelegate.gunsch2014-09-276-4/+151
* Chromecast: always enable "Media" blink logging.gunsch2014-09-262-1/+3
* Chromecast: adds scheme for local file support in Android.gunsch2014-09-261-0/+3
* Chromecast: call ClosePage(), wait 50ms before deleting WebContents.gunsch2014-09-256-11/+63
* Chromecast: adds Chromecast build # to User-Agent string.gunsch2014-09-251-1/+2
* Pass the system url request context getter to the cast service so that it can...lcwu2014-09-253-1/+5
* [Checkstyle] Fix misc style issues in Java files.aurimas2014-09-251-2/+2
* Chromecast: disables downloads from the Chromecast shell.gunsch2014-09-254-3/+105
* Chromecast: adds AddKeySystemWithCodecs to key_systems_cast header.gunsch2014-09-252-9/+9
* Chromecast: always disable "shrinks viewport content to fit."gunsch2014-09-251-0/+2
* Chromecast: set Android profile dir and ensure it exists.gunsch2014-09-251-0/+8
* Chromecast: allow local file access for Android.gunsch2014-09-251-0/+10
* Chromecast buildfix: adapting to ContentViewCore API changes.gunsch2014-09-231-6/+12
* [DevTools] Move target-related methods from DevToolsHttpHandlerDelegate to De...dgozman2014-09-224-15/+65
* Chromecast: adds Gpu/Network/Profiler metrics providers.gunsch2014-09-191-0/+2
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-192-6/+6
* Adds initial key systems support for Chromecast.gunsch2014-09-175-0/+93
* Chromecast Android shell improvements:gunsch2014-09-175-15/+15
* Android buildfix: ResourceExtractor moved to org.chromium.basegunsch2014-09-121-1/+1
* Chromecast: end-to-end browser test based on content::BrowserTest.gunsch2014-09-1210-6/+265
* Chromecast: initial checkin of Android-based cast shell.gunsch2014-09-1128-11/+1436
* Fix the uses of T* conversion operator from scoped_refptr<T> which is now rem...lcwu2014-09-081-7/+8
* Check all settings when checking mic and camera access.grunell2014-09-011-9/+2
* Chromecast devtools delegate fixes.dgozman2014-09-012-45/+13
* Chromecast buildfix: forgot an include.gunsch2014-08-301-0/+1
* Chromecast: adds CastBrowserProcess to manage browser process entities.gunsch2014-08-306-38/+145
* Chromecast: return the correct locale in ContentBrowserClient.gunsch2014-08-301-1/+2
* Chromecast devtools API fixes.gunsch2014-08-281-19/+31
* Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....byungchul2014-08-251-7/+46
* Adds CastMetricsServiceClient to Chromecast shell.gunsch2014-08-232-0/+10
* Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...estade@chromium.org2014-08-221-46/+7
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-222-2/+2
* Replace StreamListenSocket with StreamSocket in HttpServer.byungchul@chromium.org2014-08-221-7/+46
* Chromecast: moves cast_shell.pak output to assets/ directory.gunsch@chromium.org2014-08-161-4/+3