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

2009-03-29 Thread xiong
Brent, In my platform, all the hack as you metioned are valueless. Bad news to me. Now, i only have a clue on cario for the scroll problem. Thanks -xiong On Mon, Mar 30, 2009 at 10:02 AM, xiong wrote: > Brent, > > I just start to resolve the problem. > > The "debug build" and "background co

Re: [webkit-dev] opcode for Webkit JavaScript Engine opcode

2009-03-29 Thread Mark Rowe
On 2009-03-29, at 15:03, Lucius Fox wrote: On Fri, Mar 27, 2009 at 3:05 AM, Ariya Hidayat wrote: Can you please tell where i can find definition of JavaScript opcode? I mean, Webkit will parse the source js file into some internal JavaScript opcode for it s JavaScript VM to execute. Can y

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

2009-03-29 Thread xiong
Brent, I just start to resolve the problem. The "debug build" and "background color" hack you mentioned, i also need time to try. Please wait a reply. I hope the member in the mail-list to join in the work, when see the subject if you have the same symptom. Thanks. -Xiong On Fri, Mar 27, 200

[webkit-dev] Cocoa WebView and the Web Inspector

2009-03-29 Thread Adam Thorsen
I've seen references indicating that it is possible to use the web inspector from WebView instances in Cocoa apps. How does one go about instantiating the web inspector on a WebView instance from a Cocoa app? The reference I'm referring to is here: http://lists.macosforge.org/pipermail/webki

Re: [webkit-dev] How does webkit keep track of co-ordinates/dimension of each line of text in a Paragraph tag?

2009-03-29 Thread David Hyatt
Check out InlineTextBox in the rendering directory. dave On Mar 29, 2009, at 5:40 PM, ying lcs wrote: Hi, Can you please tell me how does webkit keep track of co-ordinates/dimension of each line of text in a Paragraph tag? For example, if I have a Paragraph of text. Web kit will split it up i

[webkit-dev] How does webkit keep track of co-ordinates/dimension of each line of text in a Paragraph tag?

2009-03-29 Thread ying lcs
Hi, Can you please tell me how does webkit keep track of co-ordinates/dimension of each line of text in a Paragraph tag? For example, if I have a Paragraph of text. Web kit will split it up into multiple lines of text. How does webkit (what data-structure it uses) to keep track of each line of tex

Re: [webkit-dev] opcode for Webkit JavaScript Engine opcode

2009-03-29 Thread Lucius Fox
On Fri, Mar 27, 2009 at 3:05 AM, Ariya Hidayat wrote: > >> Can you please tell where i can find definition of JavaScript opcode? >> I mean, Webkit will parse the source js file into some internal >> JavaScript opcode for it s JavaScript VM to execute. >> Can you please tell me where I can find tha