| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
bool playing_ : 1 = false;WDYT about getting rid of this bitpacking thing. I'm fairly sure clang ignores this unless you have \_\_attribute__((packed)) on here. And it's not like this object is copied around a bunch
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +0 |
| Commit-Queue | +2 |
bool playing_ : 1 = false;WDYT about getting rid of this bitpacking thing. I'm fairly sure clang ignores this unless you have \_\_attribute__((packed)) on here. And it's not like this object is copied around a bunch
sgtm, but will do that in a different patch just in case it does something.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Switch HTMLMediaElement to use inline initialization
Also fixes missing initialization for `play_promise_error_code_`
R=tmathmeyer
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |