aboutsummaryrefslogtreecommitdiffstats
path: root/src/support
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to merged commits in submodules.Ms2ger2014-04-043-0/+0
|
* Upgrade rust.Ms2ger2014-04-0414-0/+0
|
* layout: Address review feedback.Patrick Walton2014-04-031-0/+0
|
* support: Update submodules.Patrick Walton2014-04-031-0/+0
|
* servo: Implement stacking contexts and allow multiple layers perPatrick Walton2014-04-031-0/+0
| | | | pipeline. This handles fixed positioning mostly correctly.
* Clean files associated with static linkingLars Bergstrom2014-03-1916-0/+0
|
* Rust upgrade for new master rebaseLars Bergstrom2014-03-188-0/+0
|
* Rust upgradesLars Bergstrom2014-03-182-0/+0
|
* Rust upgrade for androidLars Bergstrom2014-03-183-0/+0
|
* Update submodules for warning police.Josh Matthews2014-03-188-0/+0
|
* Remove all traces of Box representation from bindings. Work around file read ↵Josh Matthews2014-03-181-0/+0
| | | | runtime problem.
* Rust upgradesLars Bergstrom2014-03-1816-0/+0
|
* Update mozjs.Ms2ger2014-03-141-0/+0
|
* Update rust-mozjs to include fixes for GC crashes.Ms2ger2014-03-101-0/+0
|
* Use the JSVal member functions to replace JSVAL_IS_* and JSVAL_TO_*.Ms2ger2014-03-091-0/+0
|
* Use FooValue() functions.Ms2ger2014-03-091-0/+0
|
* Move JSVal into the jsval module.Ms2ger2014-03-081-0/+0
|
* When calling constructors, retrieve the global object from the callee rather ↵Ms2ger2014-03-041-0/+0
| | | | than the JSContext.
* auto merge of #1780 : kmcallister/servo/linux-fontconfig, r=kmcallister,metajackbors-servo2014-02-281-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-testKeegan McAllister2014-02-281-0/+0
| |
| * Build Fontconfig 2.11 in-tree on LinuxKeegan McAllister2014-02-271-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 Matthews2014-02-281-0/+0
|/
* Implement JSManaged for DOM objects.Josh Matthews2014-02-242-0/+0
|
* Update rust-layers submoduleLars Bergstrom2014-02-211-0/+0
|
* Update to rust-png with fix for truncationLars Bergstrom2014-02-051-0/+0
|
* update rust-azure submodule pointer related to #472Mike Blumenkrantz2014-01-161-0/+0
|
* auto merge of #1490 : pcwalton/servo/distrust-layout-new, r=jdmbors-servo2014-01-142-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 Walton2014-01-142-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 updatesLars Bergstrom2014-01-133-0/+0
|/
* Upgrade to latest Rust.Jack Moffitt2014-01-1217-0/+0
|
* update submodulesaydin.kim2013-12-313-0/+0
|
* add rust-egl to submoduleaydin.kim2013-12-301-0/+0
|
* Build with make instead of rustpkg.Jack Moffitt2013-12-266-0/+0
|
* Upgrade to rust-encoding upstream.Simon Sapin2013-12-132-0/+0
|
* Add support for non-UTF8 CSS stylesheets, with rust-encoding.Simon Sapin2013-12-112-0/+0
|
* Add rust-encoding as a submodule.Simon Sapin2013-12-111-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.Ms2ger2013-12-051-0/+0
| | | | As a bonus, adds some debugging statements.
* modify to displaylist to tree & add clipingsh8281.kim2013-11-261-0/+0
|
* auto merge of #1288 : ryanhc/servo/transparent_png, r=larsbergstrombors-servo2013-11-201-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 updatedRyan Choi2013-11-201-0/+0
| |
* | Update dependencies.Jack Moffitt2013-11-193-0/+0
| |
* | Update rust-alert to find deps through rustpkgKeegan McAllister2013-11-141-0/+0
| |
* | Build some dependencies with rustpkgKeegan McAllister2013-11-146-0/+0
|/ | | | | | Also take a rust-layers bugfix. In collaboration with Jack Moffitt.
* Generate code for handling callbacks. Implement add/removeEventListener and ↵Josh Matthews2013-11-051-0/+0
| | | | hacky dispatchEvent proof-of-concept.
* Update rust-opengles for bugfixKeegan McAllister2013-11-011-0/+0
|
* Update rust-cssparser for visibility rules.Simon Sapin2013-11-011-0/+0
|
* Update submodules.Jack Moffitt2013-10-313-0/+0
|
* Upgrade submodulesKeegan McAllister2013-10-3111-0/+0
|
* Remove unused rust-http-clientKeegan McAllister2013-10-311-0/+0
|
* Implement basic overflow computation. Closes #1148.Patrick Walton2013-10-311-0/+0
| | | | This adds just 4 ms out of ~120 ms on the rainbow page.