aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* replace Fallible<()> with ErrorResultDi Xu2016-04-131-2/+2
* Remove get_ prefix for functions in LayoutHTMLInputElementHelpersKeith Yeung2016-04-111-3/+3
* Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-04-101-13/+13
* Remove superfluous end-of-file whitespace.Corey Farwell2016-04-101-1/+0
* Remove dead link.Corey Farwell2016-04-101-1/+0
* Inlined content_changedAdrian Utrilla2016-04-041-4/+3
* Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-03-311-8/+8
* Use <base> in resolving url attributes (like "href").Eduard Burtescu2016-03-291-1/+1
* Add insert_adjacent methods into ElementGuillaume Gomez2016-03-271-0/+46
* Implement initial pieces of form validation.Sagar Muchhal2016-03-241-0/+33
* Add scrollWidth/Height to element interfaceDaniel Robertson2016-03-111-0/+10
* Replace usage of deprecated std::cell::Ref::filter_mapSimon Sapin2016-03-071-2/+3
* Implement removeAttributeNodeNick Fitzgerald2016-02-261-0/+6
* Implement Element.getAttributeNamesAnthony Ramine2016-02-261-0/+5
* Use presentation hints correctly for the dimensions of `<img>`.Eli Friedman2016-02-251-0/+5
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-5/+5
* Make use of From<String> for AtomAnthony Ramine2016-02-241-1/+1
* Dirty elements whose selectors are affected by sibling changesMatt Brubeck2016-02-231-3/+61
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+0
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-48/+50
* Implement SetNamedItem, SetNamedItemNS, SetAttributeNode and SetAttributeNodeNSMathieu Hordesseaux2016-01-281-5/+59
* Hoist ParseErrorReporter into style and remove the dependency on msg.Bobby Holley2016-01-111-1/+1
* Auto merge of #8983 - Manishearth:cursors, r=jdmbors-servo2016-01-111-1/+3
|\
| * Remove virtual call and unconditionally dirty node on set_focus_stateManish Goregaokar2016-01-071-1/+3
* | Invalid type attribute for HTMLInputElement now fallback as text type (fixes ...Ying-Ruei Liang (KK)2016-01-061-5/+10
* | Generate PartialEq automaticallyGuillaume Gomez2016-01-031-6/+0
* | Auto merge of #9137 - iszak:issue-9135, r=noxbors-servo2016-01-031-5/+13
|\ \ | |/ |/|
| * Optimise get_root_element for elements in documentsIszak Bryan2016-01-031-5/+13
* | Fix a bunch of clippy lintsJohannes Linke2016-01-021-9/+8
|/
* Auto merge of #9099 - frewsxcv:rm-parsed-attr, r=noxbors-servo2016-01-011-3/+3
|\
| * Remove fields with parsed attribute values on HTMLTextAreaElementCorey Farwell2015-12-301-3/+3
* | Auto merge of #8420 - craftytrickster:8371/generic-font-family, r=glennwbors-servo2015-12-311-1/+1
|\ \ | |/ |/|
| * Enabled use of FontFamily enum type and replaced plain string parameters with...David Raifaizen2015-12-301-1/+1
* | Make button elements activatable. Fixes #4837. Fixes #8101.Josh Matthews2015-12-291-0/+5
* | Auto merge of #8506 - nox:finish-ranges, r=dzbarskybors-servo2015-12-261-6/+4
|\ \ | |/ |/|
| * Introduce UnbindContextAnthony Ramine2015-12-131-6/+4
* | Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-2/+1
* | Bump string_cache version to 0.2.5.Alan Jeffrey2015-12-151-8/+8
* | Add pipeline information to CSS error reporting.GauriGNaik2015-12-141-1/+1
|/
* 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