aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/fragment.rs
Commit message (Expand)AuthorAgeFilesLines
* Update euclid.Emilio Cobos Álvarez2019-07-231-11/+22
* rustfmtJosh Matthews2019-07-091-1/+1
* WebRender units are no longer reexported.Patrick Walton2019-07-091-1/+2
* layout: Fix servo build.Emilio Cobos Álvarez2019-06-041-1/+1
* layout: Fix servo build.Emilio Cobos Álvarez2019-05-291-1/+1
* layout: fix Servo build.Emilio Cobos Álvarez2019-05-071-49/+58
* layout: Fix servo build.Emilio Cobos Álvarez2019-03-131-0/+1
* ReformatSimon Sapin2019-02-261-1/+3
* style: Rename MozLength to Size, and MaxLength to MaxSize.Emilio Cobos Álvarez2019-02-121-8/+10
* Fix servo build.Emilio Cobos Álvarez2019-02-101-5/+9
* Rustfmt recent changes.Emilio Cobos Álvarez2019-01-081-3/+2
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-9/+9
* style: Fix servo build.Emilio Cobos Álvarez2019-01-081-40/+31
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-12/+12
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-11/+13
* Format remaining filesPyfisch2018-11-061-33/+41
* Sort `use` statementsSimon Sapin2018-11-061-10/+10
* `cargo fix --edition`Simon Sapin2018-11-061-15/+15
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Make layout use available image data before querying the image cache.Josh Matthews2018-10-121-5/+25
* Rustfmt and make tidy happyFernando Jiménez Moreno2018-10-081-1/+1
* Do not share entire FrameRenderer with layout, only current frameFernando Jiménez Moreno2018-10-081-16/+6
* layout: handle MediaFragmentInfoVíctor Manuel Jáquez Leal2018-10-081-2/+50
* Current-pixel-density tests passingpaavininanda2018-09-131-8/+27
* Rustfmt layout cratePyfisch2018-09-011-621/+805
* Auto merge of #20892 - gw3583:update-wr, r=mbrubeckbors-servo2018-06-261-1/+10
|\
| * Allow inline elements to create reference framesMartin Robinson2018-06-251-1/+10
* | layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-7/+7
|/
* Use reference frames explicitly for fixed positioningMartin Robinson2018-06-041-0/+6
* Pass Rect<Au> by value and not by referencePyfisch2018-05-051-1/+1
* Auto merge of #20420 - pyfisch:corner-clipping, r=emiliobors-servo2018-04-291-1/+1
|\
| * Move DL items from gfx to layoutPyfisch2018-04-221-1/+1
* | Add unique canvas IDs to all canvas operations.Brody Eastwood2018-04-021-1/+3
|/
* Replace LengthOrNone by a specific type for the perspective propertyAnthony Ramine2018-02-261-5/+4
* Use typed transforms in stacking contextsPyfisch2018-02-241-23/+29
* Auto merge of #20034 - Manishearth:table-backgrounds, r=mbrubeckbors-servo2018-02-211-0/+10
|\
| * Add get_column_styles for getting column structure and styles for a tableManish Goregaokar2018-02-161-0/+10
* | Replace IntegerOrAuto with ZIndexAnthony Ramine2018-02-201-2/+2
|/
* Auto merge of #19970 - janczer:change_debug_assertions, r=emiliobors-servo2018-02-071-1/+1
|\
| * Change debug assertions to specific onesjanczer2018-02-071-1/+1
* | style: Move content property out of mako.Igor Gutorov2018-02-071-4/+4
|/
* do not preserve suppress flag on second half of splitManish Goregaokar2018-01-241-3/+10
* Share line breaking state across text runsManish Goregaokar2018-01-241-0/+23
* layout: Remove type parameter from PseudoElementType.Emilio Cobos Álvarez2018-01-141-3/+3
* Auto merge of #19651 - pyfisch:background-placement, r=emiliobors-servo2018-01-021-71/+0
|\
| * Unify background placement codePyfisch2017-12-281-71/+0
* | pretty print treetigercosmos2017-12-231-4/+4
|/
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-4/+4