[webkit-dev] Do we need subpixel layout (Was: Should SATURATED_ARITHMETIC_LAYOUT be forced when enabling SUBPIXEL_LAYOUT ?)

2013-07-31 Thread Balazs Kelemen
I think first we should clarify some more basic questions about subpixel layout. 1. Is it actually mantained? 2. Do any port really need it? Please correct me if these questions are too obvious or have been resolved before. Note that I am not a fan of subpixel layout, neither an enemy of it -

Re: [webkit-dev] Changing names of new WebGL extensions

2013-07-05 Thread Balazs Kelemen
3 at 11:37 AM, Balazs Kelemen <mailto:kbal...@webkit.org>> wrote: On 07/05/2013 10:54 AM, Karol Swiniarski wrote: Ok that's great! Patch is ready. Who can review it and merge it into webkit? http://www.webkit.org/coding/contributing.html If you want your work fin

Re: [webkit-dev] Changing names of new WebGL extensions

2013-07-05 Thread Balazs Kelemen
On 07/05/2013 10:54 AM, Karol Swiniarski wrote: Ok that's great! Patch is ready. Who can review it and merge it into webkit? http://www.webkit.org/coding/contributing.html If you want your work find it's way to trunk, you should upload your patch to the bugzilla and find a reviewer. Please do

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

2013-06-27 Thread Balazs Kelemen
On 06/27/2013 10:21 AM, Renáta Hodován wrote: Hi Dave, This is a good idea! What's more it seems it's not so hard to add MathML support to the fuzzer. Maybe in a few days (or in worst case next week) I can put it into it. I think the question was about whether your system is modularized well

Re: [webkit-dev] Implementation of Qt platform specific code in Plugin Process module

2013-06-26 Thread Balazs Kelemen
On 06/26/2013 06:36 PM, Harsh Sarin wrote: Hi, I have been analyzing the Plugin Process infrastructure for some time now, and came across some platform specific initialization. However, these are not implemented for the Qt platform. Please could you shed some light on development plans for th

Re: [webkit-dev] For your consideration: Naming scheme for fooIfExists/ensureFoo

2013-06-19 Thread Balazs Kelemen
For me optional seems very misleading and generally different prefixes suggests that those objects are not the same. Maybe IfExists does not sound nicely but at least it's clear. I would choose to have a pointer version with IfExists and a reference version which is a noun, like: StyleResolver

Re: [webkit-dev] Announcing new port: Nix

2013-05-17 Thread Balazs Kelemen
Excellent! I'm looking forward to see WebKitNix in trunk. -kbalazs On 05/17/2013 02:41 PM, Luciano Wolf wrote: The openBossa team at INdT Brazil is proud to announce “Nix” - a new WebKit2 port based on POSIX and OpenGL. Nix stands for “WebKit for unix-like platforms” and, if you consider the Ge

Re: [webkit-dev] Reorganization of animation starting

2013-04-17 Thread Balazs Kelemen
On 04/17/2013 10:27 AM, Nándor Huszka wrote: Hi All, There is an optimization problem related to animations. If we have one out of the visible viewport, it is still animated. (Try to scroll down on http://philbit.com/animatedgiftest.html) In this case it would be good to stop, then continue anim

Re: [webkit-dev] Adding "__FILE__" and "__LINE__" to CRASH() macro

2013-04-16 Thread Balazs Kelemen
On 04/16/2013 10:27 AM, Arunprasad Rajkumar wrote: Hi Darin, Any other concerns? May I file a bug & provide the patch? BR For me this change doesn't seems to be too big or controversial, so I would say let's go for it ;) On 15 April 2013 16:41, Arunprasad Rajkumar

Re: [webkit-dev] Cleaning House

2013-04-04 Thread Balazs Kelemen
On 04/04/2013 03:15 PM, Gustavo Noronha Silva wrote: Hey, On Qui, 2013-04-04 at 01:22 -0700, Dirk Pranke wrote: FWIW, mrobinson has been working on a GYP build for the GTK port, so I wouldn't delete all of the .gyp files (at least not w/o them weighing in on it). I thought there was some inter

Re: [webkit-dev] Kickstarting the migration of platform-specific WebCore source code to Source/Platform

