Closed Bug 1006586 Opened 10 years ago Closed 10 years ago

Remove smoothscrolling from the breadcrumbs widget

Categories

(DevTools :: Debugger, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 32

People

(Reporter: vporof, Assigned: vporof)

Details

Attachments

(1 file)

I'm getting tired of seeing the breadcrumbs stackframes jump around whenever I'm hovering an identifier in the debugger. This happens because we're eval'ing the identifier, which blows away the stack, so we need to fetch and rebuild everything. However, there's absolutely no benefit in animating the stackframes every. single. time.
Attached patch v1Splinter Review
Assignee: nobody → vporof
Status: NEW → ASSIGNED
Attachment #8418088 - Flags: review?(rcampbell)
Comment on attachment 8418088 [details] [diff] [review]
v1

Review of attachment 8418088 [details] [diff] [review]:
-----------------------------------------------------------------

alright.
Attachment #8418088 - Flags: review?(rcampbell) → review+
https://hg.mozilla.org/mozilla-central/rev/8cb72117e76c
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 32
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: