aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/servo.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-164/+0
* Upgrade Rust.Jack Moffitt2014-08-081-3/+3
* Decouple compositing and script crates.Josh Matthews2014-08-081-1/+2
* Merge pull request #2791 from glennw/web-fontsglennw2014-08-061-1/+1
|\
| * Add basic support for web fonts. Synchronous loading onlyGlenn Watson2014-07-241-1/+1
* | Use TaskBuilder for the main Servo task.Ms2ger2014-08-041-5/+7
* | Upgrade Rust.Jack Moffitt2014-08-021-5/+4
* | Fix compile error and warning on AndroidMatt Brubeck2014-07-241-2/+2
|/
* Only interpret URL as filenames in command-line arguments.Simon Sapin2014-07-211-3/+7
* Start dogfooding rust-url. Fix #1673.Simon Sapin2014-07-211-11/+2
* Make compositing generic over layout_taskAriel Ben-Yehuda2014-07-211-1/+3
* Move CSS Writing Modes properties behind a new command-line flag.Simon Sapin2014-07-181-0/+1
* Store proxy handlers in a static array rather than a hashtable per window.Ms2ger2014-07-121-0/+5
* Merge pull request #2775 from glennw/font-cacheglennw2014-07-091-0/+5
|\
| * Next stage of refactoring font system. This commit introducesGlenn Watson2014-07-071-0/+5
* | Fix or selectively silence warnings in src/components.Simon Sapin2014-07-081-2/+2
* | Warning police.Glenn Watson2014-07-071-3/+3
|/
* Split compositing/pipeline/constellation code into separate crate.Josh Matthews2014-06-281-43/+2
* Split layout code into a separate crate.Josh Matthews2014-06-281-35/+1
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-4/+5
* Rename |Profiler| as |TimeProfiler|.Nicholas Nethercote2014-06-261-5/+5
* Add a basic memory profiler, invoked with -m.Nicholas Nethercote2014-06-261-1/+5
* Revert parallel render patch due to issue #2718.Glenn Watson2014-06-261-35/+25
* Revert "Revert "Merge pull request #2609 from brson/parallel-render""Patrick Walton2014-06-201-25/+35
* Revert "Merge pull request #2609 from brson/parallel-render"Lars Bergstrom2014-06-201-35/+25
* Add a command line option (-n) to use native threading, for testing.Brian Anderson2014-06-181-25/+35
* Update submodules and ~str/String, to_owned/to_string, & cast/mem to get andr...Luqman Aden2014-06-101-1/+1
* Upgrade Rust.Jack Moffitt2014-06-051-5/+7
* layout: Reference count flows, and forbid unsafe code in many places.Patrick Walton2014-06-031-0/+1
* Rename `box_.rs` to `fragment.rs`Brendan Zabarauskas2014-05-281-1/+1
* make servo::run() and opts::Opts.n_render_threads public for use in embedding...Mike Blumenkrantz2014-05-261-1/+1
* Fix file mode for servo.rsBrendan Zabarauskas2014-05-121-0/+0
* Use box index type for referring to inline boxesBrendan Zabarauskas2014-05-121-1/+1
* Suppress dead code warnings for start when building servo.rs as a dylib.Cameron Zwarich2014-05-081-0/+2
* fix android buildaydin.kim2014-05-081-1/+1
* Convert Vec::new() to vec!()Matt Murphy2014-05-041-2/+2
* ~[] to Vec in glfw_windowing and servoMatt Murphy2014-05-041-1/+1
* Replace most ~"string"s with "string".to_owned().Ms2ger2014-05-041-1/+1
* Replace all ~"" with "".to_owned().Ms2ger2014-05-031-1/+1
* layout: Rewrite display list building to be parallel and to handlePatrick Walton2014-05-021-1/+0
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-7/+10
* auto merge of #2148 : larsbergstrom/servo/android_201404c, r=metajackbors-servo2014-04-171-1/+10
|\
| * Default to CPU renering on Android to avoid GPU-rendering-specific driver woesLars Bergstrom2014-04-171-1/+10
* | auto merge of #2085 : lpy/servo/issue2079, r=jdmbors-servo2014-04-111-1/+1
|\ \ | |/ |/|
| * Replace @s with Rc types.(fixes #2079)lpy2014-04-121-1/+1
* | Update the configuration files to properly build rust. Revert rust-stb-image ...Lars Bergstrom2014-04-101-2/+2
* | fix android for rust updateaydin.kim2014-04-101-1/+2
|/
* Address review comments.Ms2ger2014-04-041-1/+2
* Upgrade rust.Ms2ger2014-04-041-6/+8
* auto merge of #1973 : june0cho/servo/table_rebase, r=larsbergstrom,metajackbors-servo2014-03-251-0/+7
|\