Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update to merged commits in submodules. | Ms2ger | 2014-04-04 | 3 | -0/+0 | |
| | ||||||
* | Upgrade rust. | Ms2ger | 2014-04-04 | 14 | -0/+0 | |
| | ||||||
* | layout: Address review feedback. | Patrick Walton | 2014-04-03 | 1 | -0/+0 | |
| | ||||||
* | support: Update submodules. | Patrick Walton | 2014-04-03 | 1 | -0/+0 | |
| | ||||||
* | servo: Implement stacking contexts and allow multiple layers per | Patrick Walton | 2014-04-03 | 1 | -0/+0 | |
| | | | | pipeline. This handles fixed positioning mostly correctly. | |||||
* | Clean files associated with static linking | Lars Bergstrom | 2014-03-19 | 16 | -0/+0 | |
| | ||||||
* | Rust upgrade for new master rebase | Lars Bergstrom | 2014-03-18 | 8 | -0/+0 | |
| | ||||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 2 | -0/+0 | |
| | ||||||
* | Rust upgrade for android | Lars Bergstrom | 2014-03-18 | 3 | -0/+0 | |
| | ||||||
* | Update submodules for warning police. | Josh Matthews | 2014-03-18 | 8 | -0/+0 | |
| | ||||||
* | Remove all traces of Box representation from bindings. Work around file read ↵ | Josh Matthews | 2014-03-18 | 1 | -0/+0 | |
| | | | | runtime problem. | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 16 | -0/+0 | |
| | ||||||
* | Update mozjs. | Ms2ger | 2014-03-14 | 1 | -0/+0 | |
| | ||||||
* | Update rust-mozjs to include fixes for GC crashes. | Ms2ger | 2014-03-10 | 1 | -0/+0 | |
| | ||||||
* | Use the JSVal member functions to replace JSVAL_IS_* and JSVAL_TO_*. | Ms2ger | 2014-03-09 | 1 | -0/+0 | |
| | ||||||
* | Use FooValue() functions. | Ms2ger | 2014-03-09 | 1 | -0/+0 | |
| | ||||||
* | Move JSVal into the jsval module. | Ms2ger | 2014-03-08 | 1 | -0/+0 | |
| | ||||||
* | When calling constructors, retrieve the global object from the callee rather ↵ | Ms2ger | 2014-03-04 | 1 | -0/+0 | |
| | | | | than the JSContext. | |||||
* | auto merge of #1780 : kmcallister/servo/linux-fontconfig, r=kmcallister,metajack | bors-servo | 2014-02-28 | 1 | -0/+0 | |
|\ | | | | | | | | | | | | | | | | | | | | | After applying this patch, on Linux you will need to ../configure make clean-rust-azure clean-fontconfig clean-rust-fontconfig Fixes #1752. Expect Fontconfig warnings and possibly worse breakage, but for me this makes it possible to use parallel layout at all. | |||||
| * | Fix link order for azure-test | Keegan McAllister | 2014-02-28 | 1 | -0/+0 | |
| | | ||||||
| * | Build Fontconfig 2.11 in-tree on Linux | Keegan McAllister | 2014-02-27 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | After applying this patch, on Linux you will need to ../configure make clean-rust-azure clean-fontconfig clean-rust-fontconfig Fixes #1752. | |||||
* | | De-@mut the script crate. | Josh Matthews | 2014-02-28 | 1 | -0/+0 | |
|/ | ||||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 2 | -0/+0 | |
| | ||||||
* | Update rust-layers submodule | Lars Bergstrom | 2014-02-21 | 1 | -0/+0 | |
| | ||||||
* | Update to rust-png with fix for truncation | Lars Bergstrom | 2014-02-05 | 1 | -0/+0 | |
| | ||||||
* | update rust-azure submodule pointer related to #472 | Mike Blumenkrantz | 2014-01-16 | 1 | -0/+0 | |
| | ||||||
* | auto merge of #1490 : pcwalton/servo/distrust-layout-new, r=jdm | bors-servo | 2014-01-14 | 2 | -0/+0 | |
|\ | | | | | | | | | | | | | | | | | | | | | Pointers to DOM nodes from layout could go stale if incremental reflow does not correctly destroy dead nodes. Therefore, we ask the JavaScript garbage collector to verify that each DOM node is indeed a valid pointer before calling event handlers on it, and fail otherwise. Depends on the `get-addressable-gc-thing` branches of `mozjs` and `rust-mozjs`. r? @jdm | |||||
| * | script: Stop trusting pointers to DOM nodes that layout provides. | Patrick Walton | 2014-01-14 | 2 | -0/+0 | |
| | | | | | | | | | | | | | | Pointers to DOM nodes from layout could go stale if incremental reflow does not correctly destroy dead nodes. Therefore, we ask the JavaScript garbage collector to verify that each DOM node is indeed a valid pointer before calling event handlers on it, and fail otherwise. | |||||
* | | NVidia submodule updates | Lars Bergstrom | 2014-01-13 | 3 | -0/+0 | |
|/ | ||||||
* | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 17 | -0/+0 | |
| | ||||||
* | update submodules | aydin.kim | 2013-12-31 | 3 | -0/+0 | |
| | ||||||
* | add rust-egl to submodule | aydin.kim | 2013-12-30 | 1 | -0/+0 | |
| | ||||||
* | Build with make instead of rustpkg. | Jack Moffitt | 2013-12-26 | 6 | -0/+0 | |
| | ||||||
* | Upgrade to rust-encoding upstream. | Simon Sapin | 2013-12-13 | 2 | -0/+0 | |
| | ||||||
* | Add support for non-UTF8 CSS stylesheets, with rust-encoding. | Simon Sapin | 2013-12-11 | 2 | -0/+0 | |
| | ||||||
* | Add rust-encoding as a submodule. | Simon Sapin | 2013-12-11 | 1 | -0/+0 | |
| | | | | | | | | | | | Upstream: https://github.com/lifthrasiir/rust-encoding Servo’s fork: https://github.com/mozilla-servo/rust-encoding As of this writing, upstream’s master branch targets Rust 0.8, and its rust-0.9-pre branch targets Rust master. Servo uses a Rust version in-between those. I pushed a rust-servo branch to our fork that backports from rust-0.9-pre. | |||||
* | Report exceptions to JS when the DOM implementation fails. | Ms2ger | 2013-12-05 | 1 | -0/+0 | |
| | | | | As a bonus, adds some debugging statements. | |||||
* | modify to displaylist to tree & add cliping | sh8281.kim | 2013-11-26 | 1 | -0/+0 | |
| | ||||||
* | auto merge of #1288 : ryanhc/servo/transparent_png, r=larsbergstrom | bors-servo | 2013-11-20 | 1 | -0/+0 | |
|\ | | | | | | | | | | | | | | | | | Modified to use libpng to read .png files. We use stb_image to read all other image files. This requires updated submodule: https://github.com/mozilla-servo/rust-png/pull/13 This patch is for: https://github.com/mozilla/servo/issues/1279 | |||||
| * | submodule updated | Ryan Choi | 2013-11-20 | 1 | -0/+0 | |
| | | ||||||
* | | Update dependencies. | Jack Moffitt | 2013-11-19 | 3 | -0/+0 | |
| | | ||||||
* | | Update rust-alert to find deps through rustpkg | Keegan McAllister | 2013-11-14 | 1 | -0/+0 | |
| | | ||||||
* | | Build some dependencies with rustpkg | Keegan McAllister | 2013-11-14 | 6 | -0/+0 | |
|/ | | | | | | Also take a rust-layers bugfix. In collaboration with Jack Moffitt. | |||||
* | Generate code for handling callbacks. Implement add/removeEventListener and ↵ | Josh Matthews | 2013-11-05 | 1 | -0/+0 | |
| | | | | hacky dispatchEvent proof-of-concept. | |||||
* | Update rust-opengles for bugfix | Keegan McAllister | 2013-11-01 | 1 | -0/+0 | |
| | ||||||
* | Update rust-cssparser for visibility rules. | Simon Sapin | 2013-11-01 | 1 | -0/+0 | |
| | ||||||
* | Update submodules. | Jack Moffitt | 2013-10-31 | 3 | -0/+0 | |
| | ||||||
* | Upgrade submodules | Keegan McAllister | 2013-10-31 | 11 | -0/+0 | |
| | ||||||
* | Remove unused rust-http-client | Keegan McAllister | 2013-10-31 | 1 | -0/+0 | |
| | ||||||
* | Implement basic overflow computation. Closes #1148. | Patrick Walton | 2013-10-31 | 1 | -0/+0 | |
| | | | | This adds just 4 ms out of ~120 ms on the rainbow page. |