Closed
Bug 1876029
Opened 1 year ago
Closed 1 year ago
Perma dom/tests/mochitest/general/<test> | If this is failing: DANGER, are you sure you want to expose the new interface ContentVisibilityAutoStateChangeEvent to all webpages as a property on 'window'? when Gecko 124 merges to Beta on 2024-02-19
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox122 | --- | unaffected |
firefox123 | --- | unaffected |
firefox124 | + | verified |
People
(Reporter: ctuns, Assigned: aryx)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
[Tracking Requested - why for this release]:
Central-as-beta simulation:
How to run these simulations:
Failure log
[task 2024-01-23T11:35:36.697Z] 11:35:36 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces.html | PerformanceMark is exposed as an own property on 'window' but has no property descriptor in the global scope
[task 2024-01-23T11:35:36.697Z] 11:35:36 INFO - Buffered messages finished
[task 2024-01-23T11:35:36.698Z] 11:35:36 INFO - 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 ContentVisibilityAutoStateChangeEvent 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 2024-01-23T11:35:36.698Z] 11:35:36 INFO - SimpleTest.ok@SimpleTest/SimpleTest.js:426:16
[task 2024-01-23T11:35:36.698Z] 11:35:36 INFO - runTest@dom/tests/mochitest/general/test_interfaces.js:2036:7
[task 2024-01-23T11:35:36.698Z] 11:35:36 INFO - @dom/tests/mochitest/general/test_interfaces.js:2087:8
[task 2024-01-23T11:35:36.699Z] 11:35:36 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces.html | ContentVisibilityAutoStateChangeEvent is exposed as an own property on 'window' but tests false for "in" in the global scope
<....>
[task 2024-01-23T11:36:43.356Z] 11:36:43 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces_secureContext.html | PerformanceMark is exposed as an own property on 'window' but has no property descriptor in the global scope
[task 2024-01-23T11:36:43.356Z] 11:36:43 INFO - Buffered messages finished
[task 2024-01-23T11:36:43.357Z] 11:36:43 INFO - TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_interfaces_secureContext.html | If this is failing: DANGER, are you sure you want to expose the new interface ContentVisibilityAutoStateChangeEvent 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 2024-01-23T11:36:43.357Z] 11:36:43 INFO - SimpleTest.ok@https://example.com/tests/SimpleTest/SimpleTest.js:426:16
[task 2024-01-23T11:36:43.357Z] 11:36:43 INFO - runTest@https://example.com/tests/dom/tests/mochitest/general/test_interfaces.js:2036:7
[task 2024-01-23T11:36:43.357Z] 11:36:43 INFO - @https://example.com/tests/dom/tests/mochitest/general/test_interfaces.js:2087:8
[task 2024-01-23T11:36:43.358Z] 11:36:43 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces_secureContext.html | ContentVisibilityAutoStateChangeEvent is exposed as an own property on 'window' but tests false for "in" in the global scope
Hi, I am not sure about the regression of this... I assume it might be this: https://hg.mozilla.org/mozilla-central/rev/4499daa0d18ad8e103558e0a5e4498ddcd0f8c20 can you please take a look?
Thanks!
Flags: needinfo?(aryx.bugmail)
![]() |
Assignee | |
Updated•1 year ago
|
Assignee: nobody → aryx.bugmail
Status: NEW → RESOLVED
Closed: 1 year ago
Flags: needinfo?(aryx.bugmail)
Keywords: regression
Regressed by: 1874874
Resolution: --- → FIXED
![]() |
Assignee | |
Updated•1 year ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
![]() |
Assignee | |
Comment 1•1 year ago
|
||
The interface has been made available on all branches in bug 1874874.
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/d563b223de0a
expect ContentVisibilityAutoStateChangeEvent to be defined for every branch. r=emilio DONTBUILD
Comment 3•1 year ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•