aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* Use the base URL to parse style attributes.Ms2ger2015-08-081-1/+1
* script: Make the legacy presentational attributes on `<td>` apply toPatrick Walton2015-08-061-3/+2
* Warning police.Josh Matthews2015-08-041-1/+1
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-1/+1
* Fix percentage height calculation, absolute containing block height calculati...Glenn Watson2015-08-031-8/+7
* script: Use `Arc::make_unique` instead of `Arc::get_mut` when updatingPatrick Walton2015-08-021-11/+10
* Remove some PropertyDeclaration cloning.Simon Sapin2015-07-311-23/+30
* Refactor CSSStyleDeclaration::setProperty to not synthesize a `name: value` s...Simon Sapin2015-07-311-1/+1
* Fix CSSStyleDeclaration.setPropertyPrioritySimon Sapin2015-07-311-2/+25
* Auto merge of #5851 - evilpie:background, r=SimonSapinbors-servo2015-07-291-1/+14
|\
| * Implement the HTML background attributeTom Schuster2015-06-201-1/+14
* | Add spec linksBogdan Cuza2015-07-281-2/+6
* | Auto merge of #6662 - tschneidereit:client-geometry, r=glennw,pcwatsonbors-servo2015-07-271-0/+20
|\ \
| * | Implement client{Top, Left, Height, Width} element propertiesTill Schneidereit2015-07-191-0/+20
* | | Auto merge of #6660 - nox:children-changed, r=jdmbors-servo2015-07-251-3/+3
|\ \ \
| * | | Introduce RootedVec<JS<T>>::r()Anthony Ramine2015-07-231-3/+3
* | | | Auto merge of #6715 - Ms2ger:layoutelement, r=jdmbors-servo2015-07-231-25/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Move the state getters to LayoutElementHelpers.Ms2ger2015-07-231-25/+26
* | | | Update rust-selectorsSimon Sapin2015-07-231-18/+50
|/ / /
* | | Move local_name and namespace to LayoutJS<Element>.Ms2ger2015-07-221-8/+16
* | | Implement style_attribute() on LayoutJS<Element>.Ms2ger2015-07-221-0/+8
|/ /
* | Remove some more unnecessary let bindingsDavid Zbarsky2015-07-141-33/+13
* | Complete FIXMEs related to UFCSCorey Farwell2015-07-141-21/+3
* | Test element prefix for element equalityDavid Zbarsky2015-07-101-4/+1
* | Upgrade to rustc 1.3.0-dev (f3b97a74a 2015-07-03)Simon Sapin2015-07-041-6/+4
* | Auto merge of #6529 - dwins:master, r=Manishearthbors-servo2015-07-011-2/+1
|\ \
| * | Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* | | Remove string_cache dependency from util.Matt Brubeck2015-07-011-4/+3
|/ /
* | Remove unused imports.Ms2ger2015-06-271-1/+0
* | Update rust-selectorsSimon Sapin2015-06-261-4/+47
* | Refactoring, return an Atom from Element::parsed_name. #5774Maciej Skrzypkowski2015-06-231-7/+6
* | Auto merge of #6427 - servo:selector-traits-refactor, r=Ms2gerbors-servo2015-06-211-27/+27
|\ \
| * | Update rust-selectorsSimon Sapin2015-06-201-27/+27
| |/
* / Implement AttrHelpersForLayout for LayoutJS<Attr> rather than Attr itself.Ms2ger2015-06-201-11/+11
|/
* Upgrade to SM 39Michael Wu2015-06-191-164/+153
* Add unsafe blocks to make_uniqueManish Goregaokar2015-06-141-4/+6
* Auto merge of #6317 - frewsxcv:rm-util-crate-reexports, r=Ms2gerbors-servo2015-06-101-1/+1
|\
| * Remove fnv & smallvec crate reexports from utilCorey Farwell2015-06-101-1/+1
* | Optimize lookupPrefix.Ms2ger2015-06-101-6/+8
|/
* Auto merge of #6140 - nox:cleanup-rootedvec, r=Manishearthbors-servo2015-05-261-11/+6
|\
| * Remove use of RootedVec in DOMRectListAnthony Ramine2015-05-261-11/+6
* | Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-4/+12
* | Auto merge of #5858 - pgonda:tabindex-focus-flag, r=jdmbors-servo2015-05-201-3/+8
|\ \
| * | fixes #5603, adds support for tabindexPeter2015-05-201-3/+8
| |/
* | script: Implement the `width` and `height` attributes for iframes perPatrick Walton2015-05-201-5/+34
* | script: Implement the `color` attribute of the `<font>` element.Patrick Walton2015-05-191-2/+18
|/
* Fix implementation of Element::get_root_elementMukilan Thiyagarajan2015-05-141-6/+6
* Move table border to the new infrastructure.Ms2ger2015-05-121-10/+24
* Implement get_attr_for_layout that returns an AttrValue.Ms2ger2015-05-121-0/+9
* Move textarea cols/rows to the new infrastructure.Ms2ger2015-05-121-21/+44