mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
4b65eb310a
I took the most commented version. There are two things to note here: * Several panels did not define onConfigurationChanged. It's not clear if these panels didn't need it (after some analysis?) or if they just didn't copy-paste thoroughly. This version is always safe, if inefficient, and I've commented to say as much. * The order of operations for the Bookmarks panel may be delicate. I did not preserve the original order (save stack first, then detach and attach); it appears to not be necessary to save the stack first, because the configuration change is completed before the containing Activity is restarted (and the stack is restored). I tested that the folder stack was preserved across device rotations locally. |
||
---|---|---|
.. | ||
app | ||
base | ||
branding | ||
chrome | ||
components | ||
config | ||
extensions | ||
fonts | ||
geckoview_library | ||
installer | ||
locales | ||
modules | ||
search | ||
services | ||
stumbler | ||
tests | ||
themes/core | ||
thirdparty | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
debug_sign_tool.py | ||
defs.mk | ||
LICENSE | ||
Makefile.in | ||
moz.build |