Closed
Bug 334460
Opened 19 years ago
Closed 15 years ago
turn warning on re-entry into frame construction into an assertion
Categories
(Core :: Layout, defect, P4)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla1.9.2b1
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta1-fixed |
status1.9.1 | --- | wontfix |
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
(Whiteboard: [sg:want P4][dbaron-1.9:RsCe])
Attachments
(1 file)
1.28 KB,
patch
|
bzbarsky
:
review+
roc
:
approval1.9.2+
|
Details | Diff | Splinter Review |
In bug 310985, I added a bunch of assertions about re-entry into layout that breaks invariants. However, the one about re-entry into frame construction had to be a warning rather than an assertion because we hit it too often (or maybe not?). This bug is on turning it back into an assertion.
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.9a1?
Assignee | ||
Updated•18 years ago
|
Flags: blocking1.9a1? → blocking1.9+
Updated•18 years ago
|
Whiteboard: [sg:want P4]
Assignee | ||
Updated•17 years ago
|
Whiteboard: [sg:want P4] → [sg:want P4][dbaron-1.9:RsCe]
Assignee | ||
Updated•17 years ago
|
Priority: -- → P4
Assignee | ||
Comment 1•17 years ago
|
||
Dropping from the 1.9 blocking list at this point.
Flags: blocking1.9+ → wanted1.9+
Flags: wanted1.9-
Flags: wanted1.9+
Flags: wanted-next+
Updated•17 years ago
|
Flags: wanted1.9.1?
Flags: wanted1.9.1? → wanted1.9.1+
![]() |
||
Comment 2•16 years ago
|
||
I believe we can flip this now. Anyone object?
Comment 3•15 years ago
|
||
Shall we flip it then?
Assignee | ||
Comment 4•15 years ago
|
||
Sounds good to me.
Comment 5•15 years ago
|
||
Attachment #402265 -
Flags: review?(dbaron)
![]() |
||
Comment 6•15 years ago
|
||
Comment on attachment 402265 [details] [diff] [review]
patch
Let's do it. Looking forward to Jesse finding any remaining edge cases!
Attachment #402265 -
Flags: review?(dbaron) → review+
Comment 7•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: mozilla1.9alpha1 → mozilla1.9.3a1
Comment 8•15 years ago
|
||
Jesse and Martijn, we turned a warning that you are probably used to seeing into an assertion that we want reported now because we hope that we got rid of all the false positives.
Updated•15 years ago
|
Flags: wanted1.9.2?
We'll take this on branch if the assertions don't fire there.
Flags: wanted1.9.2? → wanted1.9.2+
Comment 10•15 years ago
|
||
Comment on attachment 402265 [details] [diff] [review]
patch
They shouldn't be firing on 1.9.2.
Attachment #402265 -
Flags: approval1.9.2?
Attachment #402265 -
Flags: approval1.9.2? → approval1.9.2+
Comment 11•15 years ago
|
||
status1.9.2:
--- → beta1-fixed
Target Milestone: mozilla1.9.3a1 → mozilla1.9.2b1
Updated•14 years ago
|
status1.9.1:
--- → wontfix
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•