[chromium-dev] Re: Tab Thumbnails and Aero Peek (of Windows 7)

2009-10-23 Thread Brett Wilson
2009/10/23 Hironori Bono (坊野 博典) hb...@google.com: Hi Brett, Thank you so much for noticing this. I'm integrating the ThumbnailGenertor class into my prototype now. :) By the way, I'm a little wondering if there is a function that changes the width and the height of a thumbnail image

[chromium-dev] Re: Tab Thumbnails and Aero Peek (of Windows 7)

2009-10-23 Thread Mike Pinkerton
All the screenshots show this with a single window. What happens if you have multiple windows open? Does it only show the selected window? As an alternate suggestion, we have a mode in Camino2 called tabspose which is like OS X Expose, but shows the (large) thumbnails of all open tabs overlaying

[chromium-dev] Chrome Layout Tests Task Force progress update

2009-10-23 Thread Jeffrey Chang
*Failing Test Count* * * The number of failing WebKit layout tests (WinXP) has been reduced to *622*. (We had ~800 when we started keeping track.) *LTTF Dashboard* dpranke@ has put together a nice dashboardhttp://chromiumlttf.appspot.com/ showing some important metrics, along with

[chromium-dev] Flaky layout tests and WebKit Linux (dbg)(3)

2009-10-23 Thread Andrew Scherkus
I've been trying to get the media layout tests passing consistently, but WebKit Linux (dbg)(3) takes an absurdly longer time to run tests and I don't know why. For example: http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#tests=video-played To

[chromium-dev] Re: Flaky layout tests and WebKit Linux (dbg)(3)

2009-10-23 Thread Andrew Scherkus
I've never witnessed these tests taking an extra 10-20 seconds on my local machine, no. I don't doubt that some of the tests might be flaky themselves, but that machine does run tests slower. Take a look at the SVG tests, for example:

[chromium-dev] How to use PauseRequest

2009-10-23 Thread Paweł Hajdan Jr .
I'm going to use PauseRequest for privacy blacklists. It seems that I should create a new ResourceHandler, and resource handlers seem to wrap another resource handlers. Then I'd have to add code to use the new ResourceHandler in ResourceDispatcherHost. I'd need to write a ResourceHandler which

[chromium-dev] Re: How to use PauseRequest

2009-10-23 Thread John Abd-El-Malek
Check out BufferedResourceHandler, it pauses requests until plugins are loaded (needed to know which mime types are available). On Fri, Oct 23, 2009 at 1:23 PM, Paweł Hajdan Jr. phajdan...@chromium.orgwrote: I'm going to use PauseRequest for privacy blacklists. It seems that I should create a

[chromium-dev] Do we care about HttpBrowserCapabilities (ASP.Net)

2009-10-23 Thread cpu
dotNet ASP pages have a class named HttpBrowserCapabilities that returns what the name implies. If you go to the url below using chrome you'll see an echo (in column 3) of what it thinks of your browser: http://www.on-the-matrix.com/webtools/HttpBrowserCapabilities.aspx Is there anything you

[chromium-dev] Re: Flaky layout tests and WebKit Linux (dbg)(3)

2009-10-23 Thread Andrew Scherkus
On Fri, Oct 23, 2009 at 12:28 PM, Nicolas Sylvain nsylv...@chromium.orgwrote: On Fri, Oct 23, 2009 at 12:21 PM, Andrew Scherkus scher...@chromium.orgwrote: I've never witnessed these tests taking an extra 10-20 seconds on my local machine, no. I don't doubt that some of the tests might

[chromium-dev] Re: Do we care about HttpBrowserCapabilities (ASP.Net)

2009-10-23 Thread cpu
My unsubstantiated gut feeling is that they might be using it and they don't know it. In ASPNet you deal with higher-level, say datagrid, trees, pager objects. What html they generate you don't care. This fear stems from seeing that class sports a factory-like method: CreateHtmlTextWriter(). The

[chromium-dev] Re: How to use PauseRequest

2009-10-23 Thread Ricardo Vargas
SafeBrowsingResourceHandler may be even closer to what you want. On Fri, Oct 23, 2009 at 1:35 PM, John Abd-El-Malek j...@chromium.org wrote: Check out BufferedResourceHandler, it pauses requests until plugins are loaded (needed to know which mime types are available). On Fri, Oct 23, 2009 at

[chromium-dev] revising the output from run_webkit_tests

2009-10-23 Thread Dirk Pranke
If you've never run run_webkit_tests to run the layout test regression, or don't care about it, you can stop reading ... If you have run it, and you're like me, you've probably wondered a lot about the output ... questions like: 1) what do the numbers printed at the beginning of the test mean?

[chromium-dev] Re: revising the output from run_webkit_tests

2009-10-23 Thread Ojan Vafai
Can you give example outputs for the common cases? It would be easier to discuss those. On Fri, Oct 23, 2009 at 3:43 PM, Dirk Pranke dpra...@chromium.org wrote: If you've never run run_webkit_tests to run the layout test regression, or don't care about it, you can stop reading ... If you

[chromium-dev] Re: revising the output from run_webkit_tests

2009-10-23 Thread Nicolas Sylvain
On Fri, Oct 23, 2009 at 3:43 PM, Dirk Pranke dpra...@chromium.org wrote: If you've never run run_webkit_tests to run the layout test regression, or don't care about it, you can stop reading ... If you have run it, and you're like me, you've probably wondered a lot about the output ...