[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 viewport size is 400*600  I am applying a zoomfactor of .5.
When I see my page layout being improper  if I increase the viewport
dimension to 450(~approx) everything looks fine.

So, my question is if a specific page can't fit into 400*600 viewport with
.5 zoomfactor (the figures are just for example), is there anyway WebCore
notify the GLUE layer so that I can readjust my viewport size/zoomfactor? Is
there any better way to solve such issues?

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


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
 
 I've wondered the same thing myself on several occasions.
 
 Back in the day, we named it after Hyatt's old blog. At this point, it might
 be that no one remembers it or gets the reference. Does anyone have any
 clever references involving WebKit?
 
 The only clever thing I can think of (and it's not very clever) is
 to make some play on -webkit-foo vendor-prefixed CSS features.
 Something like:
 
 content: -webkit-blog;

That'll go down well with all the web authors who hate vendor prefixes :)

We could be boring and just call it The WebKit Blog.

Simon

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


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
 src=webkit
 -webkit-perspective
 onwebkit

 That's all I got.  I'm not actually a big fan of any of those.  But
 I'm sure *someone* witty reads this list. :)

 -eric


 On Mon, May 2, 2011 at 8:44 AM, Simon Fraser simon.fra...@apple.com
 wrote:
  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
 
  I've wondered the same thing myself on several occasions.
 
  Back in the day, we named it after Hyatt's old blog. At this point, it
 might
  be that no one remembers it or gets the reference. Does anyone have any
  clever references involving WebKit?
 
  The only clever thing I can think of (and it's not very clever) is
  to make some play on -webkit-foo vendor-prefixed CSS features.
  Something like:
 
  content: -webkit-blog;
 
  That'll go down well with all the web authors who hate vendor prefixes :)
 
  We could be boring and just call it The WebKit Blog.
 
  Simon
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

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


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 gets the reference. Does anyone have any
 clever references involving WebKit?

 The only clever thing I can think of (and it's not very clever) is
 to make some play on -webkit-foo vendor-prefixed CSS features.
 (...)

I'd suggest The Daily WTF (as a tribute to our greatest sub-library),
but sadly someone already got a blog with this name.

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


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 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 gets the reference. Does anyone have any
 clever references involving WebKit?

 The only clever thing I can think of (and it's not very clever) is
 to make some play on -webkit-foo vendor-prefixed CSS features.
 (...)

 I'd suggest The Daily WTF (as a tribute to our greatest sub-library),
 but sadly someone already got a blog with this name.

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

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


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 ChromeClientGTK::scroll. Please let me know if
you want to know anything further details.

#1 delta always signifies how much size you have scrolled  (width  height)
 moveRect means how much area(size) have been scrolled [from this line
gdk_rectangle_intersect(area, sourceRect, moveRect)]

#2Normally I have seen rectToScroll  clipRect are as same as your default
Viewport area. Say it is 200 px width  delta.width=50
Then moverect.width = 150 (how much rect area is scrolled)  similarly for
height.

Let me know if this brief info was of any help.

Thanks.

On Fri, Apr 29, 2011 at 11:49 AM, Corey Fu core...@gmail.com wrote:

 Hi !
 Someone can help!
  When I drag the scroll, how does ChromeClient::scroll work? and I also
 have two questions:
 1. What do delta and moveRect mean in function ChromeClient::scroll in
 WebKit/gtk/WebCoreSupport/ChromeClientGtk.c?
 2. What the difference between delta.width(),delta.height() and
 moveRect.width, moveRect.height?

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


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


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 the same protocol
 is used for any WebKit-based product.

 Chrome is there as a proof of concept demo only. We need some shiny demo
 material for post so that people could see it and try it themselves.
 Otherwise, it becomes a boring chunk of text. I could use screenshots with
 Playbook's capabilities (
 http://www.berryreview.com/2011/04/15/hot-webkit-web-inspector-on-the-blackberry-playbook-for-web-developers/)
 or both Chrome and Playbook. Any RIM people around?




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


[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 that provides MHTML reading capability
(https://bugs.webkit.org/show_bug.cgi?id=7168) and my plan is to add
MHTML generation after that.

Feedback, suggestions?

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


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 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 that provides MHTML reading capability
 (https://bugs.webkit.org/show_bug.cgi?id=7168) and my plan is to add
 MHTML generation after that.

 Feedback, suggestions?

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

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


[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
‘WebCore::GraphicsContext3D::GraphicsContext3D(WebCore::GraphicsContext3D::Attributes,
WebCore::HostWindow*, bool)’:
../../../Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:617:
error: no matching function for call to
‘WTF::OwnPtrWebCore::GraphicsContext3DInternal::OwnPtr(WebCore::GraphicsContext3DInternal*)’
../../../Source/JavaScriptCore/wtf/OwnPtr.h:57: note: candidates are:
WTF::OwnPtrT::OwnPtr(const WTF::OwnPtrtypename
WTF::RemovePointerT::Type) [with T = WebCore::GraphicsContext3DInternal]
../../../Source/JavaScriptCore/wtf/OwnPtr.h:48: note:
WTF::OwnPtrT::OwnPtr() [with T = WebCore::GraphicsContext3DInternal]
make[1]: *** [obj/release/GraphicsContext3DQt.o] Error 1

Is there any other steps that I need to follow in order to make WebGL
working?

Regards,
Won
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 Mon, May 2, 2011 at 11:32 AM, Won J Jeon wjj...@gmail.com wrote:

 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
 ‘WebCore::GraphicsContext3D::GraphicsContext3D(WebCore::GraphicsContext3D::Attributes,
 WebCore::HostWindow*, bool)’:
 ../../../Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:617:
 error: no matching function for call to
 ‘WTF::OwnPtrWebCore::GraphicsContext3DInternal::OwnPtr(WebCore::GraphicsContext3DInternal*)’
 ../../../Source/JavaScriptCore/wtf/OwnPtr.h:57: note: candidates are:
 WTF::OwnPtrT::OwnPtr(const WTF::OwnPtrtypename
 WTF::RemovePointerT::Type) [with T = WebCore::GraphicsContext3DInternal]
 ../../../Source/JavaScriptCore/wtf/OwnPtr.h:48: note:
 WTF::OwnPtrT::OwnPtr() [with T = WebCore::GraphicsContext3DInternal]
 make[1]: *** [obj/release/GraphicsContext3DQt.o] Error 1

 Is there any other steps that I need to follow in order to make WebGL
 working?

 Regards,
 Won


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


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


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 MHTML (Firefox with the UnMHT addon).
 
 I have a a patch that provides MHTML reading capability
 (https://bugs.webkit.org/show_bug.cgi?id=7168) and my plan is to add
 MHTML generation after that.
 
 Feedback, suggestions?


Is this something that was requested by Chrome users? From what I can see, the 
interest from users has been exceptionally low.

- WBR, Alexey Proskuryakov
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 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 Mon, May 2, 2011 at 11:32 AM, Won J Jeon wjj...@gmail.com wrote:

 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
 ‘WebCore::GraphicsContext3D::GraphicsContext3D(WebCore::GraphicsContext3D::Attributes,
 WebCore::HostWindow*, bool)’:
 ../../../Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:617:
 error: no matching function for call to
 ‘WTF::OwnPtrWebCore::GraphicsContext3DInternal::OwnPtr(WebCore::GraphicsContext3DInternal*)’
 ../../../Source/JavaScriptCore/wtf/OwnPtr.h:57: note: candidates are:
 WTF::OwnPtrT::OwnPtr(const WTF::OwnPtrtypename
 WTF::RemovePointerT::Type) [with T = WebCore::GraphicsContext3DInternal]
 ../../../Source/JavaScriptCore/wtf/OwnPtr.h:48: note:
 WTF::OwnPtrT::OwnPtr() [with T = WebCore::GraphicsContext3DInternal]
 make[1]: *** [obj/release/GraphicsContext3DQt.o] Error 1

 Is there any other steps that I need to follow in order to make WebGL
 working?

 Regards,
 Won


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



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


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 2, 2011 at 11:47 AM, Alexey Proskuryakov a...@webkit.org
wrote:

 Is this something that was requested by Chrome users?


 There has definitely been interest from both consumers and enterprise on
the
 Chrome side.

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


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 you are
doing.

Perhaps you can do them and submit a patch with the fix --
http://www.webkit.org/coding/contributing.html

http://trac.webkit.org/changeset/85343 will not fix your problem. However,
you can see what was done in it to fix similar problems in other places in
the code.

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


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 wrote:
 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 2, 2011 at 11:47 AM, Alexey Proskuryakov a...@webkit.org
 wrote:

 Is this something that was requested by Chrome users?


 There has definitely been interest from both consumers and enterprise on
 the
 Chrome side.

 PK

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


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


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' (--no-accelerated-2d-canvas by 
default) but it has the following error on GraphicsContext3DQt.cpp:


../../../Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp: In 
constructor 
'WebCore::GraphicsContext3D::GraphicsContext3D(WebCore::GraphicsContext3D::Attributes, 
WebCore::HostWindow*, bool)':
../../../Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:617: 
error: no matching function for call to 
'WTF::OwnPtrWebCore::GraphicsContext3DInternal::OwnPtr(WebCore::GraphicsContext3DInternal*)'
../../../Source/JavaScriptCore/wtf/OwnPtr.h:57: note: candidates are: 
WTF::OwnPtrT::OwnPtr(const WTF::OwnPtrtypename 
WTF::RemovePointerT::Type) [with T = WebCore::GraphicsContext3DInternal]
../../../Source/JavaScriptCore/wtf/OwnPtr.h:48: note: 
WTF::OwnPtrT::OwnPtr() [with T = WebCore::GraphicsContext3DInternal]

make[1]: *** [obj/release/GraphicsContext3DQt.o] Error 1

Is there any other steps that I need to follow in order to make WebGL 
working?


Regards,
Won

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


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 doesn't appear your
computer can support WebGL'.
I already double-checked that WebGL works with chromium on my Ubuntu
desktop.

Regards,
Won

2011/5/2 Osztrogonac Csaba o...@inf.u-szeged.hu

 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' (--no-accelerated-2d-canvas by default)
 but it has the following error on GraphicsContext3DQt.cpp:

 ../../../Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp: In
 constructor
 'WebCore::GraphicsContext3D::GraphicsContext3D(WebCore::GraphicsContext3D::Attributes,
 WebCore::HostWindow*, bool)':
 ../../../Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:617:
 error: no matching function for call to
 'WTF::OwnPtrWebCore::GraphicsContext3DInternal::OwnPtr(WebCore::GraphicsContext3DInternal*)'
 ../../../Source/JavaScriptCore/wtf/OwnPtr.h:57: note: candidates are:
 WTF::OwnPtrT::OwnPtr(const WTF::OwnPtrtypename
 WTF::RemovePointerT::Type) [with T = WebCore::GraphicsContext3DInternal]
 ../../../Source/JavaScriptCore/wtf/OwnPtr.h:48: note:
 WTF::OwnPtrT::OwnPtr() [with T = WebCore::GraphicsContext3DInternal]
 make[1]: *** [obj/release/GraphicsContext3DQt.o] Error 1

 Is there any other steps that I need to follow in order to make WebGL
 working?

 Regards,
 Won

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

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


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 aba...@webkit.org wrote:
 I just wanted to let you know that I'm experimenting with having
 Chromium Linux EWS bots run the LayoutTests.  There are a bunch of
 bugs to work out, but it seems to be more or less working with a bunch
 of local hacks.  Please don't be surprised if the bot acts strangely
 for a while.

 Thanks!
 Adam

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


[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?
 
 -- 
 
 Best Regards!
 Chengwei Wu
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
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 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 simulate a Gaussian blur.

--Martin
___
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 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 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 simulate a Gaussian blur.

 --Martin




-- 

Best Regards!
Chengwei Wu
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[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 ./LayoutTests/plugins/ -2

But I am getting the following error:
=

Running build-dumprendertree
Running build-webkittestrunner
WebKitTestRunner is not supported on this platform.
Compiling WebKitTestRunner failed!

It seems like WebKitTestRunner is not currently working for gtk port. Right ??
When I searched some more, I found this open bug on bugs.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=57068

So, I am facing a roadblock now.
Is there any other way to run those layout tests on wekbkit2-gtk ??
Can I use the available patch in the above listed bug report ??


Thanks  Regards,
Naren
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev