aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-038-2792/+0
* Enable debug assertions for all builds other than official releases (#30509)Delan Azabani2023-10-261-3/+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-117-59/+50
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-102-19/+9
* remove `extern crate` (#30311)Samson2023-09-086-9/+11
* 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
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-4/+0
* Clean up and document the `send_display_list` interfaceMartin Robinson2023-05-242-25/+34
* Add a compositor-side scroll treeMartin Robinson2023-05-194-4/+436
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-17/+17
* 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-042-13/+4
* Move hit testing information out of WebRenderMartin Robinson2023-03-152-4/+72
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* chore(deps): bump `smallvec` from 0.6 to 1.9 in all local packagesyvt2022-10-101-1/+1
* Update cookie/hyper_serde.Josh Matthews2022-04-011-2/+2
* Update keyboard-types.Josh Matthews2022-04-011-1/+1
* 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-162-5/+5
* Bump `time` to latest `v0.1.x` version.teymour-aldridge2021-06-251-1/+1
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+12
* devtools: Treat session history traversal like a navigation.Josh Matthews2020-08-101-0/+3
* Fix ordering of mousemove eventUtsav Oza2020-07-301-1/+1
* Unfocus input when virtual keyboard is dismissedPaul Rouget2020-07-131-0/+2
* Auto merge of #27114 - paulrouget:key_events, r=jdmbors-servo2020-06-301-1/+1
|\
| * update keyboard-types cratePaul Rouget2020-06-291-1/+1
* | ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-1/+1
|/
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-2/+2
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-1/+4
* 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
* More Cargo.toml updatesatouchet2020-05-301-17/+17
* Remove some unused dependency declarationsSimon Sapin2020-05-291-1/+0
* Implement client-side logic for WebGPU id recyclingKunal Mohan2020-05-221-0/+4
* serviceworker: make job queue unique per originGregory Terzian2020-05-212-7/+110
* 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-122-58/+0
|/
* Start having animations conform to the HTML specMartin Robinson2020-05-051-13/+17
* Use a restyle for animation ticksMartin Robinson2020-05-052-10/+13
* Add support for animationend eventMartin Robinson2020-05-011-12/+37
* Add support for transitionrun eventsMartin Robinson2020-04-241-1/+3