Closed
Bug 1297218
Opened 9 years ago
Closed 8 years ago
Remove duplicate declaration in TrackBuffersManager.cpp
Categories
(Core :: Audio/Video: Playback, defect, P5)
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: jya)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•9 years ago
|
||
it's not really done twice (the fuzz factor has been changed in between); however it should have exited after the first call to find if Found.
Assignee: nobody → jyavenard
Assignee | ||
Comment 3•9 years ago
|
||
mozreview-review |
Comment on attachment 8783741 [details]
Bug 1297218 - Remove duplicate declaration in TrackBuffersManager.cpp
https://reviewboard.mozilla.org/r/73434/#review71242
it's not this one you need to remove. that change would break MSE
Attachment #8783741 -
Flags: review-
Comment 4•9 years ago
|
||
mozreview-review |
Comment on attachment 8783741 [details]
Bug 1297218 - Remove duplicate declaration in TrackBuffersManager.cpp
https://reviewboard.mozilla.org/r/73434/#review71244
jya is taking over...
Attachment #8783741 -
Flags: review?(gsquelart)
Reporter | ||
Comment 5•9 years ago
|
||
Ok, when I looked at the code of Find and setFuzz, I wasn't expecting this. Sorry
Assignee | ||
Comment 6•9 years ago
|
||
I had noticed the code mistake and fixed it as part of bug 1297036
Updated•9 years ago
|
Priority: -- → P5
Reporter | ||
Updated•9 years ago
|
Attachment #8783741 -
Attachment is obsolete: true
Comment hidden (mozreview-request) |
Comment 8•8 years ago
|
||
mozreview-review |
Comment on attachment 8785152 [details]
Bug 1297218: [MSE] Remove unnecessary call to Find().
https://reviewboard.mozilla.org/r/74456/#review72312
Attachment #8785152 -
Flags: review?(gsquelart) → review+
Comment hidden (mozreview-request) |
Comment 10•8 years ago
|
||
Pushed by jyavenard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/59fed5da5f16
[MSE] Remove unnecessary call to Find(). r=gerald
Comment 11•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•