fune/servo/components/script/parse
aakashjain 2bd749d2a8 servo: Merge #4149 - Fixes #4123 (from aakashjain:MovingElementGetters); r=Manishearth
Moved all getters from Element to ElementHelpers. Existing ElementHelpers getters `get_namespace` and `get_local_name` were replaced by `namespace` and `local_name`. Callers were updated accordingly. Also the getters are no longer inlined.
3 of the getters needed to be added to RawLayoutElementHelpers as well, to accomodate existing calls directly from Element objects.

Source-Repo: https://github.com/servo/servo
Source-Revision: 9541dcdee271d83834af12c756932697ab0ef5dc
2014-11-29 04:42:41 -07:00
..
html.rs servo: Merge #4149 - Fixes #4123 (from aakashjain:MovingElementGetters); r=Manishearth 2014-11-29 04:42:41 -07:00
mod.rs servo: Merge #3718 - M1452: Initial Step of Integrate an XML parser (from juzer10:master); r=jdm 2014-10-29 14:36:45 -06:00