Re: Intent to experiment: Web Share API

2019-07-01 Thread Michael de Boer
Dale Harvey implemented native share functionality on Desktop before, which you can access through the meatball menu, inside the urlbar. So if you’d like to go for parity across platforms, please feel free to reach out. Best, Mike. > On 1 Jul 2019, at 03:22, mcace...@mozilla.com wrote: > >

Re: PSA: New method for registering XPCOM components

2019-02-06 Thread Michael de Boer
Hi Kris, That looks really neat and a nice step forward! I’m a fan of all the things you’re doing, btw ;-) Whilst reading through the docs you pointed at, I was missing a few things, to be honest: * Perhaps a link (or multiple links) to MDN docs we already have on XPCOM components - which

Re: Intent to implement: Visual Viewport API

2018-07-24 Thread Michael de Boer
> On 24 Jul 2018, at 01:36, Tanushree Podder wrote: > > Summary: Mobile web pages contain two viewports, the layout viewport and > the visual viewport. The layout viewport consists of all the page contents > and is specified by the meta-viewport tag. The visual viewport is the > actual visible

Re: Intent to remove: do_check_*, do_print, do_execute_soon, do_register_cleanup

2017-12-21 Thread Michael de Boer
<3 Thanks so much for taking this, Florian! > On 19 Dec 2017, at 20:14, Florian Quèze wrote: > > In order to reduce the confusion for people writing tests using both > xpcshell and mochitests, I'm currently working on removing the old > do_* helpers that have an obvious nicer

Re: Bigger hard drives wanted (was Re: More ThinkStation P710 Nvidia tips (was Re: Faster gecko builds with IceCC on Mac and Linux))

2017-11-08 Thread Michael de Boer
I’d like to add the VM multiplier: I’m working mainly on OSX and run a Windows and a Linux VM in there with their own checkouts and objdirs. Instead of allocating a comfortable size virtual disks, I end up resizing them quite frequently to avoid running out of space to save as much as possible

Re: Reminder on Try usage and infrastructure resources

2017-09-14 Thread Michael de Boer
> On 14 Sep 2017, at 17:48, Marco Bonardo wrote: > > When I need to retrigger a mochitest-browser test multiple times (to > investigate an intermittent), often I end up running all the > mochitest-browser tests, looking at every log until I find the chunk > where the test

PSA: add_task().skip() and add_task().only() are now available to three test suites

2017-07-18 Thread Michael de Boer
Dear devs, Assuming the landing of patches in https://bugzilla.mozilla.org/show_bug.cgi?id=1380470 sticks, you all can enjoy the following from tomorrow onwards: Paraphrased from the bug’s description: You can now use `add_task(async

Re: Intent to ship: IntersectionObserver API

2017-03-15 Thread Michael de Boer
Hi Tobias, Very exciting! This is a _very_ welcome addition to the family of Web APIs, IMHO. I’m curious about the performance characteristics for consumers of this API: how does it scale in respect to 1. The amount of observers active on a single page and 2. Size of the page in raw DOM node