aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/construct.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Stop doing unsafe transmutes between refcell references.Emilio Cobos Álvarez2017-05-251-3/+3
* Stylo: Pass style list's image_value to gecko.cku2017-05-161-2/+3
* Fix up script and layout.Bobby Holley2017-05-021-3/+4
* Use empty pseudo to cascade only inheritable properties for textPu Xingyu2017-04-011-58/+40
* Use Servo-specific pseudo element for InlineAbsolute fragmentPu Xingyu2017-03-311-2/+3
* Use Servo-specific pseudo element for InlineBlock fragmentPu Xingyu2017-03-311-3/+5
* Replace RwLock<StyleRule> with Locked<StyleRule>Simon Sapin2017-03-191-13/+14
* style: Kill SharedStyleContext::default_computed_values.Emilio Cobos Álvarez2017-03-141-4/+5
* layout: Replace ConstructionResult::swap_out() with get()Patrick Walton2017-03-031-14/+9
* Make script thread initiate requests for images needed by layout.Josh Matthews2017-02-221-0/+3
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-13/+18
* Remove redundant style_context() method of LayoutContextPu Xingyu2017-02-061-1/+1
* Auto merge of #14978 - shinglyu:inline-flex, r=notriddlebors-servo2017-01-221-4/+16
|\
| * Implemented display: inline-flexShing Lyu2017-01-231-4/+16
* | Tidy up rust code with regard to new rule (no = in beginning of line)Jure Podgoršek2017-01-061-2/+2
* | Bug 1298588 part 9, servo piece. Pass through useful default styles to casca...Boris Zbarsky2017-01-041-3/+4
* | Bug 1298588 part 8. Pass a SharedStyleContext, not a Stylist, to Legalizer m...Boris Zbarsky2017-01-041-20/+19
|/
* Fix an outdated commentMichael Howell2016-12-231-10/+15
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Remove unused replaced size calculation methodsPu Xingyu2016-12-121-8/+5
* use Either type for UrlOrNoneThiago Pontes2016-11-301-3/+4
* Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal.Bobby Holley2016-11-241-1/+1
* 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
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-5/+5
* Auto merge of #14136 - stshine:orthogonal-symmetry, r=SimonSapinbors-servo2016-11-101-1/+1
|\
| * style: Add a "start_end()" method to LogicalMarginPu Xingyu2016-11-101-1/+1
* | style: Centralize specified url value handling, and refcount urls.Emilio Cobos Álvarez2016-11-101-2/+2
|/
* Auto merge of #14035 - Permutatrix:iss-14030, r=emiliobors-servo2016-11-091-28/+47
|\
| * Elaborated on enclosing_node in comment, moved existing comments aroundPermutator2016-11-061-6/+12
| * Don't mark start/end of {ib} split as FIRST/LAST_FRAGMENT_OF_ELEMENTPermutator2016-11-021-26/+39
* | layout: Mark flex items properly during constructionPu Xingyu2016-11-091-4/+22
* | Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-2/+2
* | Make `FlowRef` a newtypeMichael Howell2016-11-041-34/+34
* | Update to string-cache 0.3Simon Sapin2016-11-031-2/+8
|/
* Remove extra spaces in function calls and declarationsDaan Sprenkels2016-10-311-1/+1
* Move core pseudo-element handling to ThreadSafeLayoutElement.Bobby Holley2016-10-281-13/+11
* Eliminate untraversed node types from LayoutNodeType.Bobby Holley2016-10-271-12/+0
* layout: Minor style cleanup.Patrick Walton2016-10-261-7/+14
* layout: Use the new `style_for_anonymous_box()` function for thePatrick Walton2016-10-261-2/+3
* layout: Remove the old anonymous table object generation code.Patrick Walton2016-10-261-84/+0
* layout: Rewrite the anonymous table object generation code.Patrick Walton2016-10-261-67/+261
* layout: Refactor `Flow::from_fragment`-style constructors to bePatrick Walton2016-10-261-3/+4
* Make list-style-image use UrlOrNone.Cameron McCormack2016-10-161-4/+4
* layout: Rewrite Servo's `vertical-align` support to match CSS 2.1 §Patrick Walton2016-10-111-8/+3
* Move children_to_process to layout.Bobby Holley2016-10-081-1/+1
* add SVG fragment (SpecificFragmentInfo::Svg)Alexandrov Sergey2016-10-071-2/+7
* Rename PrivateStyleData to PersistentStyleData and use AtomicRefCell instead ...Bobby Holley2016-10-021-3/+3
* Stop using Ref::map for selected_style and resolved_style.Bobby Holley2016-10-021-10/+10
* Stop using Ref::map for style().Bobby Holley2016-10-021-12/+12