Closed
Bug 752853
Opened 13 years ago
Closed 13 years ago
Actions performed in StackFramesView *feel* slow
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vporof, Assigned: vporof)
References
Details
Attachments
(1 file)
(deleted),
patch
|
rcampbell
:
review-
|
Details | Diff | Splinter Review |
Making events fire on mousedown instead of click makes everything feel much faster.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #621939 -
Flags: review?(rcampbell)
Comment 2•13 years ago
|
||
Comment on attachment 621939 [details] [diff] [review]
v1
I don't think we want to do this.
Attachment #621939 -
Flags: review?(rcampbell) → review-
Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Rob Campbell [:rc] (:robcee) from comment #2)
> Comment on attachment 621939 [details] [diff] [review]
> v1
>
> I don't think we want to do this.
Quite obviously :)
But, how about keeping just frames.addEventListener("click", this._onFramesClick, false) ? It really makes a difference.
Comment 4•13 years ago
|
||
you mean onmousedown? That'll interfere when we want to add selectability to the stackframes.
Assignee | ||
Comment 5•13 years ago
|
||
Please ignore my excitednessness.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•