Closed
Bug 171769
Opened 23 years ago
Closed 23 years ago
[ActiveX] DOM - implement put_InnerHTML and a other simple methods
Categories
(Core Graveyard :: Embedding: ActiveX Wrapper, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.2final
People
(Reporter: adamlock, Assigned: adamlock)
Details
Attachments
(1 file, 1 obsolete file)
|
10.89 KB,
patch
|
adamlock
:
review+
adamlock
:
superreview+
jesup
:
approval+
|
Details | Diff | Splinter Review |
Implement put_innerHTML & investigate IHTMLDocument3. Also investigate why
get_Body might not be returning a valid object.
IHTMLDocument3 isn't in the standard MSDev 6 include path. I'll hold off on this
a while.
Summary: [ActiveX] DOM - implement put_InnerHTML, IHTMLDocument3 → [ActiveX] DOM - implement put_InnerHTML and a other simple methods
Patch implements put_innerHTML, get_lastModified and put_/get_ alinkColor,
vlinkColor, fgColor, bgColor, linkColor. It also fixes a longstanding problem
with the document property dialog which hardcoded "Hypertext Transfer Protocol"
as the document type whether it was or not.
Comment 3•23 years ago
|
||
Comment on attachment 102248 [details] [diff] [review]
Patch
r=chak
Attachment #102248 -
Flags: review+
Comment 4•23 years ago
|
||
hey adam,
i took a look at the patch and it looks good. my only question is whether
the NS_ENSURE_TRUE(...) return NS_ERROR_FAILURE in PageDlg::OnInitDialog() ? It
looks like the failure code might be 0 in this case?
other than that... sr=rpotts@netscape.com
-- rick
Patch addresses Rick's point
Attachment #102248 -
Attachment is obsolete: true
Comment on attachment 102961 [details] [diff] [review]
Patch mk 2
Carrying r & sr forward
Attachment #102961 -
Flags: superreview+
Attachment #102961 -
Flags: review+
Comment 7•23 years ago
|
||
Attachment #102961 -
Flags: approval+
Fix checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.2final
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•