Closed Bug 720312 Opened 12 years ago Closed 12 years ago

Remove usage of nsIDocCharset and nsIDocumentCharsetInfo following bug 713825 and bug 720310

Categories

(SeaMonkey :: UI Design, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
seamonkey2.9

People

(Reporter: smontagu, Assigned: smontagu)

References

Details

Attachments

(1 file)

Attached patch PatchSplinter Review
      No description provided.
Attachment #590646 - Flags: review?(db48x)
I think Neil is more up to date with SeaMonkey tabbrowser code.
Comment on attachment 590646 [details] [diff] [review]
Patch

> function BrowserSetForcedCharacterSet(aCharset)
> {
>+  var docShell = getBrowser().docShell;
>+  docShell.charset = aCharset;
Might as well write getBrowser().docShell.charset = aCharset; like you did in attachment 584569 [details] [diff] [review].
Attachment #590646 - Flags: review?(db48x) → review+
Assignee: nobody → smontagu
http://hg.mozilla.org/comm-central/rev/1be4fb48726f
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.9
Component: General → UI Design
QA Contact: general → ui-design
Version: unspecified → Trunk
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: