aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_wrapper.rs
Commit message (Expand)AuthorAgeFilesLines
* Pull decls from Gecko for link preshintsJ. Ryan Stinnett2017-06-021-3/+7
* Auto merge of #17025 - emilio:layout-data, r=jdmbors-servo2017-05-251-7/+5
|\
| * layout: Stop doing unsafe transmutes between refcell references.Emilio Cobos Álvarez2017-05-251-7/+5
* | Look for relevant links while matchingJ. Ryan Stinnett2017-05-241-11/+23
|/
* layout: Stop mutating the style data from layout.Emilio Cobos Álvarez2017-05-211-2/+4
* Trigger restyle if important rules are changed.Boris Chiou2017-05-201-1/+4
* ol[type=…] and li[type=…] preshints need to be case-sensitiveSimon Sapin2017-05-181-1/+4
* Remove unused selectors::Element::each_classSimon Sapin2017-05-181-18/+13
* Shrink selectors::Component, add case-insensitive for other attr selectorsSimon Sapin2017-05-181-8/+7
* Simplify rust-selectors API for attribute selectorsSimon Sapin2017-05-181-42/+53
* Auto merge of #16909 - emilio:simplify-cascade, r=bholleybors-servo2017-05-171-2/+2
|\
| * style: Refactor the cascade function.Emilio Cobos Álvarez2017-05-171-2/+2
* | Bug 1364850: Move PseudoElement to be just another combinator in selectors. r...Emilio Cobos Álvarez2017-05-171-0/+16
|/
* Auto merge of #16876 - asajeffrey:constellation-rename-frames, r=cbrewsterbors-servo2017-05-161-3/+3
|\
| * Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-3/+3
* | Create a MatchingContext to group related matching argsJ. Ryan Stinnett2017-05-161-3/+3
|/
* Auto merge of #16506 - cbrewster:about_chaos, r=asajeffreybors-servo2017-05-121-1/+6
|\
| * Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-1/+6
* | Auto merge of #16785 - aethanyc:fix-typo-and-simplify, r=mbrubeckbors-servo2017-05-121-3/+3
|\ \ | |/ |/|
| * Fix typo for PresentationalHintsSynthesizerTing-Yu Lin2017-05-101-3/+3
* | Bug 1355343: Take all the snapshots into account. r=bholleyEmilio Cobos Álvarez2017-05-101-0/+21
|/
* Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07)Simon Sapin2017-05-081-2/+2
* Auto merge of #16689 - servo:m5e, r=noxbors-servo2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Fix up script and layout.Bobby Holley2017-05-021-1/+1
|/
* Bug 1331047: Implement the new traversal semantics for stylo. r=bholley,hiroEmilio Cobos Álvarez2017-04-271-6/+6
* Bug 1341372 - Part 2: Support has_css_transitions.Boris Chiou2017-04-171-0/+4
* Store slow selector flags in a hashmap.Bobby Holley2017-04-131-0/+9
* stylo: Store font metrics provider in thread local style contextManish Goregaokar2017-04-091-0/+3
* Auto merge of #16096 - stshine:die-modify-style-die, r=emiliobors-servo2017-04-011-10/+1
|\
| * Use empty pseudo to cascade only inheritable properties for textPu Xingyu2017-04-011-10/+1
* | style: Make the servo and gecko implementations of Element::note_descendants ...Emilio Cobos Álvarez2017-03-311-8/+16
|/
* Centralize note_dirty_descendants implementation, and fully propagate dirty_d...Bobby Holley2017-03-271-14/+6
* Introduce UpdateAnimationTasks to perform a bunch of animation's tasks in a S...Hiroyuki Ikezoe2017-03-271-4/+0
* Add an FFI to check that a given (pseudo-) element has any type of animations...Hiroyuki Ikezoe2017-03-271-0/+4
* Bug 1345950: stylo: Fix slow selector flags. r=bholleyEmilio Cobos Álvarez2017-03-221-8/+14
* Making a few lines in layout_wrapper.rs a bit nicer.Elliott Pardee2017-03-201-5/+6
* Move all PropertyDeclarationBlock from RwLock<_> to Locked<_>Simon Sapin2017-03-191-3/+2
* Replace RwLock<MediaList> with shared_lock::Locked<MediaList>Simon Sapin2017-03-191-0/+5
* Bug 1340683 - stylo: Implement the :-moz-any pseudo-classMatt Brubeck2017-03-161-3/+9
* Skip update_animations if we have no running animations and the element becom...Hiroyuki Ikezoe2017-03-101-0/+4
* Update CSS animations in a SequentialTask.Hiroyuki Ikezoe2017-03-101-0/+4
* ext. filtering for lang matchingSendilKumar N2017-03-071-2/+2
* Use more idiomatic constructioncrypto-universe2017-03-031-11/+4
* Support lang pseudo classKeith Yeung2017-02-271-0/+5
* Clean up and simplify the accumulation of restyle damage.Bobby Holley2017-02-101-2/+2
* Allow the ComputedValues in ComputedStyle to be null.Bobby Holley2017-02-101-1/+1
* Bug 1336646 - Apply selector flags during traversal. r=emilioBobby Holley2017-02-081-5/+13
* Update selectors to 0.17Anthony Ramine2017-02-071-3/+3
* Bug 1325734 - Remove Servo Layout's dependency on the initial-ness of the sty...Bobby Holley2017-01-091-10/+4