Commit graph

5 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
Ms2ger
74b8cdf345 servo: Merge #1177 - Introduce new methods for some more HTML elements (from Ms2ger:new-htmlelement); r=jdm
r? @jdm

Source-Repo: https://github.com/servo/servo
Source-Revision: e16a29480ef48aad6db08710954a2a4ba6802e0d
2013-11-05 07:17:27 -08:00
Ms2ger
8ef653c964 servo: Merge #1162 - Introduce new methods for some HTML elements (from Ms2ger:new-htmlelement); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 041f3a8b06e3f29e99464af752cad8f1a7e93540
2013-10-31 13:55:29 -07:00
Luis de Bethencourt
2d8fcc3236 servo: Merge #959 - Consider renaming the parent fields of the DOM node hierarchy (from luisbg:master); r=jdm
Issue #924

Source-Repo: https://github.com/servo/servo
Source-Revision: dafb2c3d7fb26686bd9fa0cf963470a1ebc0d733
2013-09-19 21:09:14 -07:00
Tetsuharu OHZEKI
e28b479e30 servo: Merge #837 - Generate more bindings (from saneyuki:webidl); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 4cfcad0a0e9d46828b95a26dc36d5931e4da2d74

--HG--
rename : servo/src/components/script/dom/htmldivelement.rs => servo/src/components/script/dom/htmllegendelement.rs
2013-09-03 10:46:00 -07:00