[webkit-dev] Constant readonly

2010-11-22 Thread Mario Bensi
Hi, I tested if the constant in idl was readonly, like that : var node = document.getElementById('console'); alert(node.ELEMENT_NODE); node.ELEMENT_NODE = 666; alert(node.ELEMENT_NODE); And it's strange, I can change ELEMENT_NODE value. I know it's stupid to do this but is it the correct

Re: [webkit-dev] Constant readonly

2010-11-22 Thread Darin Adler
On Nov 22, 2010, at 2:41 AM, Mario Bensi wrote: I tested if the constant in idl was readonly, like that : var node = document.getElementById('console'); alert(node.ELEMENT_NODE); node.ELEMENT_NODE = 666; alert(node.ELEMENT_NODE); And it's strange, I can change ELEMENT_NODE value. I

Re: [webkit-dev] Faster Git SVN updates

2010-11-22 Thread Ojan Vafai
http://trac.webkit.org/changeset/72575 for having scm.py do the right thing. On Thu, Nov 18, 2010 at 4:11 PM, Eric Seidel e...@webkit.org wrote: OK. Sounds we should make this setup default. I'll see if we can't educate update-webkit and webkitpy/common/checkout/scm.py about detecting this