> I'm really not sure that this set of changes is going in the right direction. > What's driving them; some abstract sense of purity, or > reducing the chances of introducing real bugs that we've seen in the past? Some of both. I was investigating a bug where WebCore is generating unexpected negative sizes. While looking into how this could happen, I noticed that in some cases, negative sizes result from size types being used to represent things that seem more like points. It seems like it would be good to clean this up this misuse of size types, and perhaps in the long term, we can avoid negative sizes altogether, which would help avoid these kinds of bug in the future. _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
- Re: [webkit-dev] Int/FloatPoint and Int/FloatSize Peter Kasting
- Re: [webkit-dev] Int/FloatPoint and Int/FloatSize Stephen Chenney
- Re: [webkit-dev] Int/FloatPoint and Int/FloatSize Steve Block
- Re: [webkit-dev] Int/FloatPoint and Int/Float... Simon Fraser
- Re: [webkit-dev] Int/FloatPoint and Int/F... Mike Lawther
- Re: [webkit-dev] Int/FloatPoint and Int/F... Steve Block
- Re: [webkit-dev] Int/FloatPoint and Int/F... Ryosuke Niwa
- Re: [webkit-dev] Int/FloatPoint and Int/F... Olmstead, Don
- Re: [webkit-dev] Int/FloatPoint and Int/F... Steve Block
- Re: [webkit-dev] Int/FloatPoint and Int/F... Simon Fraser
- Re: [webkit-dev] Int/FloatPoint and Int/F... Steve Block
- Re: [webkit-dev] Int/FloatPoint and Int/F... Simon Fraser
- Re: [webkit-dev] Int/FloatPoint and Int/F... Steve Block
- Re: [webkit-dev] Int/FloatPoint and Int/F... Dirk Schulze
- Re: [webkit-dev] Int/FloatPoint and Int/F... Ryosuke Niwa
- Re: [webkit-dev] Int/FloatPoint and Int/F... Dana Jansens
- Re: [webkit-dev] Int/FloatPoint and Int/F... Steve Block