Browser Innovations
Modern web performance on browsers of yesteryear
Modern web performance on browsers of yesteryear
<meta http-equiv="X-UA-Compatible"
content="chrome=1">
X-UA-Compatible: chrome=1
<script src="http://ajax.googleapis.com/.../CFInstall.min.js" onload="CFInstall.check()"> </script>
Chrome 17 introduces incremental garbage collection
Web Platform Innovations
<link rel="prerender" href="http://example.com/">
document.addEventListener("webkitvisibilitychange",
function() {
if (document.webkitHidden)
pauseAnimation();
else
resumeAnimation();
}
);
(function animate() {
webkitRequestAnimationFrame(animate);
draw();
})();
Developer Tools Innovations
DevTools are now extensible

Faster-than-light neutrinos: debunked
Faster-than-light Google Chrome: not disproved?