aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/query.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge AuExtensionMethods and LocalToCss.Ms2ger2016-06-231-1/+1
* Move LayoutThreadData to query.rs.Ms2ger2016-06-201-2/+49
* Move LayoutRPC to script_layout_interface.Ms2ger2016-06-201-3/+5
* Move LayoutNode and related traits to script_layout_interface.Ms2ger2016-06-201-1/+2
* Introduce a ThreadSafeLayoutNodeHelpers trait for methods to stay in layout.Ms2ger2016-06-201-1/+1
* use less repetitive namemrmiywj2016-06-121-1/+1
* script: When using WebRender, keep the DOM-side scroll positions forPatrick Walton2016-06-101-1/+3
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Remove ConstellationChan.Ms2ger2016-05-191-3/+1
* Removed unused importsPer Lundberg2016-05-151-1/+1
* layout: Stop storing PrecomputedStyleData in LayoutNodeEmilio Cobos Álvarez2016-04-291-5/+5
* Implement ScrollTop and ScrollLeft getters:Zhen Zhang2016-04-191-2/+28
* Renamed style structs.Per Lundberg2016-04-081-2/+2
* Correct x and y input for origin_rectDaniel Robertson2016-04-061-1/+1
* Implement Document#elementsFromPointRizky Luthfianto2016-04-031-0/+19
* Implement ::selection pseudo-elementEmilio Cobos Álvarez2016-03-301-5/+6
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-0/+1
* Get the fundamentals of the HTMLDetailsElement rendering stuff working.Michael Howell2016-03-191-0/+2
* Remove lifetimes from LayoutNode and friends.Bobby Holley2016-03-141-8/+8
* Add scrollWidth/Height to element interfaceDaniel Robertson2016-03-111-1/+128
* Suppress reflows before RefreshTick or FirstLoadJack Moffitt2016-03-031-27/+19
* 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