| Commit message (Expand) | Author | Age | Files | Lines |
* | script: Keep the DOM-side viewport up to date when scrolling happens in | Patrick Walton | 2016-05-31 | 1 | -18/+38 |
* | Remove SharedLayoutContext::url. | Ms2ger | 2016-05-31 | 1 | -7/+0 |
* | Remove the ConvertPipelineIdToWebRender trait. | Ms2ger | 2016-05-28 | 1 | -1/+1 |
* | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -5/+5 |
* | Auto merge of #11408 - Ms2ger:layoutthread-url, r=Manishearth | bors-servo | 2016-05-26 | 1 | -13/+12 |
|\ |
|
| * | Take LayoutThread::url out of its RefCell. | Ms2ger | 2016-05-25 | 1 | -13/+12 |
* | | Use associated types to improve LayoutThreadFactory and ScriptThreadFactory. | Ms2ger | 2016-05-24 | 1 | -6/+7 |
|/ |
|
* | Auto merge of #11294 - kilobtye:fix-resize, r=mbrubeck | bors-servo | 2016-05-20 | 1 | -3/+3 |
|\ |
|
| * | Compute overflow when viewport size changed | kilobtye | 2016-05-20 | 1 | -3/+3 |
* | | Remove pointless phantom arguments to ScriptThreadFactory and LayoutThreadFac... | Ms2ger | 2016-05-20 | 1 | -19/+17 |
|/ |
|
* | Remove ConstellationChan. | Ms2ger | 2016-05-19 | 1 | -11/+10 |
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -2/+2 |
* | move trait ConvertPipelineIdToWebRender to a better place | Kosov Eugene | 2016-05-09 | 1 | -2/+2 |
* | style: Add infrastructure for non-eagerly-cascaded pseudo-elements | Emilio Cobos Álvarez | 2016-04-29 | 1 | -9/+8 |
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -4/+3 |
* | Auto merge of #9968 - izgzhen:scroll, r=asajeffrey | bors-servo | 2016-04-20 | 1 | -3/+25 |
|\ |
|
| * | Implement ScrollTop and ScrollLeft getters: | Zhen Zhang | 2016-04-19 | 1 | -3/+25 |
* | | layout: Implement support for `overflow: scroll` in WebRender. | Patrick Walton | 2016-04-19 | 1 | -1/+1 |
* | | Added a dedicated panic channel. | Alan Jeffrey | 2016-04-19 | 1 | -6/+6 |
|/ |
|
* | Updated euclid to version 0.6.5 | Peter | 2016-04-17 | 1 | -3/+3 |
* | Added panic message to failures. | Alan Jeffrey | 2016-04-13 | 1 | -1/+1 |
* | Rename imm_child_iter() and child_iter(). Fixes #10286 | malayaleecoder | 2016-04-09 | 1 | -1/+1 |
* | Renamed TComputedValues to ComputedValues | Per Lundberg | 2016-03-29 | 1 | -1/+1 |
* | Auto merge of #8641 - notriddle:no_headless, r=glennw | bors-servo | 2016-03-29 | 1 | -3/+1 |
|\ |
|
| * | No more headless compositor. Just the normal one. | Michael Howell | 2016-03-24 | 1 | -3/+1 |
* | | layout: Rewrite the block formatting context/float inline-size | Patrick Walton | 2016-03-25 | 1 | -0/+6 |
* | | Fix forced repaint on image load | Matt Brubeck | 2016-03-25 | 1 | -0/+5 |
* | | Auto merge of #10155 - bholley:generalize_style_structs, r=SimonSapin | bors-servo | 2016-03-25 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Parameterize the rest of the style system on TNode. | Bobby Holley | 2016-03-24 | 1 | -0/+1 |
* | | canvas: Remove all the canvas layerization infrastructure | Emilio Cobos Álvarez | 2016-03-23 | 1 | -16/+0 |
|/ |
|
* | gfx: Allow images to be shipped to the WebRender thread without shipping | Patrick Walton | 2016-03-22 | 1 | -1/+10 |
* | layout: Flatten display list transfer into a separately-transferred byte | Patrick Walton | 2016-03-22 | 1 | -6/+9 |
* | Auto merge of #10105 - mbrubeck:dirty-viewport-percentages, r=SimonSapin | bors-servo | 2016-03-22 | 1 | -2/+8 |
|\ |
|
| * | Don't re-add stylesheets to recompute vw/vh lengths | Matt Brubeck | 2016-03-21 | 1 | -2/+8 |
* | | Auto merge of #10088 - pkondzior:7038-report-memory-usage-in-layout-thread-da... | bors-servo | 2016-03-22 | 1 | -0/+7 |
|\ \ |
|
| * | | Report memory usage from LayoutThreadData Stylist [#7038] | Pawel Kondzior | 2016-03-19 | 1 | -0/+7 |
* | | | layout: Don't start the reflow pass unless some node needs to be | Patrick Walton | 2016-03-21 | 1 | -20/+23 |
* | | | layout: Don't rebuild display lists at all unless restyling tells us | Patrick Walton | 2016-03-21 | 1 | -32/+40 |
| |/
|/| |
|
* | | layout: Move overflow calculation to be a separate, sequential, | Patrick Walton | 2016-03-18 | 1 | -5/+14 |
|/ |
|
* | Remove lifetimes from LayoutNode and friends. | Bobby Holley | 2016-03-14 | 1 | -2/+2 |
* | Auto merge of #9964 - mbrubeck:incremental-damage, r=pcwalton | bors-servo | 2016-03-12 | 1 | -3/+5 |
|\ |
|
| * | Compute damage even when incremental layout is disabled | Matt Brubeck | 2016-03-11 | 1 | -3/+5 |
* | | Add scrollWidth/Height to element interface | Daniel Robertson | 2016-03-11 | 1 | -1/+12 |
|/ |
|
* | Auto merge of #9861 - pcwalton:superflat, r=glennw | bors-servo | 2016-03-04 | 1 | -8/+10 |
|\ |
|
| * | Flatten the WebRender API to allow us to use shared memory to transfer | Patrick Walton | 2016-03-03 | 1 | -8/+10 |
* | | Auto merge of #9858 - glennw:anim-smoothness, r=pcwalton | bors-servo | 2016-03-04 | 1 | -4/+0 |
|\ \ |
|
| * | | Fix animation smoothness when using requestAnimationFrame. | Glenn Watson | 2016-03-04 | 1 | -4/+0 |
* | | | Auto merge of #9832 - metajack:suppress-reflows, r=mbrubeck | bors-servo | 2016-03-04 | 1 | -1/+20 |
|\ \ \
| |_|/
|/| | |
|
| * | | Suppress reflows before RefreshTick or FirstLoad | Jack Moffitt | 2016-03-03 | 1 | -1/+20 |
| |/ |
|
* / | layout: Switch display list building from bottom-up to top-down. | Patrick Walton | 2016-03-03 | 1 | -7/+6 |
|/ |
|