aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-1314/+0
* Rename messages forwarded from the constellation to the compositor (#30496)Martin Robinson2023-10-051-9/+17
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-26/+24
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-19/+5
* remove `extern crate` (#30311)Samson2023-09-081-9/+3
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-061-0/+4
* Remove `EventLoopWaker` from Constellation (#30101)Atbrakhi2023-08-151-3/+1
* Try to `use` WebRender types moreMartin Robinson2023-07-101-14/+13
* Clean up and document the `send_display_list` interfaceMartin Robinson2023-05-241-23/+19
* Add a compositor-side scroll treeMartin Robinson2023-05-191-0/+4
* Clean up arguments passed to ScriptThreadMartin Robinson2023-05-011-9/+0
* Scroll from script should trigger a reflowMartin Robinson2023-04-251-1/+1
* Add support for <iframe> elements for Layout 2020Martin Robinson2023-04-041-3/+1
* Move hit testing information out of WebRenderMartin Robinson2023-03-151-4/+28
* Use IpcBytesReceiver to send Display list dataWu Yu Wei2022-03-101-2/+7
* Add SerializedImageData to use IpcBytesReceiverYu-Wei Wu2022-03-101-3/+75
* Upgrade HyperNaveen Gattu2022-01-161-1/+1
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+12
* Fix ordering of mousemove eventUtsav Oza2020-07-301-1/+1
* Unfocus input when virtual keyboard is dismissedPaul Rouget2020-07-131-0/+2
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-1/+1
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-2/+2
* script: Don't panic when IPC WebRender APIs fail during shutdown.Josh Matthews2020-06-091-3/+3
* Remove unecessary webrender document from layout.Josh Matthews2020-06-091-23/+9
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-3/+3
* reading unminified scripts from diskskrzyp12020-06-021-0/+1
* Implement client-side logic for WebGPU id recyclingKunal Mohan2020-05-221-0/+4
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-2/+2
* Auto merge of #26335 - jdm:wrup, r=SimonSapinbors-servo2020-05-121-6/+20
|\
| * Convert all uses of UpdateResources api to use webrender transactions.Josh Matthews2020-05-111-6/+20
* | Move most animation processing to scriptMartin Robinson2020-05-121-55/+0
|/
* Start having animations conform to the HTML specMartin Robinson2020-05-051-13/+17
* Use a restyle for animation ticksMartin Robinson2020-05-051-10/+12
* Add support for animationend eventMartin Robinson2020-05-011-12/+37
* Add support for transitionrun eventsMartin Robinson2020-04-241-1/+3
* Add support for canceling CSS transitionsMartin Robinson2020-04-221-3/+24
* Remove WebVRAlan Jeffrey2020-04-081-6/+0
* allow for a service worker manager per originGregory Terzian2020-04-051-0/+7
* implement broadcastchannelGregory Terzian2020-02-251-1/+64
* Make Background Hang Monitor OptionalKunal Mohan2020-02-231-1/+1
* remove option for origin and mirror changes to layout_thread_2020Kunal Mohan2020-02-181-1/+1
* move ConstellationMsg to compositingKunal Mohan2020-01-291-99/+2
* Move `OpaqueNode` to `style_traits`Simon Sapin2020-01-131-0/+6
* Only start WebGPU thread if an adapter is requestedZakor Gyula2020-01-131-3/+0
* Auto merge of #24123 - gterzian:redo_blob, r=jdmbors-servo2019-12-191-1/+7
|\
| * re-structure blob, structured serializationGregory Terzian2019-12-111-1/+7
* | Remove Optional pipeline_idWarren Fisher2019-12-191-1/+1
* | Do not wake up embedder on each animation tickPaul Rouget2019-12-161-1/+1
|/
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-4/+137
* Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+3