index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chromecast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Chromecast: adds interfaces for hardware layer of CMA pipeline.
gunsch
2014-10-07
21
-6
/
+1861
*
replace OVERRIDE and FINAL with override and final in chromecast/
mostynb
2014-10-06
43
-183
/
+183
*
Chromecast: adds test frame-segmenter code to support CMA unit tests.
gunsch
2014-10-03
13
-27
/
+424
*
Chromecast Android buildfix: rework CommandLine initialization logic.
gunsch
2014-10-03
2
-12
/
+21
*
Chromecast: provides ExternalVideoSurfaceContainer for Android.
gunsch
2014-10-03
7
-2
/
+455
*
Chromecast: adds "DecryptContext" to CMA for managing encrypted frames.
gunsch
2014-10-03
5
-0
/
+133
*
Chromecast: adds stability metrics provider to track crashes.
gunsch
2014-10-02
15
-4
/
+284
*
Chromecast: device identification for whitelisted apps and servers.
gunsch
2014-10-02
2
-0
/
+59
*
Move WeakPtrFactory to the last data member. And as part of this change, move...
lcwu
2014-10-01
10
-14
/
+14
*
Fix cast shell to work with upstream content_browser_client API change and he...
lcwu
2014-10-01
3
-6
/
+6
*
Chromecast: script to set command line flags for Android build.
gunsch
2014-10-01
1
-0
/
+36
*
Chromecast: minor buildfixes.
gunsch
2014-09-30
2
-2
/
+1
*
Chromecast: removes android:permission="INTERNET" from manifest.
gunsch
2014-09-30
1
-2
/
+1
*
Chromecast: use ARGB format for WebColor.
gunsch
2014-09-30
1
-2
/
+3
*
Chromecast: User-Agent string should have "/" before build number.
gunsch
2014-09-30
1
-1
/
+1
*
Chromecast: Android devtools needs remote frontend URL.
gunsch
2014-09-30
2
-1
/
+21
*
Chromecast: removes CastNetworkDelegate from CastService::Create.
gunsch
2014-09-30
3
-6
/
+0
*
Change UMA proto product field to be an int32.
asvitkine
2014-09-29
2
-0
/
+6
*
Chromecast: adds callback for CastService to control metrics state.
gunsch
2014-09-29
9
-17
/
+53
*
Chromecast: guard PlayReady with C-define to prevent accidental use.
gunsch
2014-09-29
2
-0
/
+4
*
Chromecast: adds Android switches for media playback.
gunsch
2014-09-27
2
-0
/
+8
*
Chromecast: adds CastNetworkDelegate.
gunsch
2014-09-27
12
-7
/
+173
*
Chromecast: always enable "Media" blink logging.
gunsch
2014-09-26
5
-5
/
+5
*
Chromecast: provides a method to check if config has been set by user.
gunsch
2014-09-26
2
-4
/
+12
*
Chromecast: adds scheme for local file support in Android.
gunsch
2014-09-26
1
-0
/
+3
*
Chromecast: call ClosePage(), wait 50ms before deleting WebContents.
gunsch
2014-09-25
6
-11
/
+63
*
Chromecast: adds Chromecast build # to User-Agent string.
gunsch
2014-09-25
3
-1
/
+7
*
Pass the system url request context getter to the cast service so that it can...
lcwu
2014-09-25
6
-4
/
+26
*
[Checkstyle] Fix misc style issues in Java files.
aurimas
2014-09-25
1
-2
/
+2
*
Chromecast: disables downloads from the Chromecast shell.
gunsch
2014-09-25
5
-3
/
+107
*
Chromecast: adds AddKeySystemWithCodecs to key_systems_cast header.
gunsch
2014-09-25
2
-9
/
+9
*
Chromecast: always disable "shrinks viewport content to fit."
gunsch
2014-09-25
2
-0
/
+3
*
Chromecast: set Android profile dir and ensure it exists.
gunsch
2014-09-25
1
-0
/
+8
*
Chromecast: allow local file access for Android.
gunsch
2014-09-25
1
-0
/
+10
*
Chromecast buildfix: adds GYP dependency on cdm_renderer.
gunsch
2014-09-23
1
-0
/
+1
*
Chromecast buildfix: adapting to ContentViewCore API changes.
gunsch
2014-09-23
1
-6
/
+12
*
[DevTools] Move target-related methods from DevToolsHttpHandlerDelegate to De...
dgozman
2014-09-22
4
-15
/
+65
*
Chromecast: adds Gpu/Network/Profiler metrics providers.
gunsch
2014-09-19
4
-3
/
+27
*
Move PageTransition from //content/public/common to //ui/base
Sylvain Defresne
2014-09-19
3
-7
/
+7
*
Adds initial key systems support for Chromecast.
gunsch
2014-09-17
11
-0
/
+212
*
Chromecast Android shell improvements:
gunsch
2014-09-17
7
-18
/
+15
*
Android buildfix: ResourceExtractor moved to org.chromium.base
gunsch
2014-09-12
1
-1
/
+1
*
Fix Flush in DemuxerStreamAdapter.
damienv
2014-09-12
3
-25
/
+83
*
Chromecast: end-to-end browser test based on content::BrowserTest.
gunsch
2014-09-12
12
-26
/
+313
*
Chromecast: initial checkin of Android-based cast shell.
gunsch
2014-09-11
42
-28
/
+1864
*
Audio/video data streaming over shared memory.
damienv
2014-09-11
14
-0
/
+1256
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...
thestig
2014-09-10
2
-2
/
+2
*
Add default impl for DemuxerStream::EnableBitstreamConverter().
xhwang
2014-09-10
1
-4
/
+0
*
Introduce some buffering into the cast media pipeline.
damienv
2014-09-10
10
-0
/
+954
*
Fix the uses of T* conversion operator from scoped_refptr<T> which is now rem...
lcwu
2014-09-08
2
-9
/
+11
[next]