Closed
Bug 1174055
Opened 9 years ago
Closed 9 years ago
Remove WMFReader
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
13.64 KB,
patch
|
jya
:
review+
|
Details | Diff | Splinter Review |
82.39 KB,
patch
|
jya
:
review+
|
Details | Diff | Splinter Review |
20.12 KB,
patch
|
jya
:
review+
|
Details | Diff | Splinter Review |
We no longer use WMFReader, so we should remove it. Also, we're loading DLLs it requires (mfreadwrite.dll, propsys.dll) which needlessly does I/O, which I'm getting pinged for in bug 1164925.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Do the loading of WMF DLLs in MFStartup(). Don't bother tracking how many times we've loaded them, and don't bother unloading them when we're done. We trade off memory over speed, and leave them loaded so next time they're needed, they're still loaded.
Attachment #8621414 -
Flags: review?(jyavenard)
Assignee | ||
Comment 3•9 years ago
|
||
Long live MediaFormatReader!
Attachment #8621416 -
Flags: review?(jyavenard)
Assignee | ||
Comment 4•9 years ago
|
||
Remove some auxiliary functions not removed in the previous patch that are now unused.
Attachment #8621418 -
Flags: review?(jyavenard)
Updated•9 years ago
|
Attachment #8621414 -
Flags: review?(jyavenard) → review+
Comment 5•9 years ago
|
||
Comment on attachment 8621416 [details] [diff] [review]
Patch 1: Remove WMFReader
Review of attachment 8621416 [details] [diff] [review]:
-----------------------------------------------------------------
that's lots of code !
Attachment #8621416 -
Flags: review?(jyavenard) → review+
Updated•9 years ago
|
Attachment #8621418 -
Flags: review?(jyavenard) → review+
Comment 7•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/cd221759e418
https://hg.mozilla.org/mozilla-central/rev/52813555f500
https://hg.mozilla.org/mozilla-central/rev/6fc0cc353d24
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•