[Proto-Scripty] Re: Memory leak in Prototype 1.7

2011-06-14 Thread KIR
On Jun 14, 7:08 am, buda www...@pochta.ru wrote: How do you find memory leak in Chrome? I acnt find any tool except memory graph! Using a memory profiler. Create a memory dump (there is an icon with eye), do actions which shouldn't retain new DOM elements, create second memory dump. Chrome

[Proto-Scripty] Re: Memory leak in Prototype 1.7

2011-06-14 Thread buda
Thanks! On 14 июн, 12:31, KIR kirill.maxi...@gmail.com wrote: On Jun 14, 7:08 am, buda www...@pochta.ru wrote: How do you find memory leak in Chrome? I acnt find any tool except memory graph!   Using a memory profiler. Create a memory dump (there is an icon with eye), do actions which

[Proto-Scripty] Starnge order of observing of events dom:loaded in IE8

2011-06-14 Thread buda
I've registered on a page scripts html body . body script src=prototype.js type=\text/javascript\script script src=global.js type=\text/javascript\script script src=page1.js type=\text/javascript\script /html in global.js I've registered an event observer on event dom:loaded

[Proto-Scripty] Re: Starnge order of observing of events dom:loaded in IE8

2011-06-14 Thread buda
I'm sad - I've added scripts at the header, but without the rezult ( On 15 июн, 01:01, buda www...@pochta.ru wrote: there were typing mistakes This is shoud be typed like this   script src=prototype.js type=text/javascriptscript   script src=global.js type=text/javascriptscript   script