aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation
Commit message (Expand)AuthorAgeFilesLines
* Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578)Delan Azabani2023-10-181-4/+5
* Rename messages forwarded from the constellation to the compositor (#30496)Martin Robinson2023-10-051-7/+11
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-1110-99/+99
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-102-1/+3
* remove `extern crate` (#30311)Samson2023-09-089-11/+12
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-061-17/+22
* Fix `mach test-wpt` to make crash tests work (#29832)Mukilan Thiyagarajan2023-08-181-15/+20
* [NFC] compositing: extract types into new compositing_traits crate (#30125)Delan Azabani2023-08-184-27/+26
* Format toml files (#30112)Samson2023-08-171-1/+1
* Remove `EventLoopWaker` from Constellation (#30101)Atbrakhi2023-08-152-16/+3
* winit: initial minibrowser (#29976)Delan Azabani2023-08-151-0/+6
* Try to `use` WebRender types moreMartin Robinson2023-07-102-6/+8
* 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-17/+0
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-9/+9
* Make sender and receiver name more coherentatbrakhi2023-05-082-207/+237
* Auto merge of #29692 - atbrakhi:move_loggers_from_constellation, r=mrobinsonbors-servo2023-05-033-113/+129
|\
| * Move logers into seperate logger filesRakhi Sharma2023-05-023-113/+129
* | Clean up arguments passed to ScriptThreadMartin Robinson2023-05-011-11/+0
* | Clean up arguments passed to and stored in LayoutThreadMartin Robinson2023-05-011-9/+0
* | Clean up debug optionsMartin Robinson2023-05-011-11/+11
|/
* Add support for <iframe> elements for Layout 2020Martin Robinson2023-04-041-3/+8
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Update keyboard-types.Josh Matthews2022-04-011-1/+1
* Upgrade HyperNaveen Gattu2022-01-161-1/+2
* Auto merge of #28591 - servo:jdm-patch-51, r=jdmbors-servo2021-11-011-1/+1
|\
| * Update nightly rustc.Josh Matthews2021-11-011-1/+1
* | Create initial browser id for compositor on startup.Josh Matthews2021-10-181-5/+3
|/
* feat: fix build error on apple m1zhengrenzhe2021-04-242-8/+13
* Add creation url and Secure ContextsJonathan Kingston2020-11-253-4/+23
* Auto merge of #27562 - jdm:devtools-session-history, r=paulrougetbors-servo2020-08-112-1/+28
|\
| * devtools: Treat session history traversal like a navigation.Josh Matthews2020-08-102-1/+28
* | Auto merge of #27505 - utsavoza:ugo/issue-24718/05-08-2020, r=jdmbors-servo2020-08-101-3/+6
|\ \ | |/ |/|
| * Do not load srcdoc iframes synchronouslyUtsav Oza2020-08-051-3/+6
* | Remove stub debugger server.Josh Matthews2020-08-102-14/+1
|/
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-1/+1
* Make reload button clear the network cache.Josh Matthews2020-07-271-0/+4
* Unfocus input when virtual keyboard is dismissedPaul Rouget2020-07-131-0/+36
* Implement GPUBuffer.getMappedRange()Kunal Mohan2020-07-011-7/+7
* Auto merge of #27114 - paulrouget:key_events, r=jdmbors-servo2020-06-301-1/+1
|\
| * update keyboard-types cratePaul Rouget2020-06-291-1/+1
* | Auto merge of #27016 - gterzian:fix_closing_window, r=jdm,paulrougetbors-servo2020-06-302-88/+86
|\ \ | |/ |/|
| * ensure clean shutdown of all threads running JSGregory Terzian2020-06-302-88/+86
* | Send LoadStart event when the actual pipeline is loadingPaul Rouget2020-06-221-20/+0
|/
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-172-5/+24
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-132-42/+94
* Remove unecessary webrender document from layout.Josh Matthews2020-06-091-1/+0
* Proxy all WR interactions for layout/font/script/canvas threads to the compos...Josh Matthews2020-06-091-139/+9
* reading unminified scripts from diskskrzyp12020-06-021-0/+1
* Remove some unused dependency declarationsSimon Sapin2020-05-291-1/+0