aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+3
* remove `extern crate` (#30311)Samson2023-09-081-16/+0
* Further changes required by ServoOriol Brufau2023-08-161-0/+2
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-2/+0
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-0/+2
* Combine DOM-related concepts in Layout 2020 into dom.rsMartin Robinson2023-05-131-1/+0
* Move most animation processing to scriptMartin Robinson2020-05-121-1/+0
* Upgrade to rustc 1.42.0-nightly (3291ae339 2020-01-15)Simon Sapin2020-01-161-1/+0
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-0/+1
* Update euclid.Emilio Cobos Álvarez2019-07-231-0/+2
* Upgrade to rustc 1.37.0-nightly (088b98730 2019-07-03)Josh Matthews2019-07-051-1/+0
* Fix servo build.Emilio Cobos Álvarez2019-02-101-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-33/+0
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-0/+1
* Rustfmt layout cratePyfisch2018-09-011-2/+4
* Fix Servo build.Emilio Cobos Álvarez2018-08-081-0/+1
* Share line breaking state across text runsManish Goregaokar2018-01-241-0/+1
* Create own file for background calculations in layoutPyfisch2018-01-061-2/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Use pointer casts instead of tramsutes to raw::TraitObjectSimon Sapin2017-10-131-9/+0
* Remove usage of unstable feature box_patternsSimon Sapin2017-10-131-1/+0
* Remove usage of unstable feature "raw"Simon Sapin2017-10-131-1/+9
* Remove usage of unstable feature conservative_impl_trait in layoutSimon Sapin2017-10-131-1/+0
* Use wrappers in the nonzero crate so users don’t need unstable featuresSimon Sapin2017-10-131-1/+0
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-1/+0
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-2/+3
* script: Move the layout_wrapper outside of script.Emilio Cobos Álvarez2017-07-151-2/+1
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Implemented paint worklet properties.Alan Jeffrey2017-07-111-0/+1
* Replace remaining usage of deprecated Range::step_bySimon Sapin2017-07-051-1/+0
* remove various things now that Rust 1.17 is requiredNathan Froyd2017-06-231-8/+0
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-3/+1
* Add separate computed Color value.Xidorn Quan2017-06-081-1/+0
* layout: Stop doing unsafe transmutes between refcell references.Emilio Cobos Álvarez2017-05-251-1/+1
* Fix unsafe AtomicRefCell<PersistentLayoutData> transmute due to memory align...Imanol Fernandez2017-05-121-0/+1
* Auto merge of #16689 - servo:m5e, r=noxbors-servo2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Fix up script and layout.Bobby Holley2017-05-021-0/+12
|/
* Trigger reflow on document.elementsFromPointFernando Jiménez Moreno2017-03-021-1/+1
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-5/+1
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-4/+0
* Only create scrolling overflow regions when necessaryMartin Robinson2017-01-171-0/+1
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* Switch to crates.io for atomic_refcell.Bobby Holley2017-01-031-0/+1
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Update to Rust 1.15.0-nightly (1c448574b 2016-11-28)Anthony Ramine2016-11-291-3/+0
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-1/+1