aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-18/+38
* Remove SharedLayoutContext::url.Ms2ger2016-05-311-7/+0
* Remove the ConvertPipelineIdToWebRender trait.Ms2ger2016-05-281-1/+1
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-5/+5
* Auto merge of #11408 - Ms2ger:layoutthread-url, r=Manishearthbors-servo2016-05-261-13/+12
|\
| * Take LayoutThread::url out of its RefCell.Ms2ger2016-05-251-13/+12
* | Use associated types to improve LayoutThreadFactory and ScriptThreadFactory.Ms2ger2016-05-241-6/+7
|/
* Auto merge of #11294 - kilobtye:fix-resize, r=mbrubeckbors-servo2016-05-201-3/+3
|\
| * Compute overflow when viewport size changedkilobtye2016-05-201-3/+3
* | Remove pointless phantom arguments to ScriptThreadFactory and LayoutThreadFac...Ms2ger2016-05-201-19/+17
|/
* Remove ConstellationChan.Ms2ger2016-05-191-11/+10
* Removed unused importsPer Lundberg2016-05-151-2/+2
* move trait ConvertPipelineIdToWebRender to a better placeKosov Eugene2016-05-091-2/+2
* style: Add infrastructure for non-eagerly-cascaded pseudo-elementsEmilio Cobos Álvarez2016-04-291-9/+8
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-4/+3
* Auto merge of #9968 - izgzhen:scroll, r=asajeffreybors-servo2016-04-201-3/+25
|\
| * Implement ScrollTop and ScrollLeft getters:Zhen Zhang2016-04-191-3/+25
* | layout: Implement support for `overflow: scroll` in WebRender.Patrick Walton2016-04-191-1/+1
* | Added a dedicated panic channel.Alan Jeffrey2016-04-191-6/+6
|/
* Updated euclid to version 0.6.5Peter2016-04-171-3/+3
* Added panic message to failures.Alan Jeffrey2016-04-131-1/+1
* Rename imm_child_iter() and child_iter(). Fixes #10286malayaleecoder2016-04-091-1/+1
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* Auto merge of #8641 - notriddle:no_headless, r=glennwbors-servo2016-03-291-3/+1
|\
| * No more headless compositor. Just the normal one.Michael Howell2016-03-241-3/+1
* | layout: Rewrite the block formatting context/float inline-sizePatrick Walton2016-03-251-0/+6
* | Fix forced repaint on image loadMatt Brubeck2016-03-251-0/+5
* | Auto merge of #10155 - bholley:generalize_style_structs, r=SimonSapinbors-servo2016-03-251-0/+1
|\ \ | |/ |/|
| * Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-0/+1
* | canvas: Remove all the canvas layerization infrastructureEmilio Cobos Álvarez2016-03-231-16/+0
|/
* gfx: Allow images to be shipped to the WebRender thread without shippingPatrick Walton2016-03-221-1/+10
* layout: Flatten display list transfer into a separately-transferred bytePatrick Walton2016-03-221-6/+9
* Auto merge of #10105 - mbrubeck:dirty-viewport-percentages, r=SimonSapinbors-servo2016-03-221-2/+8
|\
| * Don't re-add stylesheets to recompute vw/vh lengthsMatt Brubeck2016-03-211-2/+8
* | Auto merge of #10088 - pkondzior:7038-report-memory-usage-in-layout-thread-da...bors-servo2016-03-221-0/+7
|\ \
| * | Report memory usage from LayoutThreadData Stylist [#7038]Pawel Kondzior2016-03-191-0/+7
* | | layout: Don't start the reflow pass unless some node needs to bePatrick Walton2016-03-211-20/+23
* | | layout: Don't rebuild display lists at all unless restyling tells usPatrick Walton2016-03-211-32/+40
| |/ |/|
* | layout: Move overflow calculation to be a separate, sequential,Patrick Walton2016-03-181-5/+14
|/
* Remove lifetimes from LayoutNode and friends.Bobby Holley2016-03-141-2/+2
* Auto merge of #9964 - mbrubeck:incremental-damage, r=pcwaltonbors-servo2016-03-121-3/+5
|\
| * Compute damage even when incremental layout is disabledMatt Brubeck2016-03-111-3/+5
* | Add scrollWidth/Height to element interfaceDaniel Robertson2016-03-111-1/+12
|/
* Auto merge of #9861 - pcwalton:superflat, r=glennwbors-servo2016-03-041-8/+10
|\
| * Flatten the WebRender API to allow us to use shared memory to transferPatrick Walton2016-03-031-8/+10
* | Auto merge of #9858 - glennw:anim-smoothness, r=pcwaltonbors-servo2016-03-041-4/+0
|\ \
| * | Fix animation smoothness when using requestAnimationFrame.Glenn Watson2016-03-041-4/+0
* | | Auto merge of #9832 - metajack:suppress-reflows, r=mbrubeckbors-servo2016-03-041-1/+20
|\ \ \ | |_|/ |/| |
| * | Suppress reflows before RefreshTick or FirstLoadJack Moffitt2016-03-031-1/+20
| |/
* / layout: Switch display list building from bottom-up to top-down.Patrick Walton2016-03-031-7/+6
|/