aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* libservo: Add `WebView` immediately to the Compositor (#35662)Martin Robinson2025-02-2610-80/+37
* Make auxiliary webviews exist in the constellation immediately (#35672)Delan Azabani2025-02-265-87/+109
* Implement the <progress> element (#35531)Simon Wülker2025-02-262-3/+103
* Don’t prompt user for credentials for non-Navigate request (#35664)Isaac Marovitz2025-02-262-1/+57
* libservo: Move size handling to `RenderContext` from `WindowMethods` (#35621)Martin Robinson2025-02-257-214/+168
* layout: Change the `IndefiniteContainingBlock` sizes to `Option<Au>` (#35653)Oriol Brufau2025-02-256-37/+19
* refactor: add CanGc as argument to exception_to_promise (#35647)Yerkebulan Tulibergenov2025-02-252-11/+16
* Allow the `<details>` element to be opened and closed (#35261)Simon Wülker2025-02-253-37/+229
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-2543-249/+323
* layout: Let `automatic_min_size()` take a flex-relative cb size (#35642)Oriol Brufau2025-02-251-20/+14
* Touch handler: Fix race condition and rate-limit move events (#35537)Bi Fuguo2025-02-257-239/+714
* refactor: add CanGc as argument to Promise::reject_native (#35640)Yerkebulan Tulibergenov2025-02-2518-136/+148
* chore: Update wgpu (#35639)Samson2025-02-241-2/+2
* Don't tell stylo about stylesheets that are not in a browsing context (#35606)Simon Wülker2025-02-241-10/+11
* Update to rust 1.85 (#35628)Simon Wülker2025-02-2427-75/+56
* Support for the `isolation` CSS property (#35552)Kingsley Yung2025-02-241-0/+5
* script: Fix typo in `ScriptThread::process_pending_input_events` (#35627)Euclid Ye2025-02-242-5/+5
* libservo: Refactor ipc-channel default response logic (#35624)Delan Azabani2025-02-243-71/+88
* Do not assume `OffscreenCanvasContext` to be 2d (#35629)Samson2025-02-243-18/+30
* libservo: Move WebDriver messages to the `embedder` crate (#35602)Martin Robinson2025-02-2411-124/+121
* layout: Ignore indefinite `stretch` on min and max sizing properties (#35630)Oriol Brufau2025-02-245-67/+89
* Remove `get_ipc_sender` from `OffscreenCanvasRenderingContext2D` (#35625)Samson2025-02-244-36/+7
* refactor: add CanGc as argument to Promise::reject (#35622)Yerkebulan Tulibergenov2025-02-235-10/+10
* Improve scheduling of the memory profiler. (#35618)webbeef2025-02-232-2/+24
* Propagate more `CanGc` (#35604)Auguste Baum2025-02-233-21/+36
* Unify `(Offscreen)CanvasRenderingContext2d` and make `PaintRenderingContext2D...Samson2025-02-236-290/+237
* refactor RTCError::new_inherited (#35617)Yerkebulan Tulibergenov2025-02-231-15/+6
* Move more bindings types to script_bindings (#35620)Josh Matthews2025-02-2321-391/+435
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-2357-294/+330
* script: add `CanGc` argument to `Promise::new_resolved` and `Promise::new_rej...Gae242025-02-238-29/+23
* refactor: add CanGc as argument to DataBlock::view (#35610)Yerkebulan Tulibergenov2025-02-233-3/+4
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-2374-275/+403
* refactor: add CanGc as argument to WindowProxy::set_window (#35609)Yerkebulan Tulibergenov2025-02-234-16/+22
* Remove the traversal for DomRoot values when collection memory usage (#35607)webbeef2025-02-221-2/+2
* Use counter instead of time for HTMLFormElement. (#35555)Narfinger2025-02-221-5/+10
* refactor: add CanGc as argument to SubtleCrypto::import_key_{pbkdf2, aes, hkd...Yerkebulan Tulibergenov2025-02-221-18/+29
* refactor: add CanGc as argument to create_buffer_source_with_length (#35596)Yerkebulan Tulibergenov2025-02-222-9/+11
* refactor: add CanGc as argument to CountQueuingStrategy::GetSize (#35595)Yerkebulan Tulibergenov2025-02-222-1/+5
* refactor: add CanGc as argument to ByteLengthQueuingStrategy::GetSize (#35594)Yerkebulan Tulibergenov2025-02-222-1/+5
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-2222-96/+169
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-2223-641/+788
* refactor: add CanGc as argument to extract_size_algorithm (#35593)Yerkebulan Tulibergenov2025-02-223-5/+8
* dom: Move child_list to rare data (#35592)webbeef2025-02-222-8/+12
* build winit_minimal with bluetooth disabled (#35590)webbeef2025-02-211-1/+0
* script: Add `CanvasContext` trait (#35448)Samson2025-02-2112-210/+317
* Add get_url() to GlobalScopeHelper (#35589)webbeef2025-02-211-0/+6
* dom: move node ranges to raredata (#35554)webbeef2025-02-213-21/+25
* refactor: propagate CanGc arguments through callers (#35565)Auguste Baum2025-02-2111-42/+62
* Support the `<meter>` element (#35524)Simon Wülker2025-02-214-7/+163
* Allow resetting multiple flags at once in Element::set_state (#35580)Simon Wülker2025-02-211-5/+9