Re: [webkit-dev] Possible bug in elementFromPoint-relative-to-viewport LayoutTest or not?

2010-01-06 Thread Darin Adler
On Jan 6, 2010, at 3:13 PM, Afonso Costa wrote: > Is there any thing wrong or not? I think the zoomOrNot argument and if statement are both unnecessary now that bug 30034 is fixed, but the test is otherwise OK. -- Darin ___ webkit-dev mailing lis

Re: [webkit-dev] Custom Baseline?

2010-01-06 Thread Darin Adler
On Jan 6, 2010, at 3:16 PM, Alex Milowski wrote: > Can I override the default calculation of the baseline somehow? By overriding the baselinePosition function, perhaps. -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.

Re: [webkit-dev] webkit html parser api?

2010-01-06 Thread Adam Treat
Hi, This list is not the correct place for this kind of question. Rather, you should use the webkit-help mailing list: http://lists.webkit.org/mailman/listinfo/webkit-help Thanks! Adam On Wednesday 06 January 2010 06:21:34 pm Tomas Ramirez wrote: > Hi, I am wondering if I can use a subset of

[webkit-dev] webkit html parser api?

2010-01-06 Thread Tomas Ramirez
Hi, I am wondering if I can use a subset of webkit as an html parser framework.  Before I become entrenched in webkit development, could you let me know if this is even possible?  I know that webkit is a web browser engine, so I suspect that the parsing might be hidden. Thanks, - Tomas

[webkit-dev] Custom Baseline?

2010-01-06 Thread Alex Milowski
Can I override the default calculation of the baseline somehow? I've got render object that is an extension of RenderBlock with a display value of 'inline-block'. The baseline ends up being the bottom of the box (as expected). I want to set it to a custom position based on the contents. Basical

[webkit-dev] Possible bug in elementFromPoint-relative-to-viewport LayoutTest or not?

2010-01-06 Thread Afonso Costa
Hi guys, After work some hours in the LayoutTests, I've noticed something weird in LayoutTests/fast/dom/elementFromPoint-relative-to-viewport.html. Please, take a look at the code below: if (zoomOrNot == "zoom") { shouldBe(scrolledRightBox, "'3'"); shouldBe(scr

[webkit-dev] Blacklisting some sqlite functions

2010-01-06 Thread Dumitru Daniliuc
while doing a security review of chromium's implementation of HTML5 DBs, chris noted that some sqlite functions are potential security risks. thus, we would like to blacklist them (or rather, have a list of whitelisted functions). currently, WebCore's sqlite authorizer allows all functions, but has

Re: [webkit-dev] SnowLeopard Intel Leaks is out of space

2010-01-06 Thread Eric Seidel
Thank you! On Wed, Jan 6, 2010 at 2:37 PM, Simon Fraser wrote: > He's around, and he just fixed this. > > Simon > > On Jan 6, 2010, at 2:22 PM, Eric Seidel wrote: > >> Not sure who I contact, I think Mark is on vacation. >> >> http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks >> >> htt

Re: [webkit-dev] SnowLeopard Intel Leaks is out of space

2010-01-06 Thread Simon Fraser
He's around, and he just fixed this. Simon On Jan 6, 2010, at 2:22 PM, Eric Seidel wrote: > Not sure who I contact, I think Mark is on vacation. > > http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks > > http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks/builds/3237/steps/c

[webkit-dev] SnowLeopard Intel Leaks is out of space

2010-01-06 Thread Eric Seidel
Not sure who I contact, I think Mark is on vacation. http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks http://build.webkit.org/builders/SnowLeopard%20Intel%20Leaks/builds/3237/steps/compile-webkit/logs/stdio ___ webkit-dev mailing list webkit

Re: [webkit-dev] ARM JIT for WinCE

2010-01-06 Thread Patrick Roland Gansterer
Hi Gabor, Thanks for your prompt reply. > Make sure your assembler does not break ctiVMThrowTrampoline > and ctiOpThrowNotCaught functions. This approach requires that the > ctiVMThrowTrampoline fall-backs to ctiOpThrowNotCaught > after 'bl cti_vm_throw' call. Or you can simply copy the body of >

Re: [webkit-dev] Better to store a local variable or call a method repeatedly?

2010-01-06 Thread Darin Adler
On Jan 6, 2010, at 10:46 AM, Chris Fleizach wrote: > I see a lot of code that calls the same function a number of times in the > same scope. > > Is it better to store that result in a local variable, or is it better to > repeatedly call a method... > > in this example, node() is called two tim

