8000 Tags · xbhatnag/cobalt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: xbhatnag/cobalt

Tags

23.lts.4

Toggle 23.lts.4's commit message
Cobalt 23 LTS Relase 4

23.lts.3

Toggle 23.lts.3's commit message
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

23.lts.2

Toggle 23.lts.2's commit message
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

23.lts.1

Toggle 23.lts.1's commit message
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

23.lts.1rc3

Toggle 23.lts.1rc3's commit message
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

23.lts.1rc2

Toggle 23.lts.1rc2's commit message
Do not cache specific mime types.

b/241983765

Change-Id: I64b67201d40f9b1618a3ff17fe3899151dc180ca
NOKEYCHECK=True
GitOrigin-RevId: 9ea670dd8943444ebf9996c895240d3e34a3a466

22.lts.6

Toggle 22.lts.6's commit message
Fix spelling

b/238450318

Change-Id: I7010a912dbff8b23bc48215f6ed93e562688a7a4
(cherry picked from commit 2030de1219a19031cd5d562c27b502903300ce51)
NOKEYCHECK=True
GitOrigin-RevId: 71051bf3458a1562444d876c4e8a7f6ab194ec88

23.lts.1rc1

Toggle 23.lts.1rc1's commit message
Deprecate SbSystemConnectionType

This field was put in the UA string but unused and an issue.

b/235642685

Change-Id: Iab560fd96d9e634ac305767cacadfa3aa9dbbf32

22.lts.5

Toggle 22.lts.5's commit message
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)

22.lts.4

Toggle 22.lts.4's commit message
[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)
0