Resolving URLs in c++

2019-07-11 Thread mcaceres
Was looking at how WebKit implements the WebShare API, and they have this nice method `completeURL(str)` [1] that resolved URLs relative to, I guess, the `Document` object (or whatever context is). So they can basically do this c++: ``` Optional url; if (!data.url.isEmpty()) { u

[IMPORTANT] Submit your PI Requests for Skyline/Firefox 70 QA feature testing by July 19

2019-07-11 Thread Tom Grabowski
Similar to what QA did for previous Firefox feature testing prioritization , we would like to do the same for Fx70/Skyline. In order to help with the process, please *submit your pi-request

Re: Intent to Implement: CSS backdrop-filter

2019-07-11 Thread Jeff Muizelaar
On Thu, Jul 11, 2019 at 11:28 AM L. David Baron wrote: > I don't think having a CSS feature that stops working if the GPU > process crashes is acceptable. It's not a coherent story to web > developers, and it means that once sites start relying on the > feature (which they'll think they can do be

Re: Intent to Implement: CSS backdrop-filter

2019-07-11 Thread L. David Baron
On Thursday 2019-07-11 10:59 -0400, Jeff Muizelaar wrote: > On Thu, Jul 11, 2019 at 10:46 AM Emilio Cobos Álvarez > wrote: > > On 7/10/19 11:01 PM, Connor Brewster wrote: > > > Hi David, > > > > > >> It's not clear to me what this option means in terms of what you're > > >> proposing to implement

Re: Intent to Implement: CSS backdrop-filter

2019-07-11 Thread Jeff Muizelaar
On Thu, Jul 11, 2019 at 10:46 AM Emilio Cobos Álvarez wrote: > On 7/10/19 11:01 PM, Connor Brewster wrote: > > Hi David, > > > >> It's not clear to me what this option means in terms of what you're > >> proposing to implement and ship. @supports is a feature that web > >> developers can use -- an

Re: Intent to Implement: CSS backdrop-filter

2019-07-11 Thread Emilio Cobos Álvarez
On 7/10/19 11:01 PM, Connor Brewster wrote: Hi David, It's not clear to me what this option means in terms of what you're proposing to implement and ship. @supports is a feature that web developers can use -- and it should clearly match whether the feature is supported. However, I think wh