Skip to content
Snippets Groups Projects
  1. Dec 07, 2022
  2. Sep 06, 2022
  3. Mar 17, 2022
  4. Feb 09, 2022
  5. Feb 08, 2022
    • Nika Layzell's avatar
      Bug 1738734 - Directly pass around handles rather than using... · 99190994
      Nika Layzell authored
      Bug 1738734 - Directly pass around handles rather than using TransportDescriptor, r=jld,media-playback-reviewers,alwu
      
      This simplifies the logic around descriptors significantly, which is
      especially useful considering how few places use the type. There is a
      small change required on Windows to create the NamedPipe directly and
      transfer around each end's handle, rather than connecting between
      processes after the fact.
      
      A named pipe has to be used, rather than an anonymous pipe, as
      bidirectional communication is required.
      
      Differential Revision: https://phabricator.services.mozilla.com/D130381
      99190994
  6. Feb 02, 2022
  7. Jan 31, 2022
    • Sandor Molnar's avatar
      Backed out changeset ba6624225635 (bug 1738734) for causing build bustages in... · 6035b5cf
      Sandor Molnar authored
      Backed out changeset ba6624225635 (bug 1738734) for causing build bustages in ipc/PUtilityProcessParent.
      6035b5cf
    • Nika Layzell's avatar
      Bug 1738734 - Directly pass around handles rather than using... · c45d6350
      Nika Layzell authored
      Bug 1738734 - Directly pass around handles rather than using TransportDescriptor, r=jld,media-playback-reviewers,alwu
      
      This simplifies the logic around descriptors significantly, which is
      especially useful considering how few places use the type. There is a
      small change required on Windows to create the NamedPipe directly and
      transfer around each end's handle, rather than connecting between
      processes after the fact.
      
      A named pipe has to be used, rather than an anonymous pipe, as
      bidirectional communication is required.
      
      Differential Revision: https://phabricator.services.mozilla.com/D130381
      c45d6350
    • Benjamin VanderSloot's avatar
      Bug 1750012 - Make tests in dom/locks/test/ dFPI compatible,... · 280d015c
      Benjamin VanderSloot authored
      Bug 1750012 - Make tests in dom/locks/test/ dFPI compatible, r=saschanaz,anti-tracking-reviewers,timhuang
      
      We are fixing mochitests that fail when network.cookie.cookieBehavior = 5, i.e. when we enable Total Cookie Protection.
      This is most often due to the test assuming that an origin will always have access to its storage state when embedded as
      a third party.
      
      In this case I had to request storage access to allow an embedded iframe to use a BroadcastChannel to communicate with top-level pages of the same origin.
      This was only a problem in the XOrigin case where the test html file is loaded in an embedded iframe and then can't communicate with the top-level window it created.
      
      Differential Revision: https://phabricator.services.mozilla.com/D136606
      280d015c
  8. Jan 20, 2022
  9. Dec 13, 2021
  10. Nov 30, 2021
  11. Nov 24, 2021
  12. Nov 22, 2021
  13. Nov 12, 2021
  14. Nov 08, 2021
  15. Nov 06, 2021
  16. Oct 28, 2021
  17. Oct 25, 2021
  18. Oct 19, 2021
  19. Sep 24, 2021
  20. Sep 23, 2021
  21. Aug 23, 2021
  22. Aug 18, 2021
  23. Aug 17, 2021
Loading