The change event is fired in ResponseActor.dispatchOrientationChangeEvent, along side the orientationchange event.
Details
Details
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Branch
- default
Event Timeline
Comment Actions
Thanks, that looks good. Do you think you could fold this patch directly in D230266: Bug 1755647 - Fire change event on window.screen.orientation. r=nchevobbe. ? We usually prefer having the tests in the same patch as the fix/new feature
Comment Actions
This revision requires a Testing Policy Project Tag to be set before landing. Please apply one of testing-approved, testing-exception-unchanged, testing-exception-ui, testing-exception-elsewhere, testing-exception-other. Tip: this Firefox add-on makes it easy!
This comment was removed by rubicon.
Comment Actions
I finally figured out how to do this. The content of this rev is now merged to D230266 :)