| Commit message (Expand) | Author | Age | Files | Lines |
* | Make layout only depend on script::layout_interface. | Ms2ger | 2016-06-07 | 1 | -1/+14 |
* | Remove the layout shutdown channel. | Ms2ger | 2016-06-04 | 1 | -1/+0 |
* | script: Keep the DOM-side viewport up to date when scrolling happens in | Patrick Walton | 2016-05-31 | 1 | -1/+4 |
* | Remove the LayoutChan type. | Ms2ger | 2016-05-27 | 1 | -12/+1 |
* | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -1/+1 |
* | Use associated types to improve LayoutThreadFactory and ScriptThreadFactory. | Ms2ger | 2016-05-24 | 1 | -28/+2 |
* | Remove ConstellationChan. | Ms2ger | 2016-05-19 | 1 | -4/+3 |
* | Auto merge of #9968 - izgzhen:scroll, r=asajeffrey | bors-servo | 2016-04-20 | 1 | -1/+14 |
|\ |
|
| * | Implement ScrollTop and ScrollLeft getters: | Zhen Zhang | 2016-04-19 | 1 | -1/+14 |
* | | Added a dedicated panic channel. | Alan Jeffrey | 2016-04-19 | 1 | -2/+2 |
|/ |
|
* | Implement Document#elementsFromPoint | Rizky Luthfianto | 2016-04-03 | 1 | -0/+2 |
* | Add scrollWidth/Height to element interface | Daniel Robertson | 2016-03-11 | 1 | -0/+3 |
* | Suppress reflows before RefreshTick or FirstLoad | Jack Moffitt | 2016-03-03 | 1 | -2/+5 |
* | script/layout: Refactor mouse_over since it now basically uses hit_test | Emilio Cobos Álvarez | 2016-03-02 | 1 | -4/+1 |
* | script: Fix MouseOver handling | Emilio Cobos Álvarez | 2016-03-02 | 1 | -1/+2 |
* | Completed implementation of devtools' `getLayout`. | benshu | 2016-02-24 | 1 | -0/+22 |
* | Refactor style to be completely backend-independent | Emilio Cobos Álvarez | 2016-02-13 | 1 | -1/+1 |
* | Update rust-selectors | Emilio Cobos Álvarez | 2016-02-03 | 1 | -1/+1 |
* | Auto merge of #9245 - Ms2ger:reexports, r=nox | bors-servo | 2016-01-11 | 1 | -2/+1 |
|\ |
|
| * | Stop reexporting ReflowGoal from layout_interface. | Ms2ger | 2016-01-11 | 1 | -1/+1 |
| * | Stop reexporting Animation from layout_interface. | Ms2ger | 2016-01-11 | 1 | -1/+0 |
* | | Move Epoch to gfx_traits | John DeSilva | 2016-01-10 | 1 | -2/+1 |
|/ |
|
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -14/+14 |
* | Auto merge of #9077 - bholley:split_layout_context_etc, r=SimonSapin | bors-servo | 2015-12-30 | 1 | -35/+2 |
|\ |
|
| * | Hoist style-related context bits into style/. | Bobby Holley | 2015-12-29 | 1 | -35/+2 |
* | | Auto merge of #9051 - bholley:split_style_and_layout_wrappers, r=SimonSapin | bors-servo | 2015-12-30 | 1 | -2/+2 |
|\| |
|
| * | Separate style+layout and layout-specific wrapper functionality. | Bobby Holley | 2015-12-29 | 1 | -2/+2 |
* | | Separate script and layout messages, issue #8843 | Joe Kachmar | 2015-12-26 | 1 | -2/+2 |
|/ |
|
* | Move LayerKind and ScrollPolicy enums to gfx_traits | Brandon Fairchild | 2015-12-20 | 1 | -1/+1 |
* | Auto merge of #8903 - KiChjang:layout-reporter-redirect, r=nox | bors-servo | 2015-12-16 | 1 | -0/+3 |
|\ |
|
| * | fix for Layout memory reporter uses pre-redirect url #6872 | Arnaud Marant | 2015-12-09 | 1 | -0/+3 |
* | | Move ScriptMsg from msg crate into script_traits | Tomas Cernaj | 2015-12-09 | 1 | -3/+2 |
|/ |
|
* | compositing: Split Servo up into multiple sandboxed processes. | Patrick Walton | 2015-11-19 | 1 | -3/+6 |
* | Split ConstellationMsg into ScriptMsg and CompositorMsg | Keith Yeung | 2015-11-16 | 1 | -1/+2 |
* | Auto merge of #8548 - Ms2ger:unused-tna, r=pcwalton | bors-servo | 2015-11-17 | 1 | -2/+2 |
|\ |
|
| * | Remove the unused arguments to hit_test and mouse_over. | Ms2ger | 2015-11-16 | 1 | -2/+2 |
* | | Remove AutoJoinScriptTask. | Ms2ger | 2015-11-16 | 1 | -0/+6 |
|/ |
|
* | Auto merge of #8039 - tschneidereit:script-owns-stylesheets, r=jdm | bors-servo | 2015-11-08 | 1 | -11/+7 |
|\ |
|
| * | Move Stylesheet loading and ownership from the layout task into HTML elements | Till Schneidereit | 2015-11-07 | 1 | -11/+7 |
* | | Remove the unused PipelineExitType field from layout_interface::Msg::ExitNow. | Ms2ger | 2015-11-05 | 1 | -2/+2 |
|/ |
|
* | Auto merge of #8239 - Ms2ger:ScriptReflow, r=pcwalton | bors-servo | 2015-11-03 | 1 | -4/+0 |
|\ |
|
| * | Remove unused fields from ScriptReflow. | Ms2ger | 2015-10-31 | 1 | -4/+0 |
* | | Un-boxed ScriptReflow | Olivia Nordquist | 2015-10-31 | 1 | -1/+1 |
|/ |
|
* | Pass the document instead of the documentElement to reflow. | Bobby Holley | 2015-10-27 | 1 | -1/+1 |
* | Handle <meta name=viewport> elements when added to document | James Gilbertson | 2015-09-30 | 1 | -0/+4 |
* | Split Au type into separate crate, with minimal dependencies. | Glenn Watson | 2015-10-01 | 1 | -1/+1 |
* | layout: Load Web fonts asynchronously. | Patrick Walton | 2015-09-27 | 1 | -0/+7 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -3/+1 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -1/+0 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -2/+2 |