aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/font_cache_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Sanitise web fontsKeegan McAllister2016-08-221-2/+13
* | Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-1/+1
* | Use expect calls to investigate #12540 and #12288Anthony Ramine2016-08-081-6/+12
* | Integrate service worker manager threadRahul Sharma2016-07-161-3/+2
* | Auto merge of #12208 - nox:fontloading, r=metajackbors-servo2016-07-061-1/+8
|\ \
| * | Continue loading font-face sources on missing local fontAnthony Ramine2016-07-041-1/+8
* | | Auto merge of #12237 - hgallagher1993:servo, r=jdmbors-servo2016-07-051-3/+3
|\ \ \ | |/ / |/| |
| * | avoid many uses of unwrap in font_cache_thread.rsHugh Gallagher2016-07-051-3/+3
| |/
* / Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-2/+2
|/