Emilio Cobos Álvarez

Results 777 comments of Emilio Cobos Álvarez

I'll try to give it a shot, but first time poking at serde_derive, so no promises :)

That's sort-of a breaking change, plus other `serialize_struct` implementations that use the `fields` use it as a hint to pre-allocate storage, which in the case of aliases may vastly over-allocate.

Blerg, I was misreading code (was reading Serializer impls indeed). But searched for a bit and found bits that would look at best fishy with that change. For example bincode...

Gecko has a slightly different (and somewhat weird) model for ``, but it has _some_ sort of model. Gecko loads iframes [from the outermost call `Document::EndUpdate`](https://searchfox.org/mozilla-central/rev/d24696b5abaf9fb75f7985952eab50d5f4ed52ac/dom/base/Document.cpp#6913), which gets called after...

One interesting question about the proposal is how does it affect all the other weird html parsing things like table fixups and what not. If I have `Foo`, what is...

Well I guess the parsing insertion may or may not be much of an issue, as you don't have to insert the template contents in the parent, but instead goes...

> I agree that problem b) is a problem that needs a solution. Perhaps the parser could detect exactly-duplicate elements and condense them into a single CSSStyleSheet that gets added...

> How can it know they are dupes without parsing them? Hashmap from text to parsed stylesheet representation effectively. > But I was not aware that exactly-duplicated inline elements would...