зеркало из https://github.com/mozilla/gecko-dev.git
9382a39249
Browsers can switch at runtime from remote to non-remote and vice versa, which on the C++ side is detected from a XBL binding change which causes nsIRemoteBrowser to either be implemented or not. Custom Elements can't change at runtime in the same way, so unifying on a single [implements] will allow browser (both remote and non-remote) to be migrated to a single Custom Element. To keep current functionality, this updates Qi calls into nsIRemoteBrowser to instead Qi into nsIBrowser and check isRemoteBrowser. Differential Revision: https://phabricator.services.mozilla.com/D3346 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
base | ||
events | ||
geolocation | ||
html | ||
notification | ||
payments | ||
push | ||
security | ||
settings | ||
sidebar | ||
storage | ||
xul |