Martin Robinson

Results 197 comments of Martin Robinson

Hopefully this should be fixed when the animationstart event is implemented. I think that's the last thing necessary for this test to pass.

The issue here seems to be the calculation of `height: 100%` on the container. The reason that this only shows up when using `overflow: auto` is because scroll frames also...

Based on my reading of the [Quirks Mode Spec](https://quirks.spec.whatwg.org) the problem here is lack of implementation of: - [§ 3.5. The percentage height calculation quirk](https://quirks.spec.whatwg.org/#the-percentage-height-calculation-quirk) - [§ 3.6. The html...

I think we'd need this for the Servo repository as well.

A prerequisite is that all bots that make commits are able to sign off on their commits.

I think we could turn this one now. In addition we might want to add more instructions for contributors to use the `-s` option when using `git` to sign their...

I have enabled the DCO bot for various servo repositories: `servo`, `mozjs`, `webxr`, `media`. These are essentially the core servo repositories that are essentially not community supported dependencies. > We...

> I think this was done only for servo/servo, as I didn't get sign-off option on mozjs via GitHub UI. I suggest we do this organization wide for all repos:...

> There is still one use in mc: https://searchfox.org/mozilla-central/source/python/mozboot/mozboot/android.py#270, but there are also (less important) uses of _ROOT https://searchfox.org/mozilla-central/search?q=ANDROID_NDK_ROOT&path=&case=false&regexp=false I did see that usage, but it looks like it only...

> So why is this not patched in? I think that @Redfire75369's comment is the important point. Adding support for a platform on top of upstream is a large maintenance...