Re: [webkit-dev] Is ActiveDOMObject::scriptExecutionContext virtual or not?

2011-04-19 Thread Takashi Toyoshima
Hi, guys. I understand. WebSocket also inherits EventTarget, and scriptExecutionContext is defined as virtual in EventTarget. Sorry for bothering you. Thanks, On Tue, Apr 19, 2011 at 11:30 AM, Takashi Toyoshima wrote: > Hi, webkit guys. > > I have a question on ActiveDOMObject::scriptExecutionC

Re: [webkit-dev] Proposal to Reorganize Position Classes

2011-04-19 Thread Ryosuke Niwa
To update you all, my colleagues and I have made a design document. You should all be able to view the document. I've given editing rights to people who have replied to this thread but ple

Re: [webkit-dev] choosing a unit test framework

2011-04-19 Thread David Levin
On Tue, Apr 19, 2011 at 2:42 PM, Ryosuke Niwa wrote: > Can we see examples of tests that use TestWebKitAPI / gtest? I think it'll > be helpful for people who don't know how the said two testing frameworks > work. > > Ideally, we compare the same test written in TestWebKitAPI and gtest to > decid

Re: [webkit-dev] choosing a unit test framework

2011-04-19 Thread Ryosuke Niwa
On Tue, Apr 19, 2011 at 2:36 PM, David Levin wrote: > In the interest of moving this along, I'll move to using the criteria > listed in the previous email to evaluate the test frameworks. > *Useful:* > >- Easy to write tests > - Maintained > > Can we see examples of tests that use Test

Re: [webkit-dev] new-run-webkit-tests new results.html format

2011-04-19 Thread Eric Seidel
Would be nice to have a live demo to see all the new javascripty-ness. Do you have an example from a NRWT run on build.webkit.org or build.chromium.org? Thanks for all your work on this, Ojan. -eric On Tue, Apr 19, 2011 at 2:29 PM, Ojan Vafai wrote: > As of r84294, new-run-webkit-tests's resul

[webkit-dev] choosing a unit test framework

2011-04-19 Thread David Levin
In the interest of moving this along, I'll move to using the criteria listed in the previous email to evaluate the test frameworks. *Musts:* - Compatible license with WebKit - Builds/Can be built on the many platforms and build systems supported by WebKit (ideally without extra ins

[webkit-dev] new-run-webkit-tests new results.html format

2011-04-19 Thread Ojan Vafai
As of r84294, new-run-webkit-tests's results.html has a new format. Non-chromium people, feel free to take a look and see if this addresses your concerns in https://bugs.webkit.org/show_bug.cgi?id=37736. Chromium people, if you encounter problems or have feature requests, please let me know or file

Re: [webkit-dev] font-face-uri question/issue

2011-04-19 Thread Eric Seidel
My phone failed to reply-all. Silly phone. https://bugs.webkit.org/show_bug.cgi?id=15443 is the bug, btw. On Tue, Apr 19, 2011 at 8:33 AM, Eric Seidel wrote: > SVGImage (svg content in an image tag) does not load any subresources (yet). > There is a bug on file. > > On Apr 19, 2011 8:10 AM, "Mi

[webkit-dev] font-face-uri question/issue

2011-04-19 Thread Michael O'Rourke
I'm trying to create SVG content which shares embedded SVG fonts from a common SVG file. I have a 'fonts.svg' that contains a defs section with defined that have glyphs. I have a 'content.svg' which includes in fonts from 'fonts.svg' with code like:

Re: [webkit-dev] WebKit Text Rendering

2011-04-19 Thread Eric Seidel
Line breaking is done in findNextLineBreak in RenderBlockLineLayout. There is a talk on Youtube from me which touches on some of this. The RenderTexts get broken into lines, then the bidi algorithm is run and then line boxes are created. The text contents of the line boxes are passed individuall

[webkit-dev] WebKit Text Rendering

2011-04-19 Thread Soheil Servati Beiragh
Hi I'm working on text rendering of WebKit. I tried to find my path through it and I was a bit successful but I'm wondering in a gtk build when there is a large paragraph of text to be shown on screen where does the length of each line decided? I know that to show text a drawText function in the