aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update expectations.Josh Matthews2024-09-2814-140/+5
* Synchronously mark iframes as having pending loads when navigating a window p...Josh Matthews2024-09-2713-43/+69
* clear timers when replacing a window.Josh Matthews2024-09-273-0/+14
* Only discard documents when no window replacement has occurred.Josh Matthews2024-09-271-2/+4
* Only use window replacement when new document is same-origin.Josh Matthews2024-09-271-1/+5
* Enter a realm when dispatching DOMContentLoaded.Josh Matthews2024-09-251-4/+5
* Treat a missing replaced document as a non-replaced window.Josh Matthews2024-09-251-2/+2
* Store a pipeline that's being replaced in the load data.Josh Matthews2024-09-259-35/+34
* Reset document state notification when replacing a window.Josh Matthews2024-09-251-0/+1
* about:srcdoc loads are not synchronous.Josh Matthews2024-09-251-1/+1
* Update python2 test helper to python3.Josh Matthews2024-09-251-4/+4
* Don't suspend windows that have been replaced.Josh Matthews2024-09-251-1/+3
* Use existing window when navigating away from initial about:blank document.Josh Matthews2024-09-2515-94/+234
* Fix panic when about:blank iframe is removed from the document immediately af...Josh Matthews2024-09-251-2/+4
* Formatting.Josh Matthews2024-09-251-4/+11
* Sync load event for about:blank iframe elements.Josh Matthews2024-09-253-2/+39
* Only suppress load event dispatch.Josh Matthews2024-09-251-6/+8
* Formatting.Josh Matthews2024-09-251-3/+1
* Hack: normalize all about:blank load behaviour and prevent load/pageshow even...Josh Matthews2024-09-259-3/+22
* fonts: Make fast shaping determination platform-independent (#33540)Martin Robinson2024-09-256-116/+129
* webgpu: destroy GPUTexture without erroring (#33534)Samson2024-09-254-2134/+8
* Use `ContentSizes::shrink_to_fit` when possible (#33527)Oriol Brufau2024-09-252-8/+11
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-2526-543/+600
* build(deps): bump libc from 0.2.158 to 0.2.159 (#33535)dependabot[bot]2024-09-241-2/+2
* Bump mozjs to 128.0-10 (#33536)Jonathan Schwender2024-09-241-3/+3
* servoshell: fix issues related to HiDPI (#33529)Mukilan Thiyagarajan2024-09-243-24/+20
* Layout: Implement innerText/outerText (#33312)Ben2024-09-2426-1624/+616
* ohos: Bundle resource files in hap (#33513)Jonathan Schwender2024-09-2410-21/+77
* build(deps): bump quick-xml from 0.36.1 to 0.36.2 (#33524)dependabot[bot]2024-09-231-2/+2
* build(deps): bump pkg-config from 0.3.30 to 0.3.31 (#33525)dependabot[bot]2024-09-231-2/+2
* build(deps): bump thiserror from 1.0.63 to 1.0.64 (#33523)dependabot[bot]2024-09-231-4/+4
* Properly track `rel` keywords for `<a>`/`<area>`/`<form>` elements (#33462)Simon Wülker2024-09-237-300/+540
* ohos: Add back and fwd button to vendored app (#33511)Jonathan Schwender2024-09-231-10/+31
* Stop sending EmbedderMsg::WebViewOpened from WindowProxy (#33514)webbeef2024-09-221-2/+0
* Add `HTMLCanvasDataSource::Empty` that represent transparent black instead of...Samson2024-09-227-36/+41
* reuse ImageKey for gpucanvascontext (#33517)Samson2024-09-224-37/+22
* webgl: Update IDL exposed members (#33509)Daniel Adams2024-09-2222-4772/+117
* Update web-platform-tests to revision b'8e164c249d2b93a4234a2710a5e2cc5a16fab...Servo WPT Sync2024-09-22591-13213/+27133
* fix many clippy warnings (#33510)Gae242024-09-2113-34/+29
* bindings: Allow Guard to take multiple conditions, check for SecureContext in...Daniel Adams2024-09-218-32/+45
* chore: Update wgpu (#33506)Samson2024-09-2133-361/+206
* build(deps): bump unicode-script from 0.5.6 to 0.5.7 (#33507)dependabot[bot]2024-09-201-2/+2
* build(deps): bump unicode-width from 0.1.13 to 0.1.14 (#33505)dependabot[bot]2024-09-201-2/+2
* Enable min-content, max-content, fit-content and stretch (#33492)Oriol Brufau2024-09-2066-2799/+121
* webgpu: Support more `TextureFormat`s in `GPUCanvasContext.configure()` (#33504)Samson2024-09-201-16/+25
* openharmony: add servoshell for ohos (#33295)Mukilan Thiyagarajan2024-09-2031-9/+625
* build(deps): bump unicode-xid from 0.2.5 to 0.2.6 (#33501)dependabot[bot]2024-09-191-2/+2
* layout: Ensure that `<caption>`'s support `position: relative` (#33426)Martin Robinson2024-09-195-7/+52
* Add a profiling build profile in Cargo (#33432)Delan Azabani2024-09-191-3/+7
* fetch: add an accept encoding header when the range header exists (#33496)shanehandley2024-09-195-31/+32