Closed
Bug 540843
Opened 15 years ago
Closed 15 years ago
Do not cache dom element in nsObjectFrame shm code
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(blocking1.9.2 .1+, status1.9.2 .1-fixed, fennec1.0+)
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
References
Details
Attachments
(1 file)
|
3.67 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → mozbugz
Attachment #422545 -
Flags: review?(jst)
| Assignee | ||
Updated•15 years ago
|
blocking1.9.2: --- → ?
tracking-fennec: --- → ?
Updated•15 years ago
|
tracking-fennec: ? → 1.0+
| Assignee | ||
Comment 2•15 years ago
|
||
Having the nsObjectFrame own a content dom element is bad practice. We do not need to do that because we can cache the X window instead. This is basically what we were already doing inside of SetupXShm.
The drawback is that once chrome calls SetAbsolutePosition, it can not change its mind with respect to what element the object element content is parented to. This is find, because that case was never suppose to work. (we had a runtime test to prevent that from happening).
Updated•15 years ago
|
Attachment #422545 -
Flags: review?(jst) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/4539d8e6411e
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/d2a5c5f46038
Status: NEW → RESOLVED
blocking1.9.2: ? → ---
Closed: 15 years ago
status1.9.2:
--- → final-fixed
Resolution: --- → FIXED
Updated•15 years ago
|
blocking1.9.2: --- → .1+
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•