aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* Add link to issue for :visitedSimon Sapin2015-12-051-0/+1
* Auto merge of #8786 - eefriedman:localname-atom, r=jdmbors-servo2015-12-031-4/+4
|\
| * Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-4/+4
* | Makes setting negative values to maxLength throw an IndexSize exceptionSam Gibson2015-12-031-1/+4
* | Resolves long-running merge conflictsSam Gibson2015-12-031-1/+1
* | Makes int_getter macro, and uses -1 as default maxlength instead of maxintSam Gibson2015-12-031-0/+21
|/
* Auto merge of #8675 - GuillaumeGomez:master, r=noxbors-servo2015-11-271-1/+1
|\
| * Add XMLDocument objectGuillaume Gomez2015-11-271-1/+1
* | Defined new trait ParseErrorReporter and added error_reporter member to Parse...GauriGNaik2015-11-251-1/+3
|/
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-36/+38
* Rustfmt some of script.Ms2ger2015-11-181-93/+141
* Auto merge of #8533 - Ms2ger:legacy, r=noxbors-servo2015-11-151-16/+14
|\
| * Move the from_declaration to its only caller and remove the empty legacy module.Ms2ger2015-11-151-1/+6
| * Remove get_unsigned_integer_attribute.Ms2ger2015-11-151-21/+1
| * Introduce a get_colspan method on LayoutJS<Element>.Ms2ger2015-11-151-0/+13
* | Implement <hr> element 'width' attributeCorey Farwell2015-11-141-0/+3
|/
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-9/+12
* Auto merge of #8459 - frewsxcv:namednodemap-iter, r=Ms2gerbors-servo2015-11-111-11/+4
|\
| * Simplify iterating over Element attributesCorey Farwell2015-11-101-11/+4
* | Auto merge of #8453 - frewsxcv:atoms, r=jdmbors-servo2015-11-111-4/+4
|\ \
| * | Prefer Atoms over strs for comparisonCorey Farwell2015-11-101-4/+4
| |/
* / Implement attribute restyle hints.Bobby Holley2015-11-101-13/+29
|/
* Move storage of bgcolor for `<tr>` and `<tbody>`.Eli Friedman2015-11-091-22/+4
* Move more unsafe layout calls onto LayoutJS.Eli Friedman2015-11-091-5/+5
* Move unsafe layout calls onto LayoutJS.Eli Friedman2015-11-091-11/+11
* Implement <hr> 'color' attributeCorey Farwell2015-11-081-0/+4
* Store pristine element state rather than a set of changes.Bobby Holley2015-11-041-3/+2
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-7/+7
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-3/+3
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-21/+21
* make test-tidy happy + fix some merge errorsrohan.prinja2015-11-031-1/+0
* merge from masterrohan.prinja2015-11-031-91/+68
|\
| * Remove RawLayoutHTMLInputElementHelpers.Ms2ger2015-11-021-4/+4
| * Implement calc expressions for more value typesDavid Zbarsky2015-11-011-2/+3
| * Auto merge of #8260 - martiansideofthemoon:my-code-fix, r=Manishearthbors-servo2015-10-311-0/+5
| |\
| | * Implementing activation behavior for <label>KALPESH KRISHNA2015-10-311-0/+5
| * | Removed JS::root Fixes #8251nxnfufunezn2015-10-311-13/+13
| * | Move EventState to rust-selectors.Bobby Holley2015-10-301-79/+36
| * | Hoist checked and indeterminate state into EventState.Bobby Holley2015-10-301-6/+19
| * | Initialize dom struct fields in declaration orderMichael Wu2015-10-301-2/+2
| * | Infer types when appropriateMichael Wu2015-10-301-2/+2
| |/
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-3/+2
* | replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-1/+1
* | more refactoringrohan.prinja2015-10-301-2/+2
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* Check modified event state from layout and dirty it there.Bobby Holley2015-10-271-1/+4
* script: Element.webkitMatchesSelector()Tetsuharu OHZEKI2015-10-251-0/+5
* Clean up the cast callsAnthony Ramine2015-10-211-75/+37
* Introduce trait CastableAnthony Ramine2015-10-211-110/+115
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-7/+7