Closed
Bug 240947
Opened 22 years ago
Closed 17 years ago
use content instead of _content
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
35.39 KB,
patch
|
neil
:
review+
dveditz
:
superreview+
|
Details | Diff | Splinter Review |
Attachment #146493 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 2•22 years ago
|
||
Comment on attachment 146493 [details] [diff] [review]
global replace
Eww, calendar files have DOS line endings in CVS?
Attachment #146493 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Attachment #146493 -
Flags: superreview?(scc)
Attachment #146493 -
Flags: superreview?(scc) → superreview?(dveditz)
Comment 3•22 years ago
|
||
Comment on attachment 146493 [details] [diff] [review]
global replace
sr=dveditz
Attachment #146493 -
Flags: superreview?(dveditz) → superreview+
Comment 4•22 years ago
|
||
http://bugzilla.mozilla.org/show_bug.cgi?id=105693#c8
_content identifies the related destination frame from the sidebar. Strictly
speaking, this bug is a part of bug 105693 AFAICS.
Comment 5•22 years ago
|
||
No, this bug purely applies to JavaScript.
Comment 6•21 years ago
|
||
Note -- this caused bug 267657
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
Hi,
I was wondering if this was eventually checked in (and should be marked fixed).
I'm poking around a little part of the sidebar sub-tree, and I do see the change there.
http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/suite/common/related/related-panel.js&rev=HEAD&mark=1.36
The developer docs also deprecate this:
http://developer.mozilla.org/en/docs/DOM:window.content
"Some examples use _content instead of content. The former has been deprecated for a long time, and you should use content in the new code."
Comment 8•17 years ago
|
||
Yeah, not that those bits were all the bits, but that's what other bugs that haven't been sitting untouched for years are for.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•