Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Kenneth Russell
On Tue, Aug 31, 2010 at 6:42 PM, Maciej Stachowiak wrote: > > On Aug 31, 2010, at 5:29 PM, Chris Marrin wrote: > >> >> On Aug 31, 2010, at 5:25 PM, Kenneth Russell wrote: >> > ...Yes, I did the Google search and you're right that the term is not in > common usage (although I still maintai

Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Maciej Stachowiak
On Aug 31, 2010, at 5:29 PM, Chris Marrin wrote: > > On Aug 31, 2010, at 5:25 PM, Kenneth Russell wrote: > ...Yes, I did the Google search and you're right that the term is not in common usage (although I still maintain it's a completely reasonable term). The reason I think it'

Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Chris Marrin
On Aug 31, 2010, at 5:25 PM, Kenneth Russell wrote: >>> ...Yes, I did the Google search and you're right that the term is not in >>> common usage (although I still maintain it's a completely reasonable term). >>> The reason I think it's meaningful is because it really is a matrix of >>> sorts,

Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Kenneth Russell
On Tue, Aug 31, 2010 at 4:22 PM, Maciej Stachowiak wrote: > > On Aug 31, 2010, at 3:59 PM, Chris Marrin wrote: > >> >> On Aug 31, 2010, at 3:43 PM, Kenneth Russell wrote: >> >>> On Tue, Aug 31, 2010 at 3:39 PM, Chris Marrin wrote: On Aug 31, 2010, at 3:25 PM, Maciej Stachowiak wrote: >>

Re: [webkit-dev] Script programming language: Perl, Python, or Ruby?

2010-08-31 Thread William Siegrist
On Aug 31, 2010, at 4:43 PM, TAMURA, Kent wrote: > Can we run python scripts on bugs.webkit.org server? Yes. -Bill ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Script programming language: Perl, Python, or Ruby?

2010-08-31 Thread TAMURA, Kent
WebKitTools/iExploder has some ruby scripts. LayoutTests/platform/mac/fast/loader/resources/mimeTypeExamples/example-rb.rb is an empty file. I don't know others. PrettyPatch on Python would remove Ruby dependency from new-run-webkit-tests and webkit-patch. But I'm not sure if we can remove B

Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Maciej Stachowiak
On Aug 31, 2010, at 3:59 PM, Chris Marrin wrote: > > On Aug 31, 2010, at 3:43 PM, Kenneth Russell wrote: > >> On Tue, Aug 31, 2010 at 3:39 PM, Chris Marrin wrote: >>> >>> On Aug 31, 2010, at 3:25 PM, Maciej Stachowiak wrote: >>> On Aug 31, 2010, at 2:06 PM, Chris Marrin wrote: >>>

Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Chris Marrin
On Aug 31, 2010, at 3:43 PM, Kenneth Russell wrote: > On Tue, Aug 31, 2010 at 3:39 PM, Chris Marrin wrote: >> >> On Aug 31, 2010, at 3:25 PM, Maciej Stachowiak wrote: >> >>> >>> On Aug 31, 2010, at 2:06 PM, Chris Marrin wrote: >>> On Aug 31, 2010, at 11:48 AM, Kenneth Russell wrot

Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Kenneth Russell
On Tue, Aug 31, 2010 at 3:39 PM, Chris Marrin wrote: > > On Aug 31, 2010, at 3:25 PM, Maciej Stachowiak wrote: > >> >> On Aug 31, 2010, at 2:06 PM, Chris Marrin wrote: >> >>> >>> On Aug 31, 2010, at 11:48 AM, Kenneth Russell wrote: >>> On Tue, Aug 31, 2010 at 11:05 AM, David Hyatt wrote: >>>

Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Chris Marrin
On Aug 31, 2010, at 3:25 PM, Maciej Stachowiak wrote: > > On Aug 31, 2010, at 2:06 PM, Chris Marrin wrote: > >> >> On Aug 31, 2010, at 11:48 AM, Kenneth Russell wrote: >> >>> On Tue, Aug 31, 2010 at 11:05 AM, David Hyatt wrote: On Aug 31, 2010, at 10:36 AM, Chris Marrin wrote: >>>

Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Maciej Stachowiak
On Aug 31, 2010, at 2:06 PM, Chris Marrin wrote: > > On Aug 31, 2010, at 11:48 AM, Kenneth Russell wrote: > >> On Tue, Aug 31, 2010 at 11:05 AM, David Hyatt wrote: >>> On Aug 31, 2010, at 10:36 AM, Chris Marrin wrote: >>> Or should we get rid of Vector3, added the functionality it needs

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

