captainbrosset / domprofiler

Firefox DevTools extension that records DOM mutations and events on a page
MIT License
35 stars 4 forks source link

Improve esthetics #6

Closed nt1m closed 10 years ago

nt1m commented 10 years ago

I should be able to submit a pull request by this weekend.

captainbrosset commented 10 years ago

Awesome! I'm wondering if the whole thing shouldn't be rotated 90deg and be shown horizontally instead, as a timeline. All records have associated timestamps (from performance.now()) so that's feasible. Also a quick way to scroll through records while looking at the screenshots would help find the right spot (like the canvasdebugger in fact).

nt1m commented 10 years ago

@captainbrosset I guess the timeline idea would take too much space. It could be nice to add timestamps though.

Anyways, did some styling improvements in Pull request #11

captainbrosset commented 10 years ago

Closing this issue now that your PR was merged. Let's file new issues later when as we have more styling improvement ideas.