a88b772e76ce3970650066efd675f96d7a522ca0
The existing comment in BrowserChild::RecvUpdateDimensions may have been accurate at some point in the past, but I'm seeing cases where setting the content viewer size itself triggers a reflow. Since the widget size hasn't been updated yet, the reflow uses some stale values and produces incorrect outcomes. This patch ensures both the content viewer and widget get their sizes updated first, and only then do we do the reflow. Differential Revision: https://phabricator.services.mozilla.com/D79885
Bug 1586686: Enable test_triggeringprincipal_iframe_iframe_window_open.html for fission. r=cpeterson
…
…
…
…
…
…
An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:
https://firefox-source-docs.mozilla.org/contributing/directory_structure.html
For information on how to build Mozilla from the source code and create the patch see:
https://firefox-source-docs.mozilla.org/contributing/how_to_contribute_firefox.html
If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel.
Nightly development builds can be downloaded from:
https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
- or -
https://www.mozilla.org/firefox/channel/desktop/#nightly
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy.
Description
Languages
JavaScript
32.6%
C++
25.1%
HTML
20.9%
C
10.6%
Python
2.8%
Other
7.6%