aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #29708 - Loirooriol:outline-serialization, r=mrobinsonbors-servo2023-05-051-1/+22
|\
| * Improve serialization of the outline shorthandOriol Brufau2023-05-031-1/+22
* | Fix an assertion failure in Layout 2020Martin Robinson2023-05-051-4/+16
* | Auto merge of #29699 - mrobinson:add-html-body-tag, r=mukilanbors-servo2023-05-0425-277/+486
|\ \ | |/ |/|
| * Detect body elements during layoutMartin Robinson2023-05-0425-277/+486
* | Auto merge of #29702 - Loirooriol:outline-offset, r=mrobinsonbors-servo2023-05-032-18/+33
|\ \
| * | Implement outline-offset in layout-2020Oriol Brufau2023-05-022-18/+33
* | | Auto merge of #29692 - atbrakhi:move_loggers_from_constellation, r=mrobinsonbors-servo2023-05-033-113/+129
|\ \ \ | |_|/ |/| |
| * | Move logers into seperate logger filesRakhi Sharma2023-05-023-113/+129
* | | Auto merge of #29660 - mrobinson:revamp-stacking-context-tree, r=delanbors-servo2023-05-036-314/+370
|\ \ \
| * | | Rework CB management during stacking context tree constructionMartin Robinson2023-05-036-314/+370
| | |/ | |/|
* | | Auto merge of #29693 - mrobinson:cleanup-options, r=mukilanbors-servo2023-05-0315-548/+220
|\ \ \ | |/ / |/| |
| * | Clean up arguments passed to ScriptThreadMartin Robinson2023-05-013-61/+14
| * | Clean up arguments passed to and stored in LayoutThreadMartin Robinson2023-05-014-191/+46
| * | Clean up debug optionsMartin Robinson2023-05-0110-307/+171
* | | Auto merge of #29695 - Loirooriol:outline, r=mrobinsonbors-servo2023-05-024-28/+101
|\ \ \
| * | | Implement outlines in layout-2020Oriol Brufau2023-05-024-28/+101
* | | | Fix flakiness in animation testsMartin Robinson2023-05-023-7/+34
* | | | Auto merge of #29698 - sagudev:phil-bump-mozangle, r=jdmbors-servo2023-05-022-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Bump mozangle to 0.3.3.Philip Lamb2023-05-012-2/+2
* | | | Normalize corner radii that add up to > 100%Oriol Brufau2023-05-011-1/+19
* | | | Auto merge of #29684 - Loirooriol:corner-clipping-typos, r=mrobinsonbors-servo2023-04-291-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix corner clipping typos in layout-2020Oriol Brufau2023-04-291-3/+3
* | | | Auto merge of #29640 - CYBAI:fix-response-empty-init, r=mrobinsonbors-servo2023-04-281-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Reset to in-memory stream with empty byte sequence for None init bodycybai2023-04-271-0/+5
| |/ /
* / / Round text decoration thickness to >= 1 device pixelsOriol Brufau2023-04-272-6/+23
|/ /
* | Fix text-decoration for block containers in layout-2020Oriol Brufau2023-04-262-4/+7
* | Fix flakiness in hit testingMartin Robinson2023-04-261-0/+12
* | Auto merge of #29650 - Loirooriol:text-indent, r=mrobinsonbors-servo2023-04-263-4/+25
|\ \
| * | Support text-indent in layout-2020Oriol Brufau2023-04-253-4/+25
* | | Fix scrolling from script in Layout 2020Martin Robinson2023-04-253-3/+44
* | | Allow script to scroll `overflow: scroll` elementsMartin Robinson2023-04-252-48/+58
* | | Scroll from script should trigger a reflowMartin Robinson2023-04-255-62/+66
|/ /
* | Auto merge of #29646 - CYBAI:fix-classname-filter, r=jdmbors-servo2023-04-241-0/+6
|\ \ | |/ |/|
| * Fix checking for empty set for getElementsByClassNamecybai2023-04-211-0/+6
* | Auto merge of #29644 - mrobinson:rename-establishes-containing-block, r=delanbors-servo2023-04-233-6/+17
|\ \
| * | Rename `ComputedValuesExt::establishes_containing_block`Martin Robinson2023-04-203-6/+17
| |/
* / Throw HierarchyRequest error for Attr in pre-insert and replacechildcybai2023-04-211-5/+7
|/
* Auto merge of #29631 - mrobinson:correct-positioned-block-axis-calculation, r...bors-servo2023-04-141-2/+1
|\
| * Fix calculation of block axis for abspos elementsMartin Robinson2023-04-141-2/+1
* | Auto merge of #29627 - CYBAI:respect-headers-ct, r=mukilanbors-servo2023-04-143-109/+85
|\ \ | |/ |/|
| * Update steps comment to match latest (2023-04-14) speccybai2023-04-143-97/+81
| * Respect MIME type from headers instead of caching itcybai2023-04-132-12/+4
* | Handle min/max sizes in non-replaced positioned boxesDelan Azabani2023-04-121-61/+142
|/
* Remove unnecessary steps from "multipart/form-data encoding algorithm"Yutaro Ohno2023-04-071-9/+3
* Remove unnecessary steps from "text/plain encoding algorithm"Yutaro Ohno2023-04-051-12/+7
* Add support for <iframe> elements for Layout 2020Martin Robinson2023-04-0414-115/+280
* Implement URL.canParseYutaro Ohno2023-04-022-0/+24
* Update user agent stringsAlex Touchet2023-03-301-7/+7
* Auto merge of #29396 - delan:window-getter, r=jdmbors-servo2023-03-289-225/+646
|\