aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/message.rs
Commit message (Expand)AuthorAgeFilesLines
* Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-0/+2
* Rename NewLayoutThreadInfo to LayoutThreadInitAnthony Ramine2019-01-141-2/+2
* Make some cosmetic changes to ReflowGoal methodsAnthony Ramine2019-01-141-24/+24
* Make a bunch of layout queries morally saferAnthony Ramine2019-01-091-7/+12
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* style: Make Servo use a single thread-pool for layout-related tasks per-process.Emilio Cobos Álvarez2018-12-231-1/+0
* Cancel animations that affect nodes that do not participate in layout.Josh Matthews2018-12-101-0/+3
* introduce a background-hang-monitor:Gregory Terzian2018-11-261-1/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-3/+3
* Reorder importsPyfisch2018-11-061-2/+2
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* fix time measurecsmoe2018-03-251-21/+0
* introduce layout query timestampcsmoe2018-03-181-0/+21
* extract querymsg from ReflowGoalmoe2018-03-171-21/+38
* Implement element.innerText getterFernando Jiménez Moreno2018-02-131-2/+5
* Update WebRenderMartin Robinson2018-02-061-4/+3
* Add layout RPC query for getting an element's styleJon Leighton2018-01-281-6/+5
* changed f64 to u64 for navigation start timing until it had to be floatddh2017-11-011-1/+1
* Use WebRender to compute text index on click eventsMartin Robinson2017-10-181-1/+1
* 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