6
votes
3answers
1k views

Why do browsers leak memory?

A colleague and I were speaking about browsers (using a browser control object in a project), and it appears as plain as day that all browsers (Firefox, Chrome, IE, Opera) display the same ...
-3
votes
2answers
468 views

Does NaCl mean the death of Internet Explorer? [closed]

From the wikipedia - Google Native Client (NaCl) is a sandboxing technology for running a subset of Intel x86 or ARM native code using software-based fault isolation. It is proposed for ...
16
votes
6answers
4k views

Are Chrome Developer Tools an adequate substitute for Firebug?

Are Chrome Developer Tools an adequate substitute for Firebug? I'm learning how to develop simple web apps using Django. The book I have recommends installing Firefox/Firebug. I'm used to Chrome and ...