Closed
Bug 908337
Opened 13 years ago
Closed 13 years ago
add getFrameLocation(frame) function and use it wherever we get frame locations in the debugger server
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: fitzgen, Assigned: fitzgen)
References
Details
Attachments
(1 file, 1 obsolete file)
|
7.50 KB,
patch
|
Details | Diff | Splinter Review |
We repeat the logic for getting a frame's url, line, and column all over the place in the debugger server. We should abstract and formalize it in a helper function.
| Assignee | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Attachment #794170 -
Flags: review?(jimb) → review+
| Assignee | ||
Updated•13 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 2•13 years ago
|
||
Whiteboard: [fixed-in-fx-team]
| Assignee | ||
Comment 3•13 years ago
|
||
The rebased patch that landed.
Attachment #794170 -
Attachment is obsolete: true
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 26
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•