Statistics
| Branch: | Revision:

root / webodf / lib @ 2e99596c

Name Size
  core
  dom
  gui
  odf
packages.js 214 Bytes
runtime.js 29 kB

Latest revisions

# Date Author Comment
2e99596c 02/27/2011 10:56 pm Jos van den Oever

Remove debug output.

b621beaf 02/27/2011 10:47 pm Jos van den Oever

Use typed arrays for the buffers
if they are available in the browser.

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.

e5ade816 02/26/2011 02:02 pm Jos van den Oever

Add code to serialize the DOM to the ODF file. This is not complete yet.

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.

3193d31b 02/25/2011 12:07 pm Jos van den Oever

Fix roundtripping of Zip files and ODF files.
An open issue is that, if the ODF file has been modified, the changes have to be reflected in the Zip entries. In other words, DOM serialization is not part of the saving process yet.

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.

View revisions

Also available in: Atom