| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the base URL to parse style attributes. | Ms2ger | 2015-08-08 | 1 | -1/+1 |
* | script: Make the legacy presentational attributes on `<td>` apply to | Patrick Walton | 2015-08-06 | 1 | -3/+2 |
* | Warning police. | Josh Matthews | 2015-08-04 | 1 | -1/+1 |
* | Start reporting memory usage for Window and all nodes in all DOM trees for fr... | Josh Matthews | 2015-08-03 | 1 | -1/+1 |
* | Fix percentage height calculation, absolute containing block height calculati... | Glenn Watson | 2015-08-03 | 1 | -8/+7 |
* | script: Use `Arc::make_unique` instead of `Arc::get_mut` when updating | Patrick Walton | 2015-08-02 | 1 | -11/+10 |
* | Remove some PropertyDeclaration cloning. | Simon Sapin | 2015-07-31 | 1 | -23/+30 |
* | Refactor CSSStyleDeclaration::setProperty to not synthesize a `name: value` s... | Simon Sapin | 2015-07-31 | 1 | -1/+1 |
* | Fix CSSStyleDeclaration.setPropertyPriority | Simon Sapin | 2015-07-31 | 1 | -2/+25 |
* | Auto merge of #5851 - evilpie:background, r=SimonSapin | bors-servo | 2015-07-29 | 1 | -1/+14 |
|\ |
|
| * | Implement the HTML background attribute | Tom Schuster | 2015-06-20 | 1 | -1/+14 |
* | | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -2/+6 |
* | | Auto merge of #6662 - tschneidereit:client-geometry, r=glennw,pcwatson | bors-servo | 2015-07-27 | 1 | -0/+20 |
|\ \ |
|
| * | | Implement client{Top, Left, Height, Width} element properties | Till Schneidereit | 2015-07-19 | 1 | -0/+20 |
* | | | Auto merge of #6660 - nox:children-changed, r=jdm | bors-servo | 2015-07-25 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | Introduce RootedVec<JS<T>>::r() | Anthony Ramine | 2015-07-23 | 1 | -3/+3 |
* | | | | Auto merge of #6715 - Ms2ger:layoutelement, r=jdm | bors-servo | 2015-07-23 | 1 | -25/+26 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Move the state getters to LayoutElementHelpers. | Ms2ger | 2015-07-23 | 1 | -25/+26 |
* | | | | Update rust-selectors | Simon Sapin | 2015-07-23 | 1 | -18/+50 |
|/ / / |
|
* | | | Move local_name and namespace to LayoutJS<Element>. | Ms2ger | 2015-07-22 | 1 | -8/+16 |
* | | | Implement style_attribute() on LayoutJS<Element>. | Ms2ger | 2015-07-22 | 1 | -0/+8 |
|/ / |
|
* | | Remove some more unnecessary let bindings | David Zbarsky | 2015-07-14 | 1 | -33/+13 |
* | | Complete FIXMEs related to UFCS | Corey Farwell | 2015-07-14 | 1 | -21/+3 |
* | | Test element prefix for element equality | David Zbarsky | 2015-07-10 | 1 | -4/+1 |
* | | Upgrade to rustc 1.3.0-dev (f3b97a74a 2015-07-03) | Simon Sapin | 2015-07-04 | 1 | -6/+4 |
* | | Auto merge of #6529 - dwins:master, r=Manishearth | bors-servo | 2015-07-01 | 1 | -2/+1 |
|\ \ |
|
| * | | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -2/+1 |
* | | | Remove string_cache dependency from util. | Matt Brubeck | 2015-07-01 | 1 | -4/+3 |
|/ / |
|
* | | Remove unused imports. | Ms2ger | 2015-06-27 | 1 | -1/+0 |
* | | Update rust-selectors | Simon Sapin | 2015-06-26 | 1 | -4/+47 |
* | | Refactoring, return an Atom from Element::parsed_name. #5774 | Maciej Skrzypkowski | 2015-06-23 | 1 | -7/+6 |
* | | Auto merge of #6427 - servo:selector-traits-refactor, r=Ms2ger | bors-servo | 2015-06-21 | 1 | -27/+27 |
|\ \ |
|
| * | | Update rust-selectors | Simon Sapin | 2015-06-20 | 1 | -27/+27 |
| |/ |
|
* / | Implement AttrHelpersForLayout for LayoutJS<Attr> rather than Attr itself. | Ms2ger | 2015-06-20 | 1 | -11/+11 |
|/ |
|
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -164/+153 |
* | Add unsafe blocks to make_unique | Manish Goregaokar | 2015-06-14 | 1 | -4/+6 |
* | Auto merge of #6317 - frewsxcv:rm-util-crate-reexports, r=Ms2ger | bors-servo | 2015-06-10 | 1 | -1/+1 |
|\ |
|
| * | Remove fnv & smallvec crate reexports from util | Corey Farwell | 2015-06-10 | 1 | -1/+1 |
* | | Optimize lookupPrefix. | Ms2ger | 2015-06-10 | 1 | -6/+8 |
|/ |
|
* | Auto merge of #6140 - nox:cleanup-rootedvec, r=Manishearth | bors-servo | 2015-05-26 | 1 | -11/+6 |
|\ |
|
| * | Remove use of RootedVec in DOMRectList | Anthony Ramine | 2015-05-26 | 1 | -11/+6 |
* | | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -4/+12 |
* | | Auto merge of #5858 - pgonda:tabindex-focus-flag, r=jdm | bors-servo | 2015-05-20 | 1 | -3/+8 |
|\ \ |
|
| * | | fixes #5603, adds support for tabindex | Peter | 2015-05-20 | 1 | -3/+8 |
| |/ |
|
* | | script: Implement the `width` and `height` attributes for iframes per | Patrick Walton | 2015-05-20 | 1 | -5/+34 |
* | | script: Implement the `color` attribute of the `<font>` element. | Patrick Walton | 2015-05-19 | 1 | -2/+18 |
|/ |
|
* | Fix implementation of Element::get_root_element | Mukilan Thiyagarajan | 2015-05-14 | 1 | -6/+6 |
* | Move table border to the new infrastructure. | Ms2ger | 2015-05-12 | 1 | -10/+24 |
* | Implement get_attr_for_layout that returns an AttrValue. | Ms2ger | 2015-05-12 | 1 | -0/+9 |
* | Move textarea cols/rows to the new infrastructure. | Ms2ger | 2015-05-12 | 1 | -21/+44 |