Skip to content
  • Carlos Garcia Campos's avatar
    Allow to have different settings in web applications · 7f065b1c
    Carlos Garcia Campos authored and Carlos Garcia Campos's avatar Carlos Garcia Campos committed
    Make org.gnome.Epiphany.web schema relocatable to be used by web apps.
    Settings in org.gnome.Epiphany.web schema are now per web app, allowing
    users to have different settings in the main epiphany instance and in
    every web applications installed. Newly created web apps inherit the
    settings from the main instance. To make this possible I also had to
    move some of the settings:
    
     - user-agent, remember-passwords and enable-smooth-scrolling has been
       moved from the main schema to web. The profile migrator will copy the
       values from the main schema to the web one. Settings are not actually
       moved, but copied marking the old ones as deprecated.
    
     - adblock-filters has been moved from web to main schema, because it's
       actually shared, web apps use the default profile filters. This is
       not migrated because it's very recent setting and probably everybody
       is using the default value anyway since it's not exposed in the UI
       yet.
    
    When the profile mig...
    7f065b1c