Closed
Bug 660551
Opened 13 years ago
Closed 13 years ago
Remove nsIDocument::mShellIsHidden
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla7
People
(Reporter: Ms2ger, Assigned: Ms2ger)
Details
Attachments
(1 file)
1.45 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #535953 -
Flags: review?(jst)
Flags: in-testsuite-
Updated•13 years ago
|
Attachment #535953 -
Flags: review?(jst) → review+
Assignee | ||
Comment 1•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/52b8caaeb1d9
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Comment 2•12 years ago
|
||
As visible in content/base/public/nsIDocument.h, mShellIsHidden has been removed from it: 1.31 - // True if we're currently bfcached. This is only here for binary compat. 1.32 - // Remove once the gecko 2.0 has branched and just use mSHEntry instead. 1.33 - PRPackedBool mShellIsHidden; 1.34 -
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•