WebKit Bugzilla
Attachment 340464 Details for
Bug 126907
: [GTK] Hardcoded text color in input fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Easiest solution. WIP
easiest_patch (text/plain), 889 bytes, created by
Carlos Bentzen
on 2018-05-15 19:54:36 PDT
(
hide
)
Description:
Easiest solution. WIP
Filename:
MIME Type:
Creator:
Carlos Bentzen
Created:
2018-05-15 19:54:36 PDT
Size:
889 bytes
patch
obsolete
>diff --git a/Source/WebCore/platform/gtk/RenderThemeGadget.cpp b/Source/WebCore/platform/gtk/RenderThemeGadget.cpp >index 6a2903b8751..40cbf077365 100644 >--- a/Source/WebCore/platform/gtk/RenderThemeGadget.cpp >+++ b/Source/WebCore/platform/gtk/RenderThemeGadget.cpp >@@ -57,7 +57,10 @@ std::unique_ptr<RenderThemeGadget> RenderThemeGadget::create(const RenderThemeGa > > static GRefPtr<GtkStyleContext> createStyleContext(GtkWidgetPath* path, GtkStyleContext* parent) > { >+ static GtkCssProvider* provider = gtk_css_provider_get_named("Adwaita", nullptr); > GRefPtr<GtkStyleContext> context = adoptGRef(gtk_style_context_new()); >+ >+ gtk_style_context_add_provider(context.get(), GTK_STYLE_PROVIDER(provider), GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); > gtk_style_context_set_path(context.get(), path); > gtk_style_context_set_parent(context.get(), parent); > return context;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 126907
:
302499
|
340464
|
340489
|
340924
|
341088
|
341463
|
341468
|
341565
|
343018
|
343026
|
343033
|
343657
|
343659
|
343695
|
368142
|
368149
|
368150