Closed
Bug 1014625
Opened 10 years ago
Closed 10 years ago
Many devtools dependencies are loaded on b2g startup without devtools setting being on
Categories
(DevTools :: Framework, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
1.78 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
We recently regressed that. A non-lazy load has been introduced in shell.js that pull root.js during b2g startup and it ends up pulling many other dependencies.
We shouldn't be loading any devtools code until the related setting is turned on.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8427076 [details] [diff] [review]
Prevent loading devtools on b2g startup
https://tbpl.mozilla.org/?tree=Try&rev=239a42811777
Attachment #8427076 -
Flags: review?(fabrice)
Updated•10 years ago
|
Attachment #8427076 -
Flags: review?(fabrice) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 3•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 32
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•