gunsch@ Chromium log |
0cd49cd |
2016-03-10 |
gunsch |
Removes gunsch@ from watchlist / Cast owners. |
e57e09c |
2015-09-16 |
gunsch |
Chromecast: re-enables prefixed EME by default. |
c5b37ae |
2015-09-11 |
gunsch |
[Chromecast] Allow CCBrowserClient impls access to URLRequestContextFactory. |
99fd267 |
2015-09-10 |
gunsch |
[Chromecast] Raise Cast's BrowserCdmFactory creation to CCBrowserClient. |
db501df |
2015-09-09 |
gunsch |
[Chromecast] Add cast_version_header dependency from CastSysInfoAndroid. |
521a185 |
2015-09-09 |
gunsch |
[Chromecast] Moves remote debugging start decision into CastContentBrowserClient. |
68c183a |
2015-09-08 |
gunsch |
[Chromecast] Lowers CastService out of chromecast/browser/. |
2133b45 |
2015-09-02 |
gunsch |
[Chromecast] Raises CastService creation to CastContentBrowserClient. |
5ed6d7d |
2015-08-31 |
gunsch |
Chromecast: adds cache for (key, hash) pairs to signature. |
3f39ec0 |
2015-08-21 |
gunsch |
[Chromecast] ATV: don't include logs from renderer process in logfile. |
ee5a889 |
2015-08-20 |
gunsch |
[Chromecast] Adds base/android utilities: time change notifier, dump writer. |
cfc0f46 |
2015-08-19 |
gunsch |
[Chromecast] Fix GN build: pref_names.* moved to chromecast/base. |
24edba4 |
2015-08-19 |
gunsch |
[Chromecast] Moves metrics client ID/providers to CastContentBrowserClient. |
a222203 |
2015-08-19 |
gunsch |
[Chromecast] Moves prefs to chromecast/base/. |
eb298ca |
2015-08-19 |
gunsch |
[Chromecast] Inform metrics service of not-idle state during Cast events. |
28b9ce6 |
2015-08-18 |
gunsch |
[Chromecast] Simplifies platform-specific metrics code. |
684cc8e |
2015-08-10 |
gunsch |
Ensure BrowserCdmManager's promises are safe to call while held. |
028845a |
2015-07-31 |
gunsch |
Android: if dequeueInputBuffer gives TRY_AGAIN_LATER, dequeue output buffers. |
8dbdf64 |
2015-07-23 |
gunsch |
Chromecast OWNERS update: +halliwell, -damienv. |
9a5896e |
2015-07-21 |
gunsch |
Chromecast: shrinks libcast_shell_android target for testability. |
c1b1be7 |
2015-07-17 |
gunsch |
Adds .gitignore entries for Chromecast team. |
adc7c9b |
2015-07-15 |
gunsch |
Chromecast: disables all LayerTreeHost* tests on Android. |
2b0e12f |
2015-07-14 |
gunsch |
Chromecast: adjust test generator GYP rules for ATV. |
e4a7697 |
2015-07-14 |
gunsch |
Chromecast: adds run_test_list.txt generation, internal tests for ATV. |
db9824b |
2015-07-10 |
gunsch |
Android test runner: support negative gtest filter syntax. |
978afc4 |
2015-07-01 |
gunsch |
Cast ATV: only perform unmute on teardown if stream is currently muted. |
67dbdf1 |
2015-06-23 |
gunsch |
Adds device_core to device_unittests dependency list. |
d8fbbc4 |
2015-06-23 |
gunsch |
Chromecast: fix Android lint warnings, which are now build errors. |
3ee23fe |
2015-06-22 |
gunsch |
cast_shell_android buildfix: remove stderr reference. |
5d1fef6 |
2015-06-18 |
gunsch |
Chromecast: use common PSSH parsing code and remove UUID box support. |
7bfe4da |
2015-06-15 |
gunsch |
Chromecast: unmute audio stream on Cast session finish on pre-M devices. |
1863f66 |
2015-06-15 |
gunsch |
Chromecast: don't try to upload crash immediately. |
b49702b |
2015-06-12 |
gunsch |
Chromecast: Android crash startup can't read path from /data/. |
7c0343c |
2015-06-11 |
gunsch |
Chromecast: move link-time decisions to inheritance-based Content*Client. |
9fe5972 |
2015-06-09 |
gunsch |
Chromecast PSSH boxes must use data_size parameter. |
d39b79a |
2015-06-08 |
gunsch |
Chromecast: Cma should set has_audio/video after initialization. |
5e3e1a5 |
2015-06-05 |
gunsch |
Chromecast: use CastContent{Browser,Renderer}Client as a base class. |
5c7431f |
2015-06-05 |
gunsch |
Chromecast: updates Android crash uploader to use HttpURLConnection. |
db78c31 |
2015-06-05 |
gunsch |
Revert of Chromecast: Cma should has_audio/video after initialization finishes. (patchset #1 id:1 of https://codereview.chromium.org/1125033003/) |
5f7fab5 |
2015-06-04 |
gunsch |
Chromecast: adds external_video_surface_java target. |
0af11e4 |
2015-06-04 |
gunsch |
Chromecast: adds fake libffmpegsumo target for more graceful internal build. |
6a852f7 |
2015-06-03 |
gunsch |
Chromecast: registers old client_id metrics pref. |
d8d0336 |
2015-06-01 |
gunsch |
Chromecast: adds MessageType to BrowserCdmCast::OnSessionMessage API. |
0eaa37b |
2015-05-29 |
gunsch |
Allows support for persistent session types in BrowserCdm. |
06ef7ca |
2015-05-28 |
gunsch |
Chromecast: adds ChromecastInitData parsing code. |
b753ef5 |
2015-05-27 |
gunsch |
Chromecast: replace "CmaRendererUnitTest" with "CmaEndToEndTest". |
78ceef5 |
2015-05-22 |
gunsch |
Chromecast: moves chromecast_switches.* from common/ to base/. |
e860606 |
2015-05-19 |
gunsch |
Chromecast: adds Android implementation of CastSysInfo. |
48c25c1 |
2015-05-19 |
gunsch |
Chromecast: MessageLoopProxy cleanup --> SingleThreadTaskRunner. |
602004d |
2015-05-19 |
gunsch |
Chromecast: adds CastMetricsHelper API from Java. |
be51eda |
2015-05-18 |
gunsch |
Revert of Revert of Use BoringSSL in the implementation of ClearKey for Chromecast. (patchset #1 id:1 of https://codereview.chromium.org/1141243003/) |
564d818 |
2015-05-15 |
gunsch |
Revert of Use BoringSSL in the implementation of ClearKey for Chromecast. (patchset #1 id:1 of https://codereview.chromium.org/1130893008/) |
6cedab0 |
2015-05-15 |
gunsch |
Moves Cast test list from chromium.fyi to chromium.linux. |
780d39f |
2015-05-14 |
gunsch |
Chromecast: adds CmaRenderer test coverage. |
23b6c79 |
2015-05-14 |
gunsch |
Chromecast: Cma should has_audio/video after initialization finishes. |
4b40fb3 |
2015-05-11 |
gunsch |
Revert of [Chromecast] Ignore interfaces not used to connect to internet. (patchset #1 id:1 of https://codereview.chromium.org/1137483004/) |
3ea3179 |
2015-05-07 |
gunsch |
Componentizes external_video_surface to reduce webview/Cast duplication. |
4614a4f |
2015-04-30 |
gunsch |
MediaDrmBridge: only use delegate init data if non-empty. |
2288c53 |
2015-04-29 |
gunsch |
Adds MediaClientAndroid to support embedder/MediaDrmBridge interaction. |
e457bf6 |
2015-04-23 |
gunsch |
Chromecast: adds base/bind.h include for media codec shim file. |
45d0df2 |
2015-04-21 |
gunsch |
Chromecast: removes ATV product information from UA string. |
3e32f30 |
2015-04-21 |
gunsch |
Chromecast startup race: don't add filter before HostResolver exists. |
a12fcf0 |
2015-04-21 |
gunsch |
Chromecast: make HandleCrash a FilterCallback in ATV crash path. |
6b56c57 |
2015-04-20 |
gunsch |
Chromecast: temporary shim files for internal media codec callbacks. |
06ad645 |
2015-04-20 |
gunsch |
Chromecast: CmaMessageFilterHost SetCdm threading change. |
5ffcbfc |
2015-04-20 |
gunsch |
Bind BrowserCdmManager callbacks to UI thread before passing to CDM. |
ee935e2 |
2015-04-20 |
gunsch |
Chromecast: enables unprefixed EME on Cast Android. |
4102637 |
2015-04-18 |
gunsch |
Chromecast: aura_test_support dep should be in cast_shell_common. |
550e165 |
2015-04-17 |
gunsch |
Chromecast teardown race: SetCdm vs. pipeline destruction. |
195e961 |
2015-04-16 |
gunsch |
Chromecast: moves ConnectivityChecker to the IO thread. |
5bd9c6b |
2015-04-15 |
gunsch |
Upgrades Cast trybots to blocking. |
b63b533 |
2015-04-15 |
gunsch |
Chromecast: make CAST_IS_DEBUG_BUILD to macro CAST_IS_DEBUG_BUILD(). |
a80b4e3 |
2015-04-15 |
gunsch |
Chromecast: sets chromium_code=1 in chromecast/media/. |
24413fd |
2015-04-14 |
gunsch |
Revert of Prime the landing pad for the new video rendering pipeline. (patchset #9 id:200001 of https://codereview.chromium.org/1053113002/) |
107e889 |
2015-04-14 |
gunsch |
Chromecast: enables unprefixed EME APIs in embedder. |
1365750 |
2015-04-13 |
gunsch |
Chromecast: adds a QuotaPermissionContext implementation. |
2d51d5f |
2015-04-10 |
gunsch |
MediaDrmBridge: guards MediaDrm.removeKeys call in case of failure. |
1c55b5f |
2015-04-09 |
gunsch |
Guards GetCache() use. HttpTransactionFactory::GetCache() may be NULL. |
99ed2aa |
2015-04-08 |
gunsch |
Reverts Chromecast using external V8 snapshot files. |
d7db4ef |
2015-04-08 |
gunsch |
Updates Cast trybots to 100%. |
f6f3d88 |
2015-04-03 |
gunsch |
Cast ATV: default resolution back to 720, but with command-line switch. |
e65e41d |
2015-04-03 |
gunsch |
Chromecast: updates crash keys entries. |
7623ad7 |
2015-04-03 |
gunsch |
content_browsertests.isolate: ppapi_tests requires enable_plugins=1. |
126525e |
2015-04-03 |
gunsch |
Guards irrelevant targets for Cast Android build. |
76d8292 |
2015-04-02 |
gunsch |
Revert of Chromecast: Stop filtering OutOfMemoryDeathTest.ViaSharedLibraries. (patchset #1 id:1 of https://codereview.chromium.org/1050003002/) |
45da3f6 |
2015-04-01 |
gunsch |
Guard non-Chromecast-applicable targets when chromecast==1. |
909de2a |
2015-04-01 |
gunsch |
Chromecast: reworks CDM threading model. |
6154636 |
2015-03-31 |
gunsch |
Chromecast: don't build cast_media_unittests on Android. |
ab58145 |
2015-03-31 |
gunsch |
Disable chromium_builder_tests entries for chromecast. |
540e283 |
2015-03-31 |
gunsch |
Guard hid_service_win.h include with OS_WIN. |
38ede23 |
2015-03-30 |
gunsch |
Chromecast buildfix: permissions manager missing include. |
25850f1 |
2015-03-30 |
gunsch |
Chromecast: clean up references to cast_internal_gyp. |
505fd77 |
2015-03-26 |
gunsch |
Chromecast: grant all permissions from CastContentBrowserClient. |
02dd0e6 |
2015-03-26 |
gunsch |
Run chromium_trybot based Cast bots at 10%. |
4aa7ab3 |
2015-03-25 |
gunsch |
Removes Chromecast-custom-recipe trybots from 10% experimental. |
fed9cc4 |
2015-03-23 |
gunsch |
Adds FYI tests for Cast Linux bot. |
44bd2c6 |
2015-03-20 |
gunsch |
Cast ATV: graphics plane defaults to 1080p. |
ef9016e |
2015-03-20 |
gunsch |
Cast ATV: crash handler should test CAST_BUILD_INCREMENTAL. |
504b1da |
2015-03-19 |
gunsch |
Fix for clang build warnings: undefined variables if !USE_UDEV. |
5922e15 |
2015-03-18 |
gunsch |
DNS Prefetch fix: renderer shouldn't send long hostnames to browser. |
1f11e92 |
2015-03-16 |
gunsch |
Buildfix for Ozone Linux build: guard build/linux/system.gyp:atk dep. |
303cc9b |
2015-03-16 |
gunsch |
Chromecast: removes histogram macro for AddCount. |
7cbdcb2 |
2015-03-13 |
gunsch |
UMA: use a more frequent upload interval for Chromecast. |
b1b1e8c |
2015-03-12 |
gunsch |
Chromecast: use weak pointers for AvPipelineImpl callbacks on CMA thread. |
c645303 |
2015-03-11 |
gunsch |
Chromecast buildfix: ClientCertificateDelegate changes. |
d8f23a5 |
2015-03-06 |
gunsch |
Chromecast: fixes crash in AvPipelineImpl teardown. |
5aabb3f |
2015-03-05 |
gunsch |
Chromecast: implement other MediaKeys interfaces in BrowserCdmCast. |
e668855 |
2015-03-04 |
gunsch |
Fix assumption: HttpTransactionFactory::GetCache() may return NULL. |
b9f9384 |
2015-03-04 |
gunsch |
Chromecast: replay buildfixes in SwitchingMediaRenderer code. |
568f436 |
2015-03-04 |
gunsch |
Chromecast Android: pass ICU file descriptor to render process. |
7ee951a |
2015-03-04 |
gunsch |
Chromecast: communicate HDMI-sink codec changes over IPC. |
36fdd40 |
2015-03-03 |
gunsch |
Chromecast: mitigate threading issue between AvPipeline/MediaKeys. |
8d23afa |
2015-03-02 |
gunsch |
Fixes clang warning in GLSurfaceOzone. |
60492b5 |
2015-03-02 |
gunsch |
Chromecast buildfix: CMA renderer has new Initialize interface. |
05dc1e3 |
2015-02-26 |
gunsch |
Chromecast: always enable CMA pipeline. |
7455cde |
2015-02-26 |
gunsch |
Chromecast: tracing script to use for Linux-based cast_shell. |
eea787c |
2015-02-26 |
gunsch |
Chromecast: get locale from ICU instead of caching permanently. |
ec6d20e |
2015-02-25 |
gunsch |
Chromecast: moves all service startup code to PreMainMessageLoopRun. |
d1f9880 |
2015-02-23 |
gunsch |
Chromecast: adds CastCryptoMsgStart to IPCMessageStart list. |
dc46667 |
2015-02-23 |
gunsch |
Chromecast: disables wifi-based features on ATV. |
e74cff7 |
2015-02-23 |
gunsch |
Chromecast buildfix: restores AddKeySystemWithCodecs, fixes namespace. |
b8f7d90 |
2015-02-20 |
gunsch |
Chromecast: adds internal flags necessary for browser test runner. |
62fac30 |
2015-02-20 |
gunsch |
Chromecast: minor code cleanups. |
e2e0010 |
2015-02-20 |
gunsch |
Chromecast: adds application and WebUI resources for internal build. |
60ae946 |
2015-02-19 |
gunsch |
Chromecast: tighten cases for uploading crash dumps to prod server. |
3908aca |
2015-02-18 |
gunsch |
Chromecast: add platform hooks to inject browser/renderer message filters. |
5e40b4d |
2015-02-18 |
gunsch |
Chromecast: removes chrome-devtools:// protocol from debugging page. |
5bffe45 |
2015-02-17 |
gunsch |
Adds Chromecast builders at 10% experimental. |
cd38a84 |
2015-02-11 |
gunsch |
Chromecast: makes CastWindowAndroid use CastContentWindow. |
5342378 |
2015-02-11 |
gunsch |
Chromecast: allow platform to add custom native bindings (take 2). |
81cc3d4 |
2015-02-10 |
gunsch |
Chromecast: allow platform to add custom native bindings. |
93ba655 |
2015-02-10 |
gunsch |
Chromecast: re-enables image loading in headless mode. |
2567cac |
2015-02-09 |
gunsch |
Chromecast: change BrowserCdmCast threading model. |
913b668 |
2015-02-05 |
gunsch |
Fix DNS Prefetch in Chrome: new message type not added to filter. |
400ad00 |
2015-02-05 |
gunsch |
Adds hook for content embedders to get media::BrowserCdm*. |
8ce7fd4 |
2015-02-03 |
gunsch |
Chromecast Android: fix for 100% crash when child process is launched. |
7b28897 |
2015-02-03 |
gunsch |
Chromecast: Makes cast_crash_client common across builds. |
5857e9e |
2015-02-02 |
gunsch |
Chromecast: updates BrowserCdmCast to handle new BrowserCdm API. |
2ca7706 |
2015-01-28 |
gunsch |
Chromecast: connect CastBrowserCdmFactory during startup. |
72d93fc |
2015-01-27 |
gunsch |
Chromecast: rpath for loading NSS module in cast_shell directory. |
d6a9562 |
2015-01-27 |
gunsch |
Chromecast Android buildfix: use new ContentViewCore.initialize API. |
b21ec67 |
2015-01-27 |
gunsch |
Chromecast: update VideoPlane CoordinateType list. |
ba059dd |
2015-01-27 |
gunsch |
Chromecast: #elif --> #else. |
474ba4f |
2015-01-26 |
gunsch |
Chromecast: fixes CMA renderer initialization crash. |
9ca5b72 |
2015-01-26 |
gunsch |
Chromecast buildfix: update CmaRenderer for Initialize API change. |
050bed3 |
2015-01-21 |
gunsch |
Chromecast ATV: distinguish actual shutdown vs. lifecycle from sleep. |
235014a |
2015-01-21 |
gunsch |
Chromecast: adds hook for internal code to set command-line flags. |
e16def6 |
2015-01-21 |
gunsch |
Chromecast buildfix: updates BrowserCdmFactory for new API. |
4cf366a |
2015-01-20 |
gunsch |
Chromecast test build fix: add mojo dep for direct_dependent includes. |
739bc11 |
2015-01-15 |
gunsch |
Chromecast: add a CastRenderViewObserver for wiring up native bindings. |
50744b4 |
2015-01-09 |
gunsch |
Chromecast buildfix: include missing headers. |
7068e9a |
2015-01-09 |
gunsch |
Chromecast: propagate kEnableCrashReporter switch to child processes. |
ff08f15 |
2015-01-09 |
gunsch |
Chromecast Android buildfix: remove repeated 'conditions' GYP block. |
049bfe1 |
2015-01-09 |
gunsch |
Chromecast: attach the crash signal FD to the child process FD list. |
30f7125 |
2015-01-08 |
gunsch |
Chromecast Android: must explicitly bundle and extract icudtl.dat. |
57461f2 |
2015-01-08 |
gunsch |
Chromecast: adds BrowserCdmFactory that delegates to the platform. |
fac2e71 |
2015-01-08 |
gunsch |
Chromecast: replaces CMA synchronization flag with finer-grained enum. |
d2386aa |
2015-01-08 |
gunsch |
Chromecast: wires up CMA in CastContentBrowserClient. |
5751172 |
2015-01-08 |
gunsch |
Chromecast: forcibly trigger GC in low-memory situations. |
c02c29e |
2015-01-08 |
gunsch |
Chromecast: use PlayerTrackerImpl in BrowserCdmCast. |
a4b98fb |
2015-01-08 |
gunsch |
Chromecast: adds disable_display define for headless builds. |
21b7ba8 |
2015-01-07 |
gunsch |
Chromecast: makes CastContentWindow a WebContentsObserver. |
953ad08 |
2015-01-06 |
gunsch |
Chromecast: unbundle ICU data file from the binary build. |
c83ee88 |
2015-01-06 |
gunsch |
Chromecast Android buildfix: fully-qualify AttachCurrentThread. |
7f9fc22 |
2015-01-06 |
gunsch |
Chromecast: virtual/override cleanup. |
69f3ac4 |
2015-01-06 |
gunsch |
virtual/override specifier cleanup in device/battery/. |
0cffcfc |
2015-01-05 |
gunsch |
virtual/override specifier cleanup in ui/ (mostly Ozone code). |
5b7b77c |
2015-01-05 |
gunsch |
virtual/override specifier cleanup in content/. |
ffedd1e |
2015-01-05 |
gunsch |
virtual/override specifier cleanup in skia/ext/. |
20a3fd7 |
2015-01-05 |
gunsch |
virtual/override specifier cleanup in media/. |
924ce97 |
2014-12-23 |
gunsch |
Chromecast: adds a few dummy GYP targets for easier internal build. |
969a86e |
2014-12-22 |
gunsch |
Chromecast: wires up renderer-side CMA message filter. |
8fb7fbc |
2014-12-22 |
gunsch |
Chromecast on Android buildfix: don't try to create a RendererFactory. |
b92c861 |
2014-12-17 |
gunsch |
MediaCodecBridge: only reconfigure AudioTrack for audio-based instances. |
6e56a0c |
2014-12-17 |
gunsch |
Chromecast: generate IPC ParamTraits implementations for enums. |
f9e882d |
2014-12-17 |
gunsch |
MediaCodecBridge: reconfigure AudioTrack when sample rate changes. |
a2d67bd |
2014-12-16 |
gunsch |
Chromecast: IPC messages for browser-based media pipeline. |
5d1cbbb |
2014-12-15 |
gunsch |
Chromecast: media interfaces for hardware-backed video plane. |
18a4639 |
2014-12-12 |
gunsch |
Chromecast: adds date/time to version string for local builds. |
e49c692 |
2014-12-11 |
gunsch |
Adds DNS prefetch support to Chromecast. |
ec45ff1 |
2014-12-09 |
gunsch |
Chromecast: enable browser CDMs. |
3e085e5 |
2014-12-09 |
gunsch |
Chromecast: automatically create home/config dir. |
b5baf6b |
2014-12-09 |
gunsch |
Pass a RenderCdmManager to RenderCdmFactory in ENABLE_BROWSER_CDMS case. |
5fa50f1 |
2014-12-09 |
gunsch |
Chromecast: adds test filters for failing tests. |
6b45094 |
2014-12-08 |
gunsch |
Revert "Chromecast buildfix: update SelectClientCertificate API." |
38f42e6 |
2014-12-08 |
gunsch |
Chromecast: adds media::Renderer implementation for CMA pipeline. |
00df169 |
2014-12-05 |
gunsch |
Adds simple browser-side implementation for DNS prefetching. |
3334d16 |
2014-12-04 |
gunsch |
Provides method for setting a BrowserCdmFactory for IPC-based CDM. |
0623ac9 |
2014-12-04 |
gunsch |
BrowserCdmManager: gets RenderFrameHost instance on the correct thread. |
d9bd422 |
2014-12-04 |
gunsch |
Chromecast buildfix: update SelectClientCertificate API. |
fb34d46 |
2014-11-20 |
gunsch |
Chromecast: removes CastMetricsServiceClient unit test from GYP file. |
bd08add |
2014-11-20 |
gunsch |
Chromecast: adds a media pipeline feeding data to CMA device backends. |
a4c8435 |
2014-11-20 |
gunsch@chromium.org |
Guard call to assertSubtreeClearedPaintInvalidationState correctly. |
0bf3776 |
2014-11-19 |
gunsch |
Chromecast: test support for builders. |
ef2c7ea |
2014-11-19 |
gunsch |
Chromecast: extensions to the BrowserCdm interface. |
c2211e8 |
2014-11-19 |
gunsch |
Chromecast: adds crash handling for Linux build. |
aeed25a |
2014-11-19 |
gunsch |
Chromecast buildfix: webui_cast.h was removed. |
4f1a250 |
2014-11-18 |
gunsch |
Removes the test to create CastMetricsServiceClient. |
edf5a93 |
2014-11-17 |
gunsch |
Componentize renderer side of DNS prefetching. |
53a8876 |
2014-11-17 |
gunsch |
Android: use demuxer configs for video output size. |
46498cd |
2014-11-17 |
gunsch |
BrowserCdmManager: remove CDMs on correct thread on RenderFrameDeleted. |
5063f5d |
2014-11-15 |
gunsch |
Fixes unused variable in MediaWebContentsObserver. |
cef99a9 |
2014-11-14 |
gunsch |
Chromecast buildfix: scoped_ptr cannot be initialized with NULL. |
1f2debb |
2014-11-12 |
gunsch |
Chromecast buildfix: satisfy new CreateZoomLevelDelegate API. |
dcfbc68 |
2014-11-05 |
gunsch |
Chromecast: adds handler to log metrics from external processes. |
353ee4a |
2014-11-05 |
gunsch |
Crash component: adds API for clients to handle the crash minidump. |
357d1f8 |
2014-11-04 |
gunsch |
Use MediaFormat's crop rectangle when available instead of width/height. |
68fedbf |
2014-11-03 |
gunsch |
Chromecast: disables WebKit's overlay play controls. |
cbdaf76 |
2014-10-31 |
gunsch |
Chromecast: use more recent Android support lib if available. |
31e90ad |
2014-10-29 |
gunsch |
Chromecast: removes devtools resources from bundle. |
64aeb56 |
2014-10-29 |
gunsch |
Chromecast: adds platform hooks for initializing client-auth support. |
726be5f |
2014-10-29 |
gunsch |
Clipboard buildfix: USE_AURA without TOOLKIT_VIEWS failed to compile. |
01f333c |
2014-10-28 |
gunsch |
Adds gunsch@ to chromecast/ WATCHLISTS. |
07ecfee |
2014-10-28 |
gunsch |
Chromecast buildfix: content::KeySystemsInfo moved to media namespace. |
5a3959f |
2014-10-27 |
gunsch |
Chromecast: use variable internal GYP variable consistently. |
1410111 |
2014-10-23 |
gunsch |
Chromecast buildfix (Android): locale API changed. |
c4d9bcb |
2014-10-22 |
gunsch |
Chromecast on Android: always use a SurfaceView for video playback. |
28ee41b |
2014-10-22 |
gunsch |
Chromecast: crash upload logic improvements for Android. |
ccd4ab4 |
2014-10-21 |
gunsch |
Chromecast browser test: use CastContentWindow for test lifetime. |
618be0a |
2014-10-21 |
gunsch |
Buildfix for no-args cases to RenderCdmFactory. |
7d57bdc |
2014-10-20 |
gunsch |
Chromecast: adds class to help record complex histograms. |
f898f99 |
2014-10-20 |
gunsch |
Chromecast: extracts Linux window creation code to a common place. |
57e4c85 |
2014-10-17 |
gunsch |
Chromecast media pipeline: handle CENC "full sample encryption" case. |
7547f25 |
2014-10-16 |
gunsch |
Adds Cast on Android as a valid tracing configuration (chromecast_shell). |
f44ffcb |
2014-10-13 |
gunsch |
Reorganizes Chromecast code to better reflect functional dependencies. |
69b99ef |
2014-10-13 |
gunsch |
Revert "Removes MediaDecoderJob virtual method call from destructor." |
6a1f7b5 |
2014-10-10 |
gunsch |
Removes MediaDecoderJob virtual method call from destructor. |
168c44c |
2014-10-08 |
gunsch |
Chromecast: adds crash handling for Android build. |
6346166 |
2014-10-06 |
gunsch |
Chromecast: adds interfaces for hardware layer of CMA pipeline. |
7948102 |
2014-10-03 |
gunsch |
Chromecast: adds test frame-segmenter code to support CMA unit tests. |
65a3be1 |
2014-10-03 |
gunsch |
Chromecast Android buildfix: rework CommandLine initialization logic. |
2f35020 |
2014-10-02 |
gunsch |
Chromecast: provides ExternalVideoSurfaceContainer for Android. |
13bb1a5 |
2014-10-02 |
gunsch |
Chromecast: adds "DecryptContext" to CMA for managing encrypted frames. |
8580f19 |
2014-10-02 |
gunsch |
Chromecast: adds stability metrics provider to track crashes. |
b098afc |
2014-10-02 |
gunsch |
Chromecast: device identification for whitelisted apps and servers. |
cc40100 |
2014-10-01 |
gunsch |
Chromecast: script to set command line flags for Android build. |
7d8a80f |
2014-09-30 |
gunsch |
Chromecast: minor buildfixes. |
6c4c784 |
2014-09-30 |
gunsch |
Chromecast: removes android:permission="INTERNET" from manifest. |
00128b5 |
2014-09-30 |
gunsch |
Chromecast: use ARGB format for WebColor. |
38b0a89 |
2014-09-30 |
gunsch |
Chromecast: User-Agent string should have "/" before build number. |
f4c1193 |
2014-09-30 |
gunsch |
Chromecast: Android devtools needs remote frontend URL. |
4738efc |
2014-09-29 |
gunsch |
Chromecast: removes CastNetworkDelegate from CastService::Create. |
7b23fd1 |
2014-09-29 |
gunsch |
Chromecast: adds callback for CastService to control metrics state. |
b8994f5 |
2014-09-29 |
gunsch |
Chromecast: guard PlayReady with C-define to prevent accidental use. |
c264a05 |
2014-09-27 |
gunsch |
Chromecast: adds Android switches for media playback. |
dacd4f6 |
2014-09-26 |
gunsch |
Chromecast: adds CastNetworkDelegate. |
77e32f7 |
2014-09-26 |
gunsch |
Chromecast: always enable "Media" blink logging. |
83b94ac |
2014-09-26 |
gunsch |
Chromecast: provides a method to check if config has been set by user. |
62a52e7 |
2014-09-26 |
gunsch |
Chromecast: adds scheme for local file support in Android. |
cb10249 |
2014-09-25 |
gunsch |
Chromecast: call ClosePage(), wait 50ms before deleting WebContents. |
d3644ba |
2014-09-25 |
gunsch |
Chromecast: adds Chromecast build # to User-Agent string. |
a88fa85 |
2014-09-24 |
gunsch |
Chromecast: disables downloads from the Chromecast shell. |
d87803b |
2014-09-24 |
gunsch |
Chromecast: adds AddKeySystemWithCodecs to key_systems_cast header. |
a9851bf |
2014-09-24 |
gunsch |
Chromecast: always disable "shrinks viewport content to fit." |
8bbce03 |
2014-09-24 |
gunsch |
Chromecast: set Android profile dir and ensure it exists. |
a902305 |
2014-09-24 |
gunsch |
Chromecast: allow local file access for Android. |
6c9a270 |
2014-09-23 |
gunsch |
Chromecast buildfix: adds GYP dependency on cdm_renderer. |
1ce9a79 |
2014-09-23 |
gunsch |
Chromecast buildfix: adapting to ContentViewCore API changes. |
e2dcec5 |
2014-09-23 |
gunsch |
Adds Build.MANUFACTURER to native BuildInfo wrapper. |
25deaa9 |
2014-09-19 |
gunsch |
Chromecast: adds Gpu/Network/Profiler metrics providers. |
840bc41 |
2014-09-18 |
gunsch |
Moves ProfilerMetricsProvider to //components/metrics. |
b50a4e3 |
2014-09-16 |
gunsch |
Adds initial key systems support for Chromecast. |
98dd6bf |
2014-09-16 |
gunsch |
Chromecast Android shell improvements: * Handling RenderProcessGone in CastWindowAndroid * Using CastBrowserProcess instead of passing the browser context * A few style nits |
1afc651 |
2014-09-15 |
gunsch |
Moves GPUMetricsProvider to //components/metrics. |
5a27ea9 |
2014-09-12 |
gunsch |
Android buildfix: ResourceExtractor moved to org.chromium.base |
3c2a173 |
2014-09-11 |
gunsch |
Chromecast: end-to-end browser test based on content::BrowserTest. |
407189f |
2014-09-11 |
gunsch |
Chromecast: initial checkin of Android-based cast shell. |
043f360 |
2014-09-11 |
gunsch |
Moves NetworkMetricsProvider to //components/metrics. |
c23da63 |
2014-08-30 |
gunsch |
Chromecast buildfix: forgot an include. |
db879ef |
2014-08-30 |
gunsch |
Chromecast: command-line switch to override the UMA metric upload URL. |
611228e |
2014-08-29 |
gunsch |
Chromecast: adds CastBrowserProcess to manage browser process entities. |
fc831ad |
2014-08-29 |
gunsch |
Chromecast: return the correct locale in ContentBrowserClient. |
cf7730f |
2014-08-29 |
gunsch |
Chromecast: rm explicit constructor on CastMetricsServiceClient. |
79597a8 |
2014-08-29 |
gunsch |
Chromecast fix: MetricsStateManager segfaults if callbacks are empty. |
f06cac1 |
2014-08-27 |
gunsch |
Chromecast devtools API fixes. |
bf984bb |
2014-08-26 |
gunsch |
Chromecast buildfix: MetricsService has moved to metrics namespace. |
0ee038d |
2014-08-23 |
gunsch |
Adds CastMetricsServiceClient to Chromecast shell. |
787c167 |
2014-08-16 |
gunsch@chromium.org |
Chromecast: moves cast_shell.pak output to assets/ directory. |
0c6ab15 |
2014-08-15 |
gunsch@chromium.org |
Chromecast: disables application cache. |
9fa5511 |
2014-08-15 |
gunsch@chromium.org |
Adds Chromecast hardware information to SystemProfileProto. |
436901b |
2014-08-15 |
gunsch@chromium.org |
Adds locale strings to Chromecast build. |
2667a23 |
2014-08-15 |
gunsch@chromium.org |
Chromecast: Adds WebUI stubs for cast shell. |
53a8880 |
2014-08-15 |
gunsch@chromium.org |
Chromecast: pages default to having a black background. |
dba26a7 |
2014-08-15 |
gunsch@chromium.org |
Adds remote devtools support to cast_shell. |
bef1415 |
2014-08-15 |
gunsch@chromium.org |
Chromecast: MP2TS stream parser should always be enabled. |
b9ba37e |
2014-08-14 |
gunsch@chromium.org |
Adds chromecast/tools/build to gyp_chromium paths for pymod_do_main. |
70c4406 |
2014-08-13 |
gunsch@chromium.org |
CastContentBrowserClient should not hold CastBrowserMainParts lifetime. |
a15f8d8 |
2014-08-08 |
gunsch@chromium.org |
Adds ChromecastConfig to manage cast_shell's PrefService. |
855c3bc |
2014-08-08 |
gunsch@chromium.org |
Chromecast shell build fix for new BrowserContext API: |
9f13b60 |
2014-08-07 |
gunsch@chromium.org |
Exempts chromecast/ directory from spam-logging presubmit check. |
d345593 |
2014-07-31 |
gunsch@chromium.org |
Generates Chromecast User-Agent string from current Chromium version. |
313c692 |
2014-07-18 |
gunsch@chromium.org |
Removes CastBrowserMainParts::GetInstance. |
1ebdce3 |
2014-07-17 |
gunsch@chromium.org |
Moves components/metrics/chromeos to c/m/serialization/. |
791733d |
2014-07-17 |
gunsch@chromium.org |
Build-level separation of default CastService implementation. |
84520e5 |
2014-07-17 |
gunsch@chromium.org |
Fixes chromecast build to point to ui/resources and ui/strings. |
5d96cf4 |
2014-07-17 |
gunsch@chromium.org |
Adds gunsch@ to chromecast OWNERS. |
a6e21c3 |
2014-07-12 |
gunsch@chromium.org |
Ties RenderFrameImpl VIDEO_HOLE observer to lifetime of RenderWidget. |
3bafa52 |
2014-04-30 |
gunsch@chromium.org |
HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests. |
a60c649 |
2014-04-28 |
gunsch@chromium.org |
Fixes flaky HttpServer.SendRaw failures. |
7b691d3 |
2014-04-22 |
gunsch@chromium.org |
Fixes WebMediaPlayerAndroid to respect infinite-duration media streams. |
a6948f9 |
2014-04-19 |
gunsch@chromium.org |
HttpServer: allows sending raw response data for streamed responses. |
4203d8d |
2014-04-15 |
gunsch@chromium.org |
HttpServer: allows sending raw response data for nontypical responses. |
b9e0d85 |
2014-04-08 |
gunsch@chromium.org |
Removes "copy" action for extra_native_libs in java_apk.gypi. |
6b40f37 |
2014-04-03 |
gunsch@chromium.org |
Adds extra header data for Android AAC playback when decoding MPEG2TS. |
8063669 |
2014-04-01 |
gunsch@chromium.org |
Adds GYP variable to enable MPEG2TS stream parsing. |
0cbc29b |
2014-03-20 |
gunsch@chromium.org |
Gets the peer address (if available) in server requests. |