Closed
Bug 535338
Opened 16 years ago
Closed 16 years ago
UpdateVisibility should call VisibilityFullyObscured when clip is zero
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(status1.9.2 final-fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| status1.9.2 | --- | final-fixed |
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(1 file)
|
2.02 KB,
patch
|
roc
:
review+
beltzner
:
approval1.9.2+
|
Details | Diff | Splinter Review |
During panning in Fennec, the front end passes a clip (via SetAbsoluteScreenPosition) that has a width and height of zero. During this time, we can instruct the plugin to stop rendering by a XVisibilityEvent. This will improve perf during those time.
| Assignee | ||
Updated•16 years ago
|
Attachment #417974 -
Attachment is patch: true
Attachment #417974 -
Attachment mime type: application/octet-stream → text/plain
Attachment #417974 -
Flags: review?(karlt)
| Assignee | ||
Updated•16 years ago
|
Attachment #417974 -
Flags: review?(karlt) → review?(bzbarsky)
Comment 1•16 years ago
|
||
Comment on attachment 417974 [details] [diff] [review]
patch v.1
This really needs review from roc or josh; I have no idea what the API expectations are here..
Attachment #417974 -
Flags: review?(bzbarsky) → review?(roc)
| Assignee | ||
Updated•16 years ago
|
Flags: blocking1.9.2?
Attachment #417974 -
Flags: review?(roc) → review+
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → mozbugz
| Assignee | ||
Comment 2•16 years ago
|
||
| Assignee | ||
Updated•16 years ago
|
tracking-fennec: --- → ?
Comment 3•16 years ago
|
||
Comment on attachment 417974 [details] [diff] [review]
patch v.1
a192=beltzner
Attachment #417974 -
Flags: approval1.9.2+
| Assignee | ||
Comment 4•16 years ago
|
||
Updated•16 years ago
|
tracking-fennec: ? → ---
Flags: blocking1.9.2?
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
•