Skip to content
Snippets Groups Projects
  1. May 02, 2024
  2. Mar 08, 2024
  3. Jan 16, 2024
  4. Feb 09, 2024
  5. Jan 05, 2024
    • Andrew Osmond's avatar
      Bug 1868737 - Allow minimal gfx features by default for uncertain... · c89b8da4
      Andrew Osmond authored
      Bug 1868737 - Allow minimal gfx features by default for uncertain configurations. r=jrmuizel,perftest-reviewers,kshampur a=RyanVM
      
      Some features such as the GPU process (except on Android), backdrop
      filter (because it always works with Software WebRender), ANGLE (because
      it is generally good) and out of process WebGL (we generally want to
      remote WebGL for sandboxing purposes) are special, and should not be
      disabled simply because we are uncertain about our configuration. In
      these situations, disable most features, but keep these enabled by
      default.
      c89b8da4
  6. Dec 15, 2023
  7. Feb 06, 2024
  8. Jan 15, 2024
  9. Jan 29, 2024
  10. Dec 27, 2023
  11. Dec 21, 2023
    • Daniel Holbert's avatar
      Bug 1848628: Null-check swipe tracker before cleaning it up, in... · 04cacf9b
      Daniel Holbert authored
      Bug 1848628: Null-check swipe tracker before cleaning it up, in nsBaseWidget::SwipeFinished.  a=dmeehan
      
      It seems unexpected that the swipe tracker would be non-null when a swipe
      finishes, but there are several codepaths that can clear it, which might
      conceivably fire while the SwipeFinished callback is in the queue to be
      dispatched.
      
      Note that before bug 1837226, SwipeFinished just nulled out the pointer, which
      was harmless if it was already null.  My patch in bug 1837226 made us start
      calling a method as well, and that created a new opportunity for a null-deref
      crash here if the pointer happens to be null when we reach this function.
      
      Original Revision: https://phabricator.services.mozilla.com/D186204
      
      Differential Revision: https://phabricator.services.mozilla.com/D196360
      04cacf9b
  12. Dec 08, 2023
  13. Dec 06, 2023
  14. Nov 22, 2023
    • Ray Kraesig's avatar
      Bug 1864118 - deny attempts to open a Windows file picker in headless mode.... · 7c4b2611
      Ray Kraesig authored
      Bug 1864118 - deny attempts to open a Windows file picker in headless mode. r=win-reviewers,gstoll,cmartin a=RyanVM
      
      We don't necessarily even have access to a user-accessible desktop in
      headless mode. Opening a file dialog isn't going to work out.
      
      In practice, file-dialog invocations will typically be intercepted by
      Puppeteer before they ever get here (see MockFilePicker.sys.mjs), but
      that's configuration-dependent. Explicitly check whether we're in
      headless mode before proceeding.
      
      Differential Revision: https://phabricator.services.mozilla.com/D193332
      7c4b2611
  15. Nov 20, 2023
  16. Oct 31, 2023
  17. Aug 17, 2023
  18. Sep 14, 2023
  19. Sep 26, 2023
  20. Sep 28, 2023
  21. Sep 13, 2023
  22. Jul 07, 2023
  23. Jun 15, 2023
  24. Jul 14, 2023
  25. Jun 07, 2023
  26. Jul 14, 2023
  27. Jun 14, 2023
    • Emilio Cobos Álvarez's avatar
      Bug 1838468 - Remove noisy warning. r=mccr8, a=RyanVM · 380a7b61
      Emilio Cobos Álvarez authored
      Usually, this warning points at a problem (we're rendering a native
      widget in light mode in a page where we should render it in dark mode).
      
      However there are cases where we do this legitimately, for example for
      the -moz-window-titlebar appearance. We render the light titlebar behind
      the tabs to be able to render shadows appropriately.
      
      We could probably only warn in some cases but honestly I don't think
      that is particularly appealing, so let's remove it.
      
      Differential Revision: https://phabricator.services.mozilla.com/D180961
      380a7b61
  28. Jun 16, 2023
  29. Jun 20, 2023
  30. Jun 15, 2023
  31. Jun 05, 2023
  32. Jun 03, 2023
  33. Jun 02, 2023
Loading