aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Include non-shadowdom children of shadow hosts in style calculation (#34298)Simon Wülker2024-11-2076-90/+257
* Replace `sparkle` with `glow` in `components/canvas` (#33918)Samson2024-11-202-2/+2
* Enable Shadow DOM for tests (#34299)Josh Matthews2024-11-20207-260/+4735
* Enable SubtleCrypto by default (#34294)Daniel Adams2024-11-192-1/+3
* style: Add support for `is()` and `where()` selectors (#34066)Martin Robinson2024-11-1920-380/+0
* Remove referrer policy from document (#34263)shanehandley2024-11-1980-1352/+0
* Implement AES-GCM support for subtlecrypto (#34269)Simon Wülker2024-11-198-13367/+664
* crypto: Support key wrap operations + AES-KW (#34262)Daniel Adams2024-11-1810-3822/+0
* Fix min/max-content block size of replaced element (#34284)Oriol Brufau2024-11-182-0/+40
* Implement HMAC key generation (#34278)Simon Wülker2024-11-183-1826/+98
* layout: Use `Size::FitContent` when the alignment isn't `normal` or `stretch`...tanishka2024-11-1824-588/+12
* Update web-platform-tests to revision b'6cf69a4f431581e9438681abc776029308ee8...Servo WPT Sync2024-11-17473-16219/+18119
* Fix offsetLeft/offsetTop to match major browsers (#32761)Nico Burns2024-11-1621-1185/+24
* subtlecrypto: Don't throw exceptions twice when converting to Algorithm objec...Simon Wülker2024-11-154-3/+40
* fix: allow form submission for input [type=image] (#34203)shanehandley2024-11-146-120/+22
* Support justify-self on absolutely positioned elements (#34235)chickenleaf2024-11-131-36/+0
* Implement `"get key length"` operation for HMAC algorithm (#34230)Simon Wülker2024-11-122-4608/+0
* Implement `crypto.subtle.sign/verify` with HMAC (#34223)Simon Wülker2024-11-113-518/+1
* Fix inline content sizes of intrinsic element with indefinite block size (#34...Oriol Brufau2024-11-115-14/+0
* Use the correct fallback referrer policy for the empty string case (#34201)shanehandley2024-11-104-185/+0
* Update web-platform-tests to revision b'8686b7a6d288d3b2c22b5ddb5a21773619b22...Servo WPT Sync2024-11-10414-28609/+9327
* Implement HKDF support for `subtlecrypto.deriveBits` (#34200)Simon Wülker2024-11-104-9045/+0
* subtlecrypto: Replace `NormalizedAlgorithm` with specialized variants (#34193)Simon Wülker2024-11-093-9084/+0
* Implement referrer policy for dom worker construction (#34192)shanehandley2024-11-0956-368/+0
* layout: Fix caching of streching flex items in row flex (#34162)Martin Robinson2024-11-082-0/+31
* Implement `subtlecrypto.deriveKey` (#34185)Simon Wülker2024-11-085-13038/+0
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-08190-5110/+20
* Implement `SubtleCrypto.deriveBits` with PBDKF2 (#34164)Simon Wülker2024-11-068-4386/+0
* Add [EnforceRange] on OffscreenCanvas width/height idl attribute (#34165)Simon Wülker2024-11-0614-43/+0
* Implement keyword sizes for replaced elements (#34091)Oriol Brufau2024-11-0514-24/+191
* layout: Properly calculate free space in flexbox flexible length resolution (...Martin Robinson2024-11-0515-40/+0
* build(deps): bump url from 2.5.1 to 2.5.3 (#34136)dependabot[bot]2024-11-043-86/+0
* Fix GC borrow hazards triggered by LoadBlocker::terminate (#34122)tanishka2024-11-045-10/+0
* Return cached object from `CryptoKey.algorithm` getter (#34092)Simon Wülker2024-11-042-0/+49
* Update webgl conformance tests (#33121)Josh Matthews2024-11-044061-89993/+100040
* Implement `ImageBitmap.close` (#34124)Simon Wülker2024-11-042-6/+0
* Enable more DOM preferences for unofficial WPT test runs (#34116)Josh Matthews2024-11-031331-6946/+667
* Update web-platform-tests to revision b'd2f2efe271ae2fa661c52ed2fe8564e21ad40...Servo WPT Sync2024-11-031737-16160/+45428
* frozen array in XRInputSourcesChangeEvent, update `to_frozen_array` doc (#34100)chickenleaf2024-11-022-1/+13
* DOMRectList interface implementation (#34025)chickenleaf2024-11-015-38/+2
* Unify sizing logic for replaced elements (#34076)Oriol Brufau2024-11-013-8/+2
* Use default object size as fallback for intrinsic size of replaced element (#...Oriol Brufau2024-10-311-3/+0
* Properly handle fallback aspect ratio for videos (#34082)Oriol Brufau2024-10-313-0/+55
* Fix geometry queries for floats and replaced inlines (#34083)Oriol Brufau2024-10-31100-2301/+0
* Fix timeout in position-absolute-replaced-minmax.html (#34075)Oriol Brufau2024-10-303-21/+21
* Enable css-grid WPT tests (#34052)Nico Burns2024-10-301041-2/+33645
* Properly transfer min/max constraints on auto-sized replaced elements (#34026)Oriol Brufau2024-10-304-0/+475
* Test <video> with width and height attributes but aspect-ratio:auto (#34069)Oriol Brufau2024-10-302-45/+63
* servoshell: Allow overriding screen resolution with a command-line argument (...Martin Robinson2024-10-302-2/+2
* Implement `SubtleCrypto.digest` (#34034)Simon Wülker2024-10-303-503/+0