[webkit-dev] Resource Cache in WebKit2

2011-04-06 Thread Aneesh Bhasin
Hi All, I have been looking at the WebKit2 code in the latest git version to get more understanding about it. As fas as I could understand, the Resource Cache is still managed by each WebProcess individually (and the sample application is using the DOCUMENT_VIEWER cache model for now) and there

[webkit-dev] WebKit BiDi sprint summary

2011-04-06 Thread Jeremy Moskovich
Hi, This past week 10 WebKit community members and a number of native Hebrew speakers gathered in Google's Tel Aviv office for a week-long sprint to fix BiDi issues. Although BiDi issues affect millions of WebKit users, they're notoriously difficult to understand, let alone fix--even, sometimes,

Re: [webkit-dev] Resource Cache in WebKit2

2011-04-06 Thread Darin Adler
WebKit2 has only one web process at this time. -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Canvas backing resolution

2011-04-06 Thread Darin Adler
On Apr 5, 2011, at 9:52 PM, Charles Pritchard wrote: Long-story-short, can we please expose some of the CSS pixel scaling, either through window.devicePixelRatio I typed javascript:alert(devicePixelRatio) in Safari on my iPhone 4, and got the value 2. Isn’t this what you are asking for?

[webkit-dev] All webkit.org services seem to be down

2011-04-06 Thread Adam Roben
Hi Bill- bugs.webkit.org, svn.webkit.org, www.webkit.org, trac.webkit.org all seem to be down. Is this expected? Any idea when they might return? Thanks! -Adam ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] All webkit.org services seem to be down

2011-04-06 Thread William Siegrist
On Apr 6, 2011, at 8:08 AM, Adam Roben wrote: Hi Bill- bugs.webkit.org, svn.webkit.org, www.webkit.org, trac.webkit.org all seem to be down. Is this expected? Any idea when they might return? Thanks! The database service had a problem and had to be restarted. Everything is back. -Bill

Re: [webkit-dev] Why does Ahem have different vertical metrics in Qt?

2011-04-06 Thread Andreas Kling
On 02/08/2011 08:42 PM, ext Dan Bernstein wrote: What is causing this difference? How does it affect other fonts and real websites? Is there a way to fix this? This is caused by the behavior of QFontMetricsF::descent() which returns the descent minus one for historical reasons. I've opened

Re: [webkit-dev] Many crashs of regresion tests in 64-bit Windows

2011-04-06 Thread Pere Martir
On Tue, Apr 5, 2011 at 7:10 PM, Adam Roben aro...@apple.com wrote: The best way to report a bug like this is to file a new bug at http://webkit.org/new-bug. In this case, this is a known issue (http://webkit.org/b/52913), so you don't need to do anything. There isn't a workaround at this

Re: [webkit-dev] Canvas backing resolution

2011-04-06 Thread David Hyatt
He wants a way to detect Desktop zoom (which is done two different ways in WebKit). It's difficult to figure out how to expose these, since Desktop zoom is ultimately just the CSS zoom property, which can be applied to any element (so folding it into a global makes little sense). The other

Re: [webkit-dev] Canvas backing resolution

2011-04-06 Thread Charles Pritchard
On 4/6/2011 12:32 PM, David Hyatt wrote: He wants a way to detect Desktop zoom (which is done two different ways in WebKit). It's difficult to figure out how to expose these, since Desktop zoom is ultimately just the CSS zoom property, which can be applied to any element (so folding it into

Re: [webkit-dev] Many crashs of regresion tests in 64-bit Windows

2011-04-06 Thread Adam Roben
On Apr 6, 2011, at 12:25 PM, Pere Martir wrote: On Tue, Apr 5, 2011 at 7:10 PM, Adam Roben aro...@apple.com wrote: The best way to report a bug like this is to file a new bug at http://webkit.org/new-bug. In this case, this is a known issue (http://webkit.org/b/52913), so you don't need to

Re: [webkit-dev] LayoutTest failures on Windows due to fonts/metric (yet again, any update?)

2011-04-06 Thread Adam Roben
On Apr 6, 2011, at 7:43 AM, Pere Martir wrote: I am working on Windows and I am planning to submit some patches (plugin loading) but I have problem make all regression tests (run-webkit-tests) pass without unmodified code. I followed all the instructions:

Re: [webkit-dev] Canvas backing resolution

2011-04-06 Thread David Hyatt
On Apr 6, 2011, at 3:01 PM, Charles Pritchard wrote: On 4/6/2011 12:32 PM, David Hyatt wrote: He wants a way to detect Desktop zoom (which is done two different ways in WebKit). It's difficult to figure out how to expose these, since Desktop zoom is ultimately just the CSS zoom property,

Re: [webkit-dev] LayoutTest failures on Windows due to fonts/metric (yet again, any update?)

2011-04-06 Thread Pere Martir
On Wed, Apr 6, 2011 at 11:50 PM, Adam Roben aro...@apple.com wrote: It's possible that you need the fonts from a specific version of Mac OS X. I don't know what version that would be, though. What if I want to submit a patch and I am working on Windows ? Switching to Mac OS X is my best option

[webkit-dev] An update on new-run-webkit-tests

2011-04-06 Thread Dirk Pranke
Hi all, I am getting increasingly close to having new-run-webkit-tests running correctly on the apple mac platform with full feature parity to old-run-webkit-tests. (And, of course, it continues to run on all of the Chromium bots as well). I am hoping to close the remaining issues blocking full

Re: [webkit-dev] An update on new-run-webkit-tests

2011-04-06 Thread Maciej Stachowiak
On Apr 6, 2011, at 7:39 PM, Dirk Pranke wrote: There are also a number of bugs currently listed as blocking that I don't think really qualify. Unless told otherwise, I'm plannning to remove the blocking flag from the following on Monday 4/11 (if they haven't been fixed first): 57640

Re: [webkit-dev] An update on new-run-webkit-tests

2011-04-06 Thread Dirk Pranke
On Wed, Apr 6, 2011 at 9:01 PM, Maciej Stachowiak m...@apple.com wrote: On Apr 6, 2011, at 7:39 PM, Dirk Pranke wrote: There are also a number of bugs currently listed as blocking that I don't think really qualify. Unless told otherwise, I'm plannning to remove the blocking flag from the

Re: [webkit-dev] Resource Cache in WebKit2

2011-04-06 Thread Aneesh Bhasin
---Resending : Had accidentally replied only to Darin - adding the list too in CC now.. my apologies ! --- Hi Darin, On Wed, Apr 6, 2011 at 7:26 PM, Darin Adler da...@apple.com wrote: WebKit2 has only one web process at this time. Yes, I saw that when I was going through the code. But it is