aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/wrapper.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce ThreadSafeLayoutNode::borrow_layout_data_unchecked.Ms2ger2016-06-201-1/+11
* Introduce a node_text_content method.Ms2ger2016-06-201-1/+7
* Move some more methods into the LayoutNodeLayoutData trait.Ms2ger2016-06-201-15/+17
* Introduce a LayoutNodeLayoutData trait for methods to stay in layout.Ms2ger2016-06-201-0/+4
* Introduce get_style_and_layout_data() methods.Ms2ger2016-06-201-5/+28
* Split initialize_data into two.Ms2ger2016-06-201-3/+9
* Use get_style_data() where possible.Ms2ger2016-06-201-20/+36
* Implement get_style_data() methods.Ms2ger2016-06-201-0/+16
* Introduce PartialStyleAndLayoutData.Ms2ger2016-06-201-2/+2
* Move OpaqueStyleAndLayoutData to script_layout_interface.Ms2ger2016-06-201-1/+2
* Introduce a script_layout_interface crate and move RestyleDamage to it.Ms2ger2016-06-201-1/+1
* Move the initialize_data method out of the TNode trait.Ms2ger2016-06-131-14/+13
* Use Ref/RefMut::map rather than transmute for ServoLayoutNode.Ms2ger2016-06-131-2/+2
* Make layout only depend on script::layout_interface.Ms2ger2016-06-071-11/+6
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+1
* Move the definition of ServoThreadSafeLayoutNode::iframe_pipeline_id to script.Ms2ger2016-06-071-7/+2
* Move the definition of ServoThreadSafeLayoutNode::canvas_data to script.Ms2ger2016-06-071-5/+3
* Move the definition of ServoThreadSafeLayoutNode::image_url to script.Ms2ger2016-06-071-6/+2
* Move the definition of ServoThreadSafeLayoutNode::selection to script.Ms2ger2016-06-071-11/+4
* Implement :placeholder-shown (fixes #10561)Anthony Ramine2016-06-031-1/+2
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Add string_cache override for geckolib based on gecko atoms.Bobby Holley2016-05-181-21/+21
* Removed unused importsPer Lundberg2016-05-151-2/+2
* Move some code from ServoThreadSafeLayoutNode::text_content into script.Ms2ger2016-05-091-17/+1
* layout: use `debug!` instead of `warn!` for the expected ThreadSafeLayoutElem...Emilio Cobos Álvarez2016-05-041-3/+3
* style: Minor documentation tweaks about lazy pseudo-elementsEmilio Cobos Álvarez2016-05-041-0/+12
* style: layout: Allow a lazy pseudo-element implementation in Servo.Emilio Cobos Álvarez2016-05-041-31/+149
* style: Support lazy pseudo-elementsEmilio Cobos Álvarez2016-05-031-10/+38
* layout: be clearer about resolved_styleEmilio Cobos Álvarez2016-04-291-1/+2
* layout: Simplify ThreadSafeLayout::text_contentEmilio Cobos Álvarez2016-04-291-8/+2
* layout: Don't force to overwrite display for pseudo-elements.Emilio Cobos Álvarez2016-04-291-38/+34
* layout: Stop storing PrecomputedStyleData in LayoutNodeEmilio Cobos Álvarez2016-04-291-28/+38
* layout: Tidy a bit style pseudo-elements stuffEmilio Cobos Álvarez2016-04-291-36/+31
* style: Allow inheritance when computing anonymous box stylesEmilio Cobos Álvarez2016-04-291-8/+22
* style: Use precomputation for the -servo-details-content pseudo-elementEmilio Cobos Álvarez2016-04-291-22/+37
* style: Add infrastructure for non-eagerly-cascaded pseudo-elementsEmilio Cobos Álvarez2016-04-291-6/+7
* Auto merge of #10834 - yoava333:master, r=SimonSapinbors-servo2016-04-291-1/+5
|\
| * added support for :read-only and :read-write pseudo-classesYoav Alon2016-04-271-1/+5
* | Replace range::Range with std::ops::Range in scriptMatt Brubeck2016-04-281-2/+2
* | Use byte indices instead of char indices for text runsMatt Brubeck2016-04-281-23/+14
|/
* Do not render the contents of block-level replaced elements.Michael Howell2016-04-221-2/+2
* Implement ScrollTop and ScrollLeft getters:Zhen Zhang2016-04-191-0/+16
* Remove get_ prefix for functions in LayoutHTMLInputElementHelpersKeith Yeung2016-04-111-2/+2
* Move CSS content property from Box to CountersMauricio Collares2016-04-051-1/+1
* Implement ::selection pseudo-elementEmilio Cobos Álvarez2016-03-301-8/+17
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-3/+3
* Auto merge of #10176 - mbrubeck:selection-range, r=pcwaltonbors-servo2016-03-261-7/+11
|\
| * Highlight selected text in input fieldsMatt Brubeck2016-03-241-7/+11
* | Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-1/+2
|/