Another round of ImageDocument cleanup.
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(6 files, 2 obsolete files)
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
This effectively already happens on Firefox.
Android doesn't use full zoom so this is also shouldn't affect it, and it seems
reasonable behavior.
Depends on D71753
Assignee | ||
Comment 3•5 years ago
|
||
The comment no longer made any sense, and IgnoreErrors() is nicer than
manually doing so.
Depends on D71754
Assignee | ||
Comment 4•5 years ago
|
||
It's what it wants, really.
Depends on D71755
Assignee | ||
Comment 5•5 years ago
|
||
Unused except for one caller that can just be inlined.
Depends on D71756
Assignee | ||
Comment 6•5 years ago
|
||
The overflow can be inferred from other variables.
Depends on D71757
Assignee | ||
Comment 7•5 years ago
|
||
Saves a few QIs and such.
Depends on D71758
Assignee | ||
Comment 8•5 years ago
|
||
This was copy-pasta from the full-zoom code I'm changing in other patches in
this bug. However this code seems slightly more wrong: if mOriginalResolution
was somehow not 1.0, it seems to me like the right behavior would be to allow
resizing the image if the user zooms out. This patch allows that, and is
simpler, and not android-specific.
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Updated•5 years ago
|
Comment 11•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•5 years ago
|
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Description
•