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 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 setup and doi
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.
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 behav
3 matches
Mail list logo