summaryrefslogtreecommitdiffstats
path: root/widget/gtk/WidgetStyleCache.cpp
Commit message (Collapse)AuthorAgeLines
* Fix GTK3 build bustagetrav902018-04-06-1/+1
|
* [GTK3] Don't invalidate style content for missing widgetstrav902018-04-06-0/+4
|
* [GTK3] Invalidate widget style contexts after their ancestors are settrav902018-04-06-0/+14
| | | | Although this is only known to affect buttons with builtin child widgets, it is difficult to audit all GTK widgets for similar situations, and so the same defense is applied to all widgets.
* [GTK3] Force a style resolution on context creation to set GTK 3.4 ↵trav902018-04-06-0/+15
| | | | | | theming_engine This works around a GTK bug that led to the default engine being used instead for the first draw.
* [GTK3] Implement pre-3.20 MOZ_GTK_PROGRESS_CHUNK in WidgetStyleCachetrav902018-04-06-0/+7
|
* [GTK3] Adjust textarea style contexts for GTK 3.20 theming ABI changestrav902018-04-06-4/+11
|
* [GTK3] Introduce MOZ_GTK_TEXT_VIEW_TEXT and move MOZ_GTK_RESIZER to ↵trav902018-04-06-17/+37
| | | | | | | WidgetStyleCache The style context for MOZ_GTK_TEXT_VIEW is now created by copying from the widget instead of caching a widget and using its context. No rendering changes are expected, unless themes are animating GtkTextView backgrounds.
* [GTK3] Use WidgetCache to get colors at nsLookAndFeeltrav902018-04-06-19/+21
|
* [GTK] Rename radio/check menuitem and indicator as used with ClaimStyleContext.trav902018-04-05-10/+10
| | | | The same name is retained for moz_gtk_widget_paint(), which is now more consistent.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1162