Closed Bug 1174220 Opened 9 years ago Closed 9 years ago

Remove MediaLargeByteBuffer

Categories

(Core :: Audio/Video, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla41
Tracking Status
firefox41 --- fixed

People

(Reporter: poiru, Assigned: poiru)

References

Details

Attachments

(3 files)

FallibleTArray will be removed in bug 968520 so MediaLargeByteBuffer needs to go. All MediaLargeByteBuffer calls already include the `mozilla::fallible` parameter so we can safely replace MediaLargeByteBuffer with MediaByteBuffer. In the future, one should use the `mozilla::fallible` parameter where fallibility is wanted.
Attachment #8621677 - Flags: review?(jyavenard)
All MediaLargeByteBuffer calls already include the `mozilla::fallible`
parameter so we can safely replace MediaLargeByteBuffer with MediaByteBuffer.
In the future, one should use the `mozilla::fallible` parameter where
fallibility is wanted.
Attachment #8621680 - Flags: review?(jyavenard)
Attachment #8621681 - Flags: review?(jyavenard)
Attachment #8621677 - Flags: review?(jyavenard) → review+
Comment on attachment 8621680 [details] [diff] [review]
Part 2: Use MediaByteBuffer instead of MediaLargeByteBuffer

Review of attachment 8621680 [details] [diff] [review]:
-----------------------------------------------------------------

::: dom/media/MediaData.h
@@ +21,5 @@
>  class Image;
>  class ImageContainer;
>  }
>  
> +class MediaByteBuffer;

duplicate
Attachment #8621680 - Flags: review?(jyavenard) → review+
Comment on attachment 8621681 [details] [diff] [review]
Part 3: Remove MediaLargeByteBuffer

wish all patches were like that: one scope, one patch.. perfect
Attachment #8621681 - Flags: review?(jyavenard) → review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: