Closed
Bug 984985
Opened 11 years ago
Closed 11 years ago
stop providing file sizes to PR_CreateFileMap when importing JS modules
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(1 file)
1.53 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
This sounds counterintuitive, but NSPR is just doing useless checking if we provide the file size.
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Ideally the block comment added explains everything you need to know.
Attachment #8392977 -
Flags: review?(bobbyholley)
Comment 2•11 years ago
|
||
Comment on attachment 8392977 [details] [diff] [review]
avoid a useless stat call when loading JS components
Review of attachment 8392977 [details] [diff] [review]:
-----------------------------------------------------------------
rs=me
Attachment #8392977 -
Flags: review?(bobbyholley) → review+
![]() |
Assignee | |
Comment 3•11 years ago
|
||
Flags: in-testsuite-
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•