зеркало из https://github.com/mozilla/gecko-dev.git
4c427b464f
This is a weird pref. First, it is VarCached into two different global variables, one in nsSubDocumentFrame.cpp, and the other in nsView.cpp. Second, the pref is not defined by default. When the VarCache variables are initialized they are therefore set to the default value provided to the `AddBoolVarCache()` call, which in both cases is `true`. This semantics isn't possible with `StaticPrefs`, so the patch defines the pref as true by default. Differential Revision: https://phabricator.services.mozilla.com/D37204 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
crashtests | ||
moz.build | ||
nsView.cpp | ||
nsView.h | ||
nsViewManager.cpp | ||
nsViewManager.h |