Skip to content
Snippets Groups Projects
  1. Jan 04, 2023
  2. Mar 12, 2021
  3. Jan 19, 2021
  4. Jan 10, 2021
  5. Aug 25, 2020
  6. Jul 21, 2020
  7. Jun 14, 2020
    • Michael Catanzaro's avatar
      Cleanup font preference callbacks · c547c44f
      Michael Catanzaro authored and Jan-Michael Brummer's avatar Jan-Michael Brummer committed
      There's a bunch of unused code here designed to prevent this function
      from doing anything if called for a non-Epiphany settings schema, but
      this never happens. Maybe in the past it was hooked up to watch for
      changes to system settings, but if so, that was probably long, long ago.
      
      Also, default font size should be 12.
      c547c44f
  8. Jun 13, 2020
  9. May 08, 2020
  10. Mar 15, 2020
  11. Feb 10, 2020
  12. Dec 18, 2019
    • Michael Catanzaro's avatar
      embed-prefs: improve safety of style sheet monitor · 4634d831
      Michael Catanzaro authored
      The style sheet monitoring code doesn't seem to be prepared for the user
      to remove the user style. When the style is removed, we should stop
      monitoring the file and un-apply the style on all views.
      
      Also, there is a refcounting error in user_style_sheet_read_cb():
      output_stream is unreffed immediately after starting an async function
      call, but it needs to be kept alive until after the call is completed.
      This is bad because it could cause crashes.
      
      Finally, and of least importance, webkit_pref_callback_user_stylesheet()
      is currently designed to assert if called to enable the setting twice in
      a row. Although that should probably never happen -- if the setting is
      currently enabled, then if changed it should be switched to disabled,
      not called again to enable -- it's simple to rearraneg the code to be
      robust to this possibility.
      
      Noticed in #1026.
      4634d831
  13. Dec 17, 2019
  14. Nov 12, 2019
  15. Jul 23, 2019
  16. Jul 15, 2019
  17. Jul 08, 2019
  18. Jun 23, 2019
  19. Jun 11, 2019
  20. Mar 04, 2019
  21. Jan 31, 2019
  22. Dec 27, 2018
  23. Dec 04, 2018
  24. Nov 14, 2018
  25. Sep 18, 2018
    • Michael Catanzaro's avatar
      Try enabling MSE · b83df083
      Michael Catanzaro authored
      This is broken and not ready to be enabled, but we think YouTube has
      begun to require MSE to access WebM videos. So we're left with no
      real choice here.
      b83df083
  26. Apr 14, 2018
  27. Apr 10, 2018
  28. Apr 05, 2018
  29. Jan 17, 2018
  30. Jan 15, 2018
  31. Nov 21, 2017
Loading