aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared
Commit message (Expand)AuthorAgeFilesLines
* Inform the devtools about shadow roots on a node (#35294)Simon Wülker2025-02-051-0/+19
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-052-2/+33
* Simplify `RenderingContext` trait methods (#35251)Ngo Iok Ui (Wu Yu Wei)2025-02-052-78/+106
* libservo: Add WebViewDelegate and ServoDelegate and port `winit_minimal` (#35...Delan Azabani2025-02-051-3/+1
* Use surfman with glow bindings (#34328)Samson2025-02-053-17/+19
* servoshell: Migrate to egui-file-dialog from tinyfiledialogs (#34823)chickenleaf2025-02-042-3/+4
* libservo: Combine `LoadStart, `HeadParsed`, and `LoadComplete` messages (#35260)Martin Robinson2025-02-031-9/+19
* Finish the integration of `webxr` into the Cargo workspace (#35229)Martin Robinson2025-01-3115-350/+194
* script_traits: Rename `ConstellationControlMsg` to `ScriptThreadMessage` (#35...Martin Robinson2025-01-303-12/+12
* libservo: Move Android `MediaSessionAction` conversion to servoshell (#35225)Martin Robinson2025-01-301-17/+0
* Merge webxr repository (#35228)Martin Robinson2025-01-3016-0/+2415
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-309-82/+100
* compositor: Remove some unused messages to the compositor (#35223)Martin Robinson2025-01-301-13/+0
* libservo: Port desktop servoshell to use the new `WebView` API (#35183)Martin Robinson2025-01-282-8/+4
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-285-218/+218
* script: Do not set up an IPC route for every image load (#35041)Martin Robinson2025-01-251-21/+18
* libservo: Add an initial WebView data structure to the API (#35119)Delan Azabani2025-01-251-1/+1
* [#34767] - Range header is missing from CORS header safelist (#35138)Domenico Rizzo2025-01-242-0/+46
* feat: Turn `RenderingContext` into a trait (#35052)DK Liao2025-01-243-7/+164
* prefs: Move some `DebugOptions` to `Preferences` and clean up (#34998)Martin Robinson2025-01-171-1/+0
* Implement WebResourceRequested Event. (#34961)zhuhaichao5182025-01-162-0/+106
* Remove `resources/prefs.json` (#34999)Martin Robinson2025-01-161-2/+1
* Implement Clipboard Event Api (#33576)Gae242025-01-153-2/+38
* webdriver: Serialize JS int values as i32. (#34997)Josh Matthews2025-01-151-0/+1
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-142-6/+1
* Add Content Range Header and add one for blob end range (#34797)TIN TUN AUNG2025-01-141-0/+10
* net: Raed RippyPNG resource once at startup. (#34954)Josh Matthews2025-01-121-1/+1
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-112-30/+32
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-103-21/+57
* Add http2 feature for hyper-util (#34920)Oriol Brufau2025-01-091-1/+1
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-082-5/+6
* Remove obselete request parameter. (#34867)Shubham Gupta2025-01-071-3/+0
* script: Move the `FontContext` to `Window` (#34845)Martin Robinson2025-01-071-7/+2
* Add initial support for WebGL 2 BlitFramebuffer (#26389)Josh Matthews2025-01-061-0/+1
* fix: add source browsing context to `Request` and HTTP credentials prompt (#3...Jason Tsai2025-01-031-2/+14
* Support syntax highlighting of arguments in the devtools console (#34810)Simon Wülker2025-01-021-5/+112
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-012-11/+14
* chore: remove `WindowMethods::rendering_context` (#34780)Ngo Iok Ui (Wu Yu Wei)2025-01-012-16/+27
* Correct a variety of documentation issues (#34786)Martin Robinson2024-12-291-3/+3
* Prompt user for credentials when http request needs it (#34620)arthmis2024-12-281-0/+10
* script: Refactor channels in `ScriptThread` into receivers and senders (#34776)Martin Robinson2024-12-261-9/+9
* script: Make timers per-process (#34581)Martin Robinson2024-12-241-37/+0
* Implement `console.trace` (#34629)Simon Wülker2024-12-181-1/+17
* Replace HistoryEntryReplacement with NavigationHistoryBehavior from the navig...shanehandley2024-12-182-19/+25
* script: Manage `<iframe>` sizes in `Window` (#34643)Martin Robinson2024-12-163-7/+18
* layout: Send back layout results directly and remove channels (#34609)Martin Robinson2024-12-131-6/+3
* script: No longer do explicit reflows for display (#34599)Martin Robinson2024-12-131-5/+13
* Upgrade Rust to 1.82.0 (#34592)Jonathan Schwender2024-12-123-0/+10
* Add embedder event for preferred color scheme and respond to it in the Layout...arthmis2024-12-123-1/+19
* Allow running testharness/testdriver/reftests in servodriver (#34550)Josh Matthews2024-12-112-0/+10