aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared
Commit message (Expand)AuthorAgeFilesLines
* Make the memory reporting multi-process aware (#35863)webbeef2025-04-051-9/+25
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-052-1/+18
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-043-9/+11
* constellation: Stop assuming that the viewport is shared by all WebViews (#36...Martin Robinson2025-04-046-42/+45
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-0412-6/+897
* Webdriver delete cookie (#36306)Euclid Ye2025-04-042-0/+2
* fix: root element not establishing stacking context (#35390) (#36174)Michael Rees2025-04-031-0/+6
* Support single-value `<select>` elements (#35684)Simon Wülker2025-04-031-0/+37
* libservo: Start moving `WindowMethods` to `WebViewDelegate` (#36223)Martin Robinson2025-04-022-3/+31
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-012-5/+0
* canvas: Implement line dash setters and getters (#36257)Steven Novaryo2025-04-011-0/+2
* Add SimulateColorScheme command and script thread handling (#36253)Usman Yahaya Baba2025-04-012-0/+4
* Refuse to provide partial response from earlier ranged request to API that di...Simon Wülker2025-03-311-0/+5
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-305-12/+12
* layout: Simplify and generalize the usage of pseudo-elements (#36202)Martin Robinson2025-03-291-57/+18
* Animation: Aggregate Animated Image Info to Document (#36141)TIN TUN AUNG2025-03-282-0/+29
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-273-0/+59
* Make DOMPoint and DOMPointReadOnly serializable (#35989)Josh Matthews2025-03-273-8/+63
* Add `Path2D` (#35783)Lukas Lihotzki2025-03-261-1/+58
* script: Eliminate `PseudoElementType` (#36146)Martin Robinson2025-03-262-91/+30
* canvas: Update the image as part of update the rendering (#35996)sagudev2025-03-252-7/+1
* feat(notification): add `EmbedderMsg::ShowNotification` (#36055)Jason Tsai2025-03-241-0/+53
* webgpu: leverage routed_promise in calls returning promises (#35859)webbeef2025-03-231-2/+2
* compositor: Remove the script channel from the compositor (#36089)Martin Robinson2025-03-231-2/+1
* Remove `components/shared/compositing/constellation_msg.rs` (#36102)Martin Robinson2025-03-231-92/+0
* script: Allow opening links in a new `WebView` (#35017)webbeef2025-03-231-0/+3
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-2215-201/+293
* metrics: Simplify `ProgressiveWebMetrics` (#35985)Martin Robinson2025-03-218-37/+35
* constellation: Proxy `ScrollState` through the `Constellation` (#36062)Martin Robinson2025-03-214-18/+22
* devtools: Use `webview_id` as `browser_id` (#35956)atbrakhi2025-03-191-2/+2
* Cleanup Stylo dependencies (#36046)Oriol Brufau2025-03-196-8/+8
* libservo: Notify delegates of send errors in request objects (#35668)Delan Azabani2025-03-191-2/+2
* Refactor common boilerplate out of serialize/transfer implementations (#35831)Josh Matthews2025-03-153-30/+114
* constellation: Remove two unused messages to the Constellation (#35972)Martin Robinson2025-03-151-7/+1
* script: Remove ThreadSafeLayoutNode::is_ignorable_whitespace (#35959)Martin Robinson2025-03-131-2/+0
* Use `strum` to iterate through enum variants and get their names (#35933)Martin Robinson2025-03-1310-205/+33
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+1
* canvas: Do not update ImageKey during canvas layout (#35719)Samson2025-03-124-11/+6
* Use new stylo crate renames (#35898)Nico Burns2025-03-122-2/+2
* base: Finish rename of `TopLevelBrowsingContextId` to `WebViewId` (#35896)Martin Robinson2025-03-115-51/+44
* Show correctly computed element display type in devtools (#35870)Stephen Muss2025-03-101-0/+1
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-101-1/+66
* Register iframes with the devtools (#35874)Simon Wülker2025-03-091-0/+1
* Remove obsolete memory profiler console output (#35861)webbeef2025-03-081-3/+0
* Add an about:memory page (#35728)webbeef2025-03-073-0/+20
* compositor: Make input event handling per-WebView (#35716)Delan Azabani2025-03-053-6/+6
* compositor: Make `PipelineDetails` and pending paint metrics per-WebView (#35...Martin Robinson2025-03-043-11/+22
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-0316-37/+36
* add `cancelable` property to the `TouchEvent` (#35713)Bi Fuguo2025-03-021-0/+13
* libservo: Stop double-buffering `OffscreenRenderingContext` (#35638)Martin Robinson2025-02-281-66/+79