Re: [webkit-dev] PreloadScanner aggressiveness

2010-01-11 Thread Antti Koivisto
On Fri, Jan 8, 2010 at 3:00 AM, Mike Belshe m...@belshe.com wrote: Nice testing! But for HTTP; the key seems to the pre-rendering-ready escape hatch in DocLoader::preload. Removing this gives me most all of the benefit. The comment says it pretty clearly: Don't preload images or body

Re: [webkit-dev] Running pixel tests on build.webkit.org

2010-01-11 Thread Jeremy Orlow
On Fri, Jan 8, 2010 at 9:52 AM, Jeremy Orlow jor...@chromium.org wrote: Plan 3 seems like the best (and simplest) one until the infrastructure for the others (and/or a champion for fixing currently failing tests) is available. What would it take to go with plan 3? I guess someone needs to

Re: [webkit-dev] Running pixel tests on build.webkit.org

2010-01-11 Thread Dimitri Glazkov
It's baiscally just run-webkit-tests --reset-results --pixel-tests. No magic :) See run-webkit-tests --help for more info. BTW, Victor is working to port the rebaselining tool to build.webkit.org. You may want to check with him -- maybe he's close to finishing the patch. :DG On Mon, Jan 11,

[webkit-dev] Touch-supporting layout tests

2010-01-11 Thread Dimitri Glazkov
I think it's really cool that we have some touch events-related layout tests landing in the tree. But... is there a chance we could move them to a directory that would allow easy filtering-out for ports that don't support touch events? fast/events/touch/, for instance? :DG

Re: [webkit-dev] Running pixel tests on build.webkit.org

2010-01-11 Thread Jeremy Orlow
Wow, much easier than I expected. :-) OK, then what about buy in on this approach? I'll even file bugs on everything I rebaseline so we can track getting things back to a correct state and/or verifying that the new baselines are correct. J On Mon, Jan 11, 2010 at 9:13 AM, Dimitri Glazkov

Re: [webkit-dev] Scrolling / redraw issue on WinCE platform

2010-01-11 Thread Brent Fulgham
Hi Jason, On Fri, Jan 8, 2010 at 11:14 AM, Jason Rukman jas...@bsquare.com wrote: I'm working on a port of webKit to WinCE, and am currently encountering what appears to be a redraw/paint issue when scrolling (horizontally, in this case) to a widget that is originally partially off-screen

Re: [webkit-dev] Scrolling / redraw issue on WinCE platform

2010-01-11 Thread Jason Rukman
Hi Brent, Actually SetGraphicsMode is not available at all on WinCE so I've disabled this in a number of places; however, I've also tested that none of these disabled locations are being hit at this point. How did you find out these places where the World Transform (XFORM) didn't match up? I'd

Re: [webkit-dev] Scrolling / redraw issue on WinCE platform

2010-01-11 Thread Brent Fulgham
Hi Jason, On Mon, Jan 11, 2010 at 10:53 AM, Jason Rukman jas...@bsquare.com wrote: Actually SetGraphicsMode is not available at all on WinCE so I've disabled this in a number of places; however, I've also tested that none of these disabled locations are being hit at this point. I found them

Re: [webkit-dev] WebSocket Server failing to start on Tiger Bot?

2010-01-11 Thread Eric Seidel
Looks like it fixed itself: http://build.webkit.org/results/Tiger%20Intel%20Release/r53114%20(7655)/results.html Now just needs new results after http://trac.webkit.org/changeset/53114 Sorry for the noise. -eric On Mon, Jan 11, 2010 at 8:42 PM, Eric Seidel e...@webkit.org wrote: WebSocket