Statistics
| Branch: | Revision:

root / webodf / tests / core @ 7e2af153

Name Size
Base64Tests.js 2.2 kB
CursorTests.js 8.4 kB
PointWalkerTests.js 3.2 kB
RuntimeTests.js 2.4 kB
ZipTests.js 2.9 kB
hi-compressed.zip 172 Bytes
hi-uncompressed.zip 176 Bytes

Latest revisions

# Date Author Comment
b978a0fb 02/27/2011 09:46 pm Jos van den Oever

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.

175a8c4f 02/14/2011 09:40 am Jos van den Oever

Add compile step to check JavaScript with JSLint and fixed errors in some files.

5d6ccf70 02/07/2011 07:37 am Jos van den Oever

Some work on a possible cursor implementation.

c1deb50c 01/14/2011 09:49 am Jos van den Oever

fix tests to new UnitTester class

743453a6 01/03/2011 11:23 am Jos van den Oever

small changes towards a better cursor

b5550efb 11/27/2010 03:07 pm Jos van den Oever

Simplify test.

067a64dc 11/27/2010 12:29 pm Jos van den Oever

Add test for writing of data and fix it for firefox. for other browsers this will be really hard.

9f534026 11/22/2010 09:22 pm Jos van den Oever

Store mtime in zipfile and also retrieve it.

7f32fbe5 11/15/2010 09:57 pm Jos van den Oever

Add very simple support for writing zip files

Zip files written are not compressed, have wrong crc and mtime set to zero.

ca40b9d4 11/11/2010 11:26 pm Jos van den Oever

Make function for converting string yield to the main loop so it does not freeze UI.

View revisions

Also available in: Atom