Re: [webkit-dev] Query regarding Rendering

2009-07-13 Thread Christophe Gillette
Hi, This should help you going: class Element : public ContainerNode { PassRefPtrClientRectList getClientRects() const; PassRefPtrClientRect getBoundingClientRect() const; } Christophe JayaSai Kishore wrote: Hi, I need to get Rect region where a node is rendered. As

Re: [webkit-dev] re ndering bitmaps

2009-07-08 Thread Christophe Gillette
Hi Jack, Example: PassRefPtrSharedBuffer fileContent = SharedBuffer::createWithContentsOfFile(szFileName); if (!fileContent) { fprintf(stderr, Could not load: %s\n, szFileName); } else { RefPtrBitmapImage image = BitmapImage::create();

[webkit-dev] Question on -fvisibilty, version-script and symbols.filter

2009-06-18 Thread Christophe Gillette
The build uses both the version-script link option and the visibility flag (making all symbols hidden in release mode except the ones that have a visibility explicitly set to default in the code). It seems that the use of the visibility flag should be sufficient and that the use of version-script