aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix: Slot Assignment mode according to the spec (#36620)saku32 hours4-13/+1
* Fix missing settings in script module requests (#36606)elomscansio36 hours7-4/+67
* Sync WPT with upstream (20-04-2025) (#36618)Servo WPT Sync46 hours502-1621/+10126
* htmlvideoelement: Include security settings in poster image request (#36605)elomscansio46 hours5-4/+37
* Use swap_remove when unrooting DOM objects. (#36617)Josh Matthews2 days1-1/+1
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns2 days55-64/+69
* layout: Combine `layout_2020` and `layout_thread_2020` into a crate called `l...Martin Robinson3 days62-122/+58
* script: Only register one image callback per CSS image in use. (#36612)Josh Matthews3 days3-2/+34
* build(deps): bump brotli-decompressor from 4.0.2 to 4.0.3 (#36601)dependabot[bot]3 days1-2/+2
* content/dom: set navigator.onLine attribute to `true` (#36560)Siddhant N Trivedi3 days8-24/+18
* layout: Report memory usage for fragment and box trees. (#36553)Josh Matthews3 days33-69/+230
* Prevent multiple notifications for image dimensions (#36600)Barigbue Nbira3 days1-9/+11
* Move click event trigger from embedding layer to `ScriptThread` (#36413)Euclid Ye3 days4-35/+60
* layout: Store `Fragment` results in `LayoutBoxBase` and start using them for ...Martin Robinson4 days15-222/+387
* Streams: make writable streams transferrable (#36588)Gregory Terzian4 days7-34/+107
* chore: Update wgpu to v25 (#36486)sagudev4 days19-2252/+3825
* CI: Add `number_of_chunks` (#36584)sagudev4 days7-4/+44
* Refactor common infrastructure for creating memory reports. (#36579)Josh Matthews4 days11-57/+68
* Check CSP for inline event handlers (#36510)Tim van der Lippe4 days64-569/+58
* build(deps): bump svg_fmt from 0.4.4 to 0.4.5 (#36587)dependabot[bot]4 days1-2/+2
* Fix `/css/css-flexbox/gap-007-*` WPT tests (#36585)Oriol Brufau4 days9-8/+16
* layout: Always floor the max-content size by the min-content size (#36571)Oriol Brufau4 days4-10/+17
* Report memory usage for image frames. (#36581)Josh Matthews4 days2-2/+6
* compositing: Remove `windowing.rs` and making `compositing` private (#36582)Martin Robinson5 days6-23/+17
* imagedata: Fix overflow panic for too large ImageData (#36569)Andrei Volykhin5 days1-4/+21
* resources: Remove baked in resources (#36042)Jonathan Schwender5 days4-28/+53
* Fix crash when enumerating properties of global object (#36491)Josh Matthews5 days9-34/+98
* Support static and instance members having the same name in IDLs (#36523)Sebastian C5 days2-21/+35
* fix writablestream assertion crash when getting chunk size following spec cha...Taym Haddadi5 days2-9/+3
* build(deps): bump proc-macro2 from 1.0.94 to 1.0.95 (#36575)dependabot[bot]5 days1-2/+2
* libservo: Expose a `ServoBuilder` (#36549)Martin Robinson5 days17-271/+252
* layout: Throw away nested marker elements instead of storing them in a `BoxSl...Martin Robinson5 days1-8/+31
* compositing: Add memory reporter for WebRender. (#36557)Josh Matthews5 days9-8/+98
* net: Report memory usage for image cache. (#36556)Josh Matthews5 days6-7/+49
* net: Measure HSTS memory usage. (#36558)Josh Matthews5 days3-24/+27
* uv: Use native-tls (#36564)Jonathan Schwender5 days1-0/+1
* libservo: Allow running more than one Servo test in a run (#36532)Martin Robinson6 days4-12/+90
* Fix crash when setting custom property on Location (#36494)Josh Matthews6 days7-13/+21
* media element: support seekable attribute (#36541)TIN TUN AUNG6 days5-39/+59
* Implement GetComputedRole in wd (#36552)Kenzie Raditya Tirtarahardja6 days4-0/+40
* Refactor retrieving element container in webdriver into function (#36467)Kenzie Raditya Tirtarahardja6 days1-21/+37
* compositing: Remove `compositing_traits::MouseWindowEvent` (#36550)Martin Robinson6 days1-9/+1
* build(deps): bump stylo from `c756a21` to `0eaeea3` (#36545)Siddhant N Trivedi6 days1-12/+12
* compositor: Unify the cross process and in-process API (#36543)Martin Robinson6 days7-183/+87
* build(deps): bump content-security-policy from `babd99e` to `be68d50` (#36548)dependabot[bot]6 days1-1/+1
* build(deps): bump libc from 0.2.171 to 0.2.172 (#36547)dependabot[bot]6 days1-2/+2
* Switch to data_url::mime for document content type (#36522)webbeef6 days10-178/+112
* Fix git failure on macos (#36544)Jonathan Schwender6 days1-0/+3
* canvas: Add "EnforceRange" attribute to CanvasImageData interface (#36546)Andrei Volykhin6 days13-52/+7
* script: Implement CSSStyleSheet constructor (#36521)Oriol Brufau6 days11-38/+127