Glenn Watson
Glenn Watson
@pcwalton WR mostly leaves the management of font IDs to Gecko. Gecko creates font resources via the WR API and they have an arbitrary ID: https://github.com/servo/webrender/blob/e2dd5aa76af2775f1da110f70c6a05159bd725d5/webrender_api/src/font.rs#L78 Font instance structures then...
I'm not sure if any of this is useful. If you're happy with the `ninja` build dep, it might be worth switching the other CMake builds over to use it...
@jdm @paulrouget Thoughts? Do you have objections to me removing the scroll bar implementation from WR before support was added into Servo to draw them?
FWIW, I just built current Servo and the existing scrollbars don't seem to work correctly anyway - they clip out on one page, didn't appear at all on another page,...
They're also not clickable / draggable when they are implemented in WR.
Some rough guidelines on how to implement this in Servo below. During display list building, you need to add a primitive that represents the scroll bar. This can be a...
Is this still planned?
@mattwoodrow Should WPT be updated to have Chrome/Edge marked as failing for this test then, with Safari as the passing test? Firefox looks like it matches Safari behaviour fairly closely,...
> Yeah, I think we can adjust the reference file to show the blurred red. @mattwoodrow It's not quite clear to me what we should be testing for in this...
I don't think that would be particularly helpful in my use case, even though it would be reasonable enough for the simplified test case above. In my case, I'm calling...