Re: [webkit-dev] Adding archive.org-based page loading time performance tests

2012-07-27 Thread Ryosuke Niwa
Hi, I have made some progress in the last couple of months, and you can now play with it on your machine using Mac port or Chromium port on Mac or Linux. Follow instructions on http://trac.webkit.org/wiki/Writing%20Performance%20Tests Note: it has been found that *it doesn't run on a

Re: [webkit-dev] WebKit memory instrumentation

2012-07-27 Thread Dominik Röttsches
On 07/24/2012 01:09 AM, Yury Semikhatsky wrote: On Mon, Jul 23, 2012 at 11:21 PM, Ryosuke Niwa rn...@webkit.org mailto:rn...@webkit.org wrote: This is somewhat tangential but once we've solved this problem, can we expose the data via testRunner or internals object so that we may

Re: [webkit-dev] WebKit memory instrumentation

2012-07-27 Thread Zoltan Horvath
On Fri, 27 Jul 2012 09:53:43 +0200, Dominik Röttsches dominik.rottsc...@intel.com wrote: On 07/24/2012 01:09 AM, Yury Semikhatsky wrote: On Mon, Jul 23, 2012 at 11:21 PM, Ryosuke Niwa rn...@webkit.org wrote: This is

[webkit-dev] DRT on windows showing leaks

2012-07-27 Thread Vivek Galatage
Hello webkit-dev, I am trying to debug DRT standalone using Visual Studio debugger as well as running from the command line. I followed this link http://trac.webkit.org/wiki/Debugging%20DumpRenderTree%20on%20Windows in order to setup and start the debug session. In this, when I debug the DRT or

Re: [webkit-dev] Trac/Svn Migration - Friday the 27th, 7-9am PDT

2012-07-27 Thread William Siegrist
All done. -Bill On Jul 26, 2012, at 12:32 PM, William Siegrist wsiegr...@apple.com wrote: The Trac and subversion servers are being migrated to the new hardware Friday (tomorrow) morning at 7am PDT. The whole process should take 1-2 hours. Trac and svn will be unavailable for most of

[webkit-dev] [123877] trunk/Tools

2012-07-27 Thread kbalazs
Title: [123877] trunk/Tools Revision 123877 Author kbal...@webkit.org Date 2012-07-27 09:22:06 -0700 (Fri, 27 Jul 2012) Log Message [NRWT] should have a way to restrict pixel tests for individual directories https://bugs.webkit.org/show_bug.cgi?id=91754 Unreviewed attempt to fix the

Re: [webkit-dev] [123877] trunk/Tools

