aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_interface.rs
Commit message (Expand)AuthorAgeFilesLines
* Make layout only depend on script::layout_interface.Ms2ger2016-06-071-1/+14
* Remove the layout shutdown channel.Ms2ger2016-06-041-1/+0
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-1/+4
* Remove the LayoutChan type.Ms2ger2016-05-271-12/+1
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Use associated types to improve LayoutThreadFactory and ScriptThreadFactory.Ms2ger2016-05-241-28/+2
* Remove ConstellationChan.Ms2ger2016-05-191-4/+3
* Auto merge of #9968 - izgzhen:scroll, r=asajeffreybors-servo2016-04-201-1/+14
|\
| * Implement ScrollTop and ScrollLeft getters:Zhen Zhang2016-04-191-1/+14
* | Added a dedicated panic channel.Alan Jeffrey2016-04-191-2/+2
|/
* Implement Document#elementsFromPointRizky Luthfianto2016-04-031-0/+2
* Add scrollWidth/Height to element interfaceDaniel Robertson2016-03-111-0/+3
* Suppress reflows before RefreshTick or FirstLoadJack Moffitt2016-03-031-2/+5
* script/layout: Refactor mouse_over since it now basically uses hit_testEmilio Cobos Álvarez2016-03-021-4/+1
* script: Fix MouseOver handlingEmilio Cobos Álvarez2016-03-021-1/+2
* Completed implementation of devtools' `getLayout`.benshu2016-02-241-0/+22
* Refactor style to be completely backend-independentEmilio Cobos Álvarez2016-02-131-1/+1
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* Auto merge of #9245 - Ms2ger:reexports, r=noxbors-servo2016-01-111-2/+1
|\
| * Stop reexporting ReflowGoal from layout_interface.Ms2ger2016-01-111-1/+1
| * Stop reexporting Animation from layout_interface.Ms2ger2016-01-111-1/+0
* | Move Epoch to gfx_traitsJohn DeSilva2016-01-101-2/+1
|/
* task -> threadrohan.prinja2016-01-101-14/+14
* Auto merge of #9077 - bholley:split_layout_context_etc, r=SimonSapinbors-servo2015-12-301-35/+2
|\
| * Hoist style-related context bits into style/.Bobby Holley2015-12-291-35/+2
* | Auto merge of #9051 - bholley:split_style_and_layout_wrappers, r=SimonSapinbors-servo2015-12-301-2/+2
|\|
| * Separate style+layout and layout-specific wrapper functionality.Bobby Holley2015-12-291-2/+2
* | Separate script and layout messages, issue #8843Joe Kachmar2015-12-261-2/+2
|/
* Move LayerKind and ScrollPolicy enums to gfx_traitsBrandon Fairchild2015-12-201-1/+1
* Auto merge of #8903 - KiChjang:layout-reporter-redirect, r=noxbors-servo2015-12-161-0/+3
|\
| * fix for Layout memory reporter uses pre-redirect url #6872Arnaud Marant2015-12-091-0/+3
* | Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-3/+2
|/
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-3/+6
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-1/+2
* Auto merge of #8548 - Ms2ger:unused-tna, r=pcwaltonbors-servo2015-11-171-2/+2
|\
| * Remove the unused arguments to hit_test and mouse_over.Ms2ger2015-11-161-2/+2
* | Remove AutoJoinScriptTask.Ms2ger2015-11-161-0/+6
|/
* Auto merge of #8039 - tschneidereit:script-owns-stylesheets, r=jdmbors-servo2015-11-081-11/+7
|\
| * Move Stylesheet loading and ownership from the layout task into HTML elementsTill Schneidereit2015-11-071-11/+7
* | Remove the unused PipelineExitType field from layout_interface::Msg::ExitNow.Ms2ger2015-11-051-2/+2
|/
* Auto merge of #8239 - Ms2ger:ScriptReflow, r=pcwaltonbors-servo2015-11-031-4/+0
|\
| * Remove unused fields from ScriptReflow.Ms2ger2015-10-311-4/+0
* | Un-boxed ScriptReflowOlivia Nordquist2015-10-311-1/+1
|/
* Pass the document instead of the documentElement to reflow.Bobby Holley2015-10-271-1/+1
* Handle <meta name=viewport> elements when added to documentJames Gilbertson2015-09-301-0/+4
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* layout: Load Web fonts asynchronously.Patrick Walton2015-09-271-0/+7
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* sort all usesJohann Tuffe2015-08-201-2/+2