Closed
Bug 346980
Opened 18 years ago
Closed 18 years ago
branch patch for cellmap
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bernd_mozilla, Assigned: bernd_mozilla)
References
(Blocks 1 open bug)
Details
(Keywords: fixed1.8.0.7, fixed1.8.1, Whiteboard: [sg:critical?][need testcase])
Attachments
(1 file)
(deleted),
patch
|
dveditz
:
approval1.8.0.7+
mtschrep
:
approval1.8.1+
|
Details | Diff | Splinter Review |
I fixed a couple of bugs blocking bug 339128 on trunk. IMHO the patches should be ported to 1.8.1. I don't see any point in cherry picking the patches all of them lead to crashes. I will do the patch today or tomorrow so that it can be pushed towards branches.
this is the promised patch which I think should go on 1.8.1 and probably also on 1.8.0.7
Attachment #232193 -
Flags: approval1.8.1?
Boris could you have an eye on this while I am away (till 2006-08-21)
Comment 3•18 years ago
|
||
Bernd/Bz how long has this been on trunk? Any risk for the branch?
Comment 4•18 years ago
|
||
Variable amounts, from "as of this morning" for bug 343087 to "at least a month" for some of the other bugs. There is probably some risk, but I'm not quite sure how much; the exact regression tracking and whatnot has been happening in the bugs this one depends on...
I do think we should let things bake on trunk for a few days before doing anything with branch, but the most recent change also looked reasonably safe to me, at least as this code goes.
One has to weight the risk. This will/should fix also the other branch blocking bugs that block bug 339128 and do not have a patch till now. With the patches I can't reproduce them.
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=nsTableFrame.cpp&branch=&root=/cvsroot&subdir=mozilla/layout/tables&command=DIFF_FRAMESET&rev1=3.650&rev2=3.651
is not included in the patch but should be applied otherwise VC6 will complain.
A good way to estimate the risk would be to ask Jesse to run the tests from bug 339128 and see whether he sees regressions.
Comment 6•18 years ago
|
||
Comment on attachment 232193 [details] [diff] [review]
patch against MOZILLA_1_8_BRANCH
a=schrep for drivers.
Attachment #232193 -
Flags: approval1.8.1? → approval1.8.1+
Updated•18 years ago
|
Comment 7•18 years ago
|
||
I had to edit the diff to remove the fixes for bug 339315 and bug 302911, which had already landed on the branch. With those removed, this applied cleanly and all. Checked in on 1.8 branch.
Assignee: nobody → bernd_mozilla
Keywords: fixed1.8.1
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Version: Trunk → 1.8 Branch
Comment 8•18 years ago
|
||
sayrer just landed a bustage fix for these changes -- for for loop scoping on Windows.
Comment on attachment 232193 [details] [diff] [review]
patch against MOZILLA_1_8_BRANCH
I guess this should go on the 1.8.0 branch but I did not get enough baking on trunk, I fixed only today one of the regressions
Attachment #232193 -
Flags: approval1.8.0.8?
Updated•18 years ago
|
Flags: blocking1.8.0.8?
Updated•18 years ago
|
Group: security
Whiteboard: [sg:critical?]
Assignee | ||
Comment 10•18 years ago
|
||
Comment on attachment 232193 [details] [diff] [review]
patch against MOZILLA_1_8_BRANCH
I had some discussion with dveditz, where I was more conservative with taking this onto 1.8.0.7. My main concern was that I did not do enough testing and together with still visible asserts. From a stability point of view this patch highly desirable especially when combined with the patch in bug 350081 and the regression fix ofr bug 347796. Just in case that the 1.8.0.7 release will slip asking for inclusion into 1.8.0.7. If I missed the boat this is definetly 1.8.0.8 material.
Attachment #232193 -
Flags: approval1.8.0.7?
Updated•18 years ago
|
Flags: blocking1.8.0.8? → blocking1.8.0.7+
Comment 11•18 years ago
|
||
Comment on attachment 232193 [details] [diff] [review]
patch against MOZILLA_1_8_BRANCH
approved for 1.8.0 branch, a=dveditz for drivers
We're slipping to tomorrow, please land today.
Attachment #232193 -
Flags: approval1.8.0.8?
Attachment #232193 -
Flags: approval1.8.0.7?
Attachment #232193 -
Flags: approval1.8.0.7+
Status: RESOLVED → VERIFIED
Keywords: fixed1.8.0.7
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Whiteboard: [sg:critical?] → [sg:critical?][need testcase]
Assignee | ||
Comment 12•18 years ago
|
||
re [need testcase]
Jay, you will not get a testcase, this bug accumulated the patches from the dependent bugs into one single patch as they partially superseded each other. The testcases are in the dependent bugs, this bug is verified once all dependent bugs are verified.
Updated•17 years ago
|
Group: security
Updated•17 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•