2013-03-01 Thread Balazs Kelemen
On 03/01/2013 06:03 PM, Arunprasad Rajkumar wrote: Hi, Please ignore if it is really out of context. It would be nice to define a Class by Class roles/responsibilities/expectations from Platform layer before starting implementation. May be it is a kind of Class/Function standardization proce

Re: [webkit-dev] NetworkProcess / NetworkThread in the UIProcess

2013-02-12 Thread Balazs Kelemen
On 02/12/2013 04:51 PM, Zeno Albisser wrote: Hi, I have been looking into the NetworkProcess code that has recently been added to WebKit2. For Qt we are considering moving all the networking into a separate thread within the UIProcess. Do you guys think that the NetworkProcess code could be

[webkit-dev] Should LChar really being unsigned char? (was Re: SerializedScriptValue: signed vs unsigned char)

2013-02-10 Thread Balazs Kelemen
On 02/07/2013 01:48 AM, Maciej Stachowiak wrote: I think we should continue to use uint8_t instead of char as the primary way to represent a raw byte in WebKit. First, it's good to distinguish raw data from C strings at the type system level, and second, the unpredictable signedness of char i

Re: [webkit-dev] Exporting symbols (was Re: Common build system (was Re: WebKit Wishes))

2013-02-02 Thread Balazs Kelemen
On 02/01/2013 02:28 AM, Darin Fisher wrote: It would be nice if, in the shared library build of chromium, webcore and perhaps the modules and platform were separate DLLs. The shared library build is kind of a developer build, right? In this case I believe you can solve this by setting the

Re: [webkit-dev] Common build system (was Re: WebKit Wishes)

2013-02-02 Thread Balazs Kelemen
I think one important aspect of build systems was not considered yet int this conversation: speed. The time an incremental build takes has a great effect on developer productivity. I don't think any of the meta-build systems we use does a great job here - although I only have experiences with q

Re: [webkit-dev] Changes to the WebKit2 development process

2013-01-29 Thread Balazs Kelemen
IMHO, recently, contributors as well as WK2 owners are a bit suffering from it. I think we can go to a better direction: making all developers happy as well as resolving WK2 owners' concerns. I think the straightforward way to achieve this is to let somebody be an owner from every port.

Re: [webkit-dev] RGBA8 and BGRA8 formats in WebKit

2013-01-23 Thread Balazs Kelemen
On 01/23/2013 01:43 AM, Allan Sandfeld Jensen wrote: On Wednesday 23 January 2013, Balazs Kelemen wrote: On 01/22/2013 05:14 PM, Zoltan Herczeg wrote: Where in WebKit do you experience problems with color conversion? As for me WebKit2 transmits BGRA images, which needs to be converted to RGBA

Re: [webkit-dev] RGBA8 and BGRA8 formats in WebKit

2013-01-22 Thread Balazs Kelemen
On 01/22/2013 05:14 PM, Zoltan Herczeg wrote: Where in WebKit do you experience problems with color conversion? As for me WebKit2 transmits BGRA images, which needs to be converted to RGBA before it is uploaded to a texture on GLES 2.0. These conversions seems computation heavy for certain anima

Re: [webkit-dev] The --test-list option behavior in NRWT

2012-11-08 Thread Balazs Kelemen
On 11/08/2012 02:51 AM, Ojan Vafai wrote: On Wed, Nov 7, 2012 at 12:41 PM, Dirk Pranke > wrote: On Tue, Nov 6, 2012 at 11:58 PM, Z(an Dobers(ek mailto:zandober...@gmail.com>> wrote: > Hi WebKitties, > > I'd like to see in what scale the --test-lis

Re: [webkit-dev] Some stderr output missing when using run-webkit-tests

2012-10-28 Thread Balazs Kelemen
On 10/29/2012 12:29 AM, Terry Anderson wrote: Hi webkit-dev, When I include fprintf(stderr, ...) statements in WebKit code that I expect to be executed when running a set of layout tests, the summary page of run-webkit-tests will sometimes only show a subset of these statements. However, when

Re: [webkit-dev] DRT/WTR should clear the cache at the beginning of each test?

2012-10-28 Thread Balazs Kelemen
On 10/28/2012 08:25 PM, Ami Fischman wrote: We can live in one of two worlds: 1) LayoutTests that concern themselves with specific network/loading concerns need to use unique URLs to refer to static data; or 2) DRT clears JS-visible state between tests. The pros/cons see

