Skip to content
Snippets Groups Projects
  1. Nov 08, 2019
  2. Nov 13, 2019
  3. Nov 12, 2019
    • Nicolas Lempereur's avatar
      [FIX] web: guardedCatch on IE Edge async return · 06273584
      Nicolas Lempereur authored
      
      In IE Edge async and await are supported, but guardedCatch is added to
      polyfilled MyPromise object and async methods return original Promise so
      depending of chain guardedCatch can cause en error or not.
      
      It seems that historically, the MyPromise patching has also had issue in
      firefox with it sometimes working or not.
      
      In this changeset we completely remove it (which will have the drawback
      of more error shown in console in firefox).
      
      opw-1964486
      opw-2116839
      closes #39953
      
      closes odoo/odoo#40154
      
      X-original-commit: 5ca38da6
      Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
      06273584
  4. Nov 13, 2019
  5. Nov 12, 2019
  6. Nov 06, 2019
  7. Nov 12, 2019
  8. Oct 03, 2019
  9. Nov 12, 2019
  10. Nov 08, 2019
  11. Nov 06, 2019
  12. Nov 08, 2019
  13. Nov 10, 2019
Loading