Closed
Bug 57112
Opened 25 years ago
Closed 24 years ago
XBL should support "implements" to enable C++ access
Categories
(Core :: XBL, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: hyatt, Assigned: hyatt)
References
Details
(Whiteboard: [xbl1.0])
Attachments
(3 files)
|
15.77 KB,
patch
|
Details | Diff | Splinter Review | |
|
16.04 KB,
patch
|
Details | Diff | Splinter Review | |
|
958 bytes,
patch
|
Details | Diff | Splinter Review |
This bug is tracking the support of "implements" on binding implementations.
This is groundwork for any sort of XBL form controls solution, since C++ code
will need to be able to invoke methods on the bindings.
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [xbl1.0]
Target Milestone: --- → Future
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
Oops. Left out the lookup part. Second patch coming.
| Assignee | ||
Comment 3•25 years ago
|
||
| Assignee | ||
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
From looking at nsDocument.cpp I see that we check for null before accessing the
binding manager in every place, IMO we need that here too. Add "if (manager)"
before calling methods on the manager and you have r=jst
| Assignee | ||
Comment 8•24 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•