Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 12 | -2471/+0 |
| | |||||
* | Add a layout debug module. This outputs a trace of the layout process to a JSON | Glenn Watson | 2014-09-04 | 1 | -0/+1 |
| | | | | | | file which can be viewed in an external tool. It provides a timelapse view of how the flow tree and fragments changed during the layout process, which makes it easier to debug layout bugs. | ||||
* | Add support for borders on inline elements. | Glenn Watson | 2014-09-03 | 1 | -0/+1 |
| | | | | | | | Fix ahem reftests on mac, by disabling text AA in reftest mode. Also fix precision issues in font metrics to correct height and baseline calculations. | ||||
* | Enable 32bit builds. | Jack Moffitt | 2014-08-14 | 3 | -4/+6 |
| | | | | You specify a 32bit build by setting --target on configure. | ||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-08 | 1 | -2/+2 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 7 | -65/+67 |
| | |||||
* | Add support for showing debug borders | Martin Robinson | 2014-07-23 | 1 | -0/+1 |
| | | | | | This can help debug issues with the compositor and show when a page is creating layers. | ||||
* | Convert layout code to use logical directions. | Simon Sapin | 2014-07-18 | 1 | -1/+2 |
| | |||||
* | Merge pull request #2864 from zmike/embedding-iscool_jpg | Lars Bergstrom | 2014-07-17 | 1 | -1/+1 |
|\ | | | | | use a more appropriate embedding url | ||||
| * | use a more appropriate embedding url | Mike Blumenkrantz | 2014-07-17 | 1 | -1/+1 |
| | | |||||
* | | Deny unused variables. | Ms2ger | 2014-07-17 | 4 | -15/+25 |
| | | |||||
* | | Warning police. | Glenn Watson | 2014-07-07 | 1 | -0/+2 |
| | | |||||
* | | Mark some unused fields. | Ms2ger | 2014-07-04 | 1 | -3/+4 |
| | | |||||
* | | Fix a deprecated phase warning. | Ms2ger | 2014-07-04 | 1 | -1/+1 |
| | | |||||
* | | Rename |Profiler| as |TimeProfiler|. | Nicholas Nethercote | 2014-06-26 | 1 | -1/+1 |
| | | | | | | | | | | And likewise for |ProfilerChan|, |profiler_chan|, and so on. This contrasts nicely with the newly added |MemoryProfiler|. | ||||
* | | Add a basic memory profiler, invoked with -m. | Nicholas Nethercote | 2014-06-26 | 1 | -0/+1 |
| | | |||||
* | | Revert parallel render patch due to issue #2718. | Glenn Watson | 2014-06-26 | 1 | -1/+0 |
| | | |||||
* | | Revert "Revert "Merge pull request #2609 from brson/parallel-render"" | Patrick Walton | 2014-06-20 | 1 | -0/+1 |
| | | | | | | | | This reverts commit 3f8f065b76d034803bfb666899ef07afce0a1cd9. | ||||
* | | Revert "Merge pull request #2609 from brson/parallel-render" | Lars Bergstrom | 2014-06-20 | 1 | -1/+0 |
| | | | | | | | | | | This reverts commit 850bd2891de589b95e32dc8f0b59d4043ed1e0a3, reversing changes made to 5b0feac32a3ef13a76670eb2f5f21e7b598fc890. | ||||
* | | Add a command line option (-n) to use native threading, for testing. | Brian Anderson | 2014-06-18 | 1 | -0/+1 |
|/ | | | | I added this to test the impact of green threading. | ||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 3 | -27/+26 |
| | |||||
* | Add an option to set device pixel ratio | Matt Brubeck | 2014-06-02 | 1 | -0/+1 |
| | |||||
* | add readme for using embedding crate | Mike Blumenkrantz | 2014-05-26 | 1 | -0/+12 |
| | |||||
* | serious mode engaged: start of embedding crate using FFI | Mike Blumenkrantz | 2014-05-26 | 11 | -14/+500 |
| | | | | | | | | | | current status ============= [ ] Successfully crashing CEF [X] Successfully not crashing CEF | ||||
* | add MPL header | Mike Blumenkrantz | 2014-05-01 | 1 | -0/+4 |
| | |||||
* | add start of embedding crate: build system with CEF types | Mike Blumenkrantz | 2014-05-01 | 2 | -0/+1947 |