Closed
Bug 804641
Opened 13 years ago
Closed 13 years ago
Work around Android armv6 compiler bug (again)
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: qawanted)
Attachments
(2 files)
|
2.70 KB,
patch
|
roc
:
review+
akeybl
:
approval-mozilla-aurora+
akeybl
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
|
2.19 KB,
patch
|
Details | Diff | Splinter Review |
Work around Android armv6 compiler bug 790624.
"Again" because this was apparently worked around once before in
bug 642205 but it seems it's broken slightly differently on armv6.
| Assignee | ||
Comment 1•13 years ago
|
||
This is a (new) workaround for the *compiler bug* in bug 790624.
It fixes the testcase attached in that bug in my local armv6 build.
I've pushed this from my Aurora tree to Try, not sure if that works:
https://tbpl.mozilla.org/?tree=Try&rev=cec60db1e750
Attachment #674274 -
Flags: review?(roc)
| Assignee | ||
Comment 2•13 years ago
|
||
| Assignee | ||
Comment 3•13 years ago
|
||
> I've pushed this from my Aurora tree to Try, not sure if that works
Apparently not. Here's a mozilla-central Try push instead:
https://tbpl.mozilla.org/?tree=Try&rev=6882a3e70091
Attachment #674274 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
tracking-firefox17:
--- → ?
Flags: in-testsuite-
| Assignee | ||
Comment 5•13 years ago
|
||
Comment on attachment 674274 [details] [diff] [review]
workaround
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined: potential layout errors involving scrollable elements
Testing completed (on m-c, etc.): tested in local armv6 Android Firefox
Risk to taking this patch (and alternatives if risky): very low risk, it's just reshuffling the code a bit to avoid a compiler bug, there's no functional change
String or UUID changes made by this patch: none
This bug was spawned from bug 790624 which has tracking-firefox17+.
I don't know if it's needed for beta, please mark it beta- if not.
Attachment #674274 -
Flags: approval-mozilla-beta?
Attachment #674274 -
Flags: approval-mozilla-aurora?
| Assignee | ||
Comment 6•13 years ago
|
||
Silly me, 17 is in beta now... so, yeah, definitely needed there.
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Updated•13 years ago
|
Updated•13 years ago
|
Attachment #674274 -
Flags: approval-mozilla-beta?
Attachment #674274 -
Flags: approval-mozilla-beta+
Attachment #674274 -
Flags: approval-mozilla-aurora?
Attachment #674274 -
Flags: approval-mozilla-aurora+
| Assignee | ||
Comment 8•13 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/ce80f2d6cd43
https://hg.mozilla.org/releases/mozilla-beta/rev/70af899a0e06
status-firefox17:
--- → fixed
status-firefox18:
--- → fixed
| Assignee | ||
Comment 9•13 years ago
|
||
QA: please also check if any of the other tests in bug 791103 was fixed by this.
Keywords: verifyme
You need to log in
before you can comment on or make changes to this bug.
Description
•