- 16 Jan, 2017 1 commit
-
-
Romain Courteaud authored
This can be used to catched loading errors from HTML gadget declaration. This will prevent the parent gadget to fail.
-
- 13 Jan, 2017 2 commits
-
-
Romain Courteaud authored
This should improve renderJS usage on slow network.
-
Romain Courteaud authored
-
- 06 Dec, 2016 4 commits
-
-
Romain Courteaud authored
Performance improvements.
-
Romain Courteaud authored
Allow browser to fetch the JS files in parallel. Loading should stay synchronous.
-
Romain Courteaud authored
-
Romain Courteaud authored
Speed up loading the declarative sub gadget definition.
-
- 05 Dec, 2016 1 commit
-
-
Romain Courteaud authored
Use document fragment to add all dependencies with one DOM call only.
-
- 02 Dec, 2016 1 commit
-
-
Romain Courteaud authored
Do not create a DOM document to calculate an URL.
-
- 24 Nov, 2016 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Resetting the internal gadget state leads to unexpecting errors, and so, it was a bad idea.
-
- 23 Nov, 2016 1 commit
-
-
Romain Courteaud authored
-
- 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
-
- 09 Nov, 2016 1 commit
-
-
Ivan Tyagov authored
@seb , please review /reviewed-on !7
-
- 02 Nov, 2016 1 commit
-
-
Romain Courteaud authored
* add an internal gadget state * rename __element property to element * add declareJob function * add onEvent method * 'this' in ready is now the gadget instance InlineSide-by-side
-
- 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.
-
- 19 Sep, 2016 1 commit
-
-
Romain Courteaud authored
-
- 06 Sep, 2016 1 commit
-
-
Romain Courteaud authored
-
- 29 Jul, 2016 1 commit
-
-
Romain Courteaud authored
Improve error verbosity
-
- 12 Jul, 2016 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 11 Jul, 2016 2 commits
-
-
Romain Courteaud authored
-
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.
-
- 06 Jul, 2016 1 commit
-
-
Romain Courteaud authored
-
- 24 Jun, 2016 1 commit
-
-
Cédric Le Ninivin authored
-
- 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).
-