| Commit message (Expand) | Author | Age | Files | Lines |
* | Split Au type into separate crate, with minimal dependencies. | Glenn Watson | 2015-10-01 | 1 | -1/+1 |
* | script: Wrap a long line. | Patrick Walton | 2015-09-24 | 1 | -1/+3 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -7/+7 |
* | Prefer element casting over mem::transmute | Corey Farwell | 2015-09-22 | 1 | -49/+24 |
* | Auto merge of #7611 - nox:cache-element-id, r=frewsxcv | bors-servo | 2015-09-20 | 1 | -25/+27 |
|\ |
|
| * | Use cached element ID in LayoutElement::get_id | Ali Sabil | 2015-09-13 | 1 | -0/+8 |
| * | Cache the `id` attribute on Element | Ali Sabil | 2015-09-13 | 1 | -20/+18 |
| * | Fix cloning of Element's attributes | Anthony Ramine | 2015-09-13 | 1 | -5/+1 |
* | | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -16/+13 |
* | | Initial support for custom properties in CSSStyleDeclaration | Simon Sapin | 2015-09-17 | 1 | -3/+4 |
* | | Implement <font> 'face' attribute | Corey Farwell | 2015-09-14 | 1 | -1/+17 |
|/ |
|
* | Move EventTargetTypeId/NodeTypeId to DOMClass | Michael Wu | 2015-09-12 | 1 | -1/+1 |
* | Auto merge of #7531 - nox:template, r=Ms2ger | bors-servo | 2015-09-08 | 1 | -10/+15 |
|\ |
|
| * | Fix HTMLTemplateElement.innerHTML | Anthony Ramine | 2015-09-08 | 1 | -10/+15 |
* | | Elide most 'a lifetimes | Manish Goregaokar | 2015-09-04 | 1 | -4/+4 |
* | | Auto merge of #7518 - servo:custom-properties, r=pcwalton | bors-servo | 2015-09-03 | 1 | -16/+16 |
|\ \
| |/
|/| |
|
| * | Rename DeclaredValue::SpecifiedValue to DeclaredValue::Value | Simon Sapin | 2015-09-03 | 1 | -16/+16 |
* | | renaming tokens(), atom() and uint() and rewriting to return or panic | Prabhjyot Singh Sodhi | 2015-09-02 | 1 | -11/+8 |
|/ |
|
* | Auto merge of #7452 - nox:cleanup-attributes, r=nox | bors-servo | 2015-09-02 | 1 | -183/+130 |
|\ |
|
| * | Introduce VirtualMethods::attribute_mutated() | Anthony Ramine | 2015-09-02 | 1 | -141/+111 |
| * | Remove Element::get_attributes() | Anthony Ramine | 2015-09-01 | 1 | -34/+11 |
| * | Replace many uses of Attr::Value() by Attr::value() | Anthony Ramine | 2015-08-30 | 1 | -6/+6 |
| * | Replace many uses of to_ascii_lowercase() by make_ascii_lowercase() | Anthony Ramine | 2015-08-30 | 1 | -5/+5 |
* | | Auto merge of #7496 - servo:calc_, r=SimonSapin | bors-servo | 2015-09-02 | 1 | -2/+4 |
|\ \ |
|
| * \ | Merge branch 'master' into calc | Simon Sapin | 2015-09-01 | 1 | -223/+139 |
| |\ \ |
|
| * | | | Properly serialize % values in calc expressions | David Zbarsky | 2015-08-26 | 1 | -2/+4 |
* | | | | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) | Simon Sapin | 2015-09-02 | 1 | -5/+5 |
| |/ /
|/| | |
|
* | | | Make test-tidy check that braces have spaces before or after them | wilmoz | 2015-08-31 | 1 | -2/+2 |
| |/
|/| |
|
* | | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -48/+48 |
* | | Remove AttributeHandlers | Anthony Ramine | 2015-08-27 | 1 | -75/+26 |
* | | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -76/+42 |
* | | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | | Auto merge of #7397 - Manishearth:doublepointer-meet-fire, r=nox | bors-servo | 2015-08-26 | 1 | -23/+23 |
|\ \
| |/
|/| |
|
| * | remove to_borrowed_ref, fix Activatable | Manish Goregaokar | 2015-08-27 | 1 | -5/+5 |
| * | Remove doublepointer in VirtualMethods, and from_borrowed_ref | Manish Goregaokar | 2015-08-27 | 1 | -18/+18 |
* | | Auto merge of #7334 - servo:active, r=SimonSapin | bors-servo | 2015-08-24 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | script: Update `rust-selectors` to get `:active` support. | Patrick Walton | 2015-08-17 | 1 | -0/+4 |
* | | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -11/+11 |
* | | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #7188 - servo:set_inline_style_property_priority, r=nox | bors-servo | 2015-08-15 | 1 | -1/+1 |
|\ |
|
| * | Fix Element::set_inline_style_property_priority’s handling of priority | Simon Sapin | 2015-08-13 | 1 | -1/+1 |
* | | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -2/+3 |
|/ |
|
* | 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 |