Paul Irish

Results 225 issues of Paul Irish

docs here: https://docs.google.com/document/d/1FTascZXT9cxfetuPRT2eXPQKXui4nWFivUnS_335T3U/preview

There is a "Enable step into async" experiment that enables Alt+F11 shortcut for StepIntoAsync. No UI yet. Still not sure if feature is going in. StepInto/StepOver goes through _everything_, i.e....

![image](https://cloud.githubusercontent.com/assets/39191/6309523/11d99d70-b903-11e4-86f4-402470024f50.png) Breaks at the beginning of any script file or script tag as its being executed. cc @pbakaus

## watch this: ![image](https://cloud.githubusercontent.com/assets/39191/5909643/562aff8c-a567-11e4-92b6-198a2dd22be9.png) ## Instructions to use heap allocation profiler 1. open devtools profiler 2. do a warm-up action 3. start allocation profiler 4. repeat action a few times...

https://code.google.com/p/chromium/issues/detail?id=427896 it's in canary now. #### demo: open snippets and start typing javascript. As you write some nonsense and pause typing for a second, the source will get compiled and...

![image](https://cloud.githubusercontent.com/assets/39191/6043592/3e9606f8-ac9e-11e4-8dd7-abd99762b831.png) Demos: - https://dl.dropboxusercontent.com/u/39519/workers-test/workers.html - http://www.html5rocks.com/en/tutorials/workers/basics/

https://sites.google.com/a/chromium.org/chromedriver/ Seems funny to talk about the protocol and not even mention using chromedriver for automating testing via it. Needs a small paragraph + link on the protocol page.

Recently had an exchange with internal Google engineers and it unearthed some good answers to common questions. Dropping them below until we find a nice place to integrate: > How...

Docs
Low Priority

https://twitter.com/cancelBubble/status/502181295095816192 ![image](https://cloud.githubusercontent.com/assets/39191/3991898/2165260c-28ed-11e4-951c-96222943c967.png) I can empathize with this. We should do this. We could probably even provide a changelog via our git commits if we wanted to go that far. -...

Low Priority
Display
Docserver

It's new and shipped in timeline. You can also access it through the Layers panel (still behind an experiment). A video that explains nothing at all but shows the Layers...