aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/font_cache_task.rs
Commit message (Expand)AuthorAgeFilesLines
* task -> threadrohan.prinja2016-01-101-407/+0
* Auto merge of #9149 - adrianheine:webFonts, r=glennwbors-servo2016-01-081-4/+4
|\
| * Don't shadow family_nameAdrian Heine2016-01-041-4/+4
* | gfx: handle the ResponseAction::ResponseComplete error case in font_cache_taskTetsuharu OHZEKI2016-01-061-3/+2
|/
* Auto merge of #9123 - karyon:clippy_cleanup, r=Manishearthbors-servo2016-01-031-5/+4
|\
| * Fix a bunch of clippy lintsJohannes Linke2016-01-021-5/+4
* | Auto merge of #9070 - antrik:debug-fonts, r=noxbors-servo2016-01-031-3/+3
|\ \ | |/ |/|
| * Derive Debug for more font-related typesOlaf Buddenhagen2016-01-031-3/+3
* | Accept all Content-Type values for fonts if sniffing is disabled. Restore the...Josh Matthews2015-12-311-0/+5
* | Send a response to font load initiators even when a font is ignored.Josh Matthews2015-12-311-0/+1
* | Restrict font loads to known MIME types.Josh Matthews2015-12-311-2/+34
* | Resolves #4183 - Implemementing context-based MIME type sniffingDavid Rajchenbach-Teller2015-12-311-2/+3
* | Enabled use of FontFamily enum type and replaced plain string parameters with...David Raifaizen2015-12-301-52/+70
|/
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-3/+3
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-16/+18
* Clean up use of Option in `font_cache_task`.Michael Howell2015-11-121-12/+5
* layout: Load Web fonts asynchronously.Patrick Walton2015-09-271-17/+50
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Auto merge of #7559 - ddrmanxbxfr:RFC-0344-Work, r=noxbors-servo2015-09-121-18/+17
|\
| * Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-18/+17
* | Fix up some unnecessary uses of `unsafe`.Eli Friedman2015-09-021-4/+0
|/
* sort all usesJohann Tuffe2015-08-201-2/+2
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-4/+4
* replace .len() == 0 with is_empty()João Oliveira2015-08-141-1/+1
* Use atoms for font template structures.Glenn Watson2015-07-131-5/+5
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Stop using IndexMut on HashMap.Ms2ger2015-05-011-4/+4
* Remove some as_slice calls.Ms2ger2015-04-241-13/+12
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-1/+1
* gfx: Perform more aggressive caching inPatrick Walton2015-04-011-7/+8
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-2/+2
* Import net as net rather than servo_net.Ms2ger2015-02-101-1/+1
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-10/+10
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-1/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-8/+13
* Pass a String to spawn_named.Ms2ger2015-01-211-1/+2
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
* Fix obsolete format traits.Ms2ger2015-01-021-2/+2
* gfx: to_string() -> into_string()Manish Goregaokar2014-12-271-2/+2
* gfx: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-15/+12
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-3/+6
* Fix spelling mistakes in comments.Joseph Crail2014-12-111-1/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-6/+6
* Implements case insensitive font family names.Clark Gaebel2014-11-031-13/+19
* make naming more consistentClark Gaebel2014-10-281-1/+1
* Run all task spawning through util, to allow for easy hooking.Clark Gaebel2014-10-281-1/+2
* Add support for local font faces. Improves fonts on rust lang and guide.Glenn Watson2014-10-141-15/+27
* Fix selection of fallback fonts. Fixes monospace fonts in rust guide.Glenn Watson2014-10-131-10/+27
* Eliminate warningsKeegan McAllister2014-09-201-2/+2