aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared
Commit message (Expand)AuthorAgeFilesLines
...
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-053-0/+11
* Remove some unused dependencies (#34355)Jonathan Schwender2024-11-257-13/+0
* layout: Add a hit test item that covers all scroll frame contents (#34347)Martin Robinson2024-11-241-7/+9
* Plumb URL into interval profiler tracing events (#34337)Delan Azabani2024-11-222-2/+13
* Replace `sparkle` with `glow` in `components/canvas` (#33918)Samson2024-11-201-11/+39
* Replace sparkle with glow in shared/canvas (#34292)Samson2024-11-192-23/+17
* Remove referrer policy from document (#34263)shanehandley2024-11-195-34/+46
* Make ScriptEvaluate count script execution in DOM events and timers (#34286)Delan Azabani2024-11-191-0/+4
* [NFC] Remove unused interval profiler events (#34285)Delan Azabani2024-11-191-22/+6
* Make ScriptParseHTML and ScriptParseXML only count actual parsing time (#34273)Delan Azabani2024-11-191-0/+6
* ohos: Add basic IME and keyboard support (#34188)Jonathan Schwender2024-11-151-1/+4
* Plumb time profiler output into tracing (#34238)Delan Azabani2024-11-154-4/+98
* feat: `webxr` feature flag (#34241)Ngo Iok Ui (Wu Yu Wei)2024-11-133-3/+20
* Disable resources_for_tests in production (#34177)Jonathan Schwender2024-11-081-4/+4
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-083-19/+66
* servoshell: Allow overriding screen resolution with a command-line argument (...Martin Robinson2024-10-302-6/+8
* Improve how intrinsic sizes work for videos (#31746)eri2024-10-291-1/+14
* Remove size_of_test macro from legacy layout and inline it (#34055)Nico Burns2024-10-293-3/+9
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-186-11/+11
* clippy: Rename `RequestId::new()` to `RequestId::next()` and fix one more iss...komuhangi2024-10-181-2/+2
* doc(resources): Add documentation to undocumented `embedder_traits::resources...DK Liao2024-10-182-1/+37
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-163-60/+204
* doc(resources): `Preferences`, `HstsPreloadList`, `RippyPNG` (#33775)Ngo Iok Ui (Wu Yu Wei)2024-10-101-0/+10
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-096-343/+284
* clippy: Fix large size difference between variants of `ScriptToCompositorMsg`...chickenleaf2024-10-081-3/+2
* clippy: Fix collapsible_match warning in components/shared (#33664)tanishka2024-10-071-24/+24
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-046-284/+344
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-036-344/+284
* Compositor: add document id to NewWebRenderFrame variant (#33597)Ngo Iok Ui (Wu Yu Wei)2024-10-021-2/+4
* fonts: Make `FontKey` and `FontInstanceKey` generation asynchronous (#33600)Martin Robinson2024-10-011-8/+15
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-295-19/+133
* fetch: header tweaks to improve compliance with fetch spec (#33562)shanehandley2024-09-271-1/+1
* fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)Martin Robinson2024-09-252-21/+19
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-252-7/+7
* Layout: Implement innerText/outerText (#33312)Ben2024-09-241-4/+8
* Add `HTMLCanvasDataSource::Empty` that represent transparent black instead of...Samson2024-09-221-1/+3
* fix many clippy warnings (#33510)Gae242024-09-212-3/+3
* chore: Update wgpu (#33506)Samson2024-09-211-2/+1
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-1713-0/+13
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-7/+7
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-1/+1
* Improve spec conformance around request header validation (#33418)shanehandley2024-09-141-2/+170
* Trace more functions by adding perfetto tracing events (#33417)atbrakhi2024-09-133-3/+7
* compositor: Do not allow script to scroll past maximum scroll node offsets (#...Martin Robinson2024-09-131-1/+10
* Stop using `time@0.1` in Servo (#33394)Martin Robinson2024-09-114-27/+18
* Initial support for `<link rel="prefetch">` (#33345)Simon Wülker2024-09-091-0/+2
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-0510-111/+297
* Add tracing events (#33189)atbrakhi2024-09-051-0/+11
* script: Stop using `time` in DOM timers (#33262)Martin Robinson2024-08-302-20/+3
* Basic tab strip for the minibrowser (#33100)webbeef2024-08-271-0/+4