Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInvert struct/enum variant nesting in DisplayList #96
Labels
Comments
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Add a test for null characters in the name of an iframe.
glennw
added a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Basic profile counters support.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DisplayItems are a struct, with a nested enum variant for each different item. We have adopted the alternate convention in layout code: a top-level enum variant, with a variant for each display item, and the first field of each variant being the common data struct. This needs to be changed in DisplayList code.