Re: [webkit-dev] Resource Cache in WebKit2

2011-04-06 Thread Sachin Puranik
Hi, so is there a specific reason for not having multiprocess and we are working on dual process model. Regards, Sachin. On Apr 7, 2011 11:12 AM, "Aneesh Bhasin" wrote: ---Resending : Had accidentally replied only to Darin - adding the list too in CC now.. my apologies ! --- Hi Darin, On Wed

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 wrote: > WebKit2 has only one web process at this time. > Yes, I saw that when I was going through the code. But it is still possible

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 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 follow

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): > > 576

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

2011-04-06 Thread Dirk Pranke
On Wed, Apr 6, 2011 at 7:39 PM, Dirk Pranke wrote: > 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 we

[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 pa

[webkit-dev] Disallowing modal dialogs during unload events

2011-04-06 Thread Sreeram Ramachandran
We'd like to disallow modal dialogs (i.e., those arising from calls to alert, confirm, prompt or showModalDialog) during unload events (beforeunload, unload and pagehide) [1]. Chromium wants to do this [2]. Since this affects web compatibility, I'd like to get agreement from the other webkit ports

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

2011-04-06 Thread Dan Bernstein
On Apr 6, 2011, at 3:11 PM, Pere Martir wrote: > On Wed, Apr 6, 2011 at 11:50 PM, Adam Roben 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

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 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 ? I am not cur

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 prope

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: > > http://trac.webkit.org/w

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 wrote: >> The best way to report a bug like this is to file a new bug at >> . In this case, this is a known issue >> (), so you don't need to do any

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 a

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 kin

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 wrote: > The best way to report a bug like this is to file a new bug at > . In this case, this is a known issue > (), so you don't need to do anything. There isn't > a workaround at this time, other

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 h

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. -

[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 http://lists.webkit.org/mailman/lis

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?

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

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

2011-04-06 Thread Pere Martir
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: http://trac.webkit.org/wiki/BuildingOnWindows#Font-metric-relatedfailures but as it

Re: [webkit-dev] WebKit BiDi sprint summary

2011-04-06 Thread Jeremy Moskovich
Sorry, missed one: Progress made on - Bug 50912 * - Add support for the unicode-bidi:isolate CSS property* On Wed, Apr 6, 2011 at 10:04 AM, Jeremy Moskovich wrote: > Hi, > > This past week 10 WebKit community members and a number of native Hebrew > speakers gathered

Re: [webkit-dev] WebKit BiDi sprint summary

2011-04-06 Thread Ryosuke Niwa
Thank you Jeremy for organizing this event. The sprint was great! We should have more of these hacking events for specific features or components. I learned a lot about how WebCore handles BiDi text, and it was really nice to work closely with other contributors in person. - Ryosuke On Wed, Ap

[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,