Skip to content
Snippets Groups Projects
  1. May 25, 2022
  2. Apr 27, 2022
  3. Mar 31, 2022
  4. Mar 16, 2022
  5. Mar 11, 2022
  6. Jan 25, 2022
  7. Jan 12, 2022
  8. Jan 04, 2022
  9. Nov 16, 2021
  10. Nov 02, 2021
  11. Oct 18, 2021
  12. Sep 28, 2021
  13. Sep 27, 2021
    • criss's avatar
      Backed out 10 changesets (bug 1712151, bug 1724279, bug 1730712, bug 1717051,... · f2dcba95
      criss authored
      Backed out 10 changesets (bug 1712151, bug 1724279, bug 1730712, bug 1717051, bug 1723031, bug 1731145) for causing failures on test_yaml.py
      Backed out changeset 7f64d538701b (bug 1723031)
      Backed out changeset 394152994966 (bug 1723031)
      Backed out changeset 9bfeb01bcc9a (bug 1723031)
      Backed out changeset 3d283616a57d (bug 1730712)
      Backed out changeset bc677b409650 (bug 1724279)
      Backed out changeset 784c94c2f528 (bug 1723031)
      Backed out changeset 6e1bde40e3b4 (bug 1723031)
      Backed out changeset 7adf7e2136a3 (bug 1712151)
      Backed out changeset 2aef162b9a1b (bug 1717051)
      Backed out changeset 9beeb6d3d95b (bug 1731145)
      f2dcba95
    • Mitchell Hentges's avatar
      Bug 1731145: Don't ignore vendored package `*.egg-info` directories r=ahal · 88d28c21
      Mitchell Hentges authored
      The `*.egg-info` directories are needed for the packages to show up as
      "distributions" to `pip` and other environment-checking logic.
      
      We know that `*.egg-info` directories are cross-platform because they
      exist in the globally-usable `tar.gz` releases of packages.
      
      Differential Revision: https://phabricator.services.mozilla.com/D125909
      88d28c21
  14. Sep 20, 2021
  15. Aug 23, 2021
  16. Apr 13, 2021
  17. Nov 13, 2020
  18. Nov 12, 2020
  19. Oct 27, 2020
  20. Nov 27, 2020
  21. Nov 16, 2020
  22. Nov 13, 2020
  23. Aug 10, 2020
  24. Jun 05, 2020
  25. Jun 02, 2020
  26. Jun 03, 2020
  27. Jul 07, 2020
  28. May 05, 2020
  29. Apr 09, 2020
    • Ryan Hunt's avatar
      Bug 1627854 - Add documentation for spec-test importing. r=lth · f3303220
      Ryan Hunt authored
      The process of importing spec-tests is confusing and has some tricks that
      I should write down. The files are also scattered around, so I've tried to
      move them all into one spot.
      
       * Moves wasm/Makefile to jit-test/etc/wasm
       * Moves jit-test/etc/wasm-config[-lock].toml to jit-test/etc/wasm
       * Adds jit-test/etc/wasm/README.md
      
      Differential Revision: https://phabricator.services.mozilla.com/D69902
      
      --HG--
      rename : js/src/wasm/Makefile => js/src/jit-test/etc/wasm/Makefile
      rename : js/src/jit-test/etc/wasm-config-lock.toml => js/src/jit-test/etc/wasm/config-lock.toml
      rename : js/src/jit-test/etc/wasm-config.toml => js/src/jit-test/etc/wasm/config.toml
      extra : moz-landing-system : lando
      f3303220
  30. Mar 11, 2020
    • Ryan Hunt's avatar
      Bug 1617827 - Wasm: Switch to 'wasm-generate-testsuite' tooling for importing... · c13f6b0b
      Ryan Hunt authored
      Bug 1617827 - Wasm: Switch to 'wasm-generate-testsuite' tooling for importing spec test-suite. r=lth
      
      This switches our test import Makefile to use the wasm-generate-testsuite tool
      for importing spec-tests. A new config file declaring the proposals to import,
      along with tests to skip, is added to jit-test/etc.
      
      There was an ability to apply a .patch file to paper over a back-compat issue
      is types.wast.js. It appears that newer spec/tests don't include a types.wast,
      so I don't think this patch is necessary anymore. We can add this ability back
      later if needed.
      
      Differential Revision: https://phabricator.services.mozilla.com/D65195
      
      --HG--
      extra : moz-landing-system : lando
      c13f6b0b
  31. Jan 18, 2020
  32. Nov 25, 2019
    • Alex Thayer's avatar
      Bug 1588223 - Use many domains in iframes for tabswitch test... · 5705a57b
      Alex Thayer authored
      Bug 1588223 - Use many domains in iframes for tabswitch test r=stephendonner,perftest-reviewers,rwood
      
      This adds a tp5n-multiproc output directory which contains postprocessed
      versions of the tp5n set. They are processed to take iframes with relative
      URLs and output absolute URLs with domains similar to their original
      domains. This will help us better simulate a real-world case for Fission,
      which will split processes based on the ETLD+1 of the domain.
      
      Differential Revision: https://phabricator.services.mozilla.com/D53065
      
      --HG--
      extra : moz-landing-system : lando
      5705a57b
  33. Nov 15, 2019
    • Dzmitry Malyshau's avatar
      Bug 1594182 - Move wgpu stuff under gfx/wgpu r=jgilbert,remote-protocol-reviewers · 85242648
      Dzmitry Malyshau authored
      This change moves wgpu mirror into a dedicated folder and also
      registers it in a few metadata files for proper treating.
      
      Differential Revision: https://phabricator.services.mozilla.com/D51921
      
      --HG--
      rename : dom/webgpu/wgpu-native/Cargo.toml => gfx/wgpu/wgpu-native/Cargo.toml
      rename : dom/webgpu/wgpu-remote/cbindgen.toml => gfx/wgpu/wgpu-native/cbindgen.toml
      rename : dom/webgpu/wgpu-native/src/binding_model.rs => gfx/wgpu/wgpu-native/src/binding_model.rs
      rename : dom/webgpu/wgpu-native/src/command/allocator.rs => gfx/wgpu/wgpu-native/src/command/allocator.rs
      rename : dom/webgpu/wgpu-native/src/command/bind.rs => gfx/wgpu/wgpu-native/src/command/bind.rs
      rename : dom/webgpu/wgpu-native/src/command/compute.rs => gfx/wgpu/wgpu-native/src/command/compute.rs
      rename : dom/webgpu/wgpu-native/src/command/mod.rs => gfx/wgpu/wgpu-native/src/command/mod.rs
      rename : dom/webgpu/wgpu-native/src/command/render.rs => gfx/wgpu/wgpu-native/src/command/render.rs
      rename : dom/webgpu/wgpu-native/src/command/transfer.rs => gfx/wgpu/wgpu-native/src/command/transfer.rs
      rename : dom/webgpu/wgpu-native/src/conv.rs => gfx/wgpu/wgpu-native/src/conv.rs
      rename : dom/webgpu/wgpu-native/src/device.rs => gfx/wgpu/wgpu-native/src/device.rs
      rename : dom/webgpu/wgpu-native/src/hub.rs => gfx/wgpu/wgpu-native/src/hub.rs
      rename : dom/webgpu/wgpu-native/src/id.rs => gfx/wgpu/wgpu-native/src/id.rs
      rename : dom/webgpu/wgpu-native/src/instance.rs => gfx/wgpu/wgpu-native/src/instance.rs
      rename : dom/webgpu/wgpu-native/src/lib.rs => gfx/wgpu/wgpu-native/src/lib.rs
      rename : dom/webgpu/wgpu-native/src/pipeline.rs => gfx/wgpu/wgpu-native/src/pipeline.rs
      rename : dom/webgpu/wgpu-native/src/resource.rs => gfx/wgpu/wgpu-native/src/resource.rs
      rename : dom/webgpu/wgpu-native/src/swap_chain.rs => gfx/wgpu/wgpu-native/src/swap_chain.rs
      rename : dom/webgpu/wgpu-native/src/track/buffer.rs => gfx/wgpu/wgpu-native/src/track/buffer.rs
      rename : dom/webgpu/wgpu-native/src/track/mod.rs => gfx/wgpu/wgpu-native/src/track/mod.rs
      rename : dom/webgpu/wgpu-native/src/track/range.rs => gfx/wgpu/wgpu-native/src/track/range.rs
      rename : dom/webgpu/wgpu-native/src/track/texture.rs => gfx/wgpu/wgpu-native/src/track/texture.rs
      rename : dom/webgpu/wgpu-remote/Cargo.toml => gfx/wgpu/wgpu-remote/Cargo.toml
      rename : dom/webgpu/wgpu-remote/cbindgen.toml => gfx/wgpu/wgpu-remote/cbindgen.toml
      rename : dom/webgpu/wgpu-remote/src/lib.rs => gfx/wgpu/wgpu-remote/src/lib.rs
      rename : dom/webgpu/wgpu-remote/src/server.rs => gfx/wgpu/wgpu-remote/src/server.rs
      extra : moz-landing-system : lando
      85242648
  34. Nov 12, 2019
  35. Aug 31, 2019
  36. Aug 16, 2019
Loading