Closed
Bug 974072
Opened 12 years ago
Closed 12 years ago
Only restore breakpoints if there are breakpoints in the breakpointStore
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 30
People
(Reporter: fitzgen, Assigned: fitzgen)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
4.44 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
It doesn't make sense to call findScripts and findBreakpoints if we don't even have any breakpoints in the store. This saves about 15-20 ms on startup time on my machine.
Attachment #8377774 -
Flags: review?(past)
Comment 1•12 years ago
|
||
Comment on attachment 8377774 [details] [diff] [review]
restore-breakpoints.patch
Review of attachment 8377774 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM.
Attachment #8377774 -
Flags: review?(past) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Status: NEW → ASSIGNED
Whiteboard: [fixed-in-fx-team]
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 30
Updated•12 years ago
|
Whiteboard: [qa-]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•