- 21 Jun, 2016 1 commit
-
-
Cédric Le Ninivin authored
Altering base url in the iframe gadget resulted in loading resources not from the gadget iframe url but from the root gadget url. This is a critical issue when the iframe gadget comes from a different domain
-
- 14 Jun, 2016 2 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
It removes communication timeout with parent iFrame and solve the issue of timeout in case of a high load due to heavy JS processing /reviewed-on !2
-
- 31 May, 2016 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Gadget can now be declared in HTML without any explicit scope. It is necessary to use dropGadget to completely remove a gadget.
-
- 08 Apr, 2016 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 18 Dec, 2015 1 commit
-
-
Romain Courteaud authored
-
- 21 Aug, 2015 2 commits
-
-
Romain Courteaud authored
-
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).
-
- 04 Dec, 2014 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 24 Nov, 2014 1 commit
-
-
Romain Courteaud authored
-
- 20 Nov, 2014 4 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 19 Nov, 2014 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 05 Nov, 2014 3 commits
-
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
When a gadget is in iframe, it checks its communication's channel by using timeout 100ms (the only way...). If a timeout occurs, renderjs considers this gadget has no parent gadget and so, consider it as parent gadget by stopping acquisition.
-
Xiaowu Zhang authored
-
- 18 Sep, 2014 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 15 Sep, 2014 3 commits
-
-
Romain Courteaud authored
-
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).
-
Romain Courteaud authored
-
- 12 Sep, 2014 1 commit
-
-
Romain Courteaud authored
-
- 20 Jun, 2014 1 commit
-
-
Romain Courteaud authored
-
- 23 May, 2014 3 commits
-
-
Romain Courteaud authored
Do not prevent calling declareGadget in ready functions. Allow to directly declareGadget inside the HTML.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 22 May, 2014 4 commits
-
-
Romain Courteaud authored
Only ease to ease developper comprehension.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 21 May, 2014 1 commit
-
-
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.
-
- 22 Apr, 2014 2 commits
-
-
Thibaut Frain authored
-
Thibaut Frain authored
-