2010-08-31 Thread Chris Hatko
I presume this is a release build ... I ran into this problem myself. You can switch to 64Bit OS or turn off "whole program optimization" /GL and corresponding linker flag. Chris On Tue, Aug 31, 2010 at 5:20 PM, Diego Gonzalez wrote: > Hi, > > Thanks for the feedback! > > On Tue, Aug 31, 2010 at

Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Adam Roben
On Aug 31, 2010, at 11:48 AM, Kenneth Russell wrote: > I'd like to unify the math, geometry, and linear algebra classes that > are scattered around the WebKit tree -- for example, FloatPoint, > FloatPoint3D, FloatRect, FloatSize, the classes under > WebCore/platform/graphics/transforms/, these Com

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

2010-08-31 Thread Diego Gonzalez
Hi, Thanks for the feedback! On Tue, Aug 31, 2010 at 12:01 PM, Ilya Tikhonovsky wrote: > 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

Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Chris Marrin
On Aug 31, 2010, at 11:48 AM, Kenneth Russell wrote: > On Tue, Aug 31, 2010 at 11:05 AM, David Hyatt wrote: >> On Aug 31, 2010, at 10:36 AM, Chris Marrin wrote: >> >>> Or should we get rid of Vector3, added the functionality it needs to >>> FloatPoint3D and use that? Ken Russell already has pl

Re: [webkit-dev] Script programming language: Perl, Python, or Ruby?

2010-08-31 Thread Dirk Pranke
Oh, I should have mentioned that there is actually a compelling reason to port PrettyPatch over, namely that if we can port it to a Python library than we can avoid having to shell out to it from new-run-webkit-tests. Shelling out, in addition to being slower, seems to contribute to the Python mult

Re: [webkit-dev] Script programming language: Perl, Python, or Ruby?

2010-08-31 Thread Dirk Pranke
I think generally most scripts are written in Python nowadays, and we have a large legacy of perl scripts that are getting ported over. bdash mentions in the bug that there are other scripts written in Ruby besides PrettyPatch, but that's news to me. What are they, and what are they used for? Is t

[webkit-dev] Access to blog admin page

2010-08-31 Thread Ryosuke Niwa
Hi, I wrote http://rniwa.wordpress.com/2010/08/31/pushing-inline-styles-in-webkit/ and a lot of my colleagues liked it so I'd like to post it on WebKit blog. I registered myself as rniwa on WordPress but I don't have admin rights. Could appropriate authority give me a permission to post? Ryosuk

Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Kenneth Russell
On Tue, Aug 31, 2010 at 11:05 AM, David Hyatt wrote: > On Aug 31, 2010, at 10:36 AM, Chris Marrin wrote: > >> Or should we get rid of Vector3, added the functionality it needs to >> FloatPoint3D and use that? Ken Russell already has plans to do add the >> functions to FloatPoint3D, so I would vo

Re: [webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread David Hyatt
On Aug 31, 2010, at 10:36 AM, Chris Marrin wrote: > Or should we get rid of Vector3, added the functionality it needs to > FloatPoint3D and use that? Ken Russell already has plans to do add the > functions to FloatPoint3D, so I would vote for that. I would vote for this. I don't think the geo

[webkit-dev] Complex and Vector3 classes in WTF?

2010-08-31 Thread Chris Marrin
I just noticed these classes, added 7 months ago as part of Chris Rogers' audio work. I think it's a mistake to have these in WTF for a few reasons: 1) Complex is just std::complex with a single added function, complexFromMagnitudePhase(), which seems pretty audio specific, so it should go wit

