00:50 | <Domenic> | Wow!! |
06:48 | <annevk> | zcorpan: did you check what happens with git blame --ignore-rev <that-change> ? I wonder if that works well if we should also add some historical Hixie reformatting revisions to such a file and then hopefully https://searchfox.org respects that and makes blame even more useful. |
06:52 | <zcorpan> | annevk: no, can try today |
09:59 | <smaug> | asuth ^ |
11:06 | <zcorpan> | annevk: git blame seems to work well. Just some empty lines now point to the reformatting commit, but that seems ok |
12:13 | <annevk> | Does anyone know if session history in the specification deals with client-side redirects (setting location )? cc Jake Archibald smaug It seems the heuristics around this differ between Safari and Chrome/Firefox. |
12:20 | <smaug> | farre ^ |
12:20 | <smaug> | annevk: what you mean with redirect in this case? |
12:20 | <smaug> | Setting location is just another navigation, no? |
12:20 | <smaug> | Or perhaps you're thinking the special case which happens before end-of-load-event-firing? |
12:24 | <annevk> | smaug: I'm not entirely sure as I'm not familiar with the specification, but that could be it. Though we also saw it getting skipped in one case where it got invoked after the load event fired. |
12:24 | <smaug> | Certain annevk reviewed this https://github.com/whatwg/html/pull/6714 😛 |