aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch to crates.io for atomic_refcell.Bobby Holley2017-01-031-1/+2
* Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal.Bobby Holley2016-11-241-11/+2
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-1/+1
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-1/+1
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-1/+1
* | Eliminate HAS_CHANGED in favor of explicit RestyleDamage.Bobby Holley2016-11-161-1/+5
|/
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-2/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-2/+2
* Remove #![feature(custom_attribute)]Anthony Ramine2016-11-031-1/+0
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+0
* Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-031-1/+2