aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* layout: Combine `layout_2020` and `layout_thread_2020` into a crate called `l...Martin Robinson2 days60-82/+50
* script: Only register one image callback per CSS image in use. (#36612)Josh Matthews2 days1-2/+5
* content/dom: set navigator.onLine attribute to `true` (#36560)Siddhant N Trivedi3 days4-2/+18
* layout: Report memory usage for fragment and box trees. (#36553)Josh Matthews3 days32-69/+222
* Prevent multiple notifications for image dimensions (#36600)Barigbue Nbira3 days1-9/+11
* Move click event trigger from embedding layer to `ScriptThread` (#36413)Euclid Ye3 days3-5/+59
* layout: Store `Fragment` results in `LayoutBoxBase` and start using them for ...Martin Robinson3 days15-222/+387
* Streams: make writable streams transferrable (#36588)Gregory Terzian3 days4-5/+106
* chore: Update wgpu to v25 (#36486)sagudev3 days3-11/+49
* Refactor common infrastructure for creating memory reports. (#36579)Josh Matthews4 days10-57/+67
* Check CSP for inline event handlers (#36510)Tim van der Lippe4 days5-16/+42
* layout: Always floor the max-content size by the min-content size (#36571)Oriol Brufau4 days3-8/+17
* Report memory usage for image frames. (#36581)Josh Matthews4 days2-2/+6
* compositing: Remove `windowing.rs` and making `compositing` private (#36582)Martin Robinson4 days5-20/+15
* imagedata: Fix overflow panic for too large ImageData (#36569)Andrei Volykhin4 days1-4/+21
* resources: Remove baked in resources (#36042)Jonathan Schwender4 days4-28/+53
* Fix crash when enumerating properties of global object (#36491)Josh Matthews5 days5-25/+65
* 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 days1-3/+3
* libservo: Expose a `ServoBuilder` (#36549)Martin Robinson5 days7-86/+101
* 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 days8-8/+94
* net: Report memory usage for image cache. (#36556)Josh Matthews5 days5-7/+48
* net: Measure HSTS memory usage. (#36558)Josh Matthews5 days3-24/+27
* libservo: Allow running more than one Servo test in a run (#36532)Martin Robinson5 days3-12/+89
* Fix crash when setting custom property on Location (#36494)Josh Matthews5 days1-1/+6
* media element: support seekable attribute (#36541)TIN TUN AUNG5 days2-8/+47
* 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
* compositor: Unify the cross process and in-process API (#36543)Martin Robinson6 days7-183/+87
* Switch to data_url::mime for document content type (#36522)webbeef6 days7-49/+112
* canvas: Add "EnforceRange" attribute to CanvasImageData interface (#36546)Andrei Volykhin6 days1-7/+7
* script: Implement CSSStyleSheet constructor (#36521)Oriol Brufau6 days6-10/+127
* Remove two outdated TODO comments in HTMLScriptElement (#36540)Simon Wülker6 days1-7/+14
* Make DOMException serializable (#36535)Kingsley Yung6 days4-3/+138
* Unify media query and media query list parsing (#36520)Oriol Brufau6 days4-123/+64
* touch: Fix panic with -Zconvert-mouse-to-touch (#36531)Jonathan Schwender6 days2-17/+47
* Revert "compositor: Unify the cross process and in-process API (#36443)" (#36...Martin Robinson6 days8-95/+215
* Transfer ReadableStream (#36181)Gregory Terzian6 days9-57/+868
* Remove unused pref: dom_forcetouch_enabled (#36524)webbeef7 days1-2/+0
* layout: Floor the max-content size by the min-content size (#36518)Oriol Brufau7 days1-2/+8
* Implement CSP check for Trusted Types (#36363)Tim van der Lippe7 days1-3/+12
* layout: Add a `LayoutBoxBase` to inline boxes (#36513)Martin Robinson7 days6-24/+29
* Gate `window.trustedTypes` behind flag (#36511)Tim van der Lippe7 days1-0/+1
* async clipboard: implement `writeText` (#36498)Gae247 days8-1/+171
* libservo: Make zooming and HiDPI scaling work per-`WebView` (#36419)Martin Robinson7 days9-313/+365
* layout: Let getComputedStyle resolve auto min size as 0px when needed (#36430)Oriol Brufau7 days1-91/+132
* compositing: Remove `IOCompositor::zoom_time` and `IOCompositor::zoom_action`...Martin Robinson7 days1-17/+0
* libservo: Remove the unused `multiview` feature (#36485)Martin Robinson7 days3-3/+0