aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-164/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* remove `extern crate` (#30311)Samson2023-09-081-5/+1
* Try to `use` WebRender types moreMartin Robinson2023-07-101-3/+4
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-0/+1
* Correctly paint the CSS canvas’ backgroundSimon Sapin2020-05-151-0/+2
* Remove unused `#![feature(…)]` attributesSimon Sapin2020-04-151-1/+0
* Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutDataAnthony Ramine2020-04-061-21/+18
* Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-041-14/+6
* Make OpaqueLayoutAndStyleData just a bit less opaqueAnthony Ramine2020-04-041-1/+30
* Take origin from window instead of creating a new one in case of reflowKunal Mohan2020-02-151-1/+2
* Move CSSReporter from script_layout_interface to scriptAnthony Ramine2019-01-141-3/+0
* Move is_image_data to the layout crateAnthony Ramine2019-01-091-6/+0
* Remove unstable unused feature in script_layout_interfaceAnthony Ramine2019-01-091-1/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-22/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Do not share entire FrameRenderer with layout, only current frameFernando Jiménez Moreno2018-10-081-7/+1
* layout: add HTMLMediaFrameSource trait and HTMLMediaData structVíctor Manuel Jáquez Leal2018-10-081-0/+11
* Auto merge of #21687 - AnshulMalik:format-script_layout, r=jdmbors-servo2018-09-131-5/+7
|\
| * format script_layout_interfaceAnshul Malik2018-09-121-5/+7
* | Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-0/+1
|/
* Add unique canvas IDs to all canvas operations.Brody Eastwood2018-04-021-1/+2
* Implement element.innerText getterFernando Jiménez Moreno2018-02-131-0/+2
* style: Make the TElement type arrive to the `cascade` function.Emilio Cobos Álvarez2018-01-231-0/+1
* Replace NonZero<*{const,mut} _> with std::ptr::NonNullSimon Sapin2018-01-221-3/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-6/+6
* Replace NonZeroU32 and NonZeroUsize with a generic NonZeroSimon Sapin2017-10-161-4/+2
* Use wrappers in the nonzero crate so users don’t need unstable featuresSimon Sapin2017-10-131-1/+0
* Use NonZeroUsize in script_layout_interfaceSimon Sapin2017-10-131-4/+6
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-1/+0
* order derivable traits listsClément DAVID2017-08-231-4/+4
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-2/+7
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-7/+2
* Improve WebGL architecture.Imanol Fernandez2017-08-151-2/+7
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-201-0/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-0/+1
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Implemented paint worklet properties.Alan Jeffrey2017-07-111-0/+1
* Move match and cascade temporaries to CurrentElementInfoJ. Ryan Stinnett2017-06-221-1/+1
* layout: Stop doing unsafe transmutes between refcell references.Emilio Cobos Álvarez2017-05-251-10/+7
* Fix unsafe AtomicRefCell<PersistentLayoutData> transmute due to memory align...Imanol Fernandez2017-05-121-0/+5
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* Eliminate ScrollRootIdMartin Robinson2017-04-201-0/+1
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-1/+1
* Make script thread initiate requests for images needed by layout.Josh Matthews2017-02-221-0/+18
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-2/+0
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-4/+0
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0