aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/fragment.rs
Commit message (Expand)AuthorAgeFilesLines
* Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578)Delan Azabani2023-10-181-1/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-21/+25
* remove `extern crate` (#30311)Samson2023-09-081-0/+4
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-3/+5
* Further changes required by ServoOriol Brufau2023-08-161-0/+7
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-7/+0
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-0/+7
* Try to `use` WebRender types moreMartin Robinson2023-07-101-3/+3
* Detect body elements during layoutMartin Robinson2023-05-041-8/+27
* Bump euclid to 0.22Martin Robinson2023-01-261-20/+10
* Fix some typosDirk Stolle2022-12-171-2/+2
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-0/+2
* layout: Don't built stacking contexts or display lists for empty blocks.Josh Matthews2020-06-091-0/+6
* Don't send a load event when a loaded image is actually the placeholderBastien Orivel2020-05-081-2/+2
* Add a 'dom lifetime to GetLayoutDataAnthony Ramine2020-03-261-6/+6
* Add layout_2020 support for transformationsMartin Robinson2020-02-211-2/+12
* Upgrade to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)Simon Sapin2020-02-141-3/+3
* Rustfmt recent changes.Emilio Cobos Álvarez2019-12-161-4/+24
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-31/+30
* 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