Evgeny Gerashchenko
|
90b065e82b
|
+= tests fix
|
2014-07-29 12:06:36 +04:00 |
|
Ilya Ryzhenkov
|
e37d8174c3
|
New stdlib generators
|
2014-03-19 20:25:11 +04:00 |
|
James Strachan
|
8a9485bd5f
|
added a helper method to get the child elements of an Element by name
|
2012-10-09 09:12:34 +01:00 |
|
James Strachan
|
ffffe84fcb
|
added more working DOM test cases for JS
|
2012-07-03 19:54:32 +01:00 |
|
James Strachan
|
071e276e08
|
started compiling more of the kotlin library to JS; now testing the String methods in JS
|
2012-06-19 07:23:42 -05:00 |
|
James Strachan
|
bc7104a8fe
|
update the DOM API so that we implement using the property style access of properties which work natively in JS and avoid using getter/setter methods in the DOM library so that they can easily compile to JS too from the same org.w3c.dom API on the JVM
|
2012-06-01 07:45:55 +01:00 |
|
James Strachan
|
a81e40fae2
|
added test case and bug fix for (next|previous)(Elements|Siblings) methods
|
2012-05-22 18:51:44 +01:00 |
|
James Strachan
|
46dbd19433
|
added an extra test case for DOM text addition
|
2012-04-12 12:11:42 +01:00 |
|
James Strachan
|
a18830ef29
|
working filterIsInstance() helper method for filtering on a sub type
|
2012-03-23 15:31:43 +00:00 |
|
James Strachan
|
19cdb782ac
|
added helper methods for iterating through next/previous nodes or elements on the DOM
|
2012-03-23 11:04:51 +00:00 |
|
James Strachan
|
7ef65c0099
|
moved the stdlib tests into the same directory as the stdlib, so it works a bit better with maven support in IDEA
|
2012-03-14 16:14:14 +00:00 |
|