aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/message.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor scrolls on the window object (#29680)Martin Robinson2023-09-151-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+7
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Scroll from script should trigger a reflowMartin Robinson2023-04-251-6/+6
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-1/+1
* Add DocumentAnimationSet and AnimationSetKeyMartin Robinson2020-06-151-4/+2
* Store resolved font style in canvas context stateUtsav Oza2020-06-101-3/+3
* Query layout to resolve canvas font property valueUtsav Oza2020-06-101-0/+3
* Implement concept of dirty rootAnthony Ramine2020-05-191-0/+2
* Move most animation processing to scriptMartin Robinson2020-05-121-7/+9
* Start having animations conform to the HTML specMartin Robinson2020-05-051-2/+2
* Use a restyle for animation ticksMartin Robinson2020-05-051-9/+2
* Add support for animationend eventMartin Robinson2020-05-011-1/+1
* Don't go through the layout thread to retrieve a node's primary styleAnthony Ramine2020-04-071-3/+3
* Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-041-6/+1
* Pass pending restyles instead of draining them from layoutAnthony Ramine2020-03-281-0/+2
* Move PendingRestyle to the style_layout_interface crateAnthony Ramine2020-03-281-1/+28
* Make Background Hang Monitor OptionalKunal Mohan2020-02-231-1/+1
* remove option for origin and mirror changes to layout_thread_2020Kunal Mohan2020-02-181-2/+2
* Take origin from window instead of creating a new one in case of reflowKunal Mohan2020-02-151-1/+3
* Improve the name the NodeGeometryQueryMartin Robinson2020-02-051-3/+3
* Ensure layout/script always have a correct viewport size when a new pipeline ...Josh Matthews2019-11-061-0/+1
* dom: Calculate the viewport size of iframes when they are first added to the ...Josh Matthews2019-11-061-1/+4
* restructure content process shutdown ack with threaded sender, without layoutGregory Terzian2019-08-171-1/+0
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* 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