Re: [webkit-dev] Better to store a local variable or call a method repeatedly?

2010-01-06 Thread Eric Seidel
If those are the only two times, then it is "fewer lines of code" to not use a local variable. In many cases it makes sense (to me) to use a local variable, but not in the example you provided. -eric On Wed, Jan 6, 2010 at 10:46 AM, Chris Fleizach wrote: > I see a lot of code that calls the sam

[webkit-dev] Better to store a local variable or call a method repeatedly?

2010-01-06 Thread Chris Fleizach
I see a lot of code that calls the same function a number of times in the same scope. Is it better to store that result in a local variable, or is it better to repeatedly call a method... in this example, node() is called two times return !m_renderer->node() || !m_renderer->node()->isConte

Re: [webkit-dev] build system for wince port

2010-01-06 Thread Patrick Roland Gansterer
Adam Roben: > That sounds like a maintenance headache. Any new files will have to be > added to both .vcproj files. Of course! > The Apple and Cairo/libCURL ports of WebKit are already sharing .vcproj > files. Can WinCE share these files, too? It is possible, but i'm not sure if it's the best so

Re: [webkit-dev] build system for wince port

2010-01-06 Thread Adam Roben
On Jan 6, 2010, at 5:28 AM, Patrick Roland Gansterer wrote: > David Kilzer: >> On Thu, December 24, 2009 at 1:51:43 AM, Patrick Roland Gansterer wrote: >>> On Thu, Dec 24, 2009 at 02:53:18, Adam Barth: I'm worried that the port will rot without an active maintainer, no matter which buil

Re: [webkit-dev] About debug of webkit

2010-01-06 Thread Adam Roben
These questions should be posted to webkit-help, not webkit-dev. See for a description of WebKit's various mailing lists. -Adam On Jan 6, 2010, at 9:42 AM, chang@nokia.com wrote: > I just want to confirm that I got exactly the same problem and have no clue

Re: [webkit-dev] About debug of webkit

2010-01-06 Thread Chang.Shu
I just want to confirm that I got exactly the same problem and have no clue how to resolve it. The Chinese below basically says “Failed to initialize application (0xc0150002). Click ok to terminate.” Thanks! Chang From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webki

Re: [webkit-dev] ARM JIT for WinCE

2010-01-06 Thread Gabor Loki
Hi Patrick, Patrick Roland Gansterer wrote: > I'm trying to enable the JIT for CPU(ARM_TRADITIONAL) && OS(WINCE). > MSVC supports inline assembler only for X86, so i had to provide a separate > asm file (i copied the code from the GCC #ifdef with !JSVALUE32_64): > > ctiVMThrowTrampoline proc >

[webkit-dev] ARM JIT for WinCE

2010-01-06 Thread Patrick Roland Gansterer
Hi, I'm trying to enable the JIT for CPU(ARM_TRADITIONAL) && OS(WINCE). It already passes the RegExp-Tests with ENABLE_YARR_JIT. If i set all ENABLE_JIT_OPTIMIZE_* to 0 it won't compile. MSVC supports inline assembler only for X86, so i had to provide a separate asm file (i copied the code from

Re: [webkit-dev] build system for wince port

2010-01-06 Thread Patrick Roland Gansterer
David Kilzer: > On Thu, December 24, 2009 at 1:51:43 AM, Patrick Roland Gansterer wrote: > > On Thu, Dec 24, 2009 at 02:53:18, Adam Barth: > > > I'm worried that the port will rot without an active maintainer, no > > > matter which build system you choose. > > > > If i choose my preferred solution,

Re: [webkit-dev] About debug of webkit

2010-01-06 Thread douchuan
It's so *bored of compiling codes on Win directly. Maybe you could try it on Qt or GTK on linux. Qt 4.6 Brower contains stable webkit codes and build Qt on Win is easy. * changjiang fu fcjjcf 写道: > Hi, I want to get some help from you about running webkit. > I want to build and run webkit on window

Re: [webkit-dev] About debug of webkit

2010-01-06 Thread changjiang fu fcjjcf
By the way, I just install the basic vs2005 component but have not install Microsoft Visual Studio 2005 Team Suite Service Pack1 and four patch on http://webkit.org/building/tools.html. Doe

[webkit-dev] About debug of webkit

2010-01-06 Thread changjiang fu fcjjcf
Hi, I want to get some help from you about running webkit. I want to build and run webkit on windows. Now I have successfully builded webkit src code by following the step of www.webkit.org. Now all the .exe and .dll exist in the output directory. For I want to run it on windows, so I (1) Downloa