Open
Bug 1673318
Opened 5 years ago
Updated 4 years ago
Distinguish theme changes more granularly in GeckoSystemStateListener.
Categories
(GeckoView :: General, enhancement, P3)
GeckoView
General
Tracking
(Not tracked)
NEW
People
(Reporter: emilio, Unassigned)
References
Details
In bug 1668875 I'm adding code to make theme changes faster by distinguishing whether they can affect style / layout.
Android doesn't take advantage of that optimization because all theme changes come from GeckoSystemStateListener.OnDeviceChanged which doesn't have that information, but it could potentially get it from the caller to make stuff cheaper.
Comment 1•4 years ago
|
||
Moving all open Core::Widget: Android bugs to GeckoView::General (then the triage owner of GeckoView will decide which ones are valuable and which ones should be closed).
Component: Widget: Android → General
Product: Core → GeckoView
Updated•4 years ago
|
Priority: -- → P3
Updated•4 years ago
|
Severity: -- → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•