Rev 207 | Rev 209 | Go to most recent revision | Compare with Previous | Directory listing | View Log | RSS feed
* httprequest.html
- Moved test case to test/
* object.js
- Replaced date-based versioning with SVN keywords
- Function.prototype.extend(): Catch Object.defineProperties() exceptions
to work around potential Google V8 (Chromium) bug with
ValueCollection.extend() and CSSelectorList.extend()
* style.css
- Restored Inconsolata as first source code font
* xpath.js
- Fixed: Cannot evaluate() on foreign documents
- Changed from this.XPathResult to variable declaration (original also
has DontDelete attribute set)
- Added support for MSXML XPath XmlNode::selectNodes()
- Renamed jsx.xpath.getDefaultNSResolver() to avoid confusion with getters
- jsx.path.createNSResolver() supports documentNode argument to create
the resolver for a context document instead of the current one
- Added jsx.xpath.createCustomNSResolver() to allow easy matching of
elements in the default namespace
- Added name to jsx.xpath.InvalidImplementationError
- Clean-up:
+ Replaced pointless constructor/factory with namespace object
+ Moved everything except XPathResult into jsx.xpath namespace
+ Added SVN keywords
+ Fixed e-mail address| Path | Blame | Diff | Log |
|---|---|---|---|
| /trunk/httprequest.html | ![]() |
||
| /trunk/object.js |
|
|
![]() |
| /trunk/style.css |
|
|
![]() |
|
/trunk/test/httprequest.html
|
|
|
![]() |
| /trunk/xpath.js |
|
|
![]() |