Commit graph

2 commits

Author SHA1 Message Date
Patrick Walton
cf773ab0f2 servo: Merge #1424 - Harden layout (from pcwalton:harden-layout); r=pcwalton
This changeset gets rid of the `FooView` phantom type in favor of a more brute force approach that just whitelists methods that layout is allowed to call. The set is surprisingly small now that layout isn't going to the DOM for much.

If this approach turns out not to scale, we can do something fancier, but I'd rather just have it be safe and secure first and then refactor later for programmer happiness.

r? @kmcallister

Source-Repo: https://github.com/servo/servo
Source-Revision: 824c7ac613ebb80bb432ff6425c5e25c642b6afb
2013-12-17 18:16:05 -08:00
Josh Matthews
fc1925e86e servo: Merge #1220 - Implement Element.attributes (from jdm:attrlist2); r=metajack
Source-Repo: https://github.com/servo/servo
Source-Revision: fb8a24861a122512495834fca7e7d40313802c38
2013-11-12 17:34:17 -08:00