aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/query.rs
Commit message (Expand)AuthorAgeFilesLines
* script/layout: Refactor mouse_over since it now basically uses hit_testEmilio Cobos Álvarez2016-03-021-28/+9
* script: Fix MouseOver handlingEmilio Cobos Álvarez2016-03-021-5/+2
* Flatten display list structureMartin Robinson2016-03-011-30/+19
* Completed implementation of devtools' `getLayout`.benshu2016-02-241-1/+21
* Move util::logical_geometry to styleAnthony Ramine2016-02-181-1/+1
* Move util::cursor to style_traitsAnthony Ramine2016-02-161-1/+1
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* task -> threadrohan.prinja2016-01-101-3/+3
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-2/+2
* Auto merge of #9051 - bholley:split_style_and_layout_wrappers, r=SimonSapinbors-servo2015-12-301-3/+3
|\
| * Separate style+layout and layout-specific wrapper functionality.Bobby Holley2015-12-291-3/+3
* | Separate script and layout messages, issue #8843Joe Kachmar2015-12-261-1/+1
|/
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
* Replaced ZERO_POINT with Point2D::zero()Alexander Mankuta2015-12-031-3/+2
* Generalize the rest of layout to operate on generic Layout*.Bobby Holley2015-11-281-23/+18
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-1/+1
* Auto merge of #8639 - bholley:generalize_wrappers2, r=pcwaltonbors-servo2015-11-241-3/+3
|\
| * Rename ThreadSafeLayoutFoo to ServoThreadSafeLayoutFoo and TThreadSafeLayoutF...Bobby Holley2015-11-211-3/+3
| * Hoist exported ThreadSafeLayoutFoo functionality into traits.Bobby Holley2015-11-211-1/+1
* | Auto merge of #8642 - jmr0:master, r=jdmbors-servo2015-11-221-17/+17
|\ \ | |/ |/|
| * making internal pub enums, functions, and structs privatejmr02015-11-211-17/+17
* | Pass ServoLayoutNode to query functions.Ms2ger2015-11-201-27/+15
|/
* refactor(layout_task.rs): move some functions to query.rsRizky Luthfianto2015-11-191-1/+289
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-1/+1
* Remove the unused arguments to hit_test and mouse_over.Ms2ger2015-11-161-3/+2
* Allow retrieving width/height for non-positioned elementsDavid Zbarsky2015-11-031-3/+4
* Return the result from process_content_box_request.Ms2ger2015-10-261-6/+6
* Return the result from process_content_boxes_request.Ms2ger2015-10-261-4/+4
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* sort all usesJohann Tuffe2015-08-201-2/+2
* Extract layout query code into query.rsNick Thompson2015-08-051-0/+309