On 2019-10-17 16:23, Chris Lord wrote:
> So I was just looking at adding a setting, but looks like it's already
> behind a runtime-setting that's controlled by the experimental-features
> flag, so I guess we're ok as it is?
After discussing with Zan, we decided the best thing to do was to split
On 2019-10-11 12:13, Ryosuke Niwa wrote:
> On Fri, Oct 11, 2019 at 2:09 AM Chris Lord wrote:
>
>> On 2019-10-10 23:15, Ryosuke Niwa wrote:
>>> On Thu, Oct 10, 2019 at 2:07 PM Myles C. Maxfield
>>> wrote:
>>>
> On Oct 10, 2019, at 12:57 PM, Ryosuke Niwa
> wrote:
>
> Hi Chris,
>
On 11/10/2019 11:09, Chris Lord wrote:
> This sounds good to me, I'll file a bug and write a patch for this. I
> assume there are ways of enabling features when tests are run? While a
> user (or a developer) using WebKit wouldn't want this feature to be
> enabled, I think it should be enabled for (
On Fri, Oct 11, 2019 at 2:09 AM Chris Lord wrote:
>
> On 2019-10-10 23:15, Ryosuke Niwa wrote:
> > On Thu, Oct 10, 2019 at 2:07 PM Myles C. Maxfield
> > wrote:
> >
> >>> On Oct 10, 2019, at 12:57 PM, Ryosuke Niwa
> >>> wrote:
> >>>
> >>> Hi Chris,
> >>>
> >>> I'm excited that you're working on
On 2019-10-10 23:15, Ryosuke Niwa wrote:
> On Thu, Oct 10, 2019 at 2:07 PM Myles C. Maxfield
> wrote:
>
>>> On Oct 10, 2019, at 12:57 PM, Ryosuke Niwa
>>> wrote:
>>>
>>> Hi Chris,
>>>
>>> I'm excited that you're working on OffscreenCanvas because I think
>>> it would be a valuable feature
>>
>
On Thu, Oct 10, 2019 at 2:07 PM Myles C. Maxfield
wrote:
>
>
> On Oct 10, 2019, at 12:57 PM, Ryosuke Niwa wrote:
>
> Hi Chris,
>
> I'm excited that you're working on OffscreenCanvas because I think it
> would be a valuable feature
>
>
> Me too!!!
>
> , and I'm confident we can come up with a str
> On Oct 10, 2019, at 12:57 PM, Ryosuke Niwa wrote:
>
> Hi Chris,
>
> I'm excited that you're working on OffscreenCanvas because I think it would
> be a valuable feature
Me too!!!
> , and I'm confident we can come up with a strategy to limit its privacy &
> security risk as we see fit.
>
Hi Chris,
I'm excited that you're working on OffscreenCanvas because I think it would
be a valuable feature, and I'm confident we can come up with a strategy to
limit its privacy & security risk as we see fit.
However, many of your patches seem to ignore the fact most of WebCore
objects aren't th
> On Oct 10, 2019, at 10:18 AM, John Wilander wrote:
>
>> On Oct 10, 2019, at 9:42 AM, Maciej Stachowiak wrote:
>>
>> For clarity, it’s already possible to render to a regular canvas offscreen.
>> The can be hidden using any of the techniques that can make any
>> other canvas invisible. Na
> On Oct 10, 2019, at 9:42 AM, Maciej Stachowiak wrote:
>
> For clarity, it’s already possible to render to a regular canvas offscreen.
> The can be hidden using any of the techniques that can make any
> other canvas invisible. Name notwithstanding, OffscreenCanvas is mainly about
> being abl
For clarity, it’s already possible to render to a regular canvas offscreen. The
can be hidden using any of the techniques that can make any other
canvas invisible. Name notwithstanding, OffscreenCanvas is mainly about being
able to render from a Worker, not about enabling rendering offscreen.
Hi John,
I don't know what the current state is of counter-measures for such an
attack, but I don't immediately imagine OffscreenCanvas would make them
more effective. The patch series doesn't add any new rendering paths, so
whatever was possible before will likely still be possible and whatever
w
Hi Chris!
Canvas is a very popular GPU fingerprinting vector and allowing it offscreen
sounds like a more convenient way to perform such an attack on user privacy. Do
you know if Blink or Gecko have elaborated on this? What is your assessment?
Given the cross-engine effort to fight device finge
Hi all,
I've spent the last month or so 'finishing' the implementation of
OffscreenCanvas[1], based on Žan Doberšek's work from a year ago[2].
OffscreenCanvas is an API for being able to use canvas drawing without a
visible canvas, and from within Workers. It's supported by Blink and has
partial s
14 matches
Mail list logo