Re: [webkit-dev] DRT/WTR should clear the cache at the beginning of each test?

2012-10-28 Thread Balazs Kelemen
On 10/28/2012 05:08 AM, Alexey Proskuryakov wrote: 27.10.2012, ? 20:47, Ami Fischman > ???(?): There are lot of things remaining in the process across tests runs What "things" remain in the process across test runs that are visible to DRT/JS? Memory

Re: [webkit-dev] Mac build issue (appearing only locally)

2012-10-25 Thread Balazs Kelemen
On 10/24/2012 10:52 PM, Darin Adler wrote: Seems like this must be a difference between clang versions; I suggest updating to a newer version of Xcode. If we need to support the older clang, then the fix of reordering the methods seems OK. There are other fixes we could consider too. -- Darin

[webkit-dev] Mac build issue (appearing only locally)

2012-10-24 Thread Balazs Kelemen
Hi! I did build the Apple Mac port two times in the past few days to try something and both times I faced with a strange build issue that does not appear on the bots. I had to apply this patch, which just move some functions before their use in WKView.mm to be able to finish my build: https

Re: [webkit-dev] DRT/WTR should clear the cache at the beginning of each test?

2012-08-09 Thread Balazs Kelemen
Actually Qt and EFL DRT's already does that. On 08/08/2012 07:47 PM, Ojan Vafai wrote: See https://bugs.webkit.org/show_bug.cgi?id=93195. media/W3C/video/networkState/networkState_during_progress.html and media/video-poster-blocked-by-willsendrequest.html are flaky on all platforms because th

[webkit-dev] Removing --pixel-tests from DRT/WTR

2012-07-26 Thread Balazs Kelemen
Hi webkittens! I am going to upload a patch to https://bugs.webkit.org/show_bug.cgi?id=92398 that will remove the --pixel-tests option from test drivers. Don't worry, I don't want to kill pixel testing, I want to be able to control it per te

Re: [webkit-dev] Easing printf based debugging in WebKit with an helper.

2012-07-19 Thread Balazs Kelemen
On 07/19/2012 11:27 PM, Maciej Stachowiak wrote: On Jul 10, 2012, at 8:52 AM, Brady Eidson wrote: On Jul 10, 2012, at 5:25 AM, Alexis Menard wrote: On Mon, Jul 9, 2012 at 6:53 PM, Brady Eidson wrote: On Jul 9, 2012, at 2:43 PM, Alexis Menard wrote: Hi, For those who "secretly" use pri

Re: [webkit-dev] bugs.webkit.org is extermely slow

2012-07-16 Thread Balazs Kelemen
On 07/16/2012 02:33 PM, Balazs Kelemen wrote: Hi! We experience a serious slowdown of bugzilla currently, here in Szeged (CET time, UTC+1). Do you know the reason? -kbalazs ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

[webkit-dev] bugs.webkit.org is extermely slow

2012-07-16 Thread Balazs Kelemen
Hi! We experience a serious slowdown of bugzilla currently, here in Szeged (CET time, UTC+1). Do you know the reason? -kbalazs ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Time out issue (>30s) of WebKit layout test [Mac OS]

2012-06-29 Thread Balazs Kelemen
On 06/29/2012 05:40 PM, Brady Eidson wrote: On Jun 28, 2012, at 11:57 PM, Horky Chen > wrote: Hi, On Mac OS, if one time-out larger than 30s would be used, --time-out-ms cannot work well. According to the run-webkit-tests script, custom Time-Out can be assigned for

Re: [webkit-dev] can we stop using Skipped files?

2012-06-10 Thread Balazs Kelemen
So the unit tests are superfluous. In particular, if I had to pick between only having unit tests or only having regression tests, I might pick unit tests. But if I already have regression tests then I'm unlikely to want to incur technical debt to build unit tests, particu

Re: [webkit-dev] can we stop using Skipped files?

