[webkit-dev] Question regarding getElementById()

2010-12-28 Thread Won J Jeon
Hi all, I have a test html page having HTML5 canvas tag like . After getting the pointer to a Document object, I tried to get the pointer to a particular HTML5 canvas element by using: Element *element = document->getElementById(AtomicString("canvas_id")); But element gets 0. Is there problem in

Re: [webkit-dev] More thoughts on cleaning up the root directory

2010-12-28 Thread Antonio Gomes
> I filed a meta bug for tracking the layering violation. > https://bugs.webkit.org/show_bug.cgi?id=51662 > It would be great if anyone added dependent bugs for this. There is a bug about it ( https://bugs.webkit.org/show_bug.cgi?id=21354 ) and it already has a better-filed dependency list. -- -