Hey,
in https://bugs.webkit.org/show_bug.cgi?id=86969 I'm changing window.focus
and window.blur to match Firefox's behavior: window.blur does nothing, and
window.focus only works when invoked from the window that actually opened
the former.
The goal is to thwart so-called pop unders.
Does any
Hi,
is there any reason why the transformations in WebKit use doubles? We
could optimize some functions further with ARM SIMD if they would be
floats. Is there any objection to make them float if the change would have
no other side effects except some rounding because of the lower precision?
So this would just make pop-unders turn into pop-overs correct?
On Mon, May 21, 2012 at 2:17 AM, Jochen Eisinger joc...@chromium.org wrote:
Hey,
in https://bugs.webkit.org/show_bug.cgi?id=86969 I'm changing window.focus
and window.blur to match Firefox's behavior: window.blur does nothing,
Resent from the correct account.
On Mon, May 21, 2012 at 4:16 AM, Eric Seidel esei...@google.com wrote:
So this would just make pop-unders turn into pop-overs correct?
On Mon, May 21, 2012 at 2:17 AM, Jochen Eisinger joc...@chromium.org wrote:
Hey,
in
On Mon, May 21, 2012 at 1:16 PM, Eric Seidel esei...@google.com wrote:
So this would just make pop-unders turn into pop-overs correct?
Correct. Keep in mind that at this point, our logic already decided that
it's ok for the page to show a popup
-jochen
On Mon, May 21, 2012 at 2:17 AM,
I have a non-specific concern about compatibility here. I think a setting
would be good to allow ports to have bake time if they want it.
- Adele
On May 21, 2012, at 2:17 AM, Jochen Eisinger wrote:
Hey,
in https://bugs.webkit.org/show_bug.cgi?id=86969 I'm changing window.focus
and
TransformationMatrix started out as floats, then got changed to doubles in
http://trac.webkit.org/changeset/40761
This was done because on most hardware there is no penalty for using doubles
over floats, and provided a better match with our system APIs that used doubles.
I'd prefer to take a
Maybe you can add a typedef in Platform.h to make it configurable? e.g.
maybe you want to be able to use long double instead of regular double in
the future.
- Ryosuke
On Mon, May 21, 2012 at 10:34 AM, Simon Fraser simon.fra...@apple.comwrote:
TransformationMatrix started out as floats, then
Ideally WebKit would avoid casts by consistently using either double or
floats everywhere a floating point representation is needed. I don't think
it's as simple as adding a typedef, but maybe it is. In any event it would
have to be spelled out in the style guide.
My gut feeling is that floats
Hi,
Let's try the new deprecation process documented as
http://trac.webkit.org/wiki/DeprecatingFeatures.
I would like to propose the deprecation and removal of
getPropertyShorthand of CSSStyleDeclaration.
State of art :
- This method is exposed to the Web.
- Its purpose is to get whether a
On Mon, May 21, 2012 at 11:09 AM, Alexis Menard
alexis.men...@openbossa.org wrote:
- It is exposed to the web therefore it could potentially break
something. A quick search of getPropertyShorthand on google doesn't
show much except stuff happening on webkit.org (i know this is far
from being
On Mon, May 21, 2012 at 3:21 PM, Evan Martin e...@chromium.org wrote:
On Mon, May 21, 2012 at 11:09 AM, Alexis Menard
alexis.men...@openbossa.org wrote:
- It is exposed to the web therefore it could potentially break
something. A quick search of getPropertyShorthand on google doesn't
show
On Mon, May 21, 2012 at 8:17 PM, Eric Seidel e...@webkit.org wrote:
So the goal (FF's goal) is to guilt the site into not using pop-ups
anymore? Since they don't want to take you away from their content (as
pop-unders allow them to do?)
I don't think this changed a lot since FF started to
On Mon, May 21, 2012 at 2:17 AM, Jochen Eisinger joc...@chromium.orgwrote:
Hey,
in https://bugs.webkit.org/show_bug.cgi?id=86969 I'm changing
window.focus and window.blur to match Firefox's behavior: window.blur does
nothing, and window.focus only works when invoked from the window that
On May 21, 2012, at 12:16 PM, Andrew Wilson atwil...@google.com wrote:
On Mon, May 21, 2012 at 2:17 AM, Jochen Eisinger joc...@chromium.org wrote:
Hey,
in https://bugs.webkit.org/show_bug.cgi?id=86969 I'm changing window.focus
and window.blur to match Firefox's behavior: window.blur
On Mon, May 21, 2012 at 9:16 PM, Andrew Wilson atwil...@google.com wrote:
On Mon, May 21, 2012 at 2:17 AM, Jochen Eisinger joc...@chromium.orgwrote:
Hey,
in https://bugs.webkit.org/show_bug.cgi?id=86969 I'm changing
window.focus and window.blur to match Firefox's behavior: window.blur
On Mon, May 21, 2012 at 12:21 PM, Maciej Stachowiak m...@apple.com wrote:
On May 21, 2012, at 12:16 PM, Andrew Wilson atwil...@google.com wrote:
On Mon, May 21, 2012 at 2:17 AM, Jochen Eisinger joc...@chromium.orgwrote:
Hey,
in https://bugs.webkit.org/show_bug.cgi?id=86969 I'm changing
On Mon, May 21, 2012 at 12:21 PM, Jochen Eisinger joc...@chromium.orgwrote:
On Mon, May 21, 2012 at 9:16 PM, Andrew Wilson atwil...@google.comwrote:
On Mon, May 21, 2012 at 2:17 AM, Jochen Eisinger joc...@chromium.orgwrote:
Hey,
in https://bugs.webkit.org/show_bug.cgi?id=86969 I'm
On May 21, 2012, at 11:09 AM, Alexis Menard alexis.men...@openbossa.org wrote:
Hi,
Let's try the new deprecation process documented as
http://trac.webkit.org/wiki/DeprecatingFeatures.
I would like to propose the deprecation and removal of
getPropertyShorthand of CSSStyleDeclaration.
On May 21, 2012, at 12:24 PM, Andrew Wilson atwil...@google.com wrote:
On Mon, May 21, 2012 at 12:21 PM, Maciej Stachowiak m...@apple.com wrote:
On May 21, 2012, at 12:16 PM, Andrew Wilson atwil...@google.com wrote:
On Mon, May 21, 2012 at 2:17 AM, Jochen Eisinger
On May 21, 2012, at 12:25 PM, Andrew Wilson atwil...@google.com wrote:
No, because the setTimeout() callback would be executed outside the context
of a user gesture.
This isn't always true. User gesture state is forwarded to the timeout's
callback if the timeout was scheduled in the context
On Mon, May 21, 2012 at 4:29 PM, Maciej Stachowiak m...@apple.com wrote:
On May 21, 2012, at 11:09 AM, Alexis Menard alexis.men...@openbossa.org
wrote:
Hi,
Let's try the new deprecation process documented as
http://trac.webkit.org/wiki/DeprecatingFeatures.
I would like to propose the
On Tue, May 22, 2012 at 12:17 AM, David Hyatt hy...@apple.com wrote:
Yup, no reason for it to be exposed any more. It was just needed way back
when the Inspector used JS.
dave
(hy...@apple.com)
On May 21, 2012, at 2:39 PM, Alexis Menard wrote:
On Mon, May 21, 2012 at 4:29 PM, Maciej
Hello webkit folks,
I will be upgrading OS (from Ubuntu 10.10 to 12.04) for EFL ews and 64-bit
release buildslave. So during the upgrade, they will not work properly.
Sorry for the inconvenience caused, and I will bring the server up and
running again as soon as the upgrade is done.
The root cause is the IsDebuggerPresent() disabled the debug message in
vprintf_stderr_common() function.
/Thu May 17 20:04:23 PDT 2012/:
I enabled the debug output on Windows for WebCore, OutputDebugStringA is called
to show the message. The output message can be displayed in Visual Studio
25 matches
Mail list logo