Re: [webkit-dev] Webkit Early Warning System

2012-12-23 Thread Ilya Tikhonovsky
Could you please provide a link to the patch? Regards, Tim. On Sun, Dec 23, 2012 at 11:28 AM, wingoog moon wrote: > > > On Sun, Dec 23, 2012 at 9:52 AM, Ilya Tikhonovsky wrote: > >> there are many kind of tests. Probably you are talking about layout tests. >> You nee

Re: [webkit-dev] Webkit Early Warning System

2012-12-22 Thread Ilya Tikhonovsky
there are many kind of tests. Probably you are talking about layout tests. You need to build webkit for qt. *Building QT WebKit on linux * 0. Install xcb packages with apt-get https://qt.gitorious.org/qt/qtbase/blobs/master/src/plugins/platforms/xcb/README

Re: [webkit-dev] WebKit memory instrumentation

2012-07-25 Thread Ilya Tikhonovsky
It turns out that clang has good API for plugins and a simple plugin for checking the instrumentation coverage contains ~200 loc. Thus the first option looks useless. Regards, Tim. On Wed, Jul 25, 2012 at 11:34 PM, Maciej Stachowiak wrote: > > On Jul 25, 2012, at 2:08 AM, Yury Semikhatsky wro

Re: [webkit-dev] Total Memory used

2011-09-17 Thread Ilya Tikhonovsky
Each time when Timeline records an event it also grabs these numbers from JSC. It is the size of internal JSC heap used for all the javascript things in the browser. Regards, Tim. On Sat, Sep 17, 2011 at 10:10 AM, Amit Shahi wrote: > Dear All, > > Web Inspector show the Timeline pannel in whic

Re: [webkit-dev] Why is gtest in the Source directory?

2011-05-12 Thread Ilya Tikhonovsky
Functional? Regards, Tim. On Thu, May 12, 2011 at 10:48 PM, Darin Adler wrote: > On May 12, 2011, at 11:33 AM, David Levin wrote: > > Layout/ # Would be nice to have a better name since these test much >> more than Layout >> > > DumpRenderTreeTests? > Integration? > AutomatedHtmlTests? > > >

Re: [webkit-dev] SnowLeopard debug buildbot not there

2011-03-10 Thread Ilya Tikhonovsky
All these inspector's crashes were introduced at r80478 They were not detected immediately because: 1) the noncore Intel Leopard Debug Test box are constantly red; 2) most of the time it has a problem with svn; 3) the box was offline? for a week from mar 1 to mar 8. (~800 patches) Patch was rolle

Re: [webkit-dev] Random inspector crasher?

2010-12-23 Thread Ilya Tikhonovsky
I just fixed one place yesterday in chromium DRT and I'm looking for the others. Regards, Tim. On Thu, Dec 23, 2010 at 11:47 AM, Eric Seidel wrote: > Long ago we taught the commit-queue how to be tolerant of flaky tests > (just running the tests again and again until it gets consistent > resul

Re: [webkit-dev] Inspector module

2010-10-07 Thread Ilya Tikhonovsky
+pfeldman Regards, Tim. On Thu, Oct 7, 2010 at 12:54 PM, Tomasz Morawski wrote: > Hi, > I have a few questions about inspector/JS debugging feature. I am trying to > get a JS frame after > pausing script execution due to breakpoint reach. If I understand good the > „pausedScript” event that i

Re: [webkit-dev] Problems to build WebKit on Windows

2010-08-31 Thread Ilya Tikhonovsky
It is the problem with VC project properties. The build script just remove all the properties from WebKitLibraries/win/tools/vsprops/ by mistake. This problem happens if you use git. I've created a bug about that. https://bugs.webkit.org/show_bug.cgi?id=44050 The dirty hack for this is just creat