aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/screen.rs
Commit message (Expand)AuthorAgeFilesLines
* compositor: Unify the cross process and in-process API (#36543)Martin Robinson8 days1-3/+3
* Revert "compositor: Unify the cross process and in-process API (#36443)" (#36...Martin Robinson9 days1-3/+3
* compositor: Unify the cross process and in-process API (#36443)Martin Robinson11 days1-3/+3
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* libservo: Start moving `WindowMethods` to `WebViewDelegate` (#36223)Martin Robinson2025-04-021-6/+12
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-6/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* servoshell: Allow overriding screen resolution with a command-line argument (...Martin Robinson2024-10-301-9/+9
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-9/+7
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-7/+9
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-9/+7
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+8
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Update euclid.Emilio Cobos Álvarez2019-07-231-5/+5
* WebRender units are no longer reexported.Patrick Walton2019-07-091-1/+1
* Update webrenderManish Goregaokar2018-11-271-3/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-9/+19
* Implements profiler for blocked recvNakul Jindal2018-03-221-3/+4
* alias some euclid typesPaul Rouget2018-03-161-3/+4
* Use typed coordinates.Paul Rouget2018-03-161-7/+12
* Fix some "unnecessary parentheses" warningsSimon Sapin2018-01-221-2/+2
* Enable screen.availHeight/availWidth/Height/WidthShing Lyu2017-11-131-3/+45
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* more refactoringrohan.prinja2015-10-301-1/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-3/+3
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-0/+2
* Upgrade to SM 39Michael Wu2015-06-191-3/+3
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-2/+2
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Simple privatizationsTim Taubert2014-10-131-0/+1
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-2/+2
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-2/+2