Emilio Cobos Álvarez
Emilio Cobos Álvarez
Ah, I guess it does need `config.hide_tab_bar_if_only_one_tab = true` in order for it not to be an insta-crash.
Which means this is kind of a dupe of #6233.
Longhand enumeration is the biggest change, yeah. I think there might be others around web animations. I think if you transition a shorthand you might get multiple CSSTransition objects rather...
> So this is nothing new. So, any changes to CSSOM should take that into account. An API change like adding shorthands to the enumeration might break some logic. Admittedly,...
You just need to pass the right `-I` flags to clang right?
I fixed this ages ago in https://bugzilla.mozilla.org/show_bug.cgi?id=1648064.
It's not clear to me that the spec needs special-casing this? You could argue that the print document always gets displayed "fully" and thus all images should be loaded.
In Firefox this depends on whether it's `window.print()` or user print what gets called. For `window.print()`, we do wait until the load event and other browsers do the same, but...
Ah, I see what you mean, that's an slightly different case than what I was thinking of. I meant that if you Ctrl+P before the load event fires we'll just...
> > I meant that if you Ctrl+P before the load event fires we'll just take the dom as it is > > This seems to be at odds with:...