aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/query.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+2
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-2/+2
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+2
* Auto merge of #18704 - mrobinson:wr-hit-testing, r=jdm,glennw,mbrubeckbors-servo2017-10-171-27/+4
|\
| * Switch to using WebRender hit testingMartin Robinson2017-10-171-27/+4
* | Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
|/
* Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-8/+14
* Auto merge of #18212 - mrobinson:position-sticky, r=emiliobors-servo2017-09-051-1/+2
|\
| * Add support for position:stickyMartin Robinson2017-09-051-1/+2
* | style: Only store applicable ::before / ::after pseudo styles during the trav...Emilio Cobos Álvarez2017-08-251-1/+1
|/
* Auto merge of #17783 - BorisChiou:stylo/animation/restrictions, r=noxbors-servo2017-08-071-8/+8
|\
| * Bug 1374233 - Part 2: Add NonNegativeAu.Boris Chiou2017-08-041-8/+8
* | style: Allow styles to be computed ignoring existing element data.Cameron McCormack2017-08-051-1/+1
|/
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* style: Rewrite get*Style using StyleResolverForElement.Emilio Cobos Álvarez2017-07-121-18/+34
* Make BaseFlow::stacking_relative_position a vector.Nicolas Silva2017-06-141-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-5/+3
* Properly handle scroll offsets in hit testingMartin Robinson2017-05-161-2/+2
* Send information to script as part of finishing layout.Josh Matthews2017-05-151-20/+0
* Root nodes for the duration of their CSS transitions.Josh Matthews2017-05-151-0/+9
* style: Slim down SharedStyleContext.Emilio Cobos Álvarez2017-05-111-4/+0
* Fix up script and layout.Bobby Holley2017-05-021-1/+1
* stylo: support all overflow valuesManish Goregaokar2017-04-251-1/+1
* Eliminate ScrollRootIdMartin Robinson2017-04-201-4/+7
* s/nodes_from_point/nodes_from_point_response and change test from reftest to ...Fernando Jiménez Moreno2017-03-021-1/+1
* Trigger reflow on document.elementsFromPointFernando Jiménez Moreno2017-03-021-29/+9
* Make script thread initiate requests for images needed by layout.Josh Matthews2017-02-221-0/+11
* Bug 1336646 - Apply selector flags during traversal. r=emilioBobby Holley2017-02-081-2/+2
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-4/+4
* Auto merge of #14839 - Permutatrix:iss-12939, r=emiliobors-servo2017-01-181-24/+89
|\
| * Don't take measurements from non-primary fragmentsPermutator2017-01-131-4/+3
| * Use parent padding box, not border boxPermutator2017-01-131-1/+3
| * Broke up some comment lines that were a bit too longPermutator2017-01-131-8/+9
| * Handle hypothetical fragmentsPermutator2017-01-131-4/+14
| * Don't use rposition() and unwrap() to find parent infoPermutator2017-01-131-6/+5
| * Don't store the offset parent's dimensionsPermutator2017-01-131-3/+3
| * "above the root node" -> "below the root node"Permutator2017-01-131-1/+1
| * Made assertions more helpfulPermutator2017-01-131-4/+6
| * Actually, node_position probably won't be needed later.Permutator2017-01-131-12/+4
| * Split 123-character linePermutator2017-01-131-5/+6
| * Use InlineFragmentNodeFlags in ParentOffsetBorderBoxIteratorPermutator2017-01-131-11/+28
| * Assert self.node_offset_box is None if fragment.node == self.node_addressPermutator2017-01-131-0/+4
| * Replaced trivial pattern matching with is_none() and is_some()Permutator2017-01-131-8/+6
| * Don't crash when offset parent querying an element not in the documentPermutator2017-01-131-5/+4
| * offsetParent queries now basically work on inline nodes.Permutator2017-01-131-13/+52
| * Fixed ParentOffsetBorderBoxIterator's keeping track of parentsPermutator2017-01-131-7/+7
| * Added assertion to process_offset_parent_queryPermutator2017-01-131-0/+2
* | layout: Expose whether the element was rendered in content_box_query to script.Emilio Cobos Álvarez2017-01-171-6/+3
* | gfx: Don't mutate the same point multiple times while translating it to other...Emilio Cobos Álvarez2017-01-161-2/+2
|/
* Position insertion point in input field with mouseFlorian Merz2017-01-111-3/+13