Implement Compression Streams
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
(Keywords: dev-doc-complete)
Attachments
(2 files, 1 obsolete file)
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 4•2 years ago
•
|
||
Backed out for causing mochitest failures related to CompressionStream.
-
Failure log 2
Later some build bustages started to occur: failure log for Bonf build bustages.
[task 2023-03-24T21:30:06.176Z] 21:30:06 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces.html | ClipboardEvent is exposed as an own property on 'window' but has no property descriptor in the global scope
[task 2023-03-24T21:30:06.176Z] 21:30:06 INFO - Buffered messages finished
[task 2023-03-24T21:30:06.177Z] 21:30:06 WARNING - TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_interfaces.html | If this is failing: DANGER, are you sure you want to expose the new interface DecompressionStream to all webpages as a property on 'window'? Do not make a change to this file without a review from a DOM peer for that specific change!!! (or a JS peer for changes to ecmaGlobals)
[task 2023-03-24T21:30:06.177Z] 21:30:06 INFO - SimpleTest.ok@SimpleTest/SimpleTest.js:421:16
[task 2023-03-24T21:30:06.177Z] 21:30:06 INFO - runTest@dom/tests/mochitest/general/test_interfaces.js:1922:7
[task 2023-03-24T21:30:06.177Z] 21:30:06 INFO - @dom/tests/mochitest/general/test_interfaces.js:1973:8
[task 2023-03-24T21:30:06.177Z] 21:30:06 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces.html | DecompressionStream is exposed as an own property on 'window' but tests false for "in" in the global scope
Assignee | ||
Comment 6•2 years ago
|
||
Oh, sure. I hope there's some reminder bot for this.
Assignee | ||
Comment 8•2 years ago
|
||
Assignee | ||
Comment 9•2 years ago
|
||
Comment 10•2 years ago
|
||
Comment on attachment 9325023 [details]
Bug 1823619 - Include ContentChild.h in FuzzingFunctions.cpp
Revision D173623 was moved to bug 1824522. Setting attachment 9325023 [details] to obsolete.
Comment 11•2 years ago
|
||
Comment 12•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a7b749260f11
https://hg.mozilla.org/mozilla-central/rev/7a2bc36f7838
Comment 14•2 years ago
|
||
Is bug 1824565 really a regression of this one? Or is it just one way it can happen?
Assignee | ||
Comment 15•2 years ago
•
|
||
Not a regression in a traditional meaning, it just logs the crash started when this was merged. But it's not like this patch was faulty.
Assignee | ||
Updated•2 years ago
|
Comment 16•2 years ago
|
||
Documentation changes for these additions are being tracked in the following GitHub issue: https://github.com/mdn/content/issues/26158
Updated•2 years ago
|
Updated•2 years ago
|
Description
•