New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor flow #416
Merged
+1,138
−885
servo: Rename `as_immutable_node` to `as_imm_node` and `as_mutable_no…
e06b31a
Select commit
a178a7a
Fix style in `CharacterData`.
pcwalton b17fffa
Fix code style in DOMParser
pcwalton 5749ffc
Remove ancient `net.rs`
pcwalton 1d7a3f9
servo: Refactor the `Flow` type to save memory and allow upcasting an…
pcwalton d374d65
layout: Document the root flow.
pcwalton 5867921
util: Add a new `tree` module to avoid duplicating pointer stitching.
pcwalton 6a6cad1
dom: Document the node structure better and remove the node pointer s…
pcwalton fe36f1d
layout: Port the flow tree over to the new generic tree functions
pcwalton 3995d96
layout: Remove duplicate methods from flows
pcwalton 066d1bf
dom: Remove duplicate methods from the DOM node type
pcwalton b7ac688
layout: Refactor inline layout a bit
pcwalton e06b31a
servo: Rename `as_immutable_node` to `as_imm_node` and `as_mutable_no…
pcwalton
Merged
Refactor flow #416
servo: Rename `as_immutable_node` to `as_imm_node` and `as_mutable_no…
May 3, 2013
May 3, 2013
May 3, 2013
May 6, 2013
May 6, 2013
May 7, 2013
May 7, 2013
May 7, 2013
May 7, 2013
May 7, 2013
May 7, 2013
May 7, 2013
e06b31a
Select commit
a178a7a
Fix style in `CharacterData`.
pcwalton b17fffa
Fix code style in DOMParser
pcwalton 5749ffc
Remove ancient `net.rs`
pcwalton 1d7a3f9
servo: Refactor the `Flow` type to save memory and allow upcasting an…
pcwalton d374d65
layout: Document the root flow.
pcwalton 5867921
util: Add a new `tree` module to avoid duplicating pointer stitching.
pcwalton 6a6cad1
dom: Document the node structure better and remove the node pointer s…
pcwalton fe36f1d
layout: Port the flow tree over to the new generic tree functions
pcwalton 3995d96
layout: Remove duplicate methods from flows
pcwalton 066d1bf
dom: Remove duplicate methods from the DOM node type
pcwalton b7ac688
layout: Refactor inline layout a bit
pcwalton e06b31a
servo: Rename `as_immutable_node` to `as_imm_node` and `as_mutable_no…
pcwalton