[webkit-dev] Question on WebCore zoom functionality

2011-05-02 Thread vswap 65
Hi All, When I am trying to apply a specific zoomfactor (say X) to WebCore with a certain viewport, I see my page layout being in appropriate. BTW the particular page did not provide me any WebCore::ViewportArguments in didReceiveViewportArguments() in glue layer(ChromeClient). Let's say my

Re: [webkit-dev] Renaming the blog (was Re: WebKit blog post proposal: Remote debugging with Web Inspector.)

2011-05-02 Thread Simon Fraser
On May 2, 2011, at 1:45 AM, Adam Barth wrote: On Sun, May 1, 2011 at 2:27 AM, Maciej Stachowiak m...@apple.com wrote: On 2011-04-30, at 22:11, Pavel Feldman wrote: provocativeIn return, can I ask to rename the WebKit blog from Surfin' Safari to something more WebKit-specific?/provocative

Re: [webkit-dev] Renaming the blog (was Re: WebKit blog post proposal: Remote debugging with Web Inspector.)

2011-05-02 Thread David Levin
What's what with WebKit On Mon, May 2, 2011 at 10:01 AM, Eric Seidel e...@webkit.org wrote: Along the vein of cutesy CSS names: http://trac.webkit.org/browser/trunk/Source/WebCore/css/CSSPropertyNames.in was rather inspiring: -webkit-writing-mode: blog content: blog Style Overflow

Re: [webkit-dev] Renaming the blog (was Re: WebKit blog post proposal: Remote debugging with Web Inspector.)

2011-05-02 Thread Leandro Pereira
On Mon, May 2, 2011 at 5:45 AM, Adam Barth aba...@webkit.org wrote: On Sun, May 1, 2011 at 2:27 AM, Maciej Stachowiak m...@apple.com wrote: On 2011-04-30, at 22:11, Pavel Feldman wrote: Back in the day, we named it after Hyatt's old blog. At this point, it might be that no one remembers it or

Re: [webkit-dev] Renaming the blog (was Re: WebKit blog post proposal: Remote debugging with Web Inspector.)

2011-05-02 Thread Eric Seidel
It would also need to be more like the Quarterly WTF to match our post rate. :p On Mon, May 2, 2011 at 10:12 AM, Leandro Pereira lean...@profusion.mobi wrote: On Mon, May 2, 2011 at 5:45 AM, Adam Barth aba...@webkit.org wrote: On Sun, May 1, 2011 at 2:27 AM, Maciej Stachowiak m...@apple.com

Re: [webkit-dev] Can someone explain function ChromeClient::scroll in WebKit/gtk/WebCoreSupport/ChromeClientGtk.c?

2011-05-02 Thread I Luv Code
Hi, Let me share with you whatever little I am aware of. When you try to scroll, the event first reaches to Glue layer(webview/webpage) from there It goes to WebCore inside through ScrollView FrameView then finally it lands up to Chrome::scroll. And then m_client-scroll calls

Re: [webkit-dev] WebKit blog post proposal: Remote debugging with Web Inspector.

2011-05-02 Thread Antonio Gomes
CC'ed Konrad, who is one of the web inspector developers/porters on the Playbook side. On Sat, Apr 30, 2011 at 6:42 AM, Pavel Feldman pfeld...@chromium.orgwrote: This is really about the Web Inspector + about the new protocol that is a part of Web Inspector. The whole point of the post is that

[webkit-dev] New feature - MHTML support

