Closed
Bug 1163453
Opened 10 years ago
Closed 10 years ago
Rename Interval::Union
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla41
People
(Reporter: jya, Assigned: jya)
References
Details
Attachments
(1 file)
1.60 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
The naming of Interval::Union is confusing in particular when the two intervals are disjoints.
It should be renamed.
MediaByteRange which provides a similar API, use Extents.
Assignee | ||
Comment 1•10 years ago
|
||
Rename Interval::Union into Interval::Span. I've considered all the other options, in particual Extents but an extent has a very precise definition which doesn't appear to cover what we want to do here. BTW, the MediaByteRange::Extents implementation is buggy (it's not commutative) but that's for another bug
Attachment #8604469 -
Flags: review?(matt.woodrow)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jyavenard
Status: NEW → ASSIGNED
Updated•10 years ago
|
Attachment #8604469 -
Flags: review?(matt.woodrow) → review+
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 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
•