Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 31 | -94/+0 |
| | |||||
* | Merge pull request #3173 from mrobinson/typed-units-1 | Josh Matthews | 2014-09-02 | 1 | -0/+0 |
|\ | | | | | Start using more typed units in the compositor | ||||
| * | Start using more typed units in the compositor | Martin Robinson | 2014-08-27 | 1 | -0/+0 |
| | | | | | | | | | | | | Now that rust-layers is starting to support typed units, we can use them more thoroughly in the compositor. This is a step toward removing as many untyped units as possible. | ||||
* | | Disable ssl on android as openssl needs to be added to build system. | Glenn Watson | 2014-09-01 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #3162 from SimonSapin/png-enum | Jack Moffitt | 2014-08-27 | 1 | -0/+0 |
|\ | | | | | Update to png::Image::pixels as an enum. | ||||
| * | Update to png::Image::pixels as an enum. | Simon Sapin | 2014-08-26 | 1 | -0/+0 |
| | | | | | | | | | | | | | | https://github.com/servo/rust-png/pull/42 This does *not* fix the issue in #3154, but makes it fail!() instead of (maybe?) reading uninitalized memory. | ||||
* | | Convert back to physical some layout coordinates. | Simon Sapin | 2014-08-26 | 1 | -0/+0 |
|/ | |||||
* | Update ProxyTraps to use real bools. | Ms2ger | 2014-08-26 | 1 | -0/+0 |
| | |||||
* | Add https support | Glenn Watson | 2014-08-26 | 2 | -0/+0 |
| | |||||
* | Temporarily revert rust-layers, as the most recent change broke the acid2 ↵ | Glenn Watson | 2014-08-25 | 1 | -0/+0 |
| | | | | test on mac/travis. | ||||
* | Update to latest rust-layers | Martin Robinson | 2014-08-20 | 1 | -0/+0 |
| | | | | This should reduce memory usage along layer boundaries. | ||||
* | Merge pull request #3097 from mrobinson/pinch-zoom-delay | Martin Robinson | 2014-08-17 | 1 | -0/+0 |
|\ | | | | | Update rust layers and fix delay in pinch zoom | ||||
| * | Update to latest rust-layers | Martin Robinson | 2014-08-15 | 1 | -0/+0 |
| | | | | | | | | | | We now need to pass through the content age of the LayerBuffer when creating it. | ||||
* | | Update rust-azure to fix a dangling pointer bug | Björn Steinbrink | 2014-08-17 | 1 | -0/+0 |
| | | | | | | | | Fixes #3084 | ||||
* | | Use Result/Err(()) instead of Option/None to indicate a CSS parse error. | Simon Sapin | 2014-08-16 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #2274 from metajack/build-32bit | Jack Moffitt | 2014-08-14 | 7 | -2/+2 |
|\ | | | | | Enable 32bit builds. | ||||
| * | Enable 32bit builds. | Jack Moffitt | 2014-08-14 | 7 | -2/+2 |
| | | | | | | | | You specify a 32bit build by setting --target on configure. | ||||
* | | Structured clone the argument to Worker.postMessage. | Ms2ger | 2014-08-14 | 1 | -0/+0 |
|/ | |||||
* | Update rust-layers with android glsl fix. | Glenn Watson | 2014-08-11 | 1 | -0/+0 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-08 | 19 | -3/+3 |
| | |||||
* | Generate rustdoc documenation for submodules. | Simon Sapin | 2014-08-05 | 19 | -2/+15 |
| | |||||
* | Revert the rust-mozjs changes to support threadsafe SpiderMonkey. | Ms2ger | 2014-08-03 | 1 | -0/+0 |
| | | | | | These changes were integrated accidentally, and now cause segfaults during conservative stack scanning. | ||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 23 | -1/+53 |
| | |||||
* | Update to rust-layers master | Matt Brubeck | 2014-08-01 | 1 | -0/+0 |
| | | | | Fixes accidental revert of servo/rust-layers#92. | ||||
* | Push get_buffer_requests_recursively into rust-layers | Martin Robinson | 2014-07-31 | 1 | -0/+0 |
| | | | | | Also do some reorganization and abstraction in IOCompositor now that we do not have to borrow self.scene.root. | ||||
* | Update to latest rust-layers | Matt Brubeck | 2014-07-30 | 1 | -0/+0 |
| | |||||
* | Merge pull request #2946 from glennw/update-layers | Cameron Zwarich | 2014-07-29 | 1 | -0/+0 |
|\ | | | | | Bump submodule ptr to get texture filter fixes in rust-layers. | ||||
| * | Bump submodule ptr to get texture filter fixes in rust-layers. | Glenn Watson | 2014-07-29 | 1 | -0/+0 |
| | | |||||
* | | Implement the delete proxy trap (fixes #2213). | Sankha Narayan Guria | 2014-07-29 | 1 | -0/+0 |
|/ | |||||
* | Layer bounds and buffer requests should use layer coordinates | Martin Robinson | 2014-07-28 | 1 | -0/+0 |
| | | | | | | | | Instead of passing a scaling factor down to rust-layers and keeping all layers in page coordinates, work in layer coordinates. This is much more natural, as the compositor and rust-layer should really need to care about any potential contents zoom. It will also allow us to move more code into rust-layers in a later commit. | ||||
* | Merge pull request #2922 from servo/rustdoc | Simon Sapin | 2014-07-25 | 1 | -0/+0 |
|\ | | | | | Build rustdoc docs on Travis and upload them to GitHub Pages. | ||||
| * | Add doc and doc-$(crate) targets to the Makefile using rustdoc. | Simon Sapin | 2014-07-25 | 1 | -0/+0 |
| | | |||||
* | | Update to latest string-cache. | Matt Brubeck | 2014-07-24 | 1 | -0/+0 |
| | | | | | | | | Includes fix for servo/string-cache#4. | ||||
* | | Add explicit cast from size_t to u64. | Matt Brubeck | 2014-07-24 | 1 | -0/+0 |
|/ | | | | Fixes compile error on non-64-bit targets. | ||||
* | Add support for showing debug borders | Martin Robinson | 2014-07-23 | 1 | -0/+0 |
| | | | | | This can help debug issues with the compositor and show when a page is creating layers. | ||||
* | Merge pull request #2884 from glennw/linux-kerning | glennw | 2014-07-24 | 1 | -0/+0 |
|\ | | | | | Implement kerning support for linux/android. | ||||
| * | Implement kerning support for linux/android. Improves some wikipedia issues ↵ | Glenn Watson | 2014-07-24 | 1 | -0/+0 |
| | | | | | | | | (#2554). | ||||
* | | Bump submodules for azure/skia with fixes for xvfb. | Glenn Watson | 2014-07-23 | 2 | -0/+0 |
| | | |||||
* | | Bump submodule ptr for rust-url to fix make-check error. | Glenn Watson | 2014-07-22 | 1 | -0/+0 |
| | | |||||
* | | Start dogfooding rust-url. Fix #1673. | Simon Sapin | 2014-07-21 | 1 | -0/+0 |
| | | |||||
* | | Add rust-url as a submodule and a Makefile for it. | Simon Sapin | 2014-07-21 | 3 | -0/+29 |
|/ | |||||
* | Update to reflect rust-layers changes | Martin Robinson | 2014-07-18 | 1 | -0/+0 |
| | | | | | It is no longer necessary to flush pending buffer requests when adding buffers nor to manually create textures for layers. | ||||
* | Rename Scene constructor to Scene::new | Cameron Zwarich | 2014-07-16 | 1 | -0/+0 |
| | |||||
* | Changes reflecting the latest version of rust-layers | Martin Robinson | 2014-07-16 | 1 | -0/+0 |
| | | | | | | The Tile trait has been removed and TileGrid now keeps Tile structs with Textures embedded instead of simply buffers. rust-layers now creates its own textures instead of relying on Servo to do it. | ||||
* | Changes to support latest rust-layers | Martin Robinson | 2014-07-15 | 2 | -0/+0 |
| | | | | | Now tiles are stored in TileGrid and layer methods are simple instance methods. | ||||
* | Add stringcache to build, now that phf is working on android | Glenn Watson | 2014-07-14 | 1 | -0/+0 |
| | |||||
* | Update the rust-mozjs submodule pointer. | Ms2ger | 2014-07-13 | 1 | -0/+0 |
| | |||||
* | Enable rust-phf build and bump rust-phf submodule ptr. | Glenn Watson | 2014-07-11 | 1 | -0/+0 |
| | |||||
* | Update to latest rust-layers | Martin Robinson | 2014-07-09 | 1 | -0/+0 |
| | |||||
* | Update to latest rust-layers | Martin Robinson | 2014-07-09 | 1 | -0/+0 |
| | | | | | Layers now store their complete boundaries, so we can eliminate the various ways these were stored in Servo. |