Re: [webkit-dev] Implementing ES6 class syntax in JSC

2015-03-17 Thread Zoltan Horvath
So awesome, Ryosuke! It's good to see this rolling. On Mon, Mar 16, 2015 at 10:59 PM, Ryosuke Niwa rn...@webkit.org wrote: Hi all, The feature has been enabled by default in https://trac.webkit.org/changeset/181618. Please try it out and file bugs under 140491 and cc me. - R. Niwa

[webkit-dev] Enable build for CSS3_TEXT

2014-05-21 Thread Zoltan Horvath
Hi there, We have 2 properties under CSS3_TEXT macro: -webkit-text-align-last (http://trac.webkit.org/changeset/162213) - parsingrendering are implemented -webkit-text-justify (https://bugs.webkit.org/show_bug.cgi?id=99945) - only parsing is implemented Spec :

[webkit-dev] Moving ChangeLog-date files into their own subdirectory?

2014-05-07 Thread Zoltan Horvath
Hi there, We're having more and more 'archived' change log files in our tree. Can't me move/archive these files into their own subdirectory? Motivation: Showing less files on a directory listing. e.g. LayoutTests/ChangleLog-2014-02-20 would be moved under LayoutTests/ChangeLog-archive/

Re: [webkit-dev] Blog post on the contributor's meeting?

2014-04-25 Thread Zoltan Horvath
It seems like the update script is not running for the aggregator for a while. Also, can we drop some subscriptions from its list, which are not active anymore? Zoltan On Fri, Apr 25, 2014 at 3:22 PM, Benjamin Poulain benja...@webkit.orgwrote: On 4/24/14, 11:00 AM, Bem Jones-Bey wrote: At

Re: [webkit-dev] Adding flag to optionally run check-webkit-style as part of prepare-Changelog and svn-create-patch

2014-04-04 Thread Zoltan Horvath
Hi there, prepare-Changelog: - The style checker script runs on the ChangeLogs as well, and it gives warning if the bug number or the tests' line are not filled. - I think the best behavior for this case would be to abort the change log creation, if there are errors on the actual code check.

Re: [webkit-dev] Adding flag to optionally run check-webkit-style as part of prepare-Changelog and svn-create-patch

2014-04-04 Thread Zoltan Horvath
On Fri, Apr 4, 2014 at 12:43 PM, James Craig jcr...@apple.com wrote: On Apr 4, 2014, at 9:08 AM, Zoltan Horvath zol...@webkit.org wrote: Hi there, prepare-Changelog: - The style checker script runs on the ChangeLogs as well, and it gives warning if the bug number or the tests' line

Re: [webkit-dev] Adding flag to optionally run check-webkit-style as part of prepare-Changelog and svn-create-patch

2014-04-04 Thread Zoltan Horvath
Sounds good to me. Thanks, James. Zoltan On Fri, Apr 4, 2014 at 2:51 PM, James Craig jcr...@apple.com wrote: On Apr 4, 2014, at 1:33 PM, Zoltan Horvath zol...@webkit.org wrote: On Fri, Apr 4, 2014 at 12:43 PM, James Craig jcr...@apple.com wrote: On Apr 4, 2014, at 9:08 AM, Zoltan

Re: [webkit-dev] Shape-inside removal, bug #130698

2014-03-26 Thread Zoltan Horvath
Hi there, The patch is landed in http://trac.webkit.org/changeset/166301 I already did the first step to simplify our geometry codebase in http://trac.webkit.org/changeset/166316 Thumbs up for our shiny shape-outside! :-) Cheers, Zoltan On Tue, Mar 25, 2014 at 12:59 PM, Zoltan Horvath zol

[webkit-dev] Shape-inside removal, bug #130698

2014-03-25 Thread Zoltan Horvath
Hi there, CSS Shapes Level 1 (CR [1]) only contains shape-outside. We are focusing our effort on finalizing the implementation of shape-outside, so it's worth to remove shape-inside code at this point for now. A list of reasons for the removal: - Shape-inside is only part of Shapes Level 2,

Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2014-03-14 Thread Zoltan Horvath
Hi there, I've updated the `Install guidelines` and the `Readme` this week (http://trac.webkit.org/browser/trunk/Websites/perf.webkit.org). Now the doc contains guidelines for Mountain Lion/Mavericks, using/not using Server.app, and contains a couple of additional comments also. Let me know if

[webkit-dev] CSS Shapes bugs - updated

2014-02-07 Thread Zoltan Horvath
Hi there, I went through on all of our CSS Shapes related bugs today. I managed to close about 20 bugs, which is pretty cool. I updated/renamed ~30 of our remaining CSS Exclusions bug entries. (FYI: the ExclusionsShapes spec has been split up to 2 separated specifications last year. CSS Shapes

[webkit-dev] CSS Shapes performance testing

2014-02-05 Thread Zoltan Horvath
Hi Guys, I started to add performance testing for CSS Shapes in our performance testing framework (trunk/PerformanceTests/Layout/Shapes). I landed the initial perf. test for 'shape-outside: content-box' yesterday. The tests is going to be disabled by default for now, but you can run them

Re: [webkit-dev] Nesting a new CSS_SHAPES flag

2014-02-03 Thread Zoltan Horvath
Hi Dean, I'd love to help with introducing the new flag. Let me know if there is anything I can help with. Please also CC me on the bugs. Thanks, Zoltan On Fri, Jan 31, 2014 at 11:51 AM, Dean Jackson d...@apple.com wrote: Hi Floks! We currently have flags for both CSS_SHAPES and

Re: [webkit-dev] Should we explicitly disallow indentation to align lines or add an example?

2014-01-21 Thread Zoltan Horvath
Hi there, I think the 4 spaces indentation doesn't make the code harder to read. If we stay with that, it will be more consistent in long term, since otherwise you'd allow almost random-size indentation, based on the particular code part. Zoltan On Tue, Jan 21, 2014 at 5:54 PM, Martin Robinson

Re: [webkit-dev] Should we explicitly disallow indentation to align lines or add an example?

2014-01-21 Thread Zoltan Horvath
I meant to do the 4 spaces indentation. :-) That's why I vote for the consistent, 4 spaces indentation. Zoltan On Tue, Jan 21, 2014 at 7:34 PM, Ryosuke Niwa rn...@webkit.org wrote: On Tue, Jan 21, 2014 at 7:15 PM, Zoltan Horvath zol...@webkit.org wrote: Hi there, I think the 4 spaces

Re: [webkit-dev] Request for Comments: DoYouEvenBench

2014-01-19 Thread Zoltan Horvath
Hi Ryosuke, It's awesome to see the results on the dashboard! I'll test DYEB later next week, and I'll also provide feedback. Thanks for putting this together! Cheers, Zoltan On Fri, Jan 17, 2014 at 12:43 PM, Ryosuke Niwa rn...@webkit.org wrote: I've finalized the benchmark and started making

Re: [webkit-dev] Watchlist cc rules.

2013-10-30 Thread Zoltan Horvath
Hi Sam, You should file a bug with a patch for doing this. Cheers, Zoltan On Wed, Oct 30, 2013 at 10:06 AM, Samuel White samuel_wh...@apple.comwrote: Hey everyone, I’d like to add myself to the “Accessibility” cc rule in the WebKit/Tools/Scripts/webkitpy/common/config/watchlist script.

Re: [webkit-dev] WTF::fastMalloc

2013-10-01 Thread Zoltan Horvath
On Tue, Oct 1, 2013 at 11:56 AM, Martin Robinson mrobin...@webkit.orgwrote: Here’s a rough task list: (1) Define a canonical GTK platform we’ll use for performance measurement. Perhaps the University of Szeged team has some insight into what platforms they used for comparing allocator

Re: [webkit-dev] WTF::fastMalloc

2013-10-01 Thread Zoltan Horvath
On Tue, Oct 1, 2013 at 3:52 PM, Geoffrey Garen gga...@apple.com wrote: So are you proposing to use the system allocator on Windows? I’m proposing a two step process: (1) Use the system allocator on Windows (and GTK). (2) If a port maintainer cares to optimize a given port, without too

Re: [webkit-dev] WTF::fastMalloc

2013-09-30 Thread Zoltan Horvath
Hi Geoffrey, I used to work on memory related topics, while I was working on the University of Szeged. Based on a 2.5-year-old measurement ( http://webkit.sed.hu/blog/20100302/war-allocators-qtlaunchers-coast) on the Qt-port, the page loading on the Methanol test suite was 5% faster (avg) with

Re: [webkit-dev] Fuzzinator, a mutation based web fuzzer

2013-06-25 Thread Zoltan Horvath
Hey Reni, This project sounds cool! I think you will answer some of my questions in your blog post, so I don't ask just one now... Do you know the date it's going to be published? Cheers, Zoltan On Tue, Jun 25, 2013 at 1:14 PM, Philip Rogers p...@google.com wrote: +1 to fuzzing! If this

Re: [webkit-dev] Test frame size for reftests

2013-04-24 Thread Zoltan Horvath
I opened a bug for the issue https://bugs.webkit.org/show_bug.cgi?id=115114. To be continued there. Cheers, Zoltan On Tue, Apr 23, 2013 at 11:45 AM, Zoltan Horvath zol...@webkit.org wrote: Yes, that be would the cleanest solution. If there is no concerns against it, I'm going to file a bug

[webkit-dev] Test frame size for reftests

2013-04-23 Thread Zoltan Horvath
Hey there, I was debugging a test which was passing in the testrunner, but failing in the testbrowser. It was because the reftests compare only in a 800*600px frame, although we have many tests which are taller than this frame. If there was a mismatch to the expected result outside that frame and

Re: [webkit-dev] Test frame size for reftests

2013-04-23 Thread Zoltan Horvath
Yes, that be would the cleanest solution. If there is no concerns against it, I'm going to file a bug. Zoltan On Tue, Apr 23, 2013 at 11:36 AM, Benjamin Poulain benja...@webkit.orgwrote: Hi, On Tue, Apr 23, 2013 at 11:26 AM, Zoltan Horvath zol...@webkit.orgwrote: I was debugging a test

Re: [webkit-dev] Slide deck: How WebKit Works

2012-10-31 Thread Zoltan Horvath
It's a nice and well understandable overview! Thanks for sharing! Zoltan On Wed, Oct 31, 2012 at 11:30 AM, Adam Barth aba...@webkit.org wrote: Below are some slides I presented yesterday that give a high-level overview of how WebKit works:

Re: [webkit-dev] Client application links to JavaScriptCore instead of std lib

2012-10-21 Thread Zoltan Horvath
webkit on Windows. Could you please help me to know where to make this change. Many Thanks. Regards, Dipak On Sat, Oct 20, 2012 at 12:10 AM, Zoltan Horvath zol...@webkit.orgwrote: Hi Dipak, You should try a clean build with build-webkit --system-malloc to force WebKit to use

Re: [webkit-dev] Client application links to JavaScriptCore instead of std lib

2012-10-19 Thread Zoltan Horvath
Hi Dipak, You should try a clean build with build-webkit --system-malloc to force WebKit to use the system's allocator. Let me know if it solves your problem. Cheers, Zoltan On Fri, Oct 19, 2012 at 5:21 AM, dipak kumar mail.di...@gmail.com wrote: Dear All, I have built Webkit (Process

Re: [webkit-dev] New WebKit Reviewer: Caio Marcelo de Oliveira Filho

2012-10-08 Thread Zoltan Horvath
Cool! Congratulations Caio! On Mon, Oct 8, 2012 at 2:20 PM, noam.rosent...@nokia.com wrote: I am pleased to announce that Caio (@cmarcelo) is now a WebKit reviewer. Caio has been working in many areas in the past years, starting with focus on the Qt port with improvements to the Qt/JS bridge,

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

Re: [webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Zoltan Horvath
Hi there, On Mon, 23 Jul 2012 17:09:19 +0200, Yury Semikhatsky yu...@chromium.org wrote: *Hi WebKit, Almost all developers would like to know why the render process takes so much memory. We are trying to address this problem by providing an information on how much memory is consumed by

Re: [webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Zoltan Horvath
On Mon, 23 Jul 2012 21:21:54 +0200, Ryosuke Niwa 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 use it in our performance tests? It'll be very valuable to be able to monitor changes in

Re: [webkit-dev] Parallel image decoders are up for review

2012-07-09 Thread Zoltan Horvath
Great job guys! Your approach sounds good. Can you upload an overall patch (not for review) to the main bug? Then we can easily test your solution and see the overall complexity change of the patch. I will test the patch on Qt and keep in touch. Regards, Zoltan On Mon, 09 Jul 2012

Re: [webkit-dev] malloc(0)

2012-06-13 Thread Zoltan Horvath
Hi, The bug report about fastMalloc(0): https://bugs.webkit.org/show_bug.cgi?id=55097 Brewmp had conditions for fastMalloc(0) earlier, but it was removed in: http://trac.webkit.org/changeset/9/trunk/Source/JavaScriptCore/wtf/FastMalloc.cpp Cheers, Zoltan On Wed, 13 Jun 2012 00:08:48

Re: [webkit-dev] Reg.use of WTF_CHANGES in FastMalloc.cpp...

2012-04-12 Thread Zoltan Horvath
Hey, in the future send these kind of questions to webkit-help please. For answer check bug: https://bugs.webkit.org/show_bug.cgi?id=69435 (you can also do a search in bugzilla) Cheers, Zoltan On Thu, 12 Apr 2012 11:01:30 +0200, Arunprasad Rajkumar ararunpra...@gmail.com wrote: I don't

Re: [webkit-dev] How to OverLoad the new operator in webkit ?

2011-12-09 Thread Zoltan Horvath
, you have to use FastNew to allocate and FastDelete to deallocate memory, please check it in FastAllocBase.h. Btw, new(1)int; ? Do you mean new int[1]? Regards, Zoltan Horvath On Fri, 09 Dec 2011 13:18:15 +0200, praveen munukutla munukutlaprav...@gmail.com wrote: Hi all, How

Re: [webkit-dev] watchlist: A tool to alert you about patches of interest.

2011-10-28 Thread Zoltan Horvath
On Thu, 20 Oct 2011 00:40:14 +0200, David Levin le...@chromium.org wrote: The watchlist is a simple way to watch for new patches that interest you. The watchlist is automatically applied to patches by a bot (currently the style bot). ... Dave, it's cool! It'd be nice to find a way to

Re: [webkit-dev] Total Memory used

2011-09-21 Thread Zoltan Horvath
On Wed, 21 Sep 2011 11:40:16 +0200, Amit Shahi shahiwo...@gmail.com wrote: Hi Tim , Thanks for your reply It means it is the memory used by javascript core , It does not have memory component used by Webkit (DOM , Rendering and parsing ) process ? Hi, it does not have so you need

Re: [webkit-dev] Access to blog admin page

2010-09-03 Thread Zoltan Horvath
Hey, somebody might should subscribe you to Planet WebKit's RSS. Btw, I think it would be useful to collect the URLs of the useful WebKit related blog posts to webkit.org. Is there any simple way to automatize link collecting with Planet WebKit? Grouping of the links would be also nice.

Re: [webkit-dev] Name nitpick: layout tests

2010-08-04 Thread Zoltan Horvath
On Mon, Aug 2, 2010 at 7:33 AM, Dan Bernstein m...@apple.com wrote: On Aug 2, 2010, at 4:28 AM, Alexey Proskuryakov wrote: 29.07.2010, в 10:59, Darin Adler написал(а): The directory should be eventually be named Tests or WebKitTests or RegressionTests. Ideally, the directory

Re: [webkit-dev] review queue crazy idea

2010-07-21 Thread Zoltan Horvath
Hey, I just don't understand how can the patches can sit in bugzilla unreviewed for weeks? There are 76 reviewers in the trac's team list. I think the reviewers have to do what they have assumed... Reviewing patches! I agree with Maciej automatic rejection is unfriendly. (Of course we can

[webkit-dev] WebKit2 component in Bugzilla

2010-07-08 Thread Zoltan Horvath
Hey, I think it would be good to create a WebKit2 component for bug reports in Bugzilla. Could someone create it please? Regards, Zoltan ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Zoltan Horvath
Hey, first, the list for questions like this is webkit-help. Solution: in sub project settings, turn off incremental linking and setting compile optimizations to O0 will solve your problem. Regards, Zoltan On Wednesday 26 May 2010, at 14:17, Frederic Gos wrote: Hi Peeps, ... the build

Re: [webkit-dev] Possible issue with TCMalloc_PageHeap on Solaris 10 (amd64) ?

2010-05-25 Thread Zoltan Horvath
Hi, On Tuesday 25 May 2010, at 16:38, Xavier Roche wrote: Hi folks!, [ Please redirect me if the question is off-topic here ] webkit-help is the appropriate channel for this. I am trying to build webkit (qt flavour, current 4.6.1 stable release) on Solaris, and I am facing weird SEGV

Re: [webkit-dev] Webkit mipsel crashing in arenaDelete

2010-02-16 Thread Zoltan Horvath
Hey, if you just simply leave -DUSE_SYSTEM_MALLOC from g++'s parameters it will compile with TCmalloc (as Stephan wrote TCSystemAlloc.cpp needs to be added to the project). /release mode/ Zoltan ___ webkit-dev mailing list

Re: [webkit-dev] MathML Project Contact etc.

2010-01-15 Thread Zoltan Horvath
On Friday 15 January 2010, at 07:32, Alex Milowski wrote: I'm presenting my MathML in WebKit work tomorrow at the Joint AMS/MAA meeting here in San Francisco. Will somebody record the presentation? After looking through my slides I feel that I'm unsatisfied with what I'm telling people

Re: [webkit-dev] global new/delete operator in WebKit

2010-01-13 Thread Zoltan Horvath
First, Darin thanks for the summary! On Wednesday 13 January 2010, at 20:23, Yong Li wrote: Darin, thank you very much for writing this for my questions. I have another question for new int[10], but I guess the answer will be using Vector instead. At the most of the cases WebKit doesn't use

Re: [webkit-dev] error: JSDOMWindow.h: No such file or directory

2009-12-16 Thread Zoltan Horvath
Hey, this question is for webkit-help, not webkit-dev (http://webkit.org/contact.html). Before posting please check Ariya's suggestions about get help: http://lists.macosforge.org/pipermail/webkit-help/2009-August/000146.html Zoltan On Wednesday 16 December 2009, at 10:59, Girish Kumar

Re: [webkit-dev] ajax problem when evaluating js

2009-07-30 Thread Zoltan Horvath
liseen wrote at: 2009. 07. 30. 16.09.: Hi, everyone I met a question about qtwebkit. if the javascript disabled, then I evaluate some js contains ajax request, I cann't get any return. why? if qtwebkit enbaled javascipt, I got the return of ajax request. can someone help me? Hi,

Re: [webkit-dev] knowing filesize without downloding ... possible ?

2009-06-23 Thread Zoltan Horvath
Purushottam Sholapur wrote at: 2009. 06. 23. 08.32.: Hi all, Is there any way in QT to know file size before downloading the actual file.(by just URL) ? If I use wget on console, it first prints file size before it starts downloading. I am using all QNetwork* classes for download. regards

Re: [webkit-dev] How to fix this problem? - Unsupported platform

2009-03-20 Thread Zoltan Horvath
Hongwei Huang wrote at: 2009. 03. 20. 09.27.: After I successfully installed webkit on ubuntu 8.10 with qt 4, I run this instruction - WebKit/WebKitTools/Scripts/run-launcher, then I got the error - Unsupported platform, can't determine built library locations. at

Re: [webkit-dev] webkit-dev Digest, Vol 46, Issue 9

2009-03-10 Thread Zoltan Horvath
Nitin wrote at: 2009. 03. 10. 06.05.: hello, I have some thing to ask :- how can i get the diff between two revisions of webkit. lets take an example of r36XXX and r40XXX. svn diff -r 36xxx:40xxx Is there any Logging system with webkit.org developers that they changed this and that , this

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-14 Thread Zoltan Horvath
Was the GtkLauncher starting when you just start it without gdb? Please copy the output of the file /media/olddata/WebKit/WebKitBuild/Debug/Programs/GtkLauncher command. Zoltan ying lcs wrote at: 2008. 12. 14. 06.05.: Zoltan, Thank you for your help. I did try what you said . The

Re: [webkit-dev] hi,I am newbie to Webkit,can you help me?

2008-12-14 Thread Zoltan Horvath
Hi, first and foremost, you should get acquainted with http://webkit.org site. After this, try to build webkit in your preferred platform. (To do this, you have a look at the site Working with the Code section.) You should also have a look at http://trac.webkit.org/wiki pages. Zoltan 胡 波

Re: [webkit-dev] Porting document

2008-12-13 Thread Zoltan Horvath
Sadashiv Nayak wrote at: 2008. 12. 13. 12.19.: Hi,    Where can I find webkit porting document?  I could not find it. Can somebody share the document to me? Thanks in advance, Sadashiv Hi, Portability: http://webkit.org/projects/portability/index.html Mailing lists maybe contains help

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-13 Thread Zoltan Horvath
Hi, gdb ./Program/GtkLauncher after this you can run with: run (enter :-) ) Zoltan ying lcs wrote at: 2008. 12. 13. 21.06.: Hi, I am running the Gtk port of webkit under linux. I run my problem like this : ./Program/GtkLauncher Can you please tell me How to run GtkLauncher in a debugger

Re: [webkit-dev] How to run GtkLauncher in a debugger

2008-12-13 Thread Zoltan Horvath
If you compile with --debug, usually you need minimum 1.5GB free place (in the drive where your WebKit directory is located). First, I should you to compile a release. (as I know just --gtk is enough) Zoltan ying lcs wrote at: 2008. 12. 13. 22.54.: Thank you Zoltan. But what i don't get is