Closed
Bug 1723811
Opened 4 years ago
Closed 4 years ago
Port bug 1723723 to Thunderbird - Switch JS consumers from getURLSpecFromFile to either getURLSpecFromActualFile or getURLSpecFromDir
Categories
(Thunderbird :: Upstream Synchronization, defect)
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
(Keywords: main-thread-io, perf)
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1723723 +++
getURLSpecFromFile
does IO, and in most cases we know whether we're looking for a non-directory file or a directory, which can avoid the IO.
See also bug 1723807.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Keywords: checkin-needed-tb
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/8057ad537fc5
Port bug 1723723 to Thunderbird - Switch JS consumers from getURLSpecFromFile to either getURLSpecFromActualFile or getURLSpecFromDir. r=lasana
You need to log in
before you can comment on or make changes to this bug.
Description
•