| Commit message (Expand) | Author | Age | Files | Lines |
* | Implementing the builder pattern for RequestInit | Lucas Fantacuci | 2019-04-10 | 1 | -8/+2 |
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -1/+1 |
* | Remove redundant `.clone()`s | Shotaro Yamada | 2018-12-11 | 1 | -1/+1 |
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Remove useless `use crate_name;` imports. | Simon Sapin | 2018-11-08 | 1 | -2/+0 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -3/+3 |
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -4/+8 |
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -4/+4 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -9/+9 |
* | Format the rest of gfx #21373 | kingdido999 | 2018-09-08 | 1 | -112/+170 |
* | Update WR (transaction API change) | Glenn Watson | 2018-06-20 | 1 | -8/+8 |
* | FontContext: Cache data fetched from the cache thread | Jon Leighton | 2018-05-19 | 1 | -1/+1 |
* | Implement font fallback | Jon Leighton | 2018-05-19 | 1 | -91/+72 |
* | Fix servo build. | Emilio Cobos Álvarez | 2018-04-28 | 1 | -5/+2 |
* | Add font cache debugging to isolate cause of IPC failures in CI. | Josh Matthews | 2018-02-22 | 1 | -10/+24 |
* | Add test for FontContext/FontGroup functionality | Jon Leighton | 2018-02-22 | 1 | -31/+33 |
* | style: Move font-family outside of mako | CYBAI | 2017-11-26 | 1 | -15/+15 |
* | Merge request type and destination | Keith Yeung | 2017-10-23 | 1 | -2/+1 |
* | Update WR (font variations, runtime dp ratio changes) | Glenn Watson | 2017-09-21 | 1 | -1/+2 |
* | Update WR (font instance API). | Glenn Watson | 2017-08-31 | 1 | -23/+56 |
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -5/+5 |
* | Update WR. | Glenn Watson | 2017-08-09 | 1 | -3/+5 |
* | Auto merge of #16508 - brainlessdeveloper:fetch-set-origin, r=asajeffrey | bors-servo | 2017-07-17 | 1 | -1/+2 |
|\ |
|
| * | Change RequestInit origin type to ImmutableOrigin | Fausto Núñez Alberro | 2017-07-16 | 1 | -1/+2 |
* | | Upgrade to the latest version of WebRender | Martin Robinson | 2017-07-13 | 1 | -5/+5 |
|/ |
|
* | Update WR (driver workaround, large clip mask fix, font index support). | Glenn Watson | 2017-04-19 | 1 | -2/+2 |
* | Serialize unquoted font-family without quote | Nazım Can Altınova | 2017-03-30 | 1 | -2/+2 |
* | Update WR (image tiling, inset box shadow fixes, new key api). | Glenn Watson | 2017-02-27 | 1 | -3/+5 |
* | Use FamilyName instead of FontFamily in @font-face | Simon Sapin | 2017-02-02 | 1 | -4/+4 |
* | Auto merge of #14588 - servo:log-font-face, r=jdm | bors-servo | 2016-12-14 | 1 | -1/+13 |
|\ |
|
| * | Add logging to font-face loading. | Ms2ger | 2016-12-14 | 1 | -0/+5 |
| * | Implement Display for LowercaseString. | Ms2ger | 2016-12-14 | 1 | -1/+8 |
* | | Removed util. | Alan Jeffrey | 2016-12-14 | 1 | -3/+3 |
|/ |
|
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -4/+8 |
* | Update to string-cache 0.3 | Simon Sapin | 2016-11-03 | 1 | -1/+1 |
* | Use fetch_async in the font cache. | Ms2ger | 2016-11-02 | 1 | -20/+18 |
* | Ignore the Content-Type header completely for @font-face. | Ms2ger | 2016-11-02 | 1 | -36/+1 |
* | Remove old rendering backend. | Glenn Watson | 2016-10-18 | 1 | -5/+7 |
* | Privatize PendingAsyncLoad. | Ms2ger | 2016-10-04 | 1 | -8/+8 |
* | Auto merge of #12076 - jdm:font-load, r=pcwalton | bors-servo | 2016-09-19 | 1 | -2/+3 |
|\ |
|
| * | Make font template data load fallible. Fixes #12037. | Josh Matthews | 2016-07-05 | 1 | -2/+3 |
* | | Sanitise web fonts | Keegan McAllister | 2016-08-22 | 1 | -2/+13 |
* | | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -1/+1 |
* | | Use expect calls to investigate #12540 and #12288 | Anthony Ramine | 2016-08-08 | 1 | -6/+12 |
* | | Integrate service worker manager thread | Rahul Sharma | 2016-07-16 | 1 | -3/+2 |
* | | Auto merge of #12208 - nox:fontloading, r=metajack | bors-servo | 2016-07-06 | 1 | -1/+8 |
|\ \ |
|
| * | | Continue loading font-face sources on missing local font | Anthony Ramine | 2016-07-04 | 1 | -1/+8 |
* | | | Auto merge of #12237 - hgallagher1993:servo, r=jdm | bors-servo | 2016-07-05 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | avoid many uses of unwrap in font_cache_thread.rs | Hugh Gallagher | 2016-07-05 | 1 | -3/+3 |
| |/ |
|
* / | Refactor `util::prefs` operations to be methods on static struct. | Corey Farwell | 2016-07-02 | 1 | -2/+2 |
|/ |
|