aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/message.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Switch to using WebRender hit testingMartin Robinson2017-10-171-11/+15
* TickAnimations should create a display listMartin Robinson2017-10-031-2/+3
* Combine ReflowGoal and ReflowQueryTypeMartin Robinson2017-09-301-7/+36
* style: Replicate the list of stylesheets on the layout thread.Emilio Cobos Álvarez2017-08-181-4/+7
* Speculatively evaluate paint functions during style.Alan Jeffrey2017-07-311-1/+1
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-201-0/+5
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-2/+3
* Implemented paint worklet properties.Alan Jeffrey2017-07-111-2/+3
* Bump euclid to 0.14.Nicolas Silva2017-06-141-2/+1
* Implemented the plumbing for paint worklets.Alan Jeffrey2017-06-071-0/+4
* Properly handle scroll offsets in hit testingMartin Robinson2017-05-161-5/+9
* Send information to script as part of finishing layout.Josh Matthews2017-05-151-9/+12
* Fix up script and layout.Bobby Holley2017-05-021-2/+2
* Make Stylist::quirks_mode hold a QuirksModeAnthony Ramine2017-04-261-3/+3
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-2/+2
* Remove never-sent ReflowWithNewlyLoadedWebFont message, fix #16026Simon Sapin2017-03-191-3/+0
* Trigger reflow on document.elementsFromPointFernando Jiménez Moreno2017-03-021-0/+1
* Position insertion point in input field with mouseFlorian Merz2017-01-111-0/+1
* Use PropertyId instead of Atom for CSSStyleDeclaration::get_computed_styleSimon Sapin2016-12-091-2/+2
* Auto merge of #12862 - servo:layout-new, r=emiliobors-servo2016-12-071-0/+2
|\
| * added dom obj counting to decide sequential/parallel layout (#10110)ddh2016-12-051-0/+2
* | Auto merge of #14367 - mrobinson:scroll-fragment-point, r=pcwaltonbors-servo2016-12-061-0/+1
|\ \ | |/ |/|
| * Reimplement scrolling to fragmentsMartin Robinson2016-11-291-0/+1
* | Make the layout content process shutdown sender optional.Ms2ger2016-11-301-1/+1
|/
* Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal.Bobby Holley2016-11-241-1/+1
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Remove concept of Layers from ServoMartin Robinson2016-10-211-6/+1
* Remove old rendering backend.Glenn Watson2016-10-181-2/+0
* Reorder `use` statementsUK9922016-09-091-1/+1
* layout: Take into account the client point for fixed positioned stacking cont...Emilio Cobos Álvarez2016-08-081-1/+1
* layout: Expand animation test mode to support not force-ticking layout.Emilio Cobos Álvarez2016-08-051-2/+3
* Hoist retrieval of layout_threads from opts into ConstellationDirkjan Ochtman2016-07-241-0/+1
* Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-2/+1
* style: Add a new Timer structure to the shared style context, and basic infra...Emilio Cobos Álvarez2016-07-201-0/+5
* Remove some type aliases that are now just re-exports.Simon Sapin2016-07-201-1/+1
* Move WindowSizeData to script_traits.Ms2ger2016-07-051-2/+2
* Move the remainder of layout_interface into script_layout_interface.Ms2ger2016-06-201-0/+148