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
*
(1) ExternalMetrics has to destroy itself in file thread due to weakptr.
gfhuang
2015-01-10
4
-4
/
+25
*
Chromecast buildfix: include missing headers.
gunsch
2015-01-10
1
-0
/
+3
*
Chromecast: propagate kEnableCrashReporter switch to child processes.
gunsch
2015-01-10
1
-0
/
+7
*
Chromecast Android buildfix: remove repeated 'conditions' GYP block.
gunsch
2015-01-09
1
-2
/
+0
*
Chromecast: attach the crash signal FD to the child process FD list.
gunsch
2015-01-09
3
-0
/
+63
*
Use webview settings to disable off-line application cache instead of the com...
lcwu
2015-01-09
2
-1
/
+4
*
(1) Hook up clean_shutdown bit for metrics components.
gfhuang
2015-01-09
4
-3
/
+18
*
Split Intialize/Finalize from Start/Stop in CastService.
byungchul
2015-01-09
3
-13
/
+81
*
Chromecast Android: must explicitly bundle and extract icudtl.dat.
gunsch
2015-01-09
2
-1
/
+14
*
base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().
danakj
2015-01-08
1
-8
/
+7
*
Chromecast: adds BrowserCdmFactory that delegates to the platform.
gunsch
2015-01-08
4
-0
/
+107
*
Chromecast: replaces CMA synchronization flag with finer-grained enum.
gunsch
2015-01-08
3
-10
/
+18
*
Chromecast: wires up CMA in CastContentBrowserClient.
gunsch
2015-01-08
1
-0
/
+12
*
Chromecast: forcibly trigger GC in low-memory situations.
gunsch
2015-01-08
1
-0
/
+44
*
Chromecast: use PlayerTrackerImpl in BrowserCdmCast.
gunsch
2015-01-08
2
-37
/
+10
*
Chromecast: adds disable_display define for headless builds.
gunsch
2015-01-08
4
-0
/
+20
*
Chromecast: makes CastContentWindow a WebContentsObserver.
gunsch
2015-01-07
2
-3
/
+12
*
Chromecast Android buildfix: fully-qualify AttachCurrentThread.
gunsch
2015-01-06
1
-1
/
+1
*
Chromecast: virtual/override cleanup.
gunsch
2015-01-06
53
-303
/
+280
*
Chromecast: Add media_caps.h to unblock internal builds
servolk
2015-01-06
1
-0
/
+19
*
Pause EME player whose external surface is stolen by another player
hugo.holgersson
2015-01-05
3
-0
/
+24
*
Cleanup: Update the path to gfx size headers.
tfarina
2015-01-03
4
-4
/
+4
*
Cleanup: Update the path to gfx rect headers.
tfarina
2014-12-31
3
-3
/
+3
*
[Chromecast] Add IPC code on brower process side
erickung
2014-12-24
7
-0
/
+911
*
Fix chromecast_browser_test.
derekjchow
2014-12-24
1
-1
/
+3
*
Seperate creation of WebContents and window tree in CastContentWindow
derekjchow
2014-12-23
4
-15
/
+22
*
Chromecast: adds a few dummy GYP targets for easier internal build.
gunsch
2014-12-23
1
-0
/
+5
*
Chromecast: wires up renderer-side CMA message filter.
gunsch
2014-12-23
5
-0
/
+91
*
Add time to first paint metric to CastMetricsHelper.
derekjchow
2014-12-23
2
-0
/
+12
*
Chromecast on Android buildfix: don't try to create a RendererFactory.
gunsch
2014-12-22
2
-0
/
+4
*
Support for defered media load to cast_content_render_client.
derekjchow
2014-12-22
5
-0
/
+79
*
Add CmaMediaRendererFactory and IPC components on render process
erickung
2014-12-22
23
-14
/
+1913
*
Add command line flag to force raster worker threads to normal priority.
halliwell
2014-12-19
1
-0
/
+3
*
[WebView] Move external video surface across container views.
igsolla
2014-12-18
1
-6
/
+34
*
Chromecast: Add a way to notify video plane about resolution changes
servolk
2014-12-18
5
-22
/
+58
*
Chromecast: generate IPC ParamTraits implementations for enums.
gunsch
2014-12-18
3
-10
/
+19
*
Cache client_id in cast metrics client, so that it's
gfhuang
2014-12-18
2
-0
/
+6
*
Fix compilation error for android.
byungchul
2014-12-17
1
-0
/
+1
*
Chromecast: IPC messages for browser-based media pipeline.
gunsch
2014-12-17
9
-0
/
+417
*
Initialize metrics_service in CastMetricsServiceClient::Initialize().
byungchul
2014-12-17
2
-18
/
+18
*
Fix compilation error.
byungchul
2014-12-16
1
-1
/
+1
*
Pass CastMetricsServiceClient to CastService instead of OptIn callback.
byungchul
2014-12-16
11
-85
/
+141
*
Fallback to app_name_ when app_id_ is empty, which could happen before
gfhuang
2014-12-16
1
-2
/
+8
*
Chromecast: media interfaces for hardware-backed video plane.
gunsch
2014-12-15
6
-0
/
+165
*
Chromecast: adds date/time to version string for local builds.
gunsch
2014-12-12
1
-1
/
+1
*
Add UpdateCurrentAppInfo() interface to record info about current app, including
gfhuang
2014-12-12
2
-2
/
+89
*
Adds DNS prefetch support to Chromecast.
gunsch
2014-12-11
7
-5
/
+45
*
Create metrics service client after cast service.
byungchul
2014-12-11
1
-5
/
+7
*
Add a centralized RecordSimpleAction() interface, so that
gfhuang
2014-12-10
6
-21
/
+29
*
Move data reduction proxy logic out of chrome and android webview network del...
megjablon
2014-12-09
1
-2
/
+2
[next]