Closed
Bug 237124
Opened 21 years ago
Closed 21 years ago
Make XULDocument.evaluate work from JS
Categories
(Core :: XSLT, defect, P3)
Core
XSLT
Tracking
()
RESOLVED
FIXED
mozilla1.7beta
People
(Reporter: peterv, Assigned: peterv)
Details
Attachments
(1 file, 1 obsolete file)
1.67 KB,
patch
|
jst
:
review+
jst
:
superreview+
chofmann
:
approval1.7b+
|
Details | Diff | Splinter Review |
nsXULDocument already QIs to nsIDOMXPathEvaluator through nsXMLDocument and
nsDocument, it just isn't exposed through DOMCI.
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla1.7beta
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #143596 -
Flags: superreview?(jst)
Attachment #143596 -
Flags: review?(jst)
Assignee | ||
Updated•21 years ago
|
Attachment #143595 -
Attachment is obsolete: true
Comment 3•21 years ago
|
||
Comment on attachment 143596 [details] [diff] [review]
Fix
Duh, r+sr=jst
Attachment #143596 -
Flags: superreview?(jst)
Attachment #143596 -
Flags: superreview+
Attachment #143596 -
Flags: review?(jst)
Attachment #143596 -
Flags: review+
Assignee | ||
Comment 4•21 years ago
|
||
Comment on attachment 143596 [details] [diff] [review]
Fix
Simple one-liner to expose the DOM XPath functions on XULDocuments in JS, they
are already exposed on all other documents (HTML, XML, SVG). Very low risk.
Attachment #143596 -
Flags: approval1.7b?
Comment 5•21 years ago
|
||
Comment on attachment 143596 [details] [diff] [review]
Fix
a=chofmann for 1.7b
Attachment #143596 -
Flags: approval1.7b? → approval1.7b+
Assignee | ||
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•