Closed
Bug 1097181
Opened 10 years ago
Closed 10 years ago
lazyRequireGetter incorrectly bound to main loader
Categories
(DevTools :: Framework, defect)
DevTools
Framework
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 36
People
(Reporter: jryans, Assigned: jryans)
References
Details
Attachments
(1 file, 1 obsolete file)
lazyRequireGetter always loads via the "main" devtools loader, which leads to incorrect behavior if used from server-side code, which can be in multiple distinct loaders at the same time.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8520805 -
Flags: review?(nfitzgerald)
Assignee | ||
Comment 2•10 years ago
|
||
/r/427 - Bug 1097181 - lazyRequireGetter shouldn't bind to the main loader. r=fitzgen
Pull down this commit:
hg pull review -r c19c479495f055a6efaac9b9bb1cd4fcd0cd58ce
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Comment on attachment 8520805 [details]
MozReview Request: bz://1097181/jryans
Looks good to me!
Attachment #8520805 -
Flags: review?(nfitzgerald) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 36
Assignee | ||
Comment 7•10 years ago
|
||
Attachment #8520805 -
Attachment is obsolete: true
Attachment #8618599 -
Flags: review+
Assignee | ||
Comment 8•10 years ago
|
||
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•