2012-06-08 Thread Balazs Kelemen
On 06/08/2012 05:21 PM, Filip Pizlo wrote: On Jun 8, 2012, at 4:38 AM, Balazs Kelemen wrote: On 06/08/2012 09:46 AM, Osztrogonac Csaba wrote: Hi, Dirk Pranke írta: I believe most if not all of the ports have started using either TestExpectations files or a combination of TestExpectations

Re: [webkit-dev] WTF_Please_use_ASCIICType_... and system header includes (on QNX)

2012-06-08 Thread Balazs Kelemen
Sources/WTF/config.h already disables it: // this breaks compilation of , at least, so turn it off for now // Also generates errors on wx on Windows and QNX, because these functions // are used from wx and QNX headers. #if !PLATFORM(QT) && !PLATFORM(WX) && !OS(QNX) #include #endif I don't thi

Re: [webkit-dev] can we stop using Skipped files?

2012-06-08 Thread Balazs Kelemen
On 06/08/2012 09:46 AM, Osztrogonac Csaba wrote: Hi, Dirk Pranke írta: I believe most if not all of the ports have started using either TestExpectations files or a combination of TestExpectations files (except for the Apple Win port). Can we explicitly switch to the TestExpectations files at t

Re: [webkit-dev] Renaming DumpRenderTree to WebKitTestRunner or merging those two

2012-06-04 Thread Balazs Kelemen
On 06/04/2012 03:10 AM, Ryosuke Niwa wrote: On Sun, Jun 3, 2012 at 6:01 PM, Adam Barth > wrote: On Sun, Jun 3, 2012 at 5:54 PM, Ryosuke Niwa mailto:rn...@webkit.org>> wrote: On Sun, Jun 3, 2012 at 5:33 PM, Maciej Stachowiak mailto:m...@apple.com>> w

Re: [webkit-dev] webkit2 with v8

2012-06-01 Thread Balazs Kelemen
ould be no ifdef needed in WebKitTestRunner. - WBR, Alexey Proskuryakov 31.05.2012, ? 9:38, Balazs Kelemen ???(?): I continued to work on this, more complete patches have been sent in https://bugs.webkit.org/show_bug.cgi?id=87872 and https://bugs.webkit.org/show_bug.cgi?id=84457. It's

Re: [webkit-dev] webkit2 with v8

2012-05-31 Thread Balazs Kelemen
ally :) I think most of what is needed in WebKit2 to support v8 is really just boilerplate code that should not change regularly. On 04/24/2012 12:23 AM, Sam Weinig wrote: Without considerable more demand, I don't think we want this. -Sam On Apr 23, 2012, at 3:20 PM, Balazs Kelemen wr

Re: [webkit-dev] *.webkit.org is down

2012-05-08 Thread Balazs Kelemen
On 05/08/2012 01:40 PM, Alexis Menard wrote: Hi, Many contributors in #webkit have problems to connect to bugs.webkit.org. Wiliam could you look at it? Thanks. Problems here at Szeged as well. Trac, svn, bugzilla is dumb, however I have no problem with #webkit. On Thu, Jan 19, 2012 at 7

Re: [webkit-dev] webkit2 with v8

2012-04-23 Thread Balazs Kelemen
JSC as quickly as possible. It should be way better before uploaded for review. -Sam On Apr 23, 2012, at 3:28 AM, Balazs Kelemen wrote: Hi everyone, I would like to inform you about the topic I am working on, since it is something that can affect WebKit2 architecturally. I would like

[webkit-dev] webkit2 with v8

2012-04-23 Thread Balazs Kelemen
n another point of view, implement the JSC API upon the v8 API). For the core of WebKit2 we will have to use some bindings for things like plugins or the injected bundle but it should be not too much of a maintenance burden. Inform me if you have any concerns or suggestion. Cheers! Bala

Re: [webkit-dev] Top 100 sites browsing tests proprosal

2012-01-22 Thread Balazs Kelemen
On 01/22/2012 08:24 PM, Thiago Marcos P. Santos wrote: On Sun, Jan 22, 2012 at 1:06 PM, Pablo Flouret > wrote: On Sun, Jan 22, 2012 at 2:52 AM, Sergio Villar Senin mailto:svil...@igalia.com>> wrote: > En 21/01/12 14:31, Zoltan Herczeg escribiu: >> Just

