aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/font_cache_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* fonts: Add support for more @font-face features (#32164)Martin Robinson2024-04-291-197/+253
* fonts: Merge multiple methods into `PlatformFont::descriptor()` (#32115)Martin Robinson2024-04-231-6/+1
* fonts: Rework platform font initialization (#32127)Mukilan Thiyagarajan2024-04-221-35/+63
* clippy: Fix clone_on_copy warnings (#32108)Oluwatobi Sofela2024-04-181-2/+2
* Rename `FontTemplateInfo` to `FontTemplateAndWebRenderFontKey` (#32100)Martin Robinson2024-04-171-8/+8
* gfx: Remove `FontTemplateData` (#32034)Martin Robinson2024-04-161-70/+75
* Remove `FontContextHandle` (#32038)Martin Robinson2024-04-121-9/+4
* fonts: Add support for WOFF2 and properly load web fonts from @imports (#31879)Martin Robinson2024-03-261-4/+7
* clippy: Fix `default_constructed_unit_structs` warnings in `components` (#31827)Oluwatobi Sofela2024-03-241-0/+1
* fonts: Add `FontIdentifier` and `LocalFontIdentifier` (#31658)Martin Robinson2024-03-141-11/+18
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-131-1/+1
* font_cache: Handle filtering `@font-face` rules in Servo (#31601)Martin Robinson2024-03-111-17/+86
* clippy: fix warnings in components/gfx (#31560)eri2024-03-081-20/+14
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-14/+15
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* Try to `use` WebRender types moreMartin Robinson2023-07-101-14/+7
* use SerializedFontTemplate and IpcBytesReceiver to send font template when re...s-maurice2022-03-081-3/+54
* feat: shorten thread namesyvt2021-07-191-1/+1
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-2/+5
* Update webrender.Josh Matthews2020-06-111-4/+7
* Proxy all WR interactions for layout/font/script/canvas threads to the compos...Josh Matthews2020-06-091-28/+14
* Convert all uses of UpdateResources api to use webrender transactions.Josh Matthews2020-05-111-2/+7
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-8/+2
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Remove redundant `.clone()`sShotaro Yamada2018-12-111-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-2/+0
* Reorder importsPyfisch2018-11-061-3/+3
* Format remaining filesPyfisch2018-11-061-4/+8
* Sort `use` statementsSimon Sapin2018-11-061-4/+4
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format the rest of gfx #21373kingdido9992018-09-081-112/+170
* Update WR (transaction API change)Glenn Watson2018-06-201-8/+8
* FontContext: Cache data fetched from the cache threadJon Leighton2018-05-191-1/+1
* Implement font fallbackJon Leighton2018-05-191-91/+72
* Fix servo build.Emilio Cobos Álvarez2018-04-281-5/+2
* Add font cache debugging to isolate cause of IPC failures in CI.Josh Matthews2018-02-221-10/+24
* Add test for FontContext/FontGroup functionalityJon Leighton2018-02-221-31/+33
* style: Move font-family outside of makoCYBAI2017-11-261-15/+15
* Merge request type and destinationKeith Yeung2017-10-231-2/+1
* Update WR (font variations, runtime dp ratio changes)Glenn Watson2017-09-211-1/+2
* Update WR (font instance API).Glenn Watson2017-08-311-23/+56
* order derivable traits listsClément DAVID2017-08-231-5/+5
* Update WR.Glenn Watson2017-08-091-3/+5
* Auto merge of #16508 - brainlessdeveloper:fetch-set-origin, r=asajeffreybors-servo2017-07-171-1/+2
|\
| * Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-1/+2
* | Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-5/+5
|/
* Update WR (driver workaround, large clip mask fix, font index support).Glenn Watson2017-04-191-2/+2
* Serialize unquoted font-family without quoteNazım Can Altınova2017-03-301-2/+2