2011-05-02 Thread Jay Civelli
Hi, I am looking into adding MHTML support to WebCore (in a platform independent way). MHTML is a web archive format that combines a page and all its resources into a single-file (http://tools.ietf.org/html/rfc2557). IE and FIrefox supports MHTML (Firefox with the UnMHT addon). I have a a patch

Re: [webkit-dev] New feature - MHTML support

2011-05-02 Thread Eric Seidel
Cool. There have been talks of doing this for many many years. I'm glad someone's looking at it. On Mon, May 2, 2011 at 11:17 AM, Jay Civelli jcive...@chromium.org wrote: Hi, I am looking into adding MHTML support to WebCore (in a platform independent way). MHTML is a web archive format

[webkit-dev] How to enable WebGL on WebKit QT port?

2011-05-02 Thread Won J Jeon
I tried to build a WebKit QT port with WebGL support by enabling '--3d-canvas' and '--3d-rendering' (--no-accelerated-2d-canvas by default) but it has the following error on GraphicsContext3DQt.cpp: ../../../Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp: In constructor

Re: [webkit-dev] How to enable WebGL on WebKit QT port?

2011-05-02 Thread David Levin
It looks like there need to be a few build fixes in that code due to recent changes in the code. See http://trac.webkit.org/changeset/85343 for the types of changes to be done. Then feel free to submit a patch to fix this for others -- http://www.webkit.org/coding/contributing.html dave On

Re: [webkit-dev] New feature - MHTML support

2011-05-02 Thread Alexey Proskuryakov
02.05.2011, в 11:17, Jay Civelli написал(а): Hi, I am looking into adding MHTML support to WebCore (in a platform independent way). MHTML is a web archive format that combines a page and all its resources into a single-file (http://tools.ietf.org/html/rfc2557). IE and FIrefox supports

Re: [webkit-dev] How to enable WebGL on WebKit QT port?

2011-05-02 Thread Won J Jeon
Dear David, Thanks for your response. However, my code base is r85509 and even with the code changes that you mentioned, I got the same error message. Any idea? Regards, Won On Mon, May 2, 2011 at 11:37 AM, David Levin le...@chromium.org wrote: It looks like there need to be a few build

Re: [webkit-dev] New feature - MHTML support

2011-05-02 Thread Adam Barth
Alexey, One reason you might not have heard as much demand is because Safari addresses this use case with web archives. However, web archives are an Apple-only (or at least Objective-C entangled) technology. Adam On May 2, 2011 1:35 PM, Peter Kasting pkast...@chromium.org wrote: On Mon, May

Re: [webkit-dev] How to enable WebGL on WebKit QT port?

2011-05-02 Thread David Levin
On Mon, May 2, 2011 at 1:39 PM, Won J Jeon wjj...@gmail.com wrote: Dear David, Thanks for your response. However, my code base is r85509 and even with the code changes that you mentioned, I got the same error message. Any idea? Yes, there still need to be some changes to fix the build that

Re: [webkit-dev] New feature - MHTML support

2011-05-02 Thread Eric Seidel
MHTML support was definitely discussed at length back in the early days of Safari Windows development in webkit.org. Maybe that desire has gone away since then. I feel very out-of-touch with current Safari-on-Windows needs. -eric On Mon, May 2, 2011 at 1:43 PM, Adam Barth aba...@webkit.org

Re: [webkit-dev] How to enable WebGL on WebKit QT port?

2011-05-02 Thread Osztrogonac Csaba
Hi, Sorry for the inconvenience, I fixed it: http://trac.webkit.org/changeset/85526 Unfortunately this code path isn't guarded by buildbot now. br, Ossy Won J Jeon írta: I tried to build a WebKit QT port with WebGL support by enabling '--3d-canvas' and '--3d-rendering'

Re: [webkit-dev] How to enable WebGL on WebKit QT port?

2011-05-02 Thread Won J Jeon
Dear Ossy, Thanks for the update. BTW, is there any switch that I need to turn on in order to enable WebGL support with QT port? I built the code by using '--3d-canvas --3d-rendering' switches and launched QtTestBrowser by using 'run-launcher'. However, when I access the WebGL page, it says 'It

Re: [webkit-dev] Experimental cr-linux-ews now runs tests

2011-05-02 Thread Adam Barth
The result of the experiment is success! These are now running for real. I'm not sure how much capacity we'll need. I've got three instances running now. We'll see if that's enough. If you see any strange behavior, let me know. Thanks! Adam On Fri, Apr 22, 2011 at 9:08 PM, Adam Barth

[webkit-dev] Is there any introduction to the blur algorithm used in ContextShadow::blurLayerImage

2011-05-02 Thread Chengwei Wu
Hi all: As the title says. Anyone can help me? -- Best Regards! Chengwei Wu ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Is there any introduction to the blur algorithm used in ContextShadow::blurLayerImage

2011-05-02 Thread Simon Fraser
And ShadowBlur too! I don't know of a reference. Your best option is to use trac to SVN blame the code, and find the author on #webkit. Do you have specific questions about it? Simon On May 2, 2011, at 6:54 PM, Chengwei Wu wrote: Hi all: As the title says. Anyone can help me? --

Re: [webkit-dev] Is there any introduction to the blur algorithm used in ContextShadow::blurLayerImage

2011-05-02 Thread Martin Robinson
On Mon, May 2, 2011 at 6:54 PM, Chengwei Wu meegodeve...@gmail.com wrote:     As the title says. Anyone can help me? Ariya Hidayat originally wrote this code. He wrote a blog post about it here: http://ariya.blogspot.com/2010/09/art-of-blurring-shadow.html It does three successive box blurs to

Re: [webkit-dev] Is there any introduction to the blur algorithm used in ContextShadow::blurLayerImage

2011-05-02 Thread Chengwei Wu
Thank you very much! It helps me a lot! I think I should learn something about blurring before asking questions. 2011/5/3 Martin Robinson mrobin...@webkit.org On Mon, May 2, 2011 at 6:54 PM, Chengwei Wu meegodeve...@gmail.com wrote: As the title says. Anyone can help me? Ariya Hidayat

[webkit-dev] Plugin layout tests in WebKit2-Gtk port

2011-05-02 Thread naren . mehra
Hello everyboddy, I am trying to run the plugin related layout tests in WebKit2-Gtk port for linux to find out how much functionality is working. It seems like Dumprendertree is not being built for WebKit2. So I tried using webkittestrunner. -- ./Tools/Scripts/run-webkit-tests --gtk