Closed
Bug 1313632
Opened 7 years ago
Closed 7 years ago
Remove legacy OggReader
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: kaku, Assigned: jya)
References
Details
Attachments
(2 files)
Once we remove this from the code base, we can then remove MediaDecoder::DispatchSetStartTime().
Reporter | ||
Updated•7 years ago
|
Assignee: nobody → kaku
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Updated•7 years ago
|
Assignee: kaku → jyavenard
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Reporter | ||
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8808864 [details] Bug 1313632: P1. Remove unused OggReader. https://reviewboard.mozilla.org/r/91596/#review91526
Attachment #8808864 -
Flags: review?(kaku) → review+
Reporter | ||
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8808865 [details] Bug 1313632: P2. Cleaner Ogg related headers. https://reviewboard.mozilla.org/r/91598/#review91522 ::: dom/media/flac/FlacFrameParser.cpp:47 (Diff revision 1) > +FlacFrameParser::~FlacFrameParser() > +{ > +} Why do we add a destructor but doing nothing?
Attachment #8808865 -
Flags: review?(kaku) → review+
Assignee | ||
Comment 5•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8808865 [details] Bug 1313632: P2. Cleaner Ogg related headers. https://reviewboard.mozilla.org/r/91598/#review91522 > Why do we add a destructor but doing nothing? This is so I can use a forward declaration for some class types. Otherwise the default destructor wouldnt know how to deal with the nsAutoPtr and would cause a compilation warning about undefined behaviour. That way the destructor is defined and called where it has the full type definition
Pushed by jyavenard@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/864ab5efde71 P1. Remove unused OggReader. r=kaku https://hg.mozilla.org/integration/autoland/rev/87e4efe2210f P2. Cleaner Ogg related headers. r=kaku
Comment 7•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/864ab5efde71 https://hg.mozilla.org/mozilla-central/rev/87e4efe2210f
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•