More fixes for IE9
Improvements for reading binary data via Internet Explorer 9.
Disable test that is failing and is not used anyway.
Refactor use of byte arrays
Previously, byte arrays were implemented as string with values from 0 to 255 inclusive. Some runtimes such as Node and modern browsers have native array implementations. These should be faster.
This commit changes changes WebODF to use the native arrays. Since byte arrays differ across runtimes, they are now abstracted by the Runtime.
Add compile step to check JavaScript with JSLint and fixed errors in some files.
Some work on a possible cursor implementation.
Add testareas element because in new WebKit browsers, tests on the DOM that use a selection need to be anchored in the DOM.
fix tests to new UnitTester class
small changes towards a better cursor
Simplify test.
Add test for writing of data and fix it for firefox. for other browsers this will be really hard.
View revisions
Also available in: Atom