Re: [webkit-dev] Git Familiarity (was ChangeLog)

2009-07-05 Thread Mike Hommey
On Mon, Jul 06, 2009 at 01:22:26AM -0400, Justin Haygood wrote: Still has the following problems: 1. No Windows integrated UI. Windows is very UI driven, and all of the development tools are UI based. Why should I open up a command line to do VCS stuff? I don't have to open up a command line

Re: [webkit-dev] Changes to prepare-ChangeLog

2009-07-02 Thread Mike Hommey
On Thu, Jul 02, 2009 at 01:01:09AM -0700, Adam Barth aba...@webkit.org wrote: On Thu, Jul 2, 2009 at 12:50 AM, Mike Hommeymh+web...@glandium.org wrote: I've always wondered, in the days of atomic commits and advanced SCM, why fill changelogs at all ? Except for CVS, RCS or SCCS, any SCM

Re: [webkit-dev] Question on -fvisibilty, version-script and symbols.filter

2009-06-18 Thread Mike Hommey
On Thu, Jun 18, 2009 at 01:10:12PM -0700, Christophe Gillette wrote: The build uses both the version-script link option and the visibility flag (making all symbols hidden in release mode except the ones that have a visibility explicitly set to default in the code). It seems that the use of the

Re: [webkit-dev] about webkit's license in chrome

2009-06-11 Thread Mike Hommey
On Thu, Jun 11, 2009 at 10:44:25PM -0700, Peter Kasting wrote: 2009/6/11 David Jones ds...@163.com As listed in http://code.google.com/chromium/terms.html#3rdparty , there're three different licenses of webkit in chrome: BSD http://www.opensource.org/licenses/bsd-license.php/LGPL 2/LGPL

Re: [webkit-dev] x86-64 JIT

2009-03-20 Thread Mike Hommey
On Thu, Mar 19, 2009 at 02:09:51PM -0700, Gavin Barraclough wrote: I think I can see a bug here – the compile guard on the definition of VoidPtrPair in JITStubs.h isn't right. #if PLATFORM(MAC) should be changed to #if !COMPILER(MSVC) (and the else case should #error if compiled on

Re: [webkit-dev] x86-64 JIT

2009-03-19 Thread Mike Hommey
On Thu, Mar 19, 2009 at 09:43:36AM -0700, Maciej Stachowiak wrote: On Mar 18, 2009, at 1:47 PM, Mike Hommey wrote: On Wed, Mar 18, 2009 at 01:07:51PM -0700, Gavin Barraclough wrote: On Mar 18, 2009, at 11:06 AM, Mike Hommey wrote: An earlier call to JSC::JITStubs::cti_op_call_NotJSFunction

Re: [webkit-dev] x86-64 JIT

2009-03-19 Thread Mike Hommey
On Thu, Mar 19, 2009 at 10:20:03AM -0700, Darin Adler wrote: On Mar 19, 2009, at 10:12 AM, Mike Hommey wrote: Except alert() isn't defined under jsc. Are there any other non-js (native) functions available in jsc, since it seems to be the problem ? Sure, there are tons and tons of native

Re: [webkit-dev] x86-64 JIT

2009-03-18 Thread Mike Hommey
On Tue, Mar 17, 2009 at 05:09:10PM -0700, Maciej Stachowiak wrote: On Mar 17, 2009, at 1:51 PM, Mike Hommey wrote: Hi, I was taking a quick look at the JIT code and also gave a shot at forcing a build of the x86-64 code under Linux. The main problem right now is the following

Re: [webkit-dev] x86-64 JIT

2009-03-18 Thread Mike Hommey
On Wed, Mar 18, 2009 at 08:02:06AM +0100, Mike Hommey wrote: On Tue, Mar 17, 2009 at 05:09:10PM -0700, Maciej Stachowiak wrote: On Mar 17, 2009, at 1:51 PM, Mike Hommey wrote: Hi, I was taking a quick look at the JIT code and also gave a shot at forcing a build of the x86-64 code

[webkit-dev] x86-64 JIT

2009-03-17 Thread Mike Hommey
Hi, I was taking a quick look at the JIT code and also gave a shot at forcing a build of the x86-64 code under Linux. The main problem right now is the following: ../JavaScriptCore/jit/JITArithmetic.cpp:664: error: cast from 'JSC::Structure*' to 'unsigned int' loses precision

Re: [webkit-dev] Licenses for WebKit contributions

2009-01-08 Thread Mike Hommey
On Thu, Jan 08, 2009 at 12:31:09AM -0800, Maciej Stachowiak wrote: On Jan 7, 2009, at 2:13 PM, Sam Weinig wrote: I just noticed several patches have put up for review that contain new files using the Apache license. Current WebKit policy is that code should be licensed under either a BSD

Re: [webkit-dev] Plugin for mplayer at webkit-r38068

