[webkit-dev] make failure due to libffi

2012-06-05 Thread Soheil Servati Beiragh
. Is there any way that I can disable JavaScript when compiling and building webkit? Thanks   Soheil Servati Beiragh PhD Candidate, ECE Department, Research Center for Integrated Microsystems, University of Windsor. Room 268 Essex Hall 401 Sunset Avenue Windsor, Ontario Canada, N9B 3P4 Phone: 519

Re: [webkit-dev] Reading from Object

2011-10-12 Thread Soheil Servati Beiragh
le to do so.   Soheil Servati Beiragh PhD Candidate, ECE Department, Research Center for Integrated Microsystems, University of Windsor. Room 268 Essex Hall 401 Sunset Avenue Windsor, Ontario Canada, N9B 3P4 Phone: 519-253-3000 Ext 3396 Email: serv...@uwindsor.ca

[webkit-dev] Reading from Object

2011-10-11 Thread Soheil Servati Beiragh
rmData.m_face I have tried all the ways I could think of but either I got errors when adding headers to the above file or couldn't read the face value or the m_ptr being private. Can you please show me a way to reach there? It might be my lack of knowledge of C++   Soheil Servati

[webkit-dev] Reading from Object

2011-10-06 Thread Soheil Servati Beiragh
rmData.m_face I have tried all the ways I could think of but either I got errors when adding headers to the above file or couldn't read the face value or the m_ptr being private. Can you please show me a way to reach there? It might be my lack of knowledge of C++   Soheil Servati

[webkit-dev] Text Box in Frame Layout

2011-07-14 Thread Soheil Servati Beiragh
ext on the webframe and it needs to decide how big it will be to fit that text. It has the width and needs to calculate the height of that box. I want to know where is this place. Thanks for any help   Soheil Servati Beiragh PhD Candidate, ECE Department, Research Center for Integrated Microsystems,

[webkit-dev] WebKit port to my own system?!

2011-06-06 Thread Soheil Servati Beiragh
I was wondering if there is any version or project of webkit that can be used to port on my own system? I mean a version that doesn't use GTK or...to access frame buffer. A version or a project that uses dumb frame buffer and I can fill the place of GTK or ...for it?   Soheil Servati Be

Re: [webkit-dev] Glyph data in Rendering Text

2011-05-30 Thread Soheil Servati Beiragh
I didn't found #webkit in the list when I used the IRC chat client software.   Soheil Servati Beiragh PhD Candidate, ECE Department, Research Center for Integrated Microsystems, University of Windsor. Room 268 Essex Hall 401 Sunset Avenue Windsor, Ontario Canada, N9B 3P4 Phone: 519-253-300

Re: [webkit-dev] Font Name

2011-05-30 Thread Soheil Servati Beiragh
s 67 or for times new roman is 84 but I still don't know if there is a table some where about all indexes for font families.   Soheil Servati Beiragh PhD Candidate, ECE Department, Research Center for Integrated Microsystems, University of Windsor. Room 268 Essex Hall 401 Sunset Avenue Windso

[webkit-dev] Font Name

2011-05-19 Thread Soheil Servati Beiragh
Hi I want to know after webkit parses the html file where does it save the font that is used for text? It definitely won't save a name for the font but there should be some kind of index or sth to tell the rendering engine which font is being used. Thanks in advance    Soheil Servati Be

[webkit-dev] Glyph data in Rendering Text

2011-05-16 Thread Soheil Servati Beiragh
Hi I want to find out where does webkit saves the glyph data of characters and read from it? I think when it renders text it should first render bitmap of the characters and use the measuring data to do layout. I went trough lots of objects but no success.   Soheil Servati Beiragh PhD Candidate

[webkit-dev] Glyph data in Rendering Text

2011-05-16 Thread Soheil Servati Beiragh
Hi I want to find out where does webkit saves the glyph data of characters and read from it? I think when it renders text it should first render bitmap of the characters and use the measuring data to do layout. I went trough lots of objects but no success.    Soheil Servati Beiragh PhD

[webkit-dev] Glyph data in Rendering Text

2011-05-16 Thread Soheil Servati Beiragh
Hi I want to find out where does webkit saves the glyph data of characters and read from it? I think when it renders text it should first render bitmap of the characters and use the measuring data to do layout. I went trough lots of objects but no success.    Soheil Servati Beiragh PhD

[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

[webkit-dev] Text display

2011-04-13 Thread Soheil Servati Beiragh
I think webcore puts the address to the index of the first character of a string of text in "run.m_characters". I tried to use it in a simple way and show the character index by putting : printf("%d", run.m_characters); in the Font.cpp but it gives me an error regarding that "error: ‘const UChar*

[webkit-dev] Text display procedure in Webkit GtK

2011-04-11 Thread Soheil Servati Beiragh
HiI'm working on the WebKit and Text placement. I did lots of back trace on webkit in Gtk to find out where actually does the webkit gives the string of text to the text handler like cairo to show it.Can you give me any help or advise on that?Thanks Soheil Servati BeiraghPhD Candidate, ECE Depa