2012-07-27 Thread Brady Eidson
Why did this get sent to webkit-dev instead of webkit-changes? (Maybe a result of this morning's migration?) ~Brady On Jul 27, 2012, at 9:22 AM, kbal...@webkit.org wrote: Revision 123877 Author kbal...@webkit.org Date 2012-07-27 09:22:06 -0700 (Fri, 27 Jul 2012) Log Message [NRWT]

Re: [webkit-dev] [123877] trunk/Tools

2012-07-27 Thread William Siegrist
Sorry about that, put the wrong address in the new hook. :( Should be fixed now. -Bill On Jul 27, 2012, at 9:30 AM, Brady Eidson beid...@apple.com wrote: Why did this get sent to webkit-dev instead of webkit-changes? (Maybe a result of this morning's migration?) ~Brady On Jul 27,

Re: [webkit-dev] Trac/Svn Migration - Friday the 27th, 7-9am PDT

2012-07-27 Thread Osztrogonac Csaba
Hi, Could you kick git.webkit.org please? It is stucked on r123874, but svn.webkit.org is on r123878 Ossy William Siegrist írta: All done. -Bill On Jul 26, 2012, at 12:32 PM, William Siegrist wsiegr...@apple.com wrote: The Trac and subversion servers are being migrated to the new hardware

Re: [webkit-dev] Trac/Svn Migration - Friday the 27th, 7-9am PDT

2012-07-27 Thread William Siegrist
Fixed. -Bill On Jul 27, 2012, at 9:38 AM, Osztrogonac Csaba o...@inf.u-szeged.hu wrote: Hi, Could you kick git.webkit.org please? It is stucked on r123874, but svn.webkit.org is on r123878 Ossy William Siegrist írta: All done. -Bill On Jul 26, 2012, at 12:32 PM, William Siegrist

Re: [webkit-dev] DRT on windows showing leaks

2012-07-27 Thread Pravin D
When the dumprRenderTree is closing, webView close will be called. This is internally event based I guess as any pending events(resource load, etc ) needs to cancelled. So I'm guessing that before the webview close actually completes, dumpRenderTree is exited and Leak report generated. May be

[webkit-dev] build time - lion vs mountain lion - 200% slowdown

2012-07-27 Thread Glenn Adams
Just upgraded from Lion to Mountain Lion (and XCode 4.4). Clean build time went from 29mins to 1h 29mins on a new 2.6GHz 16GB MacBook Pro 15 Retina. You might want to hold off on an upgrade unless you enjoy waiting for builds. ___ webkit-dev mailing list

Re: [webkit-dev] build time - lion vs mountain lion - 200% slowdown

2012-07-27 Thread Mark Rowe
On 2012-07-27, at 13:33, Glenn Adams gl...@skynav.com wrote: Just upgraded from Lion to Mountain Lion (and XCode 4.4). Clean build time went from 29mins to 1h 29mins on a new 2.6GHz 16GB MacBook Pro 15 Retina. You might want to hold off on an upgrade unless you enjoy waiting for builds.

Re: [webkit-dev] Delaying Applying CSS Effects

2012-07-27 Thread Keyar Hood
I think I have been following your suggestions Niko. I modified SVGDocumentExtensions::addPendingResource and related functions to accept any render object as well as the code paths involved with these functions. This implicitly allowed RenderSVGResourceContainer::registerResource to handle CSS

Re: [webkit-dev] Adding CSS blending to WebKit

2012-07-27 Thread Dean Jackson
On 21/07/2012, at 8:50 AM, Rik Cabanier caban...@gmail.com wrote: I'm planning on adding CSS blending to WebKit: https://bugs.webkit.org/show_bug.cgi?id=91908 We already have a working prototype and I will bring it over as a couple of patches. We did a couple of write-ups on this

Re: [webkit-dev] Adding CSS blending to WebKit

2012-07-27 Thread Rik Cabanier
I changed all the project files that were modified for the CSS_SHADERS define but my patch was denied because it didn't modify the makefiles for every single platform. Do I really have to modify all of them? Rik On Fri, Jul 27, 2012 at 6:06 PM, Dean Jackson d...@apple.com wrote: On

Re: [webkit-dev] Adding CSS blending to WebKit

2012-07-27 Thread Dean Jackson
On 28/07/2012, at 11:25 AM, Rik Cabanier caban...@gmail.com wrote: I changed all the project files that were modified for the CSS_SHADERS define but my patch was denied because it didn't modify the makefiles for every single platform. Do I really have to modify all of them? Let's discuss

Re: [webkit-dev] build time - lion vs mountain lion - 200% slowdown

2012-07-27 Thread Glenn Adams
On Fri, Jul 27, 2012 at 2:40 PM, Mark Rowe mr...@apple.com wrote: On 2012-07-27, at 13:33, Glenn Adams gl...@skynav.com wrote: Just upgraded from Lion to Mountain Lion (and XCode 4.4). Clean build time went from 29mins to 1h 29mins on a new 2.6GHz 16GB MacBook Pro 15 Retina. You might want

[webkit-dev] local storage support in webkit

2012-07-27 Thread Navanshu Mahor
How to give local web storage support in dtv using webkit as browser engine? ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev