aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #15417 - stshine:column-flexbox, r=emiliobors-servo2017-02-071-42/+41
|\
| * Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-42/+41
* | Update core-foundation-sys to 0.3Anthony Ramine2017-02-071-1/+2
|/
* Update WR (radial gradients, subpixel positioning, tiling changes).Glenn Watson2017-02-011-0/+1
* Auto merge of #15186 - servo:re-revert, r=mbrubeckbors-servo2017-01-251-0/+11
|\
| * Revert "Revert "frame-resize refactor""Emilio Cobos Álvarez2017-01-241-0/+11
* | Auto merge of #15160 - emilio:expose-traversal-kind, r=bholleybors-servo2017-01-241-3/+10
|\ \ | |/ |/|
| * style: Expose the traversal kind to the style system.Emilio Cobos Álvarez2017-01-241-3/+10
* | Auto merge of #15164 - mbrubeck:revert, r=emiliobors-servo2017-01-241-11/+0
|\ \
| * | Revert "frame-resize refactor"Matt Brubeck2017-01-231-11/+0
| |/
* | Auto merge of #15154 - servo:rustup, r=SimonSapinbors-servo2017-01-241-3/+0
|\ \ | |/ |/|
| * Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-3/+0
* | Auto merge of #15129 - cynicaldevil:iframe-resize, r=emiliobors-servo2017-01-231-0/+11
|\ \ | |/ |/|
| * frame-resize refactorNikhil Shagrithaya2017-01-231-0/+11
* | layout: Expose whether the element was rendered in content_box_query to script.Emilio Cobos Álvarez2017-01-171-2/+2
* | Position insertion point in input field with mouseFlorian Merz2017-01-111-3/+21
|/
* Bug 1325734 - Simplify ElementData and eliminate the concept of consuming sty...Bobby Holley2017-01-091-7/+11
* Bug 1325734 - Parameterize the style traversal on TElement instead of TNode. ...Bobby Holley2017-01-091-4/+4
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* Bug 1298588 part 5. Store a ComputedValues on SharedStyleContext. r=bholleyBoris Zbarsky2017-01-041-0/+6
* style: Document the stylist module.Emilio Cobos Álvarez2017-01-021-8/+5
* Remove generation, remove filter pop, and add size tests.Bobby Holley2016-12-221-1/+0
* Hoist bloom filter into scoped TLS and simplify code.Bobby Holley2016-12-221-1/+1
* Introduce and use Scoped TLS.Bobby Holley2016-12-211-5/+5
* Expose Quirks Mode information in the style shared context r=emilioJulien Wajsberg2016-12-171-1/+7
* Auto merge of #14610 - bholley:style_context_refactor, r=emiliobors-servo2016-12-161-21/+31
|\
| * Make the DomTraversalContext own the SharedStyleContext and share it immutabl...Bobby Holley2016-12-161-21/+31
* | style: Add a StylesheetLoader abstraction, and make it a no-op on Geckolib.Emilio Cobos Álvarez2016-12-161-1/+3
|/
* Update WR (typed units, glyph cache, various features).Glenn Watson2016-12-151-1/+2
* Removed util.Alan Jeffrey2016-12-141-10/+10
* Bug 1322945 - Improve ergonomics and share more code for style crate DOM tree...Bobby Holley2016-12-121-5/+3
* Auto merge of #14535 - servo:property-id, r=mbrubeckbors-servo2016-12-101-2/+2
|\
| * Use PropertyId instead of Atom for CSSStyleDeclaration::get_computed_styleSimon Sapin2016-12-091-2/+2
* | Make Restyle tracking more granular.Bobby Holley2016-12-091-6/+11
|/
* Auto merge of #12862 - servo:layout-new, r=emiliobors-servo2016-12-071-30/+35
|\
| * added dom obj counting to decide sequential/parallel layout (#10110)ddh2016-12-051-30/+35
* | Auto merge of #14367 - mrobinson:scroll-fragment-point, r=pcwaltonbors-servo2016-12-061-4/+12
|\ \ | |/ |/|
| * Reimplement scrolling to fragmentsMartin Robinson2016-11-291-4/+12
* | Auto merge of #14418 - pcwalton:infinite-reflows, r=notriddlebors-servo2016-12-011-1/+5
|\ \
| * | layout_thread: Log reflows that happen due to animation ticks ifPatrick Walton2016-11-301-0/+4
| * | layout_thread: Note in the debug message whether nodes require dirtying.Patrick Walton2016-11-301-1/+1
| |/
* / Make the layout content process shutdown sender optional.Ms2ger2016-11-301-2/+4
|/
* Auto merge of #14386 - mrobinson:display-list-builder-updates, r=glennwbors-servo2016-11-291-8/+3
|\
| * Use new DisplayListBuilder improvements in ServoMartin Robinson2016-11-281-8/+3
* | style: Enable the bloom filter recovering.Emilio Cobos Álvarez2016-11-271-1/+2
|/
* Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal.Bobby Holley2016-11-241-50/+39
* Auto merge of #14232 - servo:moar-locks, r=upsuperbors-servo2016-11-211-3/+4
|\
| * Remove unused dependencySimon Sapin2016-11-181-1/+0
| * Make Stylesheet.dirty_on_viewport_size_change an AtomicBoolSimon Sapin2016-11-181-1/+1
| * Replace Stylesheet::set_media with a constructor argumentSimon Sapin2016-11-181-2/+3