aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/list_item.rs
Commit message (Expand)AuthorAgeFilesLines
...
* gfx: Box stacking contexts to minimize `memmove` traffic.Patrick Walton2016-03-031-1/+1
* Flatten display list structureMartin Robinson2016-03-011-4/+11
* Move util::logical_geometry to styleAnthony Ramine2016-02-181-1/+1
* layout: Separate out overflow-for-scrolling from overflow-for-paint.Patrick Walton2016-02-031-3/+4
* Show overflow for #8118.Michael Howell2015-10-271-1/+9
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-4/+3
* Elide most 'a lifetimesManish Goregaokar2015-09-041-2/+2
* layout: Make overflow calculation take relative percentages intoPatrick Walton2015-08-311-2/+2
* sort all usesJohann Tuffe2015-08-201-3/+3
* flow::Flow should follow *_mut naming conventionsCorey Farwell2015-08-181-3/+2
* layout: Minor whitespace cleanup.Patrick Walton2015-08-081-1/+3
* layout: Allow list items to be absolute containing blocks.Patrick Walton2015-08-081-1/+10
* Allow list markers to contain multiple fragmentsMatt Brubeck2015-08-071-10/+12
* layout: Make sure anonymous table flows are statically positioned.Patrick Walton2015-08-061-7/+5
* layout: Place list item markers correctly in the block direction.Patrick Walton2015-08-041-2/+3
* Auto merge of #6784 - glennw:offset-ext, r=pcwaltonbors-servo2015-08-031-1/+3
|\
| * Implement offsetParent/Top/Left/Width/Height.Glenn Watson2015-08-031-1/+3
* | Fix percentage height calculation, absolute containing block height calculati...Glenn Watson2015-08-031-1/+1
|/
* Fix panic when html element has display: table.Glenn Watson2015-07-311-0/+4
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Make LOCAL_CONTEXT_KEY safe and non-leaky.Nicholas Nethercote2015-06-041-1/+1
* compositing: Implement display ports and avoid creating display listsPatrick Walton2015-05-191-2/+2
* layout: Allow inline elements to be containing blocks forPatrick Walton2015-05-131-4/+4
* Various fixes to getClientBoundingRect()Glenn Watson2015-05-011-1/+1
* Refactor flow construction to make `float` less of a special case.Simon Sapin2015-04-291-5/+1
* layout: Position and size list images properly in the block direction.Patrick Walton2015-04-071-18/+28
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-091-25/+75
* Get rid of servo_utilDan Fox2015-03-051-3/+3
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-1/+1
* layout: Implement floated list items.Patrick Walton2015-01-281-5/+20
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+1
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-7/+7
* layout: Explicitly thread border box dimensions and relative offsetsPatrick Walton2015-01-041-4/+6
* layout: Paint stacking contexts' overflow areas properly.Patrick Walton2015-01-041-3/+8
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-2/+2
* layout: Implement basic lists and the CSS1 list properties.Patrick Walton2014-12-151-0/+135