Statistics
| Branch: | Revision:

root / webodf / lib / core @ 6af4a406

Name Size
Async.js 816 Bytes
Base64.js 10.8 kB
ByteArray.js 785 Bytes
ByteArrayWriter.js 1.7 kB
Cursor.js 7.1 kB
JSLint.js 225.1 kB
PointWalker.js 4.6 kB
RawDeflate.js 59.3 kB
RawInflate.js 19.1 kB
UnitTester.js 6 kB
Zip.js 19.6 kB
dummyxmlmodel.js_ 647 Bytes

Latest revisions

# Date Author Comment
0a4e9c1e 02/28/2011 02:43 pm Jos van den Oever

Rewrite convertUTF8ArrayToBase64 such that the source array is unmodified.

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.

c30eceac 02/25/2011 06:30 pm Jos van den Oever

More type checking.

79260b80 02/25/2011 06:15 pm Jos van den Oever

Slight refactor with more type checking.

3df24b52 02/25/2011 01:41 pm Jos van den Oever

Fix compilation and unit tests.

1bdf5e8b 02/25/2011 11:57 am Jos van den Oever

Make sure the data for allzip entries has been loaded before starting to write the zip file.

eda596de 02/25/2011 11:42 am Jos van den Oever

If there is no data in a zip file entry, save it as an empty entry.

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.

4262f45f 01/14/2011 09:48 am Jos van den Oever

remove hideCaretInTextNode parameter from constructor

View revisions

Also available in: Atom