Google Code Exporter

Results 21406 comments of Google Code Exporter

``` I lied, I touched it some more. The scroll interval idea broke down on some sites with complex layouts, causing them to fail the timeout and then repaint, over...

``` Continuing in the awful kludge vein, because issue 96 hits some sites it shouldn't hit, there is one more change. Command is now the "you're doing it wrong" key...

``` It's also hard to call this a regression from Mozilla 1.3.1, because the test case simply crashes. ``` Original comment by `[email protected]` on 23 Oct 2009 at 5:32

``` A few minutes in the debugger shows that nsPresContext.cpp has a null mDeviceContext. ``` Original comment by `[email protected]` on 23 Oct 2009 at 5:44

``` Next step is to add some code in DocumentViewerImpl::Init so we can throw a breakpoint if aDeviceContext is null (content/nsDocumentViewer.cpp). Something like if (aDeviceContext) { NS_ASSERTION(!aDeviceContext, "crapola"); } should...

``` I'm not seeing this much in the overflow branch, so I am downgrading to medium. ``` Original comment by `[email protected]` on 30 Jan 2010 at 7:06 - Added labels:...

``` Issue 28 is fixed by using partial invalidation. There has got to be a better way. ``` Original comment by `[email protected]` on 12 Oct 2009 at 8:24

``` Issue 48 is currently dealt with using a min-height fixup in the CSS declaration, essentially preventing a min-height: 0 rule from being asserted and delaying overflow. The whole overflow...