Closed
Bug 996109
Opened 11 years ago
Closed 11 years ago
Lazily load some modules in AppsUtils.jsm
Categories
(Core Graveyard :: DOM: Apps, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla31
People
(Reporter: marco, Assigned: marco)
References
Details
Attachments
(1 file)
|
2.09 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #8406287 -
Flags: review?(felipc)
Updated•11 years ago
|
Attachment #8406287 -
Flags: review?(felipc) → review+
| Assignee | ||
Comment 1•11 years ago
|
||
Keywords: checkin-needed
Comment 2•11 years ago
|
||
Comment on attachment 8406287 [details] [diff] [review]
Patch
Review of attachment 8406287 [details] [diff] [review]:
-----------------------------------------------------------------
Does this actually prevent any modules from being loaded? For example, FileUtils.jsm is imported in numerous places, so making one import point lazy probably won't make a difference.
| Assignee | ||
Comment 3•11 years ago
|
||
This makes WebappOSUtils load lazily (it's already loaded lazily by other consumers)
It doesn't prevent FileUtils from being loaded right away, but since we're moving away from FileUtils sooner or later we're going to load it lazily everywhere.
Comment 4•11 years ago
|
||
Assignee: nobody → mar.castelluccio
Keywords: checkin-needed
Comment 5•11 years ago
|
||
> This makes WebappOSUtils load lazily (it's already loaded lazily by other
> consumers)
> It doesn't prevent FileUtils from being loaded right away, but since we're
> moving away from FileUtils sooner or later we're going to load it lazily
> everywhere.
Ok, thanks!
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•