Skip to content
Snippets Groups Projects
  1. Nov 22, 2021
  2. Nov 17, 2021
  3. Nov 16, 2021
    • connorhaugh's avatar
      Merge pull request #204 from edx/fix--POC--Long-term-fix-for-cross-origin-iFrames · 133d3e9b
      connorhaugh authored
      fix: Long-term fix for cross-origin iFrames
      Context: Our current LTI Component XBlock provides an option to "View resource in a New Window", which uses JS to launch a new window/tab. These capabilities were removed in Chrome v92. Here's some referances to those changes: TL;DR: there is a temporary cookie workaround, but this problem also started occurring on Safari 15.
      133d3e9b
  4. Nov 15, 2021
  5. Nov 12, 2021
  6. Nov 10, 2021
  7. Nov 08, 2021
  8. Nov 05, 2021
  9. Nov 04, 2021
  10. Oct 29, 2021
  11. Oct 25, 2021
  12. Oct 22, 2021
  13. Oct 19, 2021
  14. Oct 15, 2021
  15. Oct 08, 2021
  16. Oct 07, 2021
  17. Oct 06, 2021
  18. Oct 05, 2021
  19. Sep 08, 2021
  20. Aug 27, 2021
  21. Aug 25, 2021
  22. Aug 24, 2021
    • Ned Batchelder's avatar
      test: suppress noise · f7c69ba6
      Ned Batchelder authored
      The test suite was generating error log messages when tests would cause
      error conditions.  This cluttered the output needlessly, because it
      looked like test failures, but were actually tests succeeding.  Now all
      log messages are suppresed during the test suite.
      
      In addition, the XBlock runtime generates a warning about needing
      IdGenerator in the future.  I'm suppressing this warning also.
      
      Now the test suite just outputs 397 nice dots.
      f7c69ba6
Loading