aboutsummaryrefslogtreecommitdiffstats
path: root/components/malloc_size_of/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Report memory usage for image frames. (#36581)Josh Matthews6 days1-0/+6
* Cleanup Stylo dependencies (#36046)Oriol Brufau2025-03-191-30/+30
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-2/+2
* Upgrade Stylo to 2025-03-01 (#35925)Nico Burns2025-03-121-1/+1
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* libservo: Convert `intercept_web_resource_load` into `load_web_resource` (#35...Martin Robinson2025-02-211-0/+8
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-0/+1
* script: Do not set up an IPC route for every image load (#35041)Martin Robinson2025-01-251-0/+6
* script: Move the `FontContext` to `Window` (#34845)Martin Robinson2025-01-071-0/+33
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-2/+2
* script: Make timers per-process (#34581)Martin Robinson2024-12-241-0/+16
* script: No longer do explicit reflows for display (#34599)Martin Robinson2024-12-131-0/+1
* Implement MallocSizeOf for markup5ever rather than xml5ever. (#34403)Nico Burns2024-11-271-1/+1
* Fork Stylo's `malloc_size_of` into Servo (#34332)Martin Robinson2024-11-221-0/+741
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-978/+0
* Revert remaining Stylo changes (#31408)Delan Azabani2024-02-221-43/+25
* style: Reduce diff with upstream derive_common and malloc_size_of (#31363)Delan Azabani2024-02-161-0/+35
* script: Start replacing `time` with `std::time` and `chrono` (#30639)Auguste Baum2024-01-161-0/+2
* Replace time with std::time in components/metrics & components/shared (#31020)Taym Haddadi2024-01-101-0/+4
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-1/+4
* style: Allow to use ThinVec/nsTArray in the style crateEmilio Cobos Álvarez2023-11-211-0/+22
* style: `:has` relative selector matching, with no caching/filteringDavid Shin2023-11-211-3/+2
* style: Parsing for relative selectors in `:has()`David Shin2023-11-211-1/+2
* style: [css-nesting] Parse parent selectorEmilio Cobos Álvarez2023-11-061-0/+1
* style: Implement parsing and serialization for nth-child(An+B of selector lis...Zach Hoffman2023-11-041-0/+1
* style: Represent FirstChild, FirstOfType, LastChild, LastOfType, OnlyChild, a...Zach Hoffman2023-11-041-6/+0
* style: Store values for :nth- selectors in dedicated struct NthSelectorDataZach Hoffman2023-11-041-4/+1
* Further changes required by ServoOriol Brufau2023-10-021-3/+3
* style: Add simple parsing and matching support for :hasTiaan Louw2023-10-021-1/+3
* Further changes required by ServoOriol Brufau2023-10-021-2/+0
* style: Unify Gecko and Servo EventState/ElementState bitsEmilio Cobos Álvarez2023-10-021-0/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+5
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-3/+1
* Impl Setlike and Maplike (#30237)Samson2023-09-061-0/+2
* Try to `use` WebRender types moreMartin Robinson2023-07-101-21/+27
* style: Remove ThinBoxedSliceEmilio Cobos Álvarez2023-06-091-18/+0
* style: Remove servo/components/{hashglobe,fallible} in favor of try_reserveEmilio Cobos Álvarez2023-06-091-4/+0
* Upgrade remaining components to edition 2018sagudev2023-02-181-39/+0
* Upgrade HyperNaveen Gattu2022-01-161-2/+2
* Non-blocking network IONaveen Gattu2021-12-231-0/+7
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-0/+1
* style: Run rustfmt.Emilio Cobos Álvarez2020-04-181-3/+1
* style: Implement parsing / selector-matching for :is() and :where().Emilio Cobos Álvarez2020-04-181-0/+3
* malloc_size_of: Add a missing cfg guard.Emilio Cobos Álvarez2020-02-121-0/+1
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-0/+8
* Make uuid optional and hide it behind servo feature in malloc_size_ofKunal Mohan2019-12-101-1/+6
* `WorkerId` changed to type UUID.Kunal Mohan2019-12-101-1/+3
* Fix Gecko build.Emilio Cobos Álvarez2019-11-041-0/+1
* Add simple implementation of content-security-policy on scripts / stylesMichael Howell2019-10-161-0/+6
* style: Update to euclid 0.20.Nicolas Silva2019-07-231-8/+8