- 24 Nov, 2016 1 commit
-
-
Romain Courteaud authored
Resetting the internal gadget state leads to unexpecting errors, and so, it was a bad idea.
-
- 22 Nov, 2016 1 commit
-
-
Romain Courteaud authored
In case of onStateChange cancellation/error, reset the internal gadget state. It will simplify the code of each onStateChange function, as developpers will not have to handle such issue.
-
- 21 Nov, 2016 1 commit
-
-
Xiaowu Zhang authored
-
- 28 Oct, 2016 4 commits
-
-
Romain Courteaud authored
Changes on this state should be done by calling the changeState method. If modifications are detected, an onStateChange callback will be triggered, with the modified state keys as parameter.
-
Romain Courteaud authored
Gadget can now access their DOM element without using not needed asynchronous code.
-
Romain Courteaud authored
Jobs are executed on demand only when the gadget is in the DOM. Calling the same job a second time cancel the previous execution.
-
Romain Courteaud authored
This will declare a service to listen to a DOM event on the gadget element.
-
- 06 Sep, 2016 1 commit
-
-
Romain Courteaud authored
-
- 12 Jul, 2016 1 commit
-
-
Romain Courteaud authored
-
- 11 Jul, 2016 1 commit
-
-
Klaus Wölfel authored
-
- 07 Jul, 2016 1 commit
-
-
Romain Courteaud authored
Browser cancels all ajax requests after the beforepageunload event. This leads to the global renderJS error handling, which is unpleasant from user point of view.
-
- 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 1 commit
-
-
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 1 commit
-
-
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
-
- 21 Aug, 2015 1 commit
-
-
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 1 commit
-
-
Romain Courteaud authored
-
- 20 Nov, 2014 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 19 Nov, 2014 1 commit
-
-
Romain Courteaud authored
-
- 05 Nov, 2014 1 commit
-
-
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.
-
- 18 Sep, 2014 1 commit
-
-
Romain Courteaud authored
-
- 15 Sep, 2014 1 commit
-
-
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).
-
- 12 Sep, 2014 1 commit
-
-
Romain Courteaud authored
-
- 23 May, 2014 1 commit
-
-
Romain Courteaud authored
-
- 22 May, 2014 2 commits
-
-
Romain Courteaud authored
Only ease to ease developper comprehension.
-
Romain Courteaud authored
-
- 22 Apr, 2014 2 commits
-
-
Thibaut Frain authored
-
Thibaut Frain authored
-
- 16 Apr, 2014 1 commit
-
-
Thibaut Frain authored
-
- 14 Apr, 2014 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
declareAcquiredMethod generated function should not call local (ie, same gadget) allowedAcquisition method.
-
- 11 Apr, 2014 2 commits
-
-
Romain Courteaud authored
Use declareAcquiredMethod instead.
-
Romain Courteaud authored
-
- 08 Apr, 2014 2 commits
-
-
Thibaut Frain authored
-
Romain Courteaud authored
aq_dynamic was a "low level" method, somehow hard to understand. Allow acquisition more explicitely by providing the method name allowed.
-
- 07 Apr, 2014 2 commits
-
-
Thibaut Frain authored
-
Thibaut Frain authored
-