Re: [webkit-dev] Removing support for the RVCT compiler

2011-12-11 Thread Balazs Kelemen
On 12/11/2011 05:56 AM, Benjamin Poulain wrote: On Sat, Dec 10, 2011 at 8:47 PM, Eric Seidel wrote: I'm curious what the practical implications of this are? Are there 500 #ifdefs for RVCT or 5? I think a dozen of #ifdef, plus a dozen of workarounds for compiler bugs. I know about a lot of if

Re: [webkit-dev] Turn on the PARALLEL_JOBS feature by default

2011-10-19 Thread Balazs Kelemen
On 10/18/2011 06:42 PM, Darin Adler wrote: I think it’s worth going further — when can we remove this #if altogether? -- Darin Sure we can, sounds great. I will do that in the next patch. ___ webkit-dev mailing list webkit-dev@lists.webkit.org h

[webkit-dev] Turn on the PARALLEL_JOBS feature by default

2011-10-18 Thread Balazs Kelemen
Hi Webkittens! I am planning to turn on the ENABLE_PARALLEL_JOBS feature by default. It is tracked in https://bugs.webkit.org/show_bug.cgi?id=70032. This feature has proved to be an efficient optimization for some SVG filters where it has been applied. Naturally it could be used in other ar

[webkit-dev] Features defines: Platform.h vs build system

2011-10-03 Thread Balazs Kelemen
Hi all! I think we lack a consistent way for setting up the set of feature defines. Some of them are handled via Platform.h and some of them via the build systems. Don't you think all should be handled the same way? This has came up in my mind in connection with the newly introduced CSS_F

Re: [webkit-dev] Best practices for failing a flaky tests (was Re: Switching to new-run-webkit-tests)

2011-07-07 Thread Balazs Kelemen
On 07/06/2011 07:24 PM, Eric Seidel wrote: On Wed, Jul 6, 2011 at 10:18 AM, Xan Lopez wrote: On Wed, Jul 6, 2011 at 6:29 PM, Eric Seidel wrote: NRWT uses both! It will read in all the port's Skipped files, covert them to SKIP text_expectations, and add them to your test_expectations file. ht

Re: [webkit-dev] Todo List for WebKit2

2011-04-18 Thread Balazs Kelemen
Is there any particular work being done on sandboxing like chrome ?? Yes, it is, but currently it is restricted to the Mac port as I know. I believe porting it is a goal for both the Qt and Gtk port. ___ webkit-dev mailing list webkit-dev@lists.webki

Re: [webkit-dev] Todo List for WebKit2

2011-04-18 Thread Balazs Kelemen
On 04/14/2011 02:34 PM, naren.me...@gmail.com wrote: Hi Everybody, I have recently started understanding webkit2 and am interested in participating and contributing in this project. So far I have gone through the available webkit2 code through GIT repository and studied the available documents.

Re: [webkit-dev] Building WebKit's GTK+ back-end using distcc timing

2011-03-10 Thread Balazs Kelemen
As far as I know, distcc master process pre-processes the code before sending it to the slaves. Having more (or bigger) files in the tree could be the cause of your master machine having to do more work before offloading the compilation to the slaves. Last, but not least, more code means more wo

Re: [webkit-dev] git history and the moving to Source

2011-01-04 Thread Balazs Kelemen
On Mon, Jan 3, 2011 at 5:56 PM, Adam Barth wrote: There's a git option to follow renames. I think it's --follow, but some git experts might know better. Adam On Mon, Jan 3, 2011 at 5:53 PM, Balazs Kelemen wrote: I have just realized that git log -- filename does not output the history

[webkit-dev] git history and the moving to Source

2011-01-03 Thread Balazs Kelemen
I have just realized that git log -- filename does not output the history before the file had been moved to Source. It seems like the whole git history will be lost after the move. Did we take this into consideration when we decided to switch to the new directory structure? Can we do something to

Re: [webkit-dev] Why is ResourceHandle.cpp in WebKit/chromium/src

2010-09-13 Thread Balazs Kelemen
I have no strong opinion about which pattern should we use but I think we should decide which is the preferred in a given type of WebKit - WebCore interaction. Currently we have introduced a new pattern with the NetworkingContext. Shouldn't we rework that and implement in the form of a strategy? Ma

