Josh Matthews
Josh Matthews
Edition changes should not affect the public API. I believe a patch version update would be correct here.
The script plugin is used for marking types that are only safe when used in a way that the GC can observe them. Ideally, types like JSVal and JSString and...
Ah, this will.be fixed when we release a new version that includes https://github.com/servo/ipc-channel/commit/da28df996c22c5b72f95a4bb594689943fc3c7f5. You can use the main branch in the meantime.
This seems to be mostly fixed for me on macOS, with the exception that there is one extra caret at the end of each previous line of text in the...
This happens because a textarea node has a selection range, but its contents are divided up into multiple TextFragment fragments and the selection range is stored in each fragment. The...
With #40683 making it clear that there's only ever one glyph run per fragment, we can fix this by only drawing the insertion point if the range's start is equal...
I think we want the ability to measure all of the applicable properties in https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html .
This is now possible building upon https://github.com/servo/servo/pull/23545.
Nice improvement!
The functionality for prompting for authentication is tracked in #27439.