Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Ryosuke Niwa
On Wed, Oct 9, 2013 at 9:08 PM, Rik Cabanier caban...@gmail.com wrote: I'd like to add for focus rings. They are currently specified in the w3c and whatwg canvas specs: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#dom-context-2d-drawsystemfocusring

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Rik Cabanier
On Thu, Oct 10, 2013 at 1:14 PM, Ryosuke Niwa rn...@webkit.org wrote: On Wed, Oct 9, 2013 at 9:08 PM, Rik Cabanier caban...@gmail.com wrote: I'd like to add for focus rings. They are currently specified in the w3c and whatwg canvas specs:

[webkit-dev] Heads-up: ENABLE_GESTURE_EVENTS removal

2013-10-10 Thread Anders Carlsson
Hello, I’m planning to remove the ENABLE_GESTURE_EVENTS ifdef and related code. It was used by Chromium (and perhaps to some extent Qt) as well as WebKit2 for trackpad events before we switched over to wheel events (which is the recommended way to do things). From what I can see all the code

Re: [webkit-dev] Heads-up: ENABLE_GESTURE_EVENTS removal

2013-10-10 Thread Antonio Gomes
+1 for that. On Thu, Oct 10, 2013 at 6:18 PM, Anders Carlsson ander...@apple.com wrote: Hello, I’m planning to remove the ENABLE_GESTURE_EVENTS ifdef and related code. It was used by Chromium (and perhaps to some extent Qt) as well as WebKit2 for trackpad events before we switched over to

Re: [webkit-dev] Heads-up: ENABLE_GESTURE_EVENTS removal

2013-10-10 Thread Sam Weinig
Sounds good. -Sam On Oct 10, 2013, at 3:18 PM, Anders Carlsson ander...@apple.com wrote: Hello, I’m planning to remove the ENABLE_GESTURE_EVENTS ifdef and related code. It was used by Chromium (and perhaps to some extent Qt) as well as WebKit2 for trackpad events before we switched over

[webkit-dev] Wink browser

2013-10-10 Thread Alex Christensen
With the removal of Chromium and Qt, there are no projects of which I am aware that allow Windows users to use WebKit with content from the open internet. I've started a web browser project I'm calling Wink to get the public to use WebKit on Windows, and I'm collecting crash reports with stack

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Ryosuke Niwa
On Thu, Oct 10, 2013 at 1:35 PM, Rik Cabanier caban...@gmail.com wrote: Support (behind runtime flags) has landed in: - Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=540456 - chrome: https://code.google.com/p/chromium/issues/detail?id=261998 Focus rings associate elements that are

Re: [webkit-dev] Wink browser

2013-10-10 Thread Benjamin Poulain
On 10/10/13 6:08 PM, Alex Christensen wrote: With the removal of Chromium and Qt, there are no projects of which I am aware that allow Windows users to use WebKit with content from the open internet. I've started a web browser project I'm calling Wink to get the public to use WebKit on

Re: [webkit-dev] Wink browser

2013-10-10 Thread Mital Vora
Hi Alex, very nice to see a browser based on wincairo. Congratulations and all the best ! Regards, Mital Vora. On Fri, Oct 11, 2013 at 6:38 AM, Alex Christensen alex.christen...@flexsim.com wrote: With the removal of Chromium and Qt, there are no projects of which I am aware that allow

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Rik Cabanier
On Thu, Oct 10, 2013 at 5:49 PM, Chris Fleizach cfleiz...@apple.com wrote: On Oct 10, 2013, at 1:35 PM, Rik Cabanier caban...@gmail.com wrote: On Thu, Oct 10, 2013 at 1:14 PM, Ryosuke Niwa rn...@webkit.org wrote: On Wed, Oct 9, 2013 at 9:08 PM, Rik Cabanier caban...@gmail.com wrote:

Re: [webkit-dev] Wink browser

