Mounir Lamouri

Results 39 comments of Mounir Lamouri

If you use "checkin-" (which intent is to be used on backed out patches), we could filter out those patches. Actually, I just sent a pull request to filter out...

For every tab at once would be enough. I guess a setting "menu" would be useful for other stuff (for example, "in-testsuite" or other flags could be ignored based on...

For the inial issue, I guess we could have something like: ``` javascript storage.lock().then(function() { return storage.get('a'); }).then(function(v) { return storage.set('a', v+1); }).then(function() { storage.unlock(); }); ``` I'm not sure...

If the main argument against having a lock()/unlock() behaviour is the risk of developers forgetting to unlock, we could imagine that the unlock() would automatically happen at the end of...

Argh, I didn't mean to send the comment... I wanted to add that I am not sure that such a behaviour is actually implementable without hacking the platform. The platform...

Chrome is going to implement a timeframe of 10 seconds.

For the sack of being abstract enough, I would call this user interaction and say that notificationclick event represents a user interaction. There might be other events representing a user...

I think it's a great idea to re-use the icons syntax from the Manifest. Though, I'm not sure what we should do wrt the "small icon". What would be the...

Why is Manifest "at risk"? It is implemented by Edge, Firefox, Google and Opera and used in the wild.

Isn't this what we discussed @jernoble during the WG call? The idea is that `:picture-in-picture-inline` will do exactly what `:picture-in-picture` is currently doing which will allow us to create another...