Re: [webkit-dev] Misplaced files

2010-08-31 Thread Jeremy Orlow
On Tue, Aug 31, 2010 at 5:57 PM, Yaar Schnitman wrote: > No, the file names. The module part matters when IDLs refer to each other > (typedefs and includes) - but these are easy to fix. Can you give an example of what you're talking about? I can't remember seeing anything like this in the past

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

Re: [webkit-dev] Misplaced files

2010-08-31 Thread Jeremy Orlow
You're talking about the "module" part of the IDL? Is that even used by anything or specified anywhere? As far as I can tell, the answer is no. On Tue, Aug 31, 2010 at 4:54 PM, Yaar Schnitman wrote: > Regarding renaming files: The .cpp and .h file names need to correspond > with .idl names, wh

Re: [webkit-dev] Colors

2010-08-31 Thread Igor Trindade Oliveira
hi, Alexey, yeah it is the main idea for now. Darin, I am going to work in icc profile/color management support, so looking color class I saw this possible "fix" and asked webkit-dev opinion. But any advice about color management in webkit would be fine. Igor 2010/8/31 Alexey Proskuryakov : >

Re: [webkit-dev] Misplaced files

2010-08-31 Thread Yaar Schnitman
Regarding renaming files: The .cpp and .h file names need to correspond with .idl names, which in turn correspond with the interfaces specified in these .idl. The later are standard, user-facing strings. This means that you can't change them without fixing a lot of generation and build rules. If yo

Re: [webkit-dev] Script programming language: Perl, Python, or Ruby?

2010-08-31 Thread Jeremy Orlow
The fewer languages we use, the easier it is for people to hack on stuff. Python is especially nice because it's optimized for readability and predictability, so it's more approachable to people who aren't experts in that language. If we currently have only a small dependency on Ruby, it makes se

Re: [webkit-dev] WebKit2 SharedSecondaryProcess model

2010-08-31 Thread Balazs Kelemen
Seems like I misunderstood the concept. I assumed that the shared process model means that there could be multiply UI process instances that uses the same web process, virtually when the second MiniBrowser is launched it connects to the existing web process. By taking a deeper look into the WebCont

[webkit-dev] Script programming language: Perl, Python, or Ruby?

2010-08-31 Thread TAMURA, Kent
Do we have any recommendation of programming language for scripts such as WebKitTools/Scripts? It seems new scripts are written by Python and Ruby code is very rare. Is it reasonable to port a Ruby script to Python? I tried to port PrettyPatch.rb to Python in https://bugs.webkit.org/show_bug.cgi?

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

2010-08-31 Thread Mike Marchywka
> Date: Tue, 31 Aug 2010 10:16:20 -0400 > From: diego.gonza...@openbossa.org > To: webkit-dev@lists.webkit.org > Subject: [webkit-dev] Problems to build WebKit on Windows > > Hi folks, > > I have some problems to build WebKit ToT on my Window Env. > I'm using Vi

[webkit-dev] Problems to build WebKit on Windows

2010-08-31 Thread Diego Gonzalez
Hi folks, I have some problems to build WebKit ToT on my Window Env. I'm using Visual C++ express 2005. I've followed the steps win: http://webkit.org/building/tools.html After it I ran update-webkit and build-wekit script I got this build output: http://pastebin.com/x99zta73 Some build errors

Re: [webkit-dev] Misplaced files

2010-08-31 Thread Jeremy Orlow
On Mon, Aug 30, 2010 at 5:17 PM, Darin Fisher wrote: > On Mon, Aug 30, 2010 at 9:11 AM, Maciej Stachowiak wrote: > >> >> On Aug 30, 2010, at 8:36 AM, Darin Fisher wrote: >> >> On Mon, Aug 30, 2010 at 12:18 AM, Adam Barth wrote: >> >>> On Fri, Aug 27, 2010 at 8:12 PM, Maciej Stachowiak >>> wrot