Tags: xbhatnag/cobalt
Tags
Revert "Prevent garbage collection of ScriptValue References." This reverts commit 4d314ec0e22e86c400c65e017b1a33e67ff8f23b. Reason for revert: Suspecting cause of endurance test failures Change-Id: Iec04dd48db117284acad356960ba6027aa0a88ca NOKEYCHECK=True GitOrigin-RevId: 53ff25c7520a0190d38a428ec218fcf9577fa297
Remove spurious DCHECK causing assert on startup. It's perfectly valid for cache mode to be disabled and needing a cache key to doom entries in the cache, if the cache was previously enabled. This removes the DCHECK. b/256657236 Change-Id: I18dc5898f28ae90d9cf246330b8e038ca1cb3a77 (cherry picked from commit ff71a1967b0e95f348175f6f504dc936af455d78) NOKEYCHECK=True GitOrigin-RevId: 3b41a0e5244c8e0dd99e57cf4cdb6ac0de49ff60
Add deprecated MIME type to allowlist b/245756622 The supported MIME type for javascript is text/javascript, however on evergreen builds the six.moves SimpleHTTPServer appears to use the deprecated application/javascript. As a temporary workaround the allowlist in http_cache_transaction will include this MIME type. Change-Id: If8b893e588d068d444a6adb9e2b8bae4f930a142 (cherry picked from commit a6d43eee5091ad4dd97c316fbb7fc456f5b33817) NOKEYCHECK=True GitOrigin-RevId: 7b5ea71419f828da03956b91278f36c7083064e5
Add deprecated MIME type to allowlist b/245756622 The supported MIME type for javascript is text/javascript, however on evergreen builds the six.moves SimpleHTTPServer appears to use the deprecated application/javascript. As a temporary workaround the allowlist in http_cache_transaction will include this MIME type. Change-Id: If8b893e588d068d444a6adb9e2b8bae4f930a142 NOKEYCHECK=True GitOrigin-RevId: a6d43eee5091ad4dd97c316fbb7fc456f5b33817
Do not cache specific mime types. b/241983765 Change-Id: I64b67201d40f9b1618a3ff17fe3899151dc180ca NOKEYCHECK=True GitOrigin-RevId: 9ea670dd8943444ebf9996c895240d3e34a3a466
Deprecate SbSystemConnectionType This field was put in the UA string but unused and an issue. b/235642685 Change-Id: Iab560fd96d9e634ac305767cacadfa3aa9dbbf32
Fix possible missing OnSuspend() / OnResume() call This bug was recently introduced with the change to call HandleEventAndUpdateState() instead of Inject() for intermediate events. b/223218633 Change-Id: I4deb159cd2989f31e76c37848bb51271adf23722 (cherry picked from commit d3e76188663c07318681ffdf0bde530e1222c390)
[media] Log SbPlayer initialization latencies Adds a log for the duration between key events as the SbPlayer is initialized. Example output (android-arm_devel on Sabrina): SbPlayer startup latencies Event name time since last \ event set_drm_system_ready_cb called 0 us SbPlayerCreate() called 13565 us kSbPlayerStateInitialized received 315737 us kSbPlayerStatePrerolling received 606 us First media sample(s) written [audio/video] 151/204 us kSbPlayerStatePresenting received 439794 us b/223811180 Change-Id: Ic6d8ba8fc27aa16a43b560e3f235972542705ee2 (cherry picked from commit 8249fc7adcb032dc38ea57ec345aabd7ad4d8a6f)
PreviousNext