aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/font_cache_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Don't load all font faces sourcesAnthony Ramine2016-06-101-85/+97
* Move LowercaseString near its only consumer.Ms2ger2016-06-061-1/+24
* Remove empty lines following braces.Josh Matthews2016-05-271-2/+0
* adding interface for custom responsesRahul Sharma2016-05-201-2/+3
* Implement trait-based ResourceThreads and clean up related naming issuesZhen Zhang2016-05-201-5/+5
* Add string_cache override for geckolib based on gecko atoms.Bobby Holley2016-05-181-5/+5
* gfx: Add expect messages to FontCacheThread::exit()Emilio Cobos Álvarez2016-05-131-2/+2
* gfx: Perform fuzzy matching on font weights if an exact match wasn'tPatrick Walton2016-05-101-5/+18
* gfx: Map `sans-serif` to Helvetica on Mac, DejaVu Sans on Linux, andPatrick Walton2016-05-091-1/+2
* Add referrer policy pass-through and referrer header logicRebecca2016-04-251-0/+2
* Propagating the load errors from network loaderRavi Shankar2016-04-201-8/+14
* Rename `net.mime.sniff` pref to `network.mime.sniff`.Corey Farwell2016-04-171-1/+1
* Make use of From<String> for AtomAnthony Ramine2016-02-241-1/+1
* Add WebRender integration to Servo.Glenn Watson2016-02-181-10/+45
* Remove multiple unused imports in gfxBrandon Fairchild2016-01-161-1/+0
* task -> threadrohan.prinja2016-01-101-0/+407