0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
just getting started More... almost 13 years ago
add LICENSE file More... almost 13 years ago
path fixes More... almost 13 years ago
path fix More... almost 13 years ago
cleanup More... almost 13 years ago
tree building primitives, tree mutation events, and a pipelined parsing/building/rendering demo More... almost 13 years ago
initial pass at an internal tree representation More... almost 13 years ago
fix typos More... almost 13 years ago
Indexed properties are supposed to live on the direct object, not the prototype.
Vero1979
as Andreas Gal
More... about 13 years ago
Start implementation of Node.
Vero1979
as Andreas Gal
More... about 13 years ago
Make public constructors throw, put real constructors onto 'constructors' and add DOMImplementationRegistry.
Vero1979
as Andreas Gal
More... about 13 years ago
Add DOMImplemenationSource, DOMImplementation.
Vero1979
as Andreas Gal
More... about 13 years ago
Add DOMImplementationList.
Vero1979
as Andreas Gal
More... about 13 years ago
Factor out array-like object prototype code.
Vero1979
as Andreas Gal
More... about 13 years ago
Add missing toString function to DOMStringList.
Vero1979
as Andreas Gal
More... about 13 years ago
Prepare to move constructors to an internal list and only install dummy constructors for most DOM classes.
Vero1979
as Andreas Gal
More... about 13 years ago
Don't use Object.defineProperty directly since it might have been tampered with.
Vero1979
as Andreas Gal
More... about 13 years ago
Add a README.
Vero1979
as Andreas Gal
More... about 13 years ago
NodeList was missing toString().
Vero1979
as Andreas Gal
More... about 13 years ago
Add NodeList and return null, not undefined, from DOMStringList.item() if the index is out of range.
Vero1979
as Andreas Gal
More... about 13 years ago
Initialize DOM classes using a resolve hook to avoid eager initialize cost for unused classes.
Vero1979
as Andreas Gal
More... about 13 years ago
Various bug fixes and add tests into a separate file.
Vero1979
as Andreas Gal
More... about 13 years ago
Pack function and getter implementations straight into funs and getters.
Vero1979
as Andreas Gal
More... about 13 years ago
Factor functions and getters in DOMStringList a little nicer and add toString so it identifies as [object DOMStringList]. Also bias towards faster indexed access.
Vero1979
as Andreas Gal
More... about 13 years ago
Add DOMException and DOMStringList.
Vero1979
as Andreas Gal
More... about 13 years ago
first commit
Vero1979
as Andreas Gal
More... about 13 years ago