[webkit-dev] Fwd: Fwd: Understending LLInt

2012-11-21 Thread wingoog moon
-- Forwarded message --
From: wingoog moon wingoo...@gmail.com
Date: Tue, Nov 20, 2012 at 6:12 PM
Subject: Re: [webkit-dev] Fwd: Understending LLInt
To: Filip Pizlo fpi...@apple.com
Cc: squirrelfish-...@lists.webkit.org


 I don't want to believe that rubby interprets custom assembly runtime, can
you please explain how it works?




___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] WebKit + OpenCL

2012-11-21 Thread Zoltan Herczeg
Hi,

we start upstreaming some OpenCL optimizations into WebKit.

This is the master bug:
https://bugs.webkit.org/show_bug.cgi?id=70099

Regards,
Zoltan


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] pointer events specification - first editors draft

2012-11-21 Thread Rick Byers
Hi,
The W3C pointer events working group [1] has put out their first
editors draft of the Pointer Events specification [2].  Pointer events
offer a number of advantages over the current mouse event + touch
event model in WebKit.  In particular, having apps state clearly and
declaratively [3] whether a touch that starts on an element should
result in browser behavior like scrolling or events which can be
handled from JavaScript is potentially a big win for touch scrolling
performance (something we struggle with in Chrome).  Also, with the
increasing sales of windows touch screen devices and adoption of IE10,
touch input compatibility with IE seems like a valuable goal.

If anyone here is interested in providing feedback on the pointer
events design, I'd encourage you to join the working group (or at
least post your comments to public-pointer-events [4]).  The most
significant missing piece from the specification is a description of
interoperability with touch events (similar to the section on mouse
events [5]), but I'm optimistic there will be something reasonable
here soon (Mozilla and Opera are both involved and so care about this
issue too).

Outside of the design details, are there any thoughts or concerns
about WebKit getting an implementation of pointer events at some
point?

Thanks,
   Rick

[1] http://www.w3.org/2012/pointerevents/
[2] http://dvcs.w3.org/hg/pointerevents/raw-file/tip/pointerEvents.html
[3] 
http://dvcs.w3.org/hg/pointerevents/raw-file/tip/pointerEvents.html#the-touch-action-css-property
[4] http://lists.w3.org/Archives/Public/public-pointer-events/
[5] 
http://dvcs.w3.org/hg/pointerevents/raw-file/tip/pointerEvents.html#compatibility-mapping-with-mouse-events
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Adding the first reference combinator behind a SHADOW_DOM flag

2012-11-21 Thread Hayato Ito
Hi,

I'd like to add support for a select reference combinator behind a
SHADOW_DOM flag.
https://bugs.webkit.org/show_bug.cgi?id=82169

The spec for this feature:
  - Selectors Level 4 specification
http://dev.w3.org/csswg/selectors4/#idref-combinators
  - Shadow DOM specification

http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#selecting-nodes-distributed-to-insertion-points

Since a select reference combinator will be the first reference
combinator implemented in WebKit, this will introduces a new CSS
grammer behind a SHADOW_DOM flag.

Please let me know of any concerns.


-- 
Hayato
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev