Closed
Bug 1415821
Opened 8 years ago
Closed 8 years ago
[webvtt] support multi-line region parsing.
[webvtt] support multi-line region parsing.
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
---
---
QA Whiteboard:
---
Has STR:
---
Change Request:
---
0
Bug Flags:
| Assignee | |
Description•8 years ago
|
https://www.w3.org/TR/webvtt1/#introduction-other-features example 10:
REGION
id:fred
width:40%
lines:3
regionanchor:0%,100%
viewportanchor:10%,90%
scroll:up
...
Now our parser only support only one line parsing.
Updated•8 years ago
|
Priority: -- → P3
| Assignee | |
| mozreview-request | |
| Comment hidden (mozreview-request) |
| Assignee | |
| mozreview-request | |
| Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
|
| mozreview-review | |
Comment on attachment 8927752 [details]
Bug 1415821 - Modify .vtt REGION syntax.
https://reviewboard.mozilla.org/r/199022/#review204082
Attachment #8927752 -
Flags: review?(alwu) → review+
Comment 4•8 years ago
|
Per offline discussion, will review the patch again after passing tests.
| Assignee | |
| mozreview-request | |
| Comment hidden (mozreview-request) |
| Assignee | |
| mozreview-request | |
| Comment hidden (mozreview-request) |
| Assignee | |
| mozreview-request | |
| Comment hidden (mozreview-request) |
| Assignee | |
| mozreview-request | |
| Comment hidden (mozreview-request) |
| Assignee | |
| mozreview-request | |
| Comment hidden (mozreview-request) |
Comment 10•8 years ago
|
|
| mozreview-review | |
Comment on attachment 8927751 [details]
Bug 1415821 - Support multi-line parsing for REGION/STYLE block.
https://reviewboard.mozilla.org/r/199020/#review204786
Attachment #8927751 -
Flags: review?(alwu) → review+
Comment 11•8 years ago
|
|
| mozreview-review | |
Comment on attachment 8928412 [details]
Bug 1415821 - Correct the behavior for BADCUE state.
https://reviewboard.mozilla.org/r/199636/#review204788
::: dom/media/webvtt/vtt.jsm:1360
(Diff revision 1)
> }
>
> var nextIteration = false;
> while (nextIteration || self.buffer) {
> nextIteration = false;
> - if (!line) {
> + if (self.state == "BADCUE") {
Per offline discussed, should handle "BADCUE" in the following switch statement.
| Assignee | |
| mozreview-request | |
| Comment hidden (mozreview-request) |
Comment 13•8 years ago
|
|
| mozreview-review | |
Comment on attachment 8928412 [details]
Bug 1415821 - Correct the behavior for BADCUE state.
https://reviewboard.mozilla.org/r/199636/#review204958
Attachment #8928412 -
Flags: review?(alwu) → review+
| Assignee | |
Updated•8 years ago
|
Keywords: checkin-needed
Comment 14•8 years ago
|
Pushed by rgurzau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0f276f1cc275
Modify .vtt REGION syntax. r=alwu
https://hg.mozilla.org/integration/autoland/rev/1786297a20df
Support multi-line parsing for REGION/STYLE block. r=alwu
https://hg.mozilla.org/integration/autoland/rev/5a9fbe6806cf
Correct the behavior for BADCUE state. r=alwu
Keywords: checkin-needed
Comment 15•8 years ago
|
|
| bugherder | |
https://hg.mozilla.org/mozilla-central/rev/0f276f1cc275
https://hg.mozilla.org/mozilla-central/rev/1786297a20df
https://hg.mozilla.org/mozilla-central/rev/5a9fbe6806cf
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Updated•8 years ago
|
Keywords: dev-doc-needed
Comment 16•8 years ago
|
Firefox 59 for developers now notes this change.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
