[epiphany/mcatanzaro/hardware-acceleration-policy: 3/4] Revert "Temporarily disable accelerated compositing mode"



commit 972d21e840d05b06f7f75ceca928e82eb7260115
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Jan 30 18:35:47 2019 -0600

    Revert "Temporarily disable accelerated compositing mode"
    
    This reverts commit 23d6eb98313c0e3fc76cd2c3159f21586f11b1ff.
    
    We're going to try reenabling hardware acceleration and hope for the
    best!
    
    Fixes #595 (sort of)

 embed/ephy-embed-prefs.c | 11 -----------
 1 file changed, 11 deletions(-)
---
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index e7884c334..615624552 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -464,17 +464,6 @@ ephy_embed_prefs_init (gpointer user_data)
                                                        "javascript-can-open-windows-automatically", TRUE,
                                                        NULL);
 
-  /* Accelerated compositing mode is pretty broken right now.
-   * Disable it entirely as a workaround for these bugs:
-   *
-   * https://bugs.webkit.org/show_bug.cgi?id=192230
-   * https://bugs.webkit.org/show_bug.cgi?id=192276
-   * https://gitlab.gnome.org/GNOME/gtk/issues/1401
-   *
-   * Of course this should be reverted when the bugs are fixed.
-   */
-  webkit_settings_set_hardware_acceleration_policy (webkit_settings, 
WEBKIT_HARDWARE_ACCELERATION_POLICY_NEVER);
-
   for (i = 0; i < G_N_ELEMENTS (webkit_pref_entries); i++) {
     GSettings *settings;
     char *key;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]