aboutsummaryrefslogtreecommitdiffstats
path: root/src/support
Commit message (Collapse)AuthorAgeFilesLines
...
* Update rust-layersMartin Robinson2014-07-091-0/+0
| | | | | | This fixes the Quadtree tests in check-rust-layers. Fixes #2768.
* Update to latest rust-geomCameron Zwarich2014-07-071-0/+0
|
* Merge pull request #2763 from Ms2ger/azure-ctorsMs2ger2014-07-051-0/+0
|\ | | | | Replace bare constructor functions with 'new' static member functions in rust-azure; r=SimonSapin
| * Replace bare constructor functions with 'new' static member functions in ↵Ms2ger2014-07-041-0/+0
| | | | | | | | rust-azure.
* | Update to latest rust-layersMartin Robinson2014-07-041-0/+0
|/
* Merge pull request #2748 from mrobinson/layer-reorgLars Bergstrom2014-07-021-0/+0
|\ | | | | Refactor compositor layer tree design
| * Refactor compositor layer tree designMartin Robinson2014-07-021-0/+0
| | | | | | | | | | | | Instead of having two parallel trees of CompositorLayers and ContainerLayers, transform CompositorLayer to CompositorData and move tiling logic to rust-layers.
* | Update submodule ref for glut.Glenn Watson2014-07-021-0/+0
|/
* Update submodule pointer and code to match interface change.Glenn Watson2014-07-011-0/+0
|
* Upgrade to latest Rust.Manish Goregaokar2014-06-2710-0/+0
|
* Handle setting a readonly attribute on proxy reflectors correctly.Ms2ger2014-06-241-0/+0
|
* auto merge of #2644 : glennw/servo/add-phf, r=metajackbors-servo2014-06-131-0/+0
|\
| * Add rust-phf to servo build.Glenn Watson2014-06-131-0/+0
| |
* | Update layers submodule for AMD GPU fix.Glenn Watson2014-06-131-0/+0
| |
* | Update submodules and ~str/String, to_owned/to_string, & cast/mem to get ↵Luqman Aden2014-06-104-0/+0
|/ | | | android building.
* Fix and disable some compile warnings.Ms2ger2014-06-061-0/+0
|
* Upgrade Rust.Jack Moffitt2014-06-0515-0/+0
|
* Remove all old layers when creating a new root.Matt Brubeck2014-06-041-0/+0
| | | | Fixes #2259.
* Eliminate some warningsBrian Anderson2014-06-025-0/+0
|
* Update submodules for EXT_DEPS dependency tracking.Jack Moffitt2014-05-281-0/+0
|
* Update submodules for #2492Matt Brubeck2014-05-272-0/+0
|
* Submodule updates for #2137Matt Brubeck2014-05-278-0/+0
|
* Update rust-layers submoduleMartin Robinson2014-05-261-0/+0
| | | | | | This should fix rendering issues on NVidia and perhaps Catalyst drivers. Fixes #2315.
* Pass an immutable pointer to the private in NewProxyObject.Ms2ger2014-05-261-0/+0
|
* Use *mut T for the T* pointers in SpiderMonkey.Ms2ger2014-05-261-0/+0
|
* Update Rust.Ms2ger2014-05-2212-0/+0
|
* Use JS_ObjectToOuterObject in wrap callbacks.Ms2ger2014-05-151-0/+0
|
* Instate a pre-wrap hook that outerizes its argument, to satisfy an ↵Ms2ger2014-05-141-0/+0
| | | | undocumented JSAPI requirement.
* auto merge of #2381 : Ms2ger/servo/mozjs-spring-cleanup, r=jdmbors-servo2014-05-091-0/+0
|\ | | | | | | | | | | | | | | This is a cleaner way to expose those functions, and makes it possible to remove a significant amount code in rust-mozjs. The assert() function is no longer exposed, as it was unused and not very useful.
| * Move debug functions to Window IDL.Ms2ger2014-05-091-0/+0
| | | | | | | | | | | | | | | | This is a cleaner way to expose those functions, and makes it possible to remove a significant amount code in rust-mozjs. The assert() function is no longer exposed, as it was unused and not very useful.
* | Change image library use of ~[T] -> Vec[T]. Update rust-stb and rust-png ↵Glenn Watson2014-05-092-0/+0
|/ | | | submodule pointers.
* Update rust-png for fixed color profiles in test images.Cameron Zwarich2014-05-071-0/+0
|
* Open a background non-focus-stealing window for tests on OS X.Cameron Zwarich2014-05-071-0/+0
| | | | | | Use false for the glfw::Visible window hint to open a background window on OS X. This requires an upgrade to glfw 3.0.4 in order for this to also not steal focus.
* auto merge of #2331 : Ms2ger/servo/global-cx-3, r=jdmbors-servo2014-05-061-0/+0
|\ | | | | | | | | | | | | | | | | | | The long-term plan for SpiderMonkey is to eliminate JSContexts by merging (most of) it into JSRuntime, so to future-proof our code, we should avoid creating multiple JSContexts for the same JSRuntime. However, this implies we'll have to use the same JSContext for objects in different compartments, so we need to enter compartments. This is done by using the with_compartment function.
| * Use a single JSContext per JSRuntime.Ms2ger2014-05-051-0/+0
| | | | | | | | | | | | | | | | | | | | The long-term plan for SpiderMonkey is to eliminate JSContexts by merging (most of) it into JSRuntime, so to future-proof our code, we should avoid creating multiple JSContexts for the same JSRuntime. However, this implies we'll have to use the same JSContext for objects in different compartments, so we need to enter compartments. This is done by using the with_compartment function.
| * Update rust-opengles.Ms2ger2014-05-032-0/+0
| | | | | | | | This includes changes to move from ~[T] to Vec<T>.
* | Update rust-opengles.Ms2ger2014-05-053-0/+0
|/ | | | This includes changes to move from ~[T] to Vec<T>.
* Replace Au::zero_* with generic methodsMatt Brubeck2014-05-021-0/+0
|
* auto merge of #2194 : Ms2ger/servo/typeerror-2, r=jdmbors-servo2014-04-281-0/+0
|\
| * Throw a TypeError when too few arguments are passed.Ms2ger2014-04-281-0/+0
| |
* | Update submodule for mozilla-servo/rust-http#15Simon Sapin2014-04-281-0/+0
|/
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-2717-0/+0
| | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries.
* Remove all traces of WindowProxy. Implement basic browser context concept ↵Josh Matthews2014-04-221-0/+0
| | | | and outerizing of inner windows.
* Remove NSS and NSPR from the build.Jack Moffitt2014-04-172-0/+0
| | | | | These were not being used and are responsible for a large amount of work and problems.
* auto merge of #2070 : larsbergstrom/servo/android_201404c, ↵bors-servo2014-04-104-0/+0
|\ | | | | | | | | | | r=larsbergstrom,metajack r? @metajack
| * Update the configuration files to properly build rust. Revert rust-stb-image ↵Lars Bergstrom2014-04-103-0/+0
| | | | | | | | submodule misupdate.
| * fix android for rust updateaydin.kim2014-04-103-0/+0
| |
| * Android fixes for February Rust UpgradeLars Bergstrom2014-04-104-0/+0
| |
* | Remove all traces of C wrappers for SpiderMonkey class stubs.Josh Matthews2014-04-081-0/+0
|/
* Fix tests.Josh Matthews2014-04-045-0/+0
|