2008-11-06 Thread Mike Hommey
On Thu, Nov 06, 2008 at 04:08:05AM -0500, Pierre-Luc Beaudoin [EMAIL PROTECTED] wrote: On Thu, 2008-11-06 at 10:00 +0530, Ajay Gautam wrote: Hi All, Please help me regarding intalation of Mplayer plugin at webkit-r38068. Assuming you are still using Fedora, you should just have to

Re: [webkit-dev] JS binding wapper pointers: inline vs. separate hash table

2008-10-01 Thread Mike Hommey
On Wed, Oct 01, 2008 at 04:03:32PM -0700, Mike Belshe wrote: Total size Potential savings www.cnn.com: 43M 410Kwww.facebook.com: 43M 408K www.slashdot.org: 36M

Re: [webkit-dev] Regarding SquirrelFish Extreme JIT portability...

2008-09-21 Thread Mike Hommey
On Sun, Sep 21, 2008 at 03:10:41PM -0700, Maciej Stachowiak wrote: On Sep 21, 2008, at 12:50 PM, Paul Pedriana wrote: In reading Maciej Stachowiak's page at http://webkit.org/blog/214/introducing-squirrelfish-extreme/, it talks about native code generation and platform support. I would

Re: [webkit-dev] autotools build q

2008-02-21 Thread Mike Hommey
On Thu, Feb 21, 2008 at 01:58:31PM -0800, Dozier, Bill wrote: There are brackets in configure.ac, but not in the configure that autogen builds. Oh I see, the PKG_CHECK_MODULES wasn't expanded. Do you have pkg-config installed ? Mike ___ webkit-dev

Re: [webkit-dev] Moving away from qmake

2007-11-12 Thread Mike Hommey
On Mon, Nov 12, 2007 at 03:34:48AM +, Alp Toker [EMAIL PROTECTED] wrote: An unforeseen benefit of the new build system is that it is modular, rather than monolithic, and has no dependency on GLib/GTK+ or any other framework. This means that it will now be possible to use JavaScriptCore as

Re: [webkit-dev] Proof of Concept: NPAPI plugins in Qt/Windows

2007-11-08 Thread Mike Hommey
On Thu, Nov 08, 2007 at 10:35:51AM -0500, Justin Haygood wrote: http://blog.justinhaygood.com/2007/11/07/youtube-in-qt-webkit-windows-only/ You should contact Redney Dawes http://wayofthemonkey.com/?date=2007-10-19 http://wayofthemonkey.com/?date=2007-11-06 Mike

Re: [webkit-dev] Repository changes on git.webkit.org

2007-11-08 Thread Mike Hommey
On Fri, Nov 09, 2007 at 05:41:19AM +1100, Mark Rowe wrote: Hi all, If you're using our Git repository mirror hosted on git.webkit.org, please be aware of the following: git://git.webkit.org/WebKit.git will be moving to: git://git.webkit.org/WebKit-ssh.git Does this mean WebKit.git is

Re: [webkit-dev] Repository changes on git.webkit.org

2007-11-08 Thread Mike Hommey
On Fri, Nov 09, 2007 at 06:26:48AM +1100, Mark Rowe wrote: On 09/11/2007, at 06:18, Mike Hommey wrote: On Fri, Nov 09, 2007 at 05:41:19AM +1100, Mark Rowe wrote: Hi all, If you're using our Git repository mirror hosted on git.webkit.org, please be aware of the following: git

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-09 Thread Mike Hommey
On Mon, Oct 08, 2007 at 10:40:27PM -0700, Oliver Hunt [EMAIL PROTECTED] wrote: ... and only follows the trunk, AFAICS. Whether you switch to git or not, I'd like at least the feature-branch to be available in a git-svn bridge. Git has it's own svn bridge, if you add I was talking about

Re: [webkit-dev] Re: Should we consider switching to git over svn?

2007-10-09 Thread Mike Hommey
On Wed, Oct 10, 2007 at 03:15:52AM +0100, Alp Toker wrote: Thumbs up on this one. git certainly has the potential to make WebKit development more accessible and transparent. It might be worth talking with other large projects that have migrated from CVS or SVN (like xorg, freedesktop.org,

Re: [webkit-dev] help: webkit build error on linux

2007-09-28 Thread Mike Hommey
On Fri, Sep 28, 2007 at 08:55:39PM +0800, lan liu wrote: Hello webkit-dev, i check out the source code of version 25773 from http://svn.webkit.org/repository/webkit/trunk, try to build it, then i got following error: g++ -c -o obj-gnu/webcore_gdk_CSSGrammar.o -I../../../JavaScriptCore

Re: [webkit-dev] add webkit head file build errors

2007-08-15 Thread Mike Hommey
On Wed, Aug 15, 2007 at 11:06:44PM +1200, Mark Rowe [EMAIL PROTECTED] wrote: On 15/08/2007, at 10:26 PM, [EMAIL PROTECTED] wrote: hi all, I add some webkit build head files into my project and build it, occurd some errors as: “unicode/uchar.h”: No such file or directory I found under