Skip to content
Snippets Groups Projects
  1. May 10, 2024
  2. May 09, 2024
  3. Jan 18, 2024
  4. Dec 19, 2023
  5. Dec 15, 2023
  6. Dec 18, 2023
  7. Dec 07, 2023
  8. Aug 01, 2023
  9. Jul 24, 2023
  10. Apr 18, 2023
  11. Nov 18, 2022
  12. Feb 08, 2022
  13. Jan 11, 2022
  14. Nov 02, 2021
    • Agi Sferro's avatar
      Bug 1529082 - Move TestRunnerActivity to test_runner. r=ahal,owlish · dccddb81
      Agi Sferro authored
      The fact that the test runner app is defined inside the geckoview test package
      has always felt like a hack to me. I've mistakenly thought that
      TestRunnerActivity was used in GeckoView's junit tests many times (even though
      that's not the case).
      
      From what I can see, there's no way to generate an AAB package for androidTest,
      so to be able to run Gecko tests as AAB we finally need to define the
      TestRunner as an ordinary package instead.
      
      Differential Revision: https://phabricator.services.mozilla.com/D127320
      dccddb81
  15. Oct 25, 2021
  16. Sep 29, 2021
  17. Aug 30, 2021
  18. Aug 26, 2021
  19. Aug 25, 2021
  20. Jul 15, 2020
  21. Nov 22, 2019
  22. Nov 21, 2019
  23. Nov 14, 2019
  24. Oct 04, 2019
  25. Sep 30, 2019
  26. May 09, 2019
    • Nick Alexander's avatar
      Bug 1543982 - Part 1: Avoid re-configuring from within Gradle. r=emilio · e68b7c0a
      Nick Alexander authored
      The inline comment explains what is happening here.  The issue is that
      client.mk is setting MOZ_OBJDIR (and autoconf.mk is setting CC/CXX and
      others) as part of `mach build`, which means that recursively invoking
      `mach build` sees a different environment, and that triggers
      reconfigure.
      
      In some situations we can avoid this by recognizing that the
      environment has changed and setting it back to what it was at the time
      of `mach build` before client.mk adjusts it.
      
      Differential Revision: https://phabricator.services.mozilla.com/D30425
      
      --HG--
      extra : moz-landing-system : lando
      e68b7c0a
  27. Mar 29, 2019
  28. Oct 25, 2017
  29. Jun 22, 2017
  30. Jun 20, 2017
  31. Oct 06, 2016
  32. Feb 18, 2016
    • Nick Alexander's avatar
      Bug 1233882 - Fold base Gradle project into app Gradle project. r=sebastian,mcomella · c4c73ece
      Nick Alexander authored
      DONTBUILD NPOTB
      
      Using the real Android manifest tripped up Robolectric, so I've taken
      the easy way out and added a dummy TestGeckoApplication; see comment
      in the code.
      
      MozReview-Commit-ID: 4fCY504UgPu
      
      --HG--
      rename : mobile/android/app/base/lint.xml => mobile/android/app/lint.xml
      rename : mobile/android/tests/background/junit4/resources/robolectric.properties => mobile/android/app/src/main/resources/robolectric.properties
      extra : rebase_source : 689e879dd4ec4402d5e7f948fa5f8be256284a88
      extra : intermediate-source : 746468f5d9798ff404a80cd957664e2b69a0e97c
      extra : source : a7f63b3721cd3ba105990bbb37a87044383d26d9
      extra : histedit_source : 6bdcfa36ddb45bbfd518c5459e4940e29a30f1c2%2C4bfef3b752a85174f1aa1f2226a286ac30bae25a
      c4c73ece
  33. Feb 06, 2016
Loading