Closed
Bug 753458
Opened 13 years ago
Closed 13 years ago
Unnecessary fields added in bug 746633
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox14 fixed, firefox15 fixed)
RESOLVED
FIXED
Firefox 15
People
(Reporter: kats, Assigned: snorp)
Details
Attachments
(1 file)
5.52 KB,
patch
|
kats
:
review+
lsblakk
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
The patch at https://bug746633.bugzilla.mozilla.org/attachment.cgi?id=621178 introduces a new screenSize and mSurfaceWidth/mSurfaceHeight fields, which I believe are redundant. The viewport width and height (as obtained by viewport.width() and viewport.height()) should be identical to these values, as they will always be the screen width/height in device pixels.
The extra fields added should be removed, or if in fact there is some reason they are needed, they should be commented as such.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #626545 -
Flags: review?(bugmail.mozilla)
Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 626545 [details] [diff] [review]
Remove unnecessary fields in RenderContext
Review of attachment 626545 [details] [diff] [review]:
-----------------------------------------------------------------
A very enthusiastic r+ from me :)
Attachment #626545 -
Flags: review?(bugmail.mozilla) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 15
Reporter | ||
Updated•13 years ago
|
status-firefox14:
--- → affected
status-firefox15:
--- → fixed
Reporter | ||
Comment 5•13 years ago
|
||
Comment on attachment 626545 [details] [diff] [review]
Remove unnecessary fields in RenderContext
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined: none
Testing completed (on m-c, etc.): on m-c for a while
Risk to taking this patch (and alternatives if risky): need this patch in order for the patches from bug 758635 to apply properly. (this patch also currently doesn't apply cleanly on beta but the rebase seems straightforward enough)
String or UUID changes made by this patch: none
Attachment #626545 -
Flags: approval-mozilla-beta?
Comment 6•13 years ago
|
||
Comment on attachment 626545 [details] [diff] [review]
Remove unnecessary fields in RenderContext
[Triage Comment]
As in bug 758635, please go ahead and land this to mozilla-beta tip only.
Attachment #626545 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Reporter | ||
Comment 7•13 years ago
|
||
Landed on default branch of mozilla-beta:
https://hg.mozilla.org/releases/mozilla-beta/rev/6333f82c041e
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•