aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/font_cache_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update WR (image tiling, inset box shadow fixes, new key api).Glenn Watson2017-02-271-3/+5
* Use FamilyName instead of FontFamily in @font-faceSimon Sapin2017-02-021-4/+4
* Auto merge of #14588 - servo:log-font-face, r=jdmbors-servo2016-12-141-1/+13
|\
| * Add logging to font-face loading.Ms2ger2016-12-141-0/+5
| * Implement Display for LowercaseString.Ms2ger2016-12-141-1/+8
* | Removed util.Alan Jeffrey2016-12-141-3/+3
|/
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-4/+8
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Use fetch_async in the font cache.Ms2ger2016-11-021-20/+18
* Ignore the Content-Type header completely for @font-face.Ms2ger2016-11-021-36/+1
* Remove old rendering backend.Glenn Watson2016-10-181-5/+7
* Privatize PendingAsyncLoad.Ms2ger2016-10-041-8/+8
* Auto merge of #12076 - jdm:font-load, r=pcwaltonbors-servo2016-09-191-2/+3
|\
| * Make font template data load fallible. Fixes #12037.Josh Matthews2016-07-051-2/+3