[webkit-dev] how to konw the identifier

2009-03-26 Thread 张正和
Hi all There is a js function: input type=text id=text1 value=Hello World / function test(){ alert(text1.value); } when webkit obtains an identifier(e.g. text1),how does webkit parse the identifier and how to konw that the identifier is the html's ID? where is the html's ID stored? thank you

[webkit-dev] how to create a mapping between Html's ID and html's Value

2009-03-26 Thread 张正和
Hi all when open a webpage, the webkit will create a mapping between Html's  ID and html's Value . Now I change the source code and shield the m_elementsById in the Document.cpp ,but they still have relationship. I don't kown how to establish the relation? Could you tell me? Thank you best

Re: [webkit-dev] JSxxxRelease/Retain - some guidance?

2009-03-26 Thread Darin Adler
Here’s a little more beyond what Maciej said: On Mar 26, 2009, at 8:27 AM, Patrick Mueller wrote: I'm familiar from Java JNI and other 'native' bindings for languages for the needs of 'pinning' objects both to keep them from moving and/ or keep them from being GC'd. That’s JSValueProtect

Re: [webkit-dev] JSxxxRelease/Retain - some guidance?

2009-03-26 Thread Patrick Mueller
Darin Adler wrote: Here’s a little more beyond what Maciej said: ... JSClass, JSContextGroup, JSGlobalContext, JSPropertyNameArray, and JSString are all reference counted, not garbage collected. The functions that return these objects follow the The Create Rule, borrowed from CoreFoundation

Re: [webkit-dev] constant pool space and jit

2009-03-26 Thread Geoffrey Garen
I was wondering whether it is possible to remove the constant pool area in jit. It is. RegisterFile contents right now: ... [ CallFrame ] [ Cleared const pool ] [ temporary SF registers ] ... (SF means SquirellFish) The constant pool is only used by interpreter, the jit simply clears

Re: [webkit-dev] Tree Redness

2009-03-26 Thread Eric Seidel
Oh, and there are a bunch of tests which time out on PPC: accessibility/internal-link-anchors2.html stderr accessibility/legend.html stderr accessibility/lists.htmlstderr editing/selection/move-left-right.html stderr editing/selection/selectNodeContents.html stderr

Re: [webkit-dev] Tree Redness

2009-03-26 Thread Simon Fraser
On Mar 26, 2009, at 4:56 PM, Eric Seidel wrote: PPC shows a bunch of failures: http://build.webkit.org/results/trunk-mac-ppc-release/16958/results.html - animations/change-keyframes-name.html // smfr? - animations/change-one-anim.html // smfr? These are timing-sensitive tests, which pass on

[webkit-dev] Would someone be very kind to tell me how to learn webkit and its plugin?

2009-03-26 Thread Hongwei Huang
For example, give me the webkit and/or its plugin's learning materials or website ? Thanks a lot! ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Build error

2009-03-26 Thread Prashant K.S
Hi, I am new to webkit as well as the windows environment. I am trying to build webkit on windows. I followed the instructions given in webkit.org. But I am getting an error as below. webkit\webkittools\winlauncher\WinLauncher.h(29) : fatal error C1083: Cannot open include file: 'WebKit.h':

[webkit-dev] make webkit-1.1.3

2009-03-26 Thread yenchengwang
Hi all, I downloaded the gtk webkit, webkit-1.1.3 and try to make it, but always get these error messages like bellow: make all-am make[1]: Entering directory `/home/webkit-1.1.3' gcc -DHAVE_CONFIG_H -I. -I./WebKit/gtk -I./WebKit/gtk -DWTF_USE_ICU_UNICODE=1 -DBUILDING_CAIRO__=1

[webkit-dev] 答复: Build error

2009-03-26 Thread canquan.shencq
Please run ./update-webkit at first. Steven Shen 2009-3-27 _ 发件人: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webkit.org] 代表 Prashant K.S 发送时间: 2009年3月27日 11:44 收件人: webkit-dev@lists.webkit.org 主题: [webkit-dev] Build error Hi, I am new to webkit as

[webkit-dev] [GTK]Scroll deficiency

2009-03-26 Thread browserwk
Dear all: I am able to run webkit over directfb backend on arm platform - using GtkLauncher . The problem I face is that when I open http://www.google.com/intl/en/privacy.html using this browser and scroll the page; it results the visual area is not updated when scrolling, and the screen display

[webkit-dev] Windows build ENABLE(ASSEMBLER)

2009-03-26 Thread Kevin Ollivier
Hi all, I'm trying to get a box ready to be a Windows build bot for the wx port, and while trying to build WebKit I've come across an issue with ENABLE(ASSEMBLER). Apparently this gets enabled only for Safari Win or Mac as it depends on HAVE(JIT) or HAVE(WREC) being set, but if

Re: [webkit-dev] [GTK]Scroll deficiency

2009-03-26 Thread robert
I think maybe webkit does not refresh the page when scroll. So, i trace the flow of webkit when scroll event fired. In function ChromeClient::repaint() If i mask // if (contentChanged) all the problem is gone when scroll page. Even though the page refresh ok when scroll follow upon,

[webkit-dev] Leaks Galore

2009-03-26 Thread Eric Seidel
Seems we just got a whole bunch of leaks in WebCore: WebCore::HTMLHtmlElement::insertedIntoDocument() | WebCore::ApplicationCacheGroup::selectCache(WebCore::Frame*, WebCore::KURL const) | WebCore::ApplicationCacheStorage::findOrCreateCacheGroup(WebCore::KURL const) |

Re: [webkit-dev] [GTK]Scroll deficiency

2009-03-26 Thread xiong
Webkit r40777 Release builds for me. On Fri, Mar 27, 2009 at 1:25 PM, Brent Fulgham bfulg...@gmail.com wrote: I wonder if your issue is related to one I documented on Windows (using Cairo backend) a few months ago. Currently this only happens for me in Release builds, but it's still quite