aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/servo.rs
Commit message (Collapse)AuthorAgeFilesLines
...
| * Construct table-related flow and calculate fixed layoutJunyoung Cho2014-03-241-0/+7
| |
* | Move common macros into a new crate (fixes #1882)Matt Brubeck2014-03-211-3/+3
|/
* Rust upgrade for new master rebaseLars Bergstrom2014-03-181-3/+0
|
* Rust upgradesLars Bergstrom2014-03-181-26/+31
|
* Fix Android argument handlingKeegan McAllister2014-03-031-1/+1
| | | | Copy-paste fail from my c277d25506b61a34a3b28dcf4433e203ffa43284
* auto merge of #1770 : pcwalton/servo/rewrite-float-context, r=kmcallisterbors-servo2014-02-271-1/+1
|\ | | | | | | | | | | | | | | This rewrites the float context to avoid dynamic failures resulting from `.clone()` misuse. It also renames the float context to the simpler `Floats`. The new version is modeled on WebKit's `FloatingObjects`. r? @kmcallister
| * layout: Rewrite the float context.Patrick Walton2014-02-261-1/+1
| | | | | | | | | | | | This rewrites the float context to avoid dynamic failures resulting from `.clone()` misuse. It also renames the float context to the simpler `Floats`. The new version is modeled on WebKit's `FloatingObjects`.
* | Don't crash on bad command-line argumentsKeegan McAllister2014-02-261-2/+2
|/ | | | | As amusing as it is to have servo --help die with SIGILL, it's not the best user experience :)
* Move from gfx::opts to servo_util::opts.Tetsuharu OHZEKI2014-02-251-7/+5
|
* Accept data: URLs on the command line without URL encodingKeegan McAllister2014-02-111-1/+12
| | | | | | This facilitates quick testing, e.g. ./servo 'data:,<div style="color: red;">hi</div>'
* Fix #1612 Rename .rc to .rs, and relevant changes in Makefile.inxiongmao862014-02-091-0/+186