aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Implemented paint worklet properties.Alan Jeffrey2017-07-111-8/+21
* stylo: Create error reporters linked to documents (bug 1352669)Josh Matthews2017-07-101-8/+0
* stylo: Fix StyleSheetInner/Stylesheet mappingEmilio Cobos Álvarez2017-07-021-2/+14
* Passing ProfilerChan by reference to the send_profile_data method.Jeremy Lempereur2017-06-251-1/+1
* Drop root_flow to avoid rule node leaksJ. Ryan Stinnett2017-06-221-0/+4
* UntrySimon Sapin2017-06-181-3/+3
* style: Inline RestyleData.Emilio Cobos Álvarez2017-06-161-6/+5
* Make BaseFlow::stacking_relative_position a vector.Nicolas Silva2017-06-141-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-4/+1
* style: Remove damage_handled, and use a reconstructed_ancestor bit instead.Emilio Cobos Álvarez2017-06-141-3/+3
* Auto merge of #17192 - mbrubeck:layout, r=pcwaltonbors-servo2017-06-071-2/+6
|\
| * Don't spawn layout threads in sequential modeMatt Brubeck2017-06-061-1/+5
| * Make layout_thread debug logs less verboseMatt Brubeck2017-06-061-1/+1
* | Implemented the plumbing for paint worklets.Alan Jeffrey2017-06-071-0/+11
|/
* style: Avoid some cfg checks in context.rsEmilio Cobos Álvarez2017-05-291-10/+8
* layout: Stop doing unsafe transmutes between refcell references.Emilio Cobos Álvarez2017-05-251-2/+2
* Auto merge of #16968 - HeyZoos:stylist-accessors, r=emiliobors-servo2017-05-221-5/+5
|\
| * Change device and rule_set references to accessorsheyzoos2017-05-181-5/+5
* | Added a TopLevelBrowsingContextId type.Alan Jeffrey2017-05-221-6/+12
* | style: Refactor RestyleHint to be a struct.Cameron McCormack2017-05-201-3/+3
|/
* Auto merge of #16876 - asajeffrey:constellation-rename-frames, r=cbrewsterbors-servo2017-05-161-6/+6
|\
| * Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-6/+6
* | Properly handle scroll offsets in hit testingMartin Robinson2017-05-161-30/+21
|/
* Send information to script as part of finishing layout.Josh Matthews2017-05-151-9/+42
* Accumulate transitioning nodes inside the layout context.Josh Matthews2017-05-151-13/+28
* Root nodes for the duration of their CSS transitions.Josh Matthews2017-05-151-0/+4
* stylo: Propagate quirks mode information from Gecko to ServoNazım Can Altınova2017-05-141-1/+1
* style: Parameterize the update and rebuild methods to take an iterator.Emilio Cobos Álvarez2017-05-121-1/+1
* style: Stop refcounting the stylist.Emilio Cobos Álvarez2017-05-111-8/+6
* style: Slim down SharedStyleContext.Emilio Cobos Álvarez2017-05-111-49/+48
* Bug 1355343: Take all the snapshots into account. r=bholleyEmilio Cobos Álvarez2017-05-101-30/+57
* bump required rayon version to 0.7Nathan Froyd2017-05-051-1/+1
* Fix up script and layout.Bobby Holley2017-05-021-9/+10
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-2/+3
* Make Stylist::quirks_mode hold a QuirksModeAnthony Ramine2017-04-261-3/+5
* Don’t report CSS parsing errors from user-agent stylesheets.Simon Sapin2017-04-241-2/+2
* Rename StdoutErrorReporter to RustLogReporter.Simon Sapin2017-04-241-3/+3
* Auto merge of #16458 - stshine:sequential-fallback, r=pcwalton,emiliobors-servo2017-04-221-2/+2
|\
| * Force reflow in the sequential fallback of block format contextPu Xingyu2017-04-231-2/+2
* | Eliminate ScrollRootIdMartin Robinson2017-04-201-7/+9
* | style: Simplify author_style_disabled handling.Emilio Cobos Álvarez2017-04-191-1/+1
|/
* Used shared clips for overflow:hidden and CSS clipMartin Robinson2017-04-171-4/+2
* Add an author_style_disabled flag to stylist.update, and associated structs.Brad Werth2017-04-141-0/+1
* Bug 1325878: Pass the MediaList down to Servo, making <style media> work. r=x...Emilio Cobos Álvarez2017-04-121-3/+3
* Store style system options in the global style data and shared style context.Bobby Holley2017-04-121-1/+3
* Auto merge of #16312 - bholley:breadth_first_sequential, r=emiliobors-servo2017-04-091-2/+1
|\
| * Do the sequential traversal breadth-first.Bobby Holley2017-04-091-2/+1
* | style: Move TraversalFlags into SharedStyleContext.Cameron McCormack2017-04-081-1/+1
|/
* Update WR (gradient features).Glenn Watson2017-04-051-1/+1
* Use a UrlExtraData type alias to unify url handling logic.Xidorn Quan2017-04-031-4/+2