Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up check targets in Makefiles. | Jack Moffitt | 2013-07-16 | 1 | -1/+10 |
| | |||||
* | Fix silent failure of make clean-servo | Keegan McAllister | 2013-07-11 | 1 | -5/+5 |
| | | | | | Brace expansion is a bashism and doesn't work everywhere (for example, on Debian where /bin/sh is dash). | ||||
* | Replace glut with glfw. | Jack Moffitt | 2013-07-04 | 1 | -2/+7 |
| | | | | | | Also fixes initial window size to get based on the windowing code instead of being hardcoded everywhere. This code works on HiDPI displays, but does not appropriately scale the output up yet. | ||||
* | Fix clean targets. | Jack Moffitt | 2013-07-04 | 1 | -6/+6 |
| | |||||
* | Fixes check-content target. | Sankha Narayan Guria | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | libmsg crate for message interfaces to compositor and engine | Tim Kuehn | 2013-06-19 | 1 | -0/+3 |
| | |||||
* | Fix dependencies. | Jack Moffitt | 2013-06-14 | 1 | -4/+5 |
| | |||||
* | Fix makefile targets. | Jack Moffitt | 2013-06-14 | 1 | -4/+4 |
| | |||||
* | Disable tests for nspr and nss. | Jack Moffitt | 2013-06-11 | 2 | -2/+10 |
| | |||||
* | Fix spacing. | Jack Moffitt | 2013-06-11 | 1 | -2/+2 |
| | |||||
* | Use the scroll hack | Patrick Walton | 2013-06-05 | 1 | -0/+5 |
| | |||||
* | Add NSS and NSPR to the build | Patrick Walton | 2013-05-30 | 1 | -0/+2 |
| | |||||
* | Separate the DOM and layout into separate crates. | Patrick Walton | 2013-05-28 | 1 | -1/+4 |
| | |||||
* | Remove the `servo-` prefix from core components. | Patrick Walton | 2013-05-28 | 1 | -7/+7 |
| | |||||
* | Move the test harnesses into test/. | Patrick Walton | 2013-05-28 | 1 | -3/+3 |
| | | | | | This is preparation for removing the `servo-` prefixes from the various Servo components. | ||||
* | Add rust-alert to the tree and use it to allow a new URL to be navigated to | Patrick Walton | 2013-05-21 | 1 | -0/+5 |
| | |||||
* | Organize all the source files into compiler/, components/, and platform/. | Patrick Walton | 2013-05-15 | 3 | -10/+11 |
| | |||||
* | Fixed #434 | khodzha | 2013-05-11 | 1 | -1/+7 |
| | | | | | Added "clean-servo-util" and "clean-servo-net" make targets Added new targets to "clean-servo" target | ||||
* | update: check.mk tidy path | Youngmin Yoo | 2013-05-09 | 1 | -1/+1 |
| | |||||
* | Nuke Cairo | Patrick Walton | 2013-04-05 | 1 | -31/+0 |
| | |||||
* | Add license check as part of `make tidy` and `make check` | Brian Anderson | 2013-04-04 | 1 | -2/+5 |
| | |||||
* | De-mut field, de-DVec, de-assert. | Josh Matthews | 2013-03-13 | 1 | -0/+1 |
| | |||||
* | Fix tests | Brian Anderson | 2013-01-22 | 1 | -0/+2 |
| | |||||
* | Build cairo in-tree | Brian Anderson | 2013-01-15 | 1 | -0/+26 |
| | |||||
* | Use the in-tree Rust compiler | Brian Anderson | 2013-01-10 | 1 | -2/+2 |
| | |||||
* | Add clean target for servo gfx; Clean servo_gfx when running make clean-servo. | Brian J. Burg | 2012-11-12 | 1 | -1/+4 |
| | |||||
* | gfx: Rename servo-gfx-2 to servo-gfx | Patrick Walton | 2012-11-12 | 1 | -1/+1 |
| | |||||
* | Remove the servo-gfx submodule | Patrick Walton | 2012-11-12 | 1 | -17/+1 |
| | |||||
* | submodules: Split out GFX and all its dependencies into a servo-gfx submodule | Patrick Walton | 2012-11-11 | 1 | -0/+16 |
| | |||||
* | Add make clean-fast target, and clean up make check/check-all. | Brian J. Burg | 2012-11-09 | 3 | -6/+27 |
| | |||||
* | Submodule 'done' dependencies were being incorrectly computed, because the ↵ | Brian J. Burg | 2012-11-09 | 1 | -1/+1 |
| | | | | wrong name was used. | ||||
* | De-Cairo font handling. | Patrick Walton | 2012-11-08 | 1 | -1/+4 |
| | | | | This breaks Linux/Freetype. | ||||
* | Add core-foundation as a dependency of core-graphics. | Brian J. Burg | 2012-11-08 | 1 | -1/+7 |
| | |||||
* | rust-layers requires xlib on linux | Brian Anderson | 2012-11-05 | 1 | -0/+1 |
| | |||||
* | Add SLOW_TESTS variable to sub.mk, which expresses the submodules to ↵ | Brian J. Burg | 2012-11-05 | 2 | -3/+11 |
| | | | | normally skip tests for. 'make check' will skip SLOW_TESTS submodules, and 'make check-all' will run everything. Fixes #169. | ||||
* | Add rust-core-graphics as dependency of rust-layers on Mac. Add trailing ↵ | Brian J. Burg | 2012-11-05 | 1 | -19/+40 |
| | | | | NULLs to sub.mk. | ||||
* | Build skia | Patrick Walton | 2012-11-01 | 1 | -1/+3 |
| | |||||
* | Add rust-css submodule | Brian Anderson | 2012-10-26 | 1 | -0/+4 |
| | |||||
* | Fix linux build for recent submodule splits. | Brian J. Burg | 2012-10-25 | 1 | -3/+9 |
| | |||||
* | Split out xlib to rust-xlib and cairo to rust-cairo. | Brian J. Burg | 2012-10-25 | 1 | -5/+12 |
| | |||||
* | Split fontconfig bindings into rust-fontconfig. | Brian J. Burg | 2012-10-25 | 1 | -4/+5 |
| | |||||
* | Split freetype bindings into rust-freetype submodule. | Brian J. Burg | 2012-10-25 | 1 | -0/+16 |
| | |||||
* | Update rust-wapcaplet | Brian Anderson | 2012-10-24 | 1 | -0/+3 |
| | |||||
* | Remove servo-sandbox build code | Brian Anderson | 2012-10-22 | 1 | -4/+0 |
| | |||||
* | Move CoreText bindings into a submodule. | Brian J. Burg | 2012-10-20 | 1 | -0/+4 |
| | |||||
* | Add rust-core-graphics submodule; Import CoreGraphics bindings from | Brian J. Burg | 2012-10-19 | 1 | -6/+6 |
| | | | | that module, not rust-cocoa. | ||||
* | Begin work on libcss bindings | Brian Anderson | 2012-10-17 | 1 | -1/+5 |
| | |||||
* | Move rust-css to rust-netsurfcss | Brian Anderson | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Add rust-css, bindings for libcss | Brian Anderson | 2012-10-14 | 1 | -0/+3 |
| | |||||
* | Make contenttest build | Brian Anderson | 2012-10-09 | 1 | -2/+2 |
| |