Closed Bug 523373 Opened 15 years ago Closed 15 years ago

[Regression] _criticalRect is empty and throws in Rect.center()

Categories

(Firefox for Android Graveyard :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
fennec1.0b5

People

(Reporter: mfinkle, Assigned: stechz)

References

Details

Attachments

(1 file, 1 obsolete file)

* Go to the Add-on Manager
* Search for an add-on
* Select a returned add-on
* Press "Go to Page" button

"Empty rectangles do not have centers" starts getting thrown from Rect.center()
Attached patch Fix (obsolete) — Splinter Review
Since empty rectangles are possible, criticalRect is now never null.
Assignee: nobody → webapps
Attachment #407370 - Flags: review?(froystig)
Attachment #407384 - Flags: review?(froystig)
Attachment #407370 - Attachment is obsolete: true
Attachment #407370 - Flags: review?(froystig)
Comment on attachment 407384 [details] [diff] [review]
Fix missed rectangle checks

This seems to correct all the regressions caused by the issue best described as: "Rect operations no longer give null as a sentinel value meaning 'empty', but instead make a Rect whose isEmpty() method returns true", which is the general statement of the bug filed here.

It's very difficult to be entirely sure that the patch corrects *all* cases where we used to rely on a null value to mean "empty" but no longer can (some cases might be obscure and hidden), but these are at least big common ones, if not all of them.  In particular, it does appear to fix all those associated with the critical rect.
Attachment #407384 - Flags: review?(froystig) → review+
tracking-fennec: --- → ?
pushed:
https://hg.mozilla.org/mobile-browser/rev/550540aec3bd
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → B5
verified FIXED on builds:

Mozilla/5.0 (Windows; U; WindowsCE 5.2; en-US; rv:1.9.2b1pre) Gecko/20091021 Fennec/1.0a4pre

and

Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.2b1pre) Gecko/20091021
Fennec/1.0b5pre

and

Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.3a1pre) Gecko/20091021
Fennec/1.0b5pre
Status: RESOLVED → VERIFIED
tracking-fennec: ? → ---
Flags: in-litmus?
litmus testcase https://litmus.mozilla.org/show_test.cgi?id=11573 created to regression test this bug.
Flags: in-litmus? → in-litmus+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: