lp://staging/rhino
- Get this branch:
- bzr branch lp://staging/rhino
Branch information
Import details
This branch is an import of the CVS module mozilla/js/rhino from :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot.
Last successful import was .
Recent revisions
- 2726. By hannes%helma.at
-
Set prototype and parent scope for JavaAdapters extending ScriptableObject.
- 2724. By hannes%helma.at
-
Make JSON.parse use the same logic for property name to index conversion as object literals.
This fixes cases like JSON.parse('{"00": 1}') or JSON.parse('{" ": 1}') where the key should
not be converted to an index.
See http://groups. google. com/group/ mozilla- rhino/browse_ frm/thread/ 5350e704b40d761 d
and bug #537483. - 2721. By hannes%helma.at
-
Protect against endless loop caused by int overflow in ScriptableObjec
t.readObject( ) - 2719. By hannes%helma.at
-
Make CommonJS module implementation work with more real world code patterns.
This includes loading modules outside the module path, replacing the exports object
via module.exports, and lenient handling of module ids and file extensions.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)