2013-10-10 Thread Karen Shaeffer
On Thu, Oct 10, 2013 at 07:08:20PM -0600, Alex Christensen wrote: With the removal of Chromium and Qt, there are no projects of which I am aware that allow Windows users to use WebKit with content from the open internet. I've started a web browser project I'm calling Wink to get the public

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Rik Cabanier
On Thu, Oct 10, 2013 at 6:08 PM, Ryosuke Niwa rn...@webkit.org wrote: On Thu, Oct 10, 2013 at 1:35 PM, Rik Cabanier caban...@gmail.com wrote: Support (behind runtime flags) has landed in: - Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=540456 - chrome:

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Ryosuke Niwa
On Thu, Oct 10, 2013 at 6:56 PM, Rik Cabanier caban...@gmail.com wrote: On Thu, Oct 10, 2013 at 6:08 PM, Ryosuke Niwa rn...@webkit.org wrote: On Thu, Oct 10, 2013 at 1:35 PM, Rik Cabanier caban...@gmail.com wrote: Support (behind runtime flags) has landed in: - Firefox:

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Ryosuke Niwa
The spec. text is also misleading in saying that The drawSystemFocusRing(element) method, when invoked, must run the following steps: If I understood your reply correctly, these are steps that need to be ran continuously? Or is it that steps 2 3 must run upon the currently focused element

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Rik Cabanier
On Thu, Oct 10, 2013 at 7:02 PM, Ryosuke Niwa rn...@webkit.org wrote: On Thu, Oct 10, 2013 at 6:56 PM, Rik Cabanier caban...@gmail.com wrote: On Thu, Oct 10, 2013 at 6:08 PM, Ryosuke Niwa rn...@webkit.org wrote: On Thu, Oct 10, 2013 at 1:35 PM, Rik Cabanier caban...@gmail.comwrote:

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Ryosuke Niwa
On Thu, Oct 10, 2013 at 7:09 PM, Rik Cabanier caban...@gmail.com wrote: On Thu, Oct 10, 2013 at 7:02 PM, Ryosuke Niwa rn...@webkit.org wrote: On Thu, Oct 10, 2013 at 6:56 PM, Rik Cabanier caban...@gmail.com wrote: On Thu, Oct 10, 2013 at 6:08 PM, Ryosuke Niwa rn...@webkit.org wrote: On

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Rik Cabanier
On Thu, Oct 10, 2013 at 7:07 PM, Ryosuke Niwa rn...@webkit.org wrote: The spec. text is also misleading in saying that The drawSystemFocusRing(element) method, when invoked, must run the following steps: If I understood your reply correctly, these are steps that need to be ran

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Rik Cabanier
On Thu, Oct 10, 2013 at 7:13 PM, Ryosuke Niwa rn...@webkit.org wrote: On Thu, Oct 10, 2013 at 7:09 PM, Rik Cabanier caban...@gmail.com wrote: On Thu, Oct 10, 2013 at 7:02 PM, Ryosuke Niwa rn...@webkit.org wrote: On Thu, Oct 10, 2013 at 6:56 PM, Rik Cabanier caban...@gmail.comwrote: On Thu,

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Ryosuke Niwa
On Thu, Oct 10, 2013 at 7:14 PM, Rik Cabanier caban...@gmail.com wrote: On Thu, Oct 10, 2013 at 7:07 PM, Ryosuke Niwa rn...@webkit.org wrote: The spec. text is also misleading in saying that The drawSystemFocusRing(element) method, when invoked, must run the following steps: If I

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-10 Thread Ryosuke Niwa
On Thu, Oct 10, 2013 at 7:21 PM, Rik Cabanier caban...@gmail.com wrote: On Thu, Oct 10, 2013 at 7:19 PM, Ryosuke Niwa rn...@webkit.org wrote: On Thu, Oct 10, 2013 at 7:14 PM, Rik Cabanier caban...@gmail.com wrote: On Thu, Oct 10, 2013 at 7:07 PM, Ryosuke Niwa rn...@webkit.org wrote: The

Re: [webkit-dev] Wink browser

2013-10-10 Thread Justin Haygood
Are there plans to make this an actual browser people can use, beyond just testing? From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webkit.org] On Behalf Of Mital Vora Sent: Thursday, October 10, 2013 9:23 PM To: Alex Christensen Cc: webkit-dev@lists.webkit.org

Re: [webkit-dev] Wink browser

2013-10-10 Thread Brent Fulgham
Fantastic work! I can't wait to see what you do with it. -Brent Sent from my iPad On Oct 10, 2013, at 6:08 PM, Alex Christensen alex.christen...@flexsim.com wrote: With the removal of Chromium and Qt, there are no projects of which I am aware that allow Windows users to use WebKit with