aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* script: Wrap a long line.Patrick Walton2015-09-241-1/+3
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-7/+7
* Prefer element casting over mem::transmuteCorey Farwell2015-09-221-49/+24
* Auto merge of #7611 - nox:cache-element-id, r=frewsxcvbors-servo2015-09-201-25/+27
|\
| * Use cached element ID in LayoutElement::get_idAli Sabil2015-09-131-0/+8
| * Cache the `id` attribute on ElementAli Sabil2015-09-131-20/+18
| * Fix cloning of Element's attributesAnthony Ramine2015-09-131-5/+1
* | Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-16/+13
* | Initial support for custom properties in CSSStyleDeclarationSimon Sapin2015-09-171-3/+4
* | Implement <font> 'face' attributeCorey Farwell2015-09-141-1/+17
|/
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-1/+1
* Auto merge of #7531 - nox:template, r=Ms2gerbors-servo2015-09-081-10/+15
|\
| * Fix HTMLTemplateElement.innerHTMLAnthony Ramine2015-09-081-10/+15
* | Elide most 'a lifetimesManish Goregaokar2015-09-041-4/+4
* | Auto merge of #7518 - servo:custom-properties, r=pcwaltonbors-servo2015-09-031-16/+16
|\ \ | |/ |/|
| * Rename DeclaredValue::SpecifiedValue to DeclaredValue::ValueSimon Sapin2015-09-031-16/+16
* | renaming tokens(), atom() and uint() and rewriting to return or panicPrabhjyot Singh Sodhi2015-09-021-11/+8
|/
* Auto merge of #7452 - nox:cleanup-attributes, r=noxbors-servo2015-09-021-183/+130
|\
| * Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-141/+111
| * Remove Element::get_attributes()Anthony Ramine2015-09-011-34/+11
| * Replace many uses of Attr::Value() by Attr::value()Anthony Ramine2015-08-301-6/+6
| * Replace many uses of to_ascii_lowercase() by make_ascii_lowercase()Anthony Ramine2015-08-301-5/+5
* | Auto merge of #7496 - servo:calc_, r=SimonSapinbors-servo2015-09-021-2/+4
|\ \
| * \ Merge branch 'master' into calcSimon Sapin2015-09-011-223/+139
| |\ \
| * | | Properly serialize % values in calc expressionsDavid Zbarsky2015-08-261-2/+4
* | | | Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-021-5/+5
| |/ / |/| |
* | | Make test-tidy check that braces have spaces before or after themwilmoz2015-08-311-2/+2
| |/ |/|
* | Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-48/+48
* | Remove AttributeHandlersAnthony Ramine2015-08-271-75/+26
* | Remove helper traitsAnthony Ramine2015-08-271-76/+42
* | make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* | Auto merge of #7397 - Manishearth:doublepointer-meet-fire, r=noxbors-servo2015-08-261-23/+23
|\ \ | |/ |/|
| * remove to_borrowed_ref, fix ActivatableManish Goregaokar2015-08-271-5/+5
| * Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-18/+18
* | Auto merge of #7334 - servo:active, r=SimonSapinbors-servo2015-08-241-0/+4
|\ \ | |/ |/|
| * script: Update `rust-selectors` to get `:active` support.Patrick Walton2015-08-171-0/+4
* | sort all usesJohann Tuffe2015-08-201-11/+11
* | Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-1/+1
|/
* Auto merge of #7188 - servo:set_inline_style_property_priority, r=noxbors-servo2015-08-151-1/+1
|\
| * Fix Element::set_inline_style_property_priority’s handling of prioritySimon Sapin2015-08-131-1/+1
* | Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-2/+3
|/
* 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