Closed
Bug 882817
Opened 12 years ago
Closed 12 years ago
[webvtt] Fix assertion errors on debug builds for the new tests
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: reyre, Assigned: reyre)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
1.12 KB,
patch
|
Details | Diff | Splinter Review |
We're currently getting some assertion errors that we aren't expecting when we run our tests in the test suite.
https://tbpl.mozilla.org/?tree=Try&rev=449474f24c45
This is happening when we check the content load policy for the HTMLTrackElement. We pass in the HTMLTrackElement as an argument, but later Gecko seems to think it's not a window or DOM node and an assertion is thrown.
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Comment 1•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=9f09df497708
The new tests don't show up in the try changesets added, but if you go to the log you can see them being run.
Attachment #762454 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•12 years ago
|
||
Comment on attachment 762454 [details] [diff] [review]
v1: Fix QI implementation of HTMLTrackElement
r=me
Attachment #762454 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Just updated the commit message to include r=bz
Attachment #762454 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Comment on attachment 762460 [details] [diff] [review]
v1: Fix QI implementation of HTMLTrackElement r=bz
Review of attachment 762460 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/html/content/src/HTMLTrackElement.cpp
@@ +94,3 @@
>
> NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED(HTMLTrackElement)
> NS_INTERFACE_MAP_ENTRY(nsIDOMHTMLElement)
NS_HTML_CONTENT_INTERFACES already deals with nsIDOMHTMLElement so this line is unnecessary.
Assignee | ||
Comment 6•12 years ago
|
||
Do you want to back this out of the tree then or just a forward fix?
Assignee | ||
Comment 7•12 years ago
|
||
Peter has recommended on IRC that we can just do a fix in the future. I'll open a bug for that and try to have a patch for it today.
Comment 8•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•