aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* Use a UrlExtraData type alias to unify url handling logic.Xidorn Quan2017-04-031-3/+1
* style: Align border-spacing with other engines.Emilio Cobos Álvarez2017-03-271-2/+2
* Update rustc to 1.17.0-nightly (7dd4e2db7 2017-03-26)Anthony Ramine2017-03-261-2/+2
* Don't resolve URLs at parse time for Stylo.Bobby Holley2017-03-221-1/+1
* Bug 1345950: stylo: Fix slow selector flags. r=bholleyEmilio Cobos Álvarez2017-03-221-4/+7
* Add separate specified value for keyword font sizesManish Goregaokar2017-03-201-1/+4
* Move all PropertyDeclarationBlock from RwLock<_> to Locked<_>Simon Sapin2017-03-191-8/+29
* Box more specified values to bring SpecifiedValue/PropertyDeclaration sizes d...Bobby Holley2017-03-171-4/+4
* Auto merge of #15966 - mbrubeck:any, r=emiliobors-servo2017-03-161-2/+5
|\
| * Bug 1340683 - stylo: Implement the :-moz-any pseudo-classMatt Brubeck2017-03-161-2/+5
* | Rearrange PropertyDeclaration to avoid embedding DeclaredValue.Bobby Holley2017-03-161-29/+23
|/
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-0/+18
* Make PropertyDeclarationBlock::important_count private.Simon Sapin2017-03-071-4/+3
* ext. filtering for lang matchingSendilKumar N2017-03-071-2/+2
* Auto merge of #15761 - upsuper:shorthand, r=Manishearthbors-servo2017-02-271-6/+9
|\
| * Resolve color:currentcolor during computingXidorn Quan2017-02-281-6/+9
* | Support lang pseudo classKeith Yeung2017-02-271-0/+42
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* style: Unbox a bunch of color properties.Emilio Cobos Álvarez2017-02-141-3/+3
* Box larger specified values to avoid memmove impactNazım Can Altınova2017-02-091-5/+5
* Bug 1336646 - Apply selector flags during traversal. r=emilioBobby Holley2017-02-081-28/+27
* Update selectors to 0.17Anthony Ramine2017-02-071-2/+2
* style: Define a CascadeLevel enum, and make the rule tree operate on it.Emilio Cobos Álvarez2017-01-301-1/+2
* script: Don't avoid all the mutation notification methods when the style attr...Emilio Cobos Álvarez2017-01-301-38/+45
* script: Propagate the attribute into the document's element_attr_will_change ...Emilio Cobos Álvarez2017-01-301-5/+5
* removed unused importAtheed Thameem2017-01-291-1/+1
* Change LengthOrPercentageOrAuto to make use of NoCalcLengthRavi Shankar2017-01-291-10/+5
* Change LengthOrPercentage to make use of NoCalcLengthRavi Shankar2017-01-291-7/+2
* Refactor and modify stuff to make use of NoCalcLengthRavi Shankar2017-01-291-9/+10
* Auto merge of #15053 - emilio:image-width, r=jdmbors-servo2017-01-181-1/+1
|\
| * script: Rename bounding_content_box to bounding_content_box_or_zero.Emilio Cobos Álvarez2017-01-181-1/+1
* | Box CalcLengthOrPercentage to reduce inline size of PropertyDeclaration(s)Manish Goregaokar2017-01-171-4/+4
|/
* Handle crossorigin in link and refactor crossorigin handlingmrnayak2017-01-131-0/+33
* Store parser's current line when script elements are created.karenher2017-01-111-1/+16
* Auto merge of #14518 - mbrubeck:rowspan2, r=notriddlebors-servo2016-12-261-0/+13
|\
| * Add the HTMLTableCellElement::rowspan propertyMatt Brubeck2016-12-141-0/+13
* | script: Simplify propagation of disabled state for form controls.Emilio Cobos Álvarez2016-12-251-9/+5
* | Change SpecifiedUrl::for_cascade to take ServoUrlXidorn Quan2016-12-211-1/+1
* | Expose Quirks Mode information in the style shared context r=emilioJulien Wajsberg2016-12-171-14/+13
* | script: Abstract HTMLLinkElement and StyleElement into StylesheetOwner.Emilio Cobos Álvarez2016-12-161-0/+15
* | Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* | Make Restyle tracking more granular.Bobby Holley2016-12-091-1/+0
|/
* Add support for fullscreen #10102Jansen Jan2016-12-091-1/+148
* added dom obj counting to decide sequential/parallel layout (#10110)ddh2016-12-051-2/+6
* Properly mark application/xhtml+xml documents as XMLAnthony Ramine2016-12-011-6/+2
* Refactor the locate a namespace algorithmAnthony Ramine2016-12-011-0/+41
* Make Attr::prefix return an Option<&Prefix>Anthony Ramine2016-12-011-1/+1
* Make Element::prefix return an Option<&DOMString>Anthony Ramine2016-12-011-2/+2
* Make Element::attrs return a Ref<[_]>Anthony Ramine2016-12-011-2/+2
* Refactor fragment parsingAnthony Ramine2016-12-011-11/+40