Re: [webkit-dev] WebKit2 SharedSecondaryProcess model

2010-09-03 Thread Balazs Kelemen
> Right? This means there would be only one WebProcess, which would work > as a server for UI client processes which connect to it. I see the > benefits of this in an embedded environment where widgets share one > common WebProcess and thus this model would use less memory, for > example if the We

Re: [webkit-dev] WebKit2 SharedSecondaryProcess model

2010-09-01 Thread Balazs Kelemen
WebKit2. Thank you! Balazs Kelemen On 08/30/2010 08:22 PM, Sam Weinig wrote: > Hi Balazs, > > Does it not work currently? If not, can you please file bugs on what > is not working. We plan on making the shared process model the default > model for the API, but it will probably have the

Re: [webkit-dev] WebKit2 SharedSecondaryProcess model

2010-08-31 Thread Balazs Kelemen
del for the API, but it will probably have the caveat that it will > not support InjectedBundles. > > -Sam > > On Mon, Aug 30, 2010 at 6:08 AM, Balazs Kelemen <mailto:k...@inf.u-szeged.hu>> wrote: > > Hi all! > > I am wondering about do you plan for the

[webkit-dev] WebKit2 SharedSecondaryProcess model

2010-08-30 Thread Balazs Kelemen
the needs of that. Cheers! Balazs Kelemen ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] A proposal for "Platform Mechanisms"

2010-08-17 Thread Balazs Kelemen
e this. One idea came to my mind is to extend the concrete port specific Strategy classes with methods like "isPluginFactorySupported" and ask it in WebCore. In this case we would downcast the Strategy object to it's concrete type in WebCore what is not an elegant thing. Do you thin

Re: [webkit-dev] WebKit2 build system

2010-07-08 Thread Balazs Kelemen
On 07/07/2010 07:27 PM, Sam Weinig wrote: > Hi. > > On Wed, Jul 7, 2010 at 7:02 AM, Balazs Kelemen <mailto:k...@inf.u-szeged.hu>> wrote: > > Hi folks! > > While I worked on the Qt port of WebKit2, I faced with some build > issues. To solve these pr

[webkit-dev] WebKit2 build system

2010-07-07 Thread Balazs Kelemen
Hi folks! While I worked on the Qt port of WebKit2, I faced with some build issues. To solve these problems it seems like common parts of WebKit2 should change, that is why I thought that discussing them in the list would be useful. There are two main problem I see: * Usage of precompiled hea

Re: [webkit-dev] Disabling the JIT

2010-04-27 Thread Balazs Kelemen
If you want to set the flags manually, you should write "CXXFLAGS+="... instead of "CXXFLAGS=". However, the first method what you tried is right, so if it is crashing then smg wrong with the JIT. What platform (Architecture, OS, qt-version) do you use? On 04/27/2010 05:41 PM, Nyx wrote: > I am t

Re: [webkit-dev] Where are bench-alloc-reatained.js and ~-nonretaned.js?

2010-04-20 Thread Balazs Kelemen
non complete state, and it is not 100% that it will be ever complete. On 04/19/2010 11:08 PM, Geoffrey Garen wrote: > Hi Balazs. > > I just checked in those two tests to JavaScriptCore/tests/perf. > > What kind of GC hacking are you doing? > > Geoff > > On Apr 19, 2010,

Re: [webkit-dev] Where are bench-alloc-reatained.js and ~-nonretaned.js?

2010-04-20 Thread Balazs Kelemen
Thanks for the commit, Geoffrey! :-) On 04/19/2010 02:44 PM, Balazs Kelemen wrote: > Hi folks! > > I am doing some hacking around the GC, and want to test and benchmark it. > In GC related changes I see results of these two benchmarks, but I do > not find them in the tree. > A

[webkit-dev] Where are bench-alloc-reatained.js and ~-nonretaned.js?

2010-04-19 Thread Balazs Kelemen
Hi folks! I am doing some hacking around the GC, and want to test and benchmark it. In GC related changes I see results of these two benchmarks, but I do not find them in the tree. Are those living in the tree? If not, I think it would be useful to check-in them. Balazs Kelemen