Skip to content
Snippets Groups Projects
  1. Jun 07, 2023
  2. Aug 28, 2023
  3. Aug 21, 2023
  4. Aug 15, 2023
  5. Aug 18, 2023
    • Gijs Kruitbosch's avatar
      Bug 1842141 - fix page style no style menu checked state after reloads or... · 41a9e138
      Gijs Kruitbosch authored
      Bug 1842141 - fix page style no style menu checked state after reloads or same-origin navigations,  a=RyanVM
      
      The issue here is that authorStyleDisabledDefault persists on the BrowsingContext.
      This means it stays set/unset if the BC navigates same-origin (including
      reloads). But the actor was keeping its own copy, on the actor, and the actor
      gets destroyed in those circumstances, leading to the frontend and the internal
      state no longer being in sync.
      
      This patch addresses this by no longer keeping our own state and just reading
      the browsingcontext's field directly.
      
      This is a tiny bit hackish because technically, whether this is the 'default'
      is not the same as whether the author style is actually disabled, but in
      practice the child actor always sets the two at the same time, and it is
      the simpler fix (vs. trying to mirror state to the parent some more).
      
      Original Revision: https://phabricator.services.mozilla.com/D183188
      
      Differential Revision: https://phabricator.services.mozilla.com/D186440
      41a9e138
  6. Aug 15, 2023
  7. Aug 17, 2023
  8. Aug 15, 2023
  9. Jun 19, 2023
  10. Aug 17, 2023
  11. Aug 08, 2023
  12. Aug 01, 2023
  13. Jul 27, 2023
  14. Aug 15, 2023
  15. Aug 16, 2023
    • Drew Willcoxon's avatar
      Bug 1831529 - Don't perform the primary intervention action when the help... · e9e242eb
      Drew Willcoxon authored
      Bug 1831529 - Don't perform the primary intervention action when the help command is clicked. r=mak, a=RyanVM
      
      The provider needs to check whether the help command was picked before
      performing the primary action. Opening the help page is done by UrlbarInput
      while intervention actions are done by the interventions provider.
      e9e242eb
  16. Aug 15, 2023
  17. Aug 14, 2023
  18. Aug 09, 2023
  19. Aug 01, 2023
  20. Jul 31, 2023
  21. Jul 27, 2023
  22. Jul 05, 2023
  23. Aug 14, 2023
  24. Aug 12, 2023
  25. Aug 10, 2023
  26. Jul 07, 2023
  27. Jun 08, 2023
  28. Aug 15, 2023
Loading