Closed
Bug 781102
Opened 12 years ago
Closed 12 years ago
Continue with debugger initialization after the editor finished loading
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 17
People
(Reporter: vporof, Assigned: vporof)
References
Details
Attachments
(1 file)
2.23 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
We currently have a racing condition between the editor and the client finishing initialization. I suspect this is the cause for a lot of "aTab = null" and "undefined editor._view" happening in tests.
Assignee | ||
Updated•12 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #649983 -
Flags: review?(rcampbell)
Comment 2•12 years ago
|
||
Comment on attachment 649983 [details] [diff] [review]
v1
aright.
Attachment #649983 -
Flags: review?(rcampbell) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 17
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•