Closed
Bug 1223747
Opened 9 years ago
Closed 9 years ago
Don't assume all frames are visible in XUL documents
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: seth, Assigned: seth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.12 KB,
patch
|
tnikkel
:
review+
|
Details | Diff | Splinter Review |
We shouldn't assume all frames are visible when the top-level content document is a XUL document. This is true for mochitests, which means that mochitests are not running in an environment that is comparable to a real web page.
Updated•9 years ago
|
Attachment #8685968 -
Flags: review?(tnikkel) → review+
Comment 2•9 years ago
|
||
Background: I originally included XUL docs to make it easier to turn on image visible with less chance of regressions. There wasn't anything specifically blocking turning it on for xul docs, just little upside in enabling it there.
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
(In reply to Timothy Nikkel (:tn) from comment #2)
> Background: I originally included XUL docs to make it easier to turn on
> image visible with less chance of regressions. There wasn't anything
> specifically blocking turning it on for xul docs, just little upside in
> enabling it there.
Thanks for the review! Based on the try results, it looks like everything went ok.
Comment 5•9 years ago
|
||
This seems like something that would be good to get landed ASAP, as then any changes it causes can be easily tracked and noticed sooner.
Assignee | ||
Comment 6•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5209d6b9fe6e0e39f1b4c46b0642aae3ece65973
Bug 1223747 - Don't assume all frames are visible in XUL documents. r=tn
Comment 7•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•