Google Code Exporter
Google Code Exporter
``` M105520 is exonerated but we should test it after we're done here. ``` Original comment by `[email protected]` on 23 Feb 2010 at 2:22
``` In ::PlaceLine, // See if the line fit. If it doesn't we need to push it. Our first // line will always fit. if ((mLines.front() != aLine) && (newY...
``` Need to verify M186593 after this, as the changes I'm making are gutting this bug. ``` Original comment by `[email protected]` on 23 Feb 2010 at 4:13
``` An extensive diff between 9.0 and 9.0.4's layout yielded little if any clue, so I have given up and reverted to 9.1-internal 20100215. Disabling JavaScript on the affected page...
``` It occurs to me this could also be DOM. ``` Original comment by `[email protected]` on 25 Feb 2010 at 6:16
``` A modified version of https://bugzilla.mozilla.org/show_bug.cgi?id=282173 may allow us to finally solve this bug. It has no regressions, so if it compiles, it will probably work. However, it seems to...
Original comment by `[email protected]` on 23 May 2010 at 9:42
``` Moving to high as it could be implemented without layout update. ``` Original comment by `[email protected]` on 26 Oct 2011 at 9:00 - Added labels: **Priority-High** - Removed labels:...
``` Remarkably, most of that patch will work. We just need to keep the OS 9 memory code in ::AllocateGWorld. Scheduling for 9.3.1. ``` Original comment by `[email protected]` on 17...
``` Dropping for 9.3.1 since it's more involved than I thought, though it should still work. However, this should not block the release. ``` Original comment by `[email protected]` on 14...