Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement simple layout for text, button, radio, and checkbox inputs. ↵ | Josh Matthews | 2014-10-01 | 1 | -2/+3 | |
| | | | | Implement simple interaction for checkboxes and radio buttons. | |||||
* | Fix trailing whitespace tidy errors | Cameron Zwarich | 2014-09-25 | 1 | -1/+1 | |
| | ||||||
* | layout: Float table wrappers directly instead of generating a block | Patrick Walton | 2014-09-25 | 1 | -0/+4 | |
| | | | | | | | | | | wrapper around them. Fixes Wikipedia tables leaking out. Along the way, I refactored tables' width calculation significantly. This was necessary in order to properly handle floated tables, as some of the logic had to be ported over from block flows. | |||||
* | Eliminate warnings | Keegan McAllister | 2014-09-20 | 1 | -4/+4 | |
| | ||||||
* | Merge pull request #3420 from glennw/table-debug | Patrick Walton | 2014-09-19 | 1 | -0/+11 | |
|\ | | | | | Adds support for table layout trace and updates viewer for tables. | |||||
| * | Adds support for table layout trace and updates viewer for tables. | Glenn Watson | 2014-09-19 | 1 | -0/+11 | |
| | | ||||||
* | | Remove min/max functions from util::geometry. Use std::cmp instead. | Simon Sapin | 2014-09-19 | 1 | -2/+2 | |
| | | ||||||
* | | Fix dimensionality of Au | Simon Sapin | 2014-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we implemented: Au * Au -> Au Au / Au -> Au Au % Au -> Au ... which are inconsistent. It should be: Au * Au -> SquaredAu Au / Au -> i32 Au % Au -> i32 or: Au * i32 -> Au Au / i32 -> Au Au % i32 -> Au I picked the latter. Also, the multiplicative identity does not make sense when multiplication take two different types. | |||||
* | | Fix padding on tables. This fixes the TOC on wikipedia pages. | Glenn Watson | 2014-09-19 | 1 | -0/+4 | |
|/ | | | | Ref: #2554 | |||||
* | Implement generated_containing_block_rect for TableFlow. Fixes #3337. | Glenn Watson | 2014-09-15 | 1 | -0/+5 | |
| | ||||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+324 | |