1. 21 Aug, 2015 1 commit
    • Romain Courteaud's avatar
      Add the 'dataurl' sandbox. · eb32a211
      Romain Courteaud authored
      This sandbox download the gadget HTML code and convert it as a dataurl which is loaded in an iframe.
      This may help to bypass web browser mixed content policy or CSP restrictions (like inline js).
      eb32a211
  2. 04 Dec, 2014 2 commits
  3. 24 Nov, 2014 1 commit
  4. 20 Nov, 2014 4 commits
  5. 19 Nov, 2014 3 commits
  6. 05 Nov, 2014 3 commits
  7. 18 Sep, 2014 2 commits
  8. 15 Sep, 2014 3 commits
    • Romain Courteaud's avatar
      Release version 0.7.2 · 429eb27e
      Romain Courteaud authored
      429eb27e
    • Romain Courteaud's avatar
      Add service management on gadget. · ad6ab698
      Romain Courteaud authored
      A service is function which is executed outside the promise tree when the
      gadget is attached to the DOM.
      Services are stopped when the gadget is removed from the DOM.
      
      You can declare a service with the "declareService" method, which takes a
      function as parameter.
      
      Service errors are reported to the parent gadget by acquisition on
      "reportServiceError".
      If no gadget catched the service error, the application will crash (document
      body will display the raw error).
      ad6ab698
    • Romain Courteaud's avatar
      Reorder dev dependencies · eea2661b
      Romain Courteaud authored
      eea2661b
  9. 12 Sep, 2014 1 commit
  10. 20 Jun, 2014 1 commit
  11. 23 May, 2014 3 commits
  12. 22 May, 2014 4 commits
  13. 21 May, 2014 1 commit
    • Romain Courteaud's avatar
      Release version 0.7.0 · a0e2a30a
      Romain Courteaud authored
      Drop EventTarget support on Gadget.
      Add declareAcquiredMethod, allowPublicAcquisition.
      Prefix attribute non part of the API by __. Such method/property can be rename
      in next versions without any compatibility support.
      Use base element in iframe to get the same link behaviour with or without
      iframe.
      a0e2a30a
  14. 22 Apr, 2014 2 commits
  15. 16 Apr, 2014 1 commit
  16. 14 Apr, 2014 3 commits
  17. 11 Apr, 2014 3 commits
  18. 08 Apr, 2014 2 commits