Juriy Zaytsev
Juriy Zaytsev
Any update?
Can you please be more specific? I can't see any incorrect movements.
Works for me on Chrome 38
Somewhat related issue: we came across an instance of a button that's not being reported as not having text because it has markup but doesn't have any text (i.e. `button.innerText...
Just ran into this as well in our codebase. Commenting out gitignore leads to an improvement from 500 sec to 2 sec.
We switched to `moment-timezone` from `moment` and I ran into this just now too. Anything preventing this from being added to the repo? Should I make a PR?
Similar report from @qfox "tried babili on the build and it just keeps on generating stuff. i killed it after 35mb or so." — https://gist.github.com/qfox/7307e414c5414b26b4f72b2b77b1ee30
Specifically, things that are missing: ``` AnalyzeTask_{avg | count | max} CommitLoad_{avg | max} GPUTask_{avg | count | max} HitTest_{avg | count | max} MajorGC_{avg | count | max} MinorGC_{avg...
A lot of this stuff seems to be defined in http://opensource.apple.com/source/WebCore/WebCore-7537.70/inspector/InspectorTimelineAgent.cpp I'll be adding things here little by little to help anyone looking for the same info: ### HitTest http://stackoverflow.com/questions/33174286/what-is-the-chrome-dev-tools-hit-test-timeline-entry...
Yeah, one of those things that's difficult to detect via static analysis (unless JSHint keeps track of entire scope chain properly and we can check that local is on the...