| 08:06 | <annevk> | jgraham: those would be the places, yes |
| 08:06 | <annevk> | jgraham: there's no actual destroy hook as that would expose GC |
| 08:47 | <jgraham> | annevk: Yeah, turns out that it's exposed in e.g. CDP where clients want to keep an up to date list of usable scripting contexts, so there's a request to add it to webdriver-bidi. And I think we're less worried by exposing GC in that case |
| 08:48 | <annevk> | jgraham: it's not web-exposed so I don't really care, might still be worth checking with the WebVM team to be sure |
| 15:14 | <jgraham> | Is infra.spec.whatwg.org loading for others? |
| 15:19 | <andreubotella> | it's loading for me |
| 15:22 | <jgraham> | OK thanks |
| 18:02 | <smaug____> | does blink have max length for session history? |
| 18:02 | <smaug____> | I assume yes |
| 18:03 | <smaug____> | and I assume entries will be cleared from the beginning when needed |
| 18:03 | smaug____ | just wonders how history.length should happen after pushState in this case |
| 18:04 | <smaug____> | s/blink/blink or webkit/ |
| 18:05 | <smaug____> | I guess this is a case where var len = history.length; history.pushState("", "", ""); alert(len == history.length); says true |
| 18:06 | smaug____ | tests |
| 18:10 | <smaug____> | blink and gecko have maxlength 50 |
| 23:24 | <reza> | Hello, can anyone help me with the reasons of not working of transform: rotate(90deg) in video:fullscreen? I hope here is the right place to ask |