[webkit-dev] @scope

2022-03-25 Thread Anders Hartvoll Ruud via webkit-dev
Hello,

We're about to start experimenting with @scope and scoped styles in
Chromium. Do you have any thoughts or plans for @scope?

https://www.w3.org/TR/css-cascade-6/#scope-atrule (Linking to TR, since
editor's draft is down at the moment).

Thanks!
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Scope of FrameLoader::isProcessingUserGesture

2011-01-11 Thread Joe Mason
Since nobody answered in the negative I filed this as 
https://bugs.webkit.org/show_bug.cgi?id=52211

> -Original Message-
> From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-
> boun...@lists.webkit.org] On Behalf Of Joe Mason
> Sent: Monday, January 10, 2011 4:31 PM
> To: webkit-dev Development
> Subject: [webkit-dev] Scope of FrameLoader::isProcessingUserGesture
> 
> In our platform implementation of dispatchWillPerformClientRedirect, we
> check whether the redirect was triggered by a user gesture:
> 
> m_frame->loader()->isProcessingUserGesture()
> 
> Since svn rev 65082, isProcessingUserGesture returns true when
> processing a meta tag refresh.
> 
> We have a fix for this, but before we submit it - is
> isProcessingUserGesture SUPPOSED to be returning the correct value at
> this point?  Or is it meant to be undefined except during the actual
> load?
> 
> Thanks,
> Joe
> 
> -
> This transmission (including any attachments) may contain confidential
> information, privileged material (including material protected by the
> solicitor-client or other applicable privileges), or constitute non-
> public information. Any use of this information by anyone other than
> the intended recipient is prohibited. If you have received this
> transmission in error, please immediately reply to the sender and
> delete this information from your system. Use, dissemination,
> distribution, or reproduction of this transmission by unintended
> recipients is not authorized and may be unlawful.
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

-
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Scope of FrameLoader::isProcessingUserGesture

2011-01-10 Thread Joe Mason
In our platform implementation of dispatchWillPerformClientRedirect, we check 
whether the redirect was triggered by a user gesture:

m_frame->loader()->isProcessingUserGesture()

Since svn rev 65082, isProcessingUserGesture returns true when processing a 
meta tag refresh.

We have a fix for this, but before we submit it - is isProcessingUserGesture 
SUPPOSED to be returning the correct value at this point?  Or is it meant to be 
undefined except during the actual load?

Thanks,
Joe

-
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev