aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/embedding
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-0812-2471/+0
|
* Add a layout debug module. This outputs a trace of the layout process to a JSONGlenn Watson2014-09-041-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 Watson2014-09-031-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 Moffitt2014-08-143-4/+6
| | | | You specify a 32bit build by setting --target on configure.
* Upgrade Rust.Jack Moffitt2014-08-081-2/+2
|
* Upgrade Rust.Jack Moffitt2014-08-027-65/+67
|
* Add support for showing debug bordersMartin Robinson2014-07-231-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 Sapin2014-07-181-1/+2
|
* Merge pull request #2864 from zmike/embedding-iscool_jpgLars Bergstrom2014-07-171-1/+1
|\ | | | | use a more appropriate embedding url
| * use a more appropriate embedding urlMike Blumenkrantz2014-07-171-1/+1
| |
* | Deny unused variables.Ms2ger2014-07-174-15/+25
| |
* | Warning police.Glenn Watson2014-07-071-0/+2
| |
* | Mark some unused fields.Ms2ger2014-07-041-3/+4
| |
* | Fix a deprecated phase warning.Ms2ger2014-07-041-1/+1
| |
* | Rename |Profiler| as |TimeProfiler|.Nicholas Nethercote2014-06-261-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 Nethercote2014-06-261-0/+1
| |
* | Revert parallel render patch due to issue #2718.Glenn Watson2014-06-261-1/+0
| |
* | Revert "Revert "Merge pull request #2609 from brson/parallel-render""Patrick Walton2014-06-201-0/+1
| | | | | | | | This reverts commit 3f8f065b76d034803bfb666899ef07afce0a1cd9.
* | Revert "Merge pull request #2609 from brson/parallel-render"Lars Bergstrom2014-06-201-1/+0
| | | | | | | | | | This reverts commit 850bd2891de589b95e32dc8f0b59d4043ed1e0a3, reversing changes made to 5b0feac32a3ef13a76670eb2f5f21e7b598fc890.
* | Add a command line option (-n) to use native threading, for testing.Brian Anderson2014-06-181-0/+1
|/ | | | I added this to test the impact of green threading.
* Upgrade Rust.Jack Moffitt2014-06-053-27/+26
|
* Add an option to set device pixel ratioMatt Brubeck2014-06-021-0/+1
|
* add readme for using embedding crateMike Blumenkrantz2014-05-261-0/+12
|
* serious mode engaged: start of embedding crate using FFIMike Blumenkrantz2014-05-2611-14/+500
| | | | | | | | | | current status ============= [ ] Successfully crashing CEF [X] Successfully not crashing CEF
* add MPL headerMike Blumenkrantz2014-05-011-0/+4
|
* add start of embedding crate: build system with CEF typesMike Blumenkrantz2014-05-012-0/+1947