aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove SelectorImpl aliasesSimon Sapin2016-11-221-3/+3
* Update to selectors 0.15Simon Sapin2016-11-221-8/+8
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-1/+1
* Rename selector_matching.rs to stylist.rsSimon Sapin2016-11-201-1/+1
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-1/+1
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-1/+1
* | Track all node damage with PendingRestyles.Bobby Holley2016-11-161-1/+16
|/
* style: Centralize specified url value handling, and refcount urls.Emilio Cobos Álvarez2016-11-101-1/+1
* Concurrent rule tree, v1Emilio Cobos Álvarez2016-11-051-8/+2
* fix getElementsByTagName()Maciej Skrzypkowski2016-11-041-1/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-89/+94
* Use enum BorderWidth as SpecifiedValueTing-Yu Lin2016-10-261-10/+7
* Auto merge of #13640 - servo:CSSStyleDeclaration_in_style, r=mbrubeckbors-servo2016-10-121-128/+3
|\
| * Move CSSStyleDeclaration.SetPropertyPriority logic to styleSimon Sapin2016-10-101-39/+1
| * Move (some) CSSStyleDeclaration.SetProperty logic to styleSimon Sapin2016-10-101-53/+0
| * Move CSSStyleDeclaration.RemoveProperty logic to styleSimon Sapin2016-10-101-27/+4
| * Move CSSStyleDeclaration.GetPropertyPriority logic to styleSimon Sapin2016-10-101-11/+0
* | Remove intrinsic Root::r()Anthony Ramine2016-10-111-12/+9
|/
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+2
* Revert "Make DOMRefCell use style’s copy of RefCell"Simon Sapin2016-10-041-2/+1
* Use parking_lot::RwLock instead of DOMRefCell for PropertyDeclarationBlockSimon Sapin2016-10-041-17/+14
* Use PropertyDeclarationBlock in a DOMRefCell everywhere.Simon Sapin2016-10-041-25/+26
* Make script build without `impl<T: HeapSizeOf> HeapSizeOf for Arc<T>`.Simon Sapin2016-10-041-0/+1
* Auto merge of #12703 - sjmelia:12343_test_activation, r=Manishearthbors-servo2016-09-161-0/+21
|\
| * Issue 12343: Add pref-gated methods and test for activatable element statesSteve Melia2016-08-081-0/+21
* | Reorder `use` statementsUK9922016-09-091-4/+4
* | Rename DeclarationBlock to ApplicableDeclarationBlockSimon Sapin2016-09-061-5/+5
* | style: Provide whether we're styling or not to rust-selectors.Emilio Cobos Álvarez2016-08-311-3/+3
* | Remove now-redundant Arc inside PropertyDeclarationBlock.Simon Sapin2016-08-311-5/+5