aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface
Commit message (Expand)AuthorAgeFilesLines
* Refactor scrolls on the window object (#29680)Martin Robinson2023-09-152-4/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-113-22/+18
* remove `extern crate` (#30311)Samson2023-09-083-5/+5
* Try to `use` WebRender types moreMartin Robinson2023-07-101-3/+4
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-10/+10
* Combine DOM-related concepts in Layout 2020 into dom.rsMartin Robinson2023-05-131-1/+6
* Remove DangerousThreadSafeLayoutNodeMartin Robinson2023-05-121-8/+0
* Simplify our setup for font metric queries from styleOriol Brufau2023-05-111-3/+0
* Eliminate duplicate Layout DOM wrappersMartin Robinson2023-05-051-0/+2
* Detect body elements during layoutMartin Robinson2023-05-041-0/+10
* Scroll from script should trigger a reflowMartin Robinson2023-04-251-6/+6
* */Cargo.toml: use the shmem feature for the dependency on the selectors cratreFederico Mena Quintero2023-02-141-1/+1
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Update html5ever/xml5ever.Josh Matthews2022-04-011-1/+1
* Update parking_lot.Josh Matthews2022-04-011-1/+1
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-1/+1
* Auto merge of #26921 - mrobinson:animation-set-key, r=jdmbors-servo2020-06-161-4/+2
|\
| * Add DocumentAnimationSet and AnimationSetKeyMartin Robinson2020-06-151-4/+2
* | Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-0/+1
|/
* Store resolved font style in canvas context stateUtsav Oza2020-06-102-6/+6
* Query layout to resolve canvas font property valueUtsav Oza2020-06-102-0/+7
* More Cargo.toml updatesatouchet2020-05-301-14/+14
* Remove use of nightly features in parking_lot. Update many uses from 0.9 to 0...Josh Matthews2020-05-261-1/+1
* Implement concept of dirty rootAnthony Ramine2020-05-191-0/+2
* Correctly paint the CSS canvas’ backgroundSimon Sapin2020-05-151-0/+2
* Move most animation processing to scriptMartin Robinson2020-05-122-7/+11
* 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
* Remove unused `#![feature(…)]` attributesSimon Sapin2020-04-151-1/+0
* Don't go through the layout thread to retrieve a node's primary styleAnthony Ramine2020-04-072-11/+3
* Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutDataAnthony Ramine2020-04-062-30/+27
* Rename a bunch of style/layout data itemsAnthony Ramine2020-04-061-8/+13
* Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-043-22/+9
* Make OpaqueLayoutAndStyleData just a bit less opaqueAnthony Ramine2020-04-041-1/+30
* Make LayoutNodeHelpers::text_content return a cowAnthony Ramine2020-03-311-1/+2
* 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
* Add a 'dom lifetime to GetLayoutDataAnthony Ramine2020-03-261-25/+22
* Make Background Hang Monitor OptionalKunal Mohan2020-02-231-1/+1
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-2/+2
* 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-152-2/+5
* Improve the name the NodeGeometryQueryMartin Robinson2020-02-051-3/+3
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-1/+1
* Fix some warnings new in Rust NightlySimon Sapin2019-11-081-3/+0
* 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-063-1/+9
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-1/+1
* Remove unused dependenciesShotaro Yamada2019-10-011-2/+0