aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Stop transitioning properties with a discrete animation type (#30565)Oriol Brufau2023-10-202-0/+16
* Consider trailing_whitespace_advance when calling place_line_among_floats() (...Oriol Brufau2023-10-201-3/+4
* Temporarily convert more cfg(debug_assertions) crashes to warnings (#30590)Delan Azabani2023-10-202-1/+36
* Don't panic when no font is found for a TextRun (#30581)Martin Robinson2023-10-192-24/+56
* Anonymous boxes that wrap inlines should not inherit overflow (#30579)Martin Robinson2023-10-195-69/+78
* Use `IpcSharedMemory` for `Canvas2dMsg::DrawImage` (#30544)Ennui Langeweile2023-10-184-25/+37
* Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578)Delan Azabani2023-10-189-16/+53
* Fix running servoshell and unit tests through a symlink (#30537)Delan Azabani2023-10-181-41/+61
* Improve line box block size calculation (#30519)Martin Robinson2023-10-181-76/+162
* Allow raising FloatContext ceiling after processing box with overflow (#30539)Martin Robinson2023-10-173-12/+35
* Add documentation to a few pref configs (#30548)Ngo Iok Ui (Wu Yu Wei)2023-10-161-0/+6
* Fix filter clipping caused by `overflow: hidden` (#30517)Ennui Langeweile2023-10-091-1/+10
* Fix painting order of atomic inline stacking containers (#30458)Delan Azabani2023-10-065-148/+371
* Enable streams feature in mozjs (#30503)Samson2023-10-061-1/+1
* Rename messages forwarded from the constellation to the compositor (#30496)Martin Robinson2023-10-056-66/+110
* Only access hit test items for the current epoch in the compositor (#30491)Martin Robinson2023-10-044-3/+35
* Add shell.background-color.rgba to prefs (#30488)Ngo Iok Ui (Wu Yu Wei)2023-10-046-37/+106
* Implement support for the `drop-shadow` filter (#30439)Ennui Langeweile2023-10-049-27/+47
* Support Namespace const in webidl (#30492)Samson2023-10-045-8/+29
* Fix macOS's sameple isn't used in background_hang_monitor (#30490)Ngo Iok Ui (Wu Yu Wei)2023-10-041-1/+4
* fix handle_wgpu_msg crash (#30479)Samson2023-10-031-0/+1
* Fix pinch zoom and enable it for TouchpadMagnify events (#30459)Martin Robinson2023-10-032-111/+143
* Further changes required by ServoOriol Brufau2023-10-021-0/+14
* style: Implement CSS @supports font-format(...) and font-tech(...) functionsJonathan Kew2023-10-022-16/+55
* Further changes required by ServoOriol Brufau2023-10-021-1/+8
* style: Put the @font-face src tech() function behind a pref, enabled only on ...Jonathan Kew2023-10-021-1/+1
* style: When serializing background shorthand skip initial values and order va...Connor Pearson2023-10-021-17/+53
* Further changes required by ServoOriol Brufau2023-10-021-9/+8
* style: Add basic support for nan / infinity in calc()Emilio Cobos Álvarez2023-10-021-11/+17
* style: Implement atan2(), and enable calc() trigonometric functions by defaul...Emilio Cobos Álvarez2023-10-023-117/+180
* Further changes required by ServoOriol Brufau2023-10-021-0/+1
* style: Add support for the @font-face src descriptor's tech() functionJonathan Kew2023-10-021-4/+124
* style: Use the style-system format hint directly in gfx, instead of mapping t...Jonathan Kew2023-10-021-0/+5
* Further changes required by ServoOriol Brufau2023-10-021-2/+16
* style: Accept keywords in addition to strings in the @font-face format() hint...Jonathan Kew2023-10-021-4/+33
* style: Do not allow a list of strings in the @font-face src descriptor's form...Jonathan Kew2023-10-021-19/+10
* style: Don't use -moz-bool-pref for flexbox -moz-box emulationEmilio Cobos Álvarez2023-10-021-1/+2
* style: Add a chrome-only -moz-box-layout: legacy | flex, and use that to impl...Emilio Cobos Álvarez2023-10-021-0/+10
* style: Remove -moz-* display values enabled-in-content prefsEmilio Cobos Álvarez2023-10-021-12/+3
* style: Remove aspect-ratio preferenceBoris Chiou2023-10-021-1/+0
* style: Make color-scheme affect Windows' non-native menusEmilio Cobos Álvarez2023-10-022-12/+5
* style: Properly fail to serialize grid shorthand when not roundtrippingEmilio Cobos Álvarez2023-10-021-29/+36
* style: Remove nsTimingFunction and ComputedTimingFunctionEmilio Cobos Álvarez2023-10-021-8/+4
* style: `linear(...)` easing: Implement right-continuous behaviour on disconti...David Shin2023-10-021-15/+18
* style: Ensure we cancel transitions without the need of an extra flushEmilio Cobos Álvarez2023-10-022-1/+7
* style: Propagate flags from original property to aliasesEmilio Cobos Álvarez2023-10-021-0/+1
* Further changes required by ServoOriol Brufau2023-10-021-1/+2
* style: Support animation-composition in keyframe at rulesBoris Chiou2023-10-022-34/+85
* style: Implement CSS animation-composition longhand in style systemBoris Chiou2023-10-022-1/+19
* style: Clean up a bit traversal cullingEmilio Cobos Álvarez2023-10-021-26/+4