Skip to content
Snippets Groups Projects
  1. Oct 27, 2020
  2. Oct 26, 2020
  3. Oct 13, 2020
  4. Oct 26, 2020
  5. Oct 22, 2020
  6. Oct 16, 2020
    • Molly Howell's avatar
      Bug 1671715 - Don't try to reboot if cleaning up UpdateLogs fails. r=agashlin, a=jcristau · a97ae286
      Molly Howell authored
      My patch for bug 1665195 included a REBOOTOK flag because I wanted to make
      sure the UpdateLogs directory would get deleted even if doing so failed at the
      moment. What I didn't realize is that the RmDir instruction will set the reboot
      flag if removing the directory fails for any reason whatsoever, even if it's
      just because the directory wasn't empty, in which case rebooting wouldn't help.
      For some reason I thought there was a check for that condition, but having now
      had a look in the NSIS source, there is not.
      
      There's no easy way to check for ourselves whether the directory is empty or
      not, so to avoid a spurious reboot prompt from either the installer or the
      uninstaller, this patch just gives up on the REBOOTOK flag.
      
      Differential Revision: https://phabricator.services.mozilla.com/D93860
      a97ae286
  7. Oct 13, 2020
  8. Oct 26, 2020
  9. Oct 22, 2020
  10. Oct 20, 2020
  11. Oct 19, 2020
  12. Oct 15, 2020
  13. Oct 14, 2020
  14. Oct 13, 2020
  15. Oct 12, 2020
  16. Oct 13, 2020
  17. Oct 12, 2020
  18. Oct 10, 2020
    • Razvan Caliman's avatar
      Bug 1668265 - [devtools] Ensure node picker reacts to inspector fronts as they... · 8f0990a5
      Razvan Caliman authored
      Bug 1668265 - [devtools] Ensure node picker reacts to inspector fronts as they become available or destroyed. r=ochameau, a=jcristau
      
      When a page is refreshed, the inspector fonts associated with targets within are destroyed and recreated.
      
      The node picker didn't observe for this behavior. When a page was refreshed, it kept picking against dead fronts and ignored the newly created fronts, thus leaving users confused. This is an issue in popular web dev workflows like Hot Module Reloading, where the page may end up being refreshed. See [Bug1352121#c4](https://bugzilla.mozilla.org/show_bug.cgi?id=1352121#c4)
      
      This patch makes the node picker listen for targets and inspector fronts as they become available or get destroyed. If node picking isn't explicitly stopped by either clicking a node or pressing the Escape key, node picking continues onto the refreshed page or to new page (same behavior as in Firefox Release).
      
      Differential Revision: https://phabricator.services.mozilla.com/D92779
      8f0990a5
  19. Oct 09, 2020
  20. Oct 08, 2020
  21. Sep 29, 2020
  22. Oct 09, 2020
  23. Oct 12, 2020
  24. Oct 11, 2020
Loading