Statistics
| Branch: | Revision:

root / webodf / lib / core @ cd4f75c6

Name Size
Async.js 2.5 kB
Base64.js 12.5 kB
ByteArray.js 2.5 kB
ByteArrayWriter.js 3.5 kB
Cursor.js 8.8 kB
JSLint.js 242.4 kB
PointWalker.js 6.4 kB
RawDeflate.js 61 kB
RawInflate.js 20.8 kB
UnitTester.js 8 kB
Zip.js 21.6 kB
dummyxmlmodel.js_ 647 Bytes

Latest revisions

# Date Author Comment
cd4f75c6 09/30/2011 12:23 pm Jos van den Oever

Use "use strict" to have more sanity checks.

054f8e15 09/29/2011 02:37 pm Jos van den Oever

Add all JSLint configuration options.
This makes it easier to know what has been defined.

1a82610f 09/29/2011 01:57 pm Jos van den Oever

Update to a new JSLint
and fix all the new errors it finds.

d90f1146 07/26/2011 12:14 pm Jos van den Oever

Fix bug where data was read past the end of the file.

a97612ce 07/13/2011 10:21 am Jos van den Oever

Upgrade to new version of JSLint.
And update code to meet better checks.

527dd50e 06/27/2011 01:09 pm Jos van den Oever

Update to newer NodeJS, Closure Compiler and Rhino.
And fixes to code and html pages.

13c077b9 06/06/2011 12:30 pm Jos van den Oever

Add licenses and copyright statements to all javascript files.

7e2af153 06/01/2011 11:40 pm Jos van den Oever

More fixes for IE9

Improvements for reading binary data via Internet Explorer 9.

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.

View revisions

Also available in: Atom