Closed
Bug 784612
Opened 12 years ago
Closed 12 years ago
Remove old XUL content "autoScale" hack from meta viewport code
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 17
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
mfinkle
:
review+
jwir3
:
review+
|
Details | Diff | Splinter Review |
Back in the e10s days, platform bugs prevented Fennec from changing the scale of XUL content. Because of this limitation, the viewport code contained a hack to disable automatic scaling of XUL documents.
Fennec Native has no such limitation, but this old hack was kept in place to ease the transition (by preserving the layout of existing XUL content). But now that all our XUL content has been redesigned and reimplemented in XHTML, we can remove the hack and not even need to update any old XUL pages.
Attachment #654119 -
Flags: review?(sjohnson)
Attachment #654119 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 1•12 years ago
|
||
Removes a few more unneeded lines that I missed before.
Attachment #654119 -
Attachment is obsolete: true
Attachment #654119 -
Flags: review?(sjohnson)
Attachment #654119 -
Flags: review?(mark.finkle)
Attachment #654124 -
Flags: review?(sjohnson)
Attachment #654124 -
Flags: review?(mark.finkle)
Updated•12 years ago
|
Attachment #654124 -
Flags: review?(mark.finkle) → review+
Updated•12 years ago
|
Attachment #654124 -
Flags: review?(sjohnson) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 17
Updated•4 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
•