Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Justin Haygood
Would it be possible to use Media Foundation with a fall back? You can't depend on Media Foundation even on Windows Vista+ anyway (N editions don't have it), but it's a COM API so you can detect that it is not available to use something else. From: webkit-dev-boun...@lists.webkit.org

Re: [webkit-dev] Wink browser

2013-10-10 Thread Justin Haygood
Are there plans to make this an actual browser people can use, beyond just testing? From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webkit.org] On Behalf Of Mital Vora Sent: Thursday, October 10, 2013 9:23 PM To: Alex Christensen Cc: webkit-dev@lists.webkit.org

Re: [webkit-dev] Buildsystem cleanup

2013-04-08 Thread Justin Haygood
What would it take to switch build-webkit, et al to the VS2010 build? (VS2010 does work manually though, if you run build-webkit at least once, let it fail since it can't find VS2005/VS2008, and then build it from the solution file) From: webkit-dev-boun...@lists.webkit.org

[webkit-dev] Status of Windows Port?

2013-04-04 Thread Justin Haygood
Considering Safari 6 is Mac only, and the departing of Chromium (the defacto Windows WebKit browser until yesterday) what is the current status of the Windows port? The webkit.org instructions still reference Visual Studio 2005 for instance Any interest in making it a first class citizen again

Re: [webkit-dev] Status of Windows Port?

2013-04-04 Thread Justin Haygood
5:42 PM To: Justin Haygood justin.hayg...@reaktix.commailto:justin.hayg...@reaktix.com Cc: webkit-dev@lists.webkit.orgmailto:webkit-dev@lists.webkit.org webkit-dev@lists.webkit.orgmailto:webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Status of Windows Port? On Thu, Apr 4, 2013 at 2:37 PM

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

2009-07-05 Thread Justin Haygood
- Original Message - From: Benjamin Meyer b...@meyerhome.net To: WebKit Development webkit-dev@lists.webkit.org Sent: Sunday, July 05, 2009 11:25 PM Subject: Re: [webkit-dev] Git Familiarity (was ChangeLog) At least on Windows I use mysygit myself (http://code.google.com/p/msysgit/

Re: [webkit-dev] indentation of nested-list

2009-06-22 Thread Justin Haygood
I get the following: 1 1 1 1 -Original Message- From: Ryosuke Niwa [mailto:rn...@google.com] Sent: Monday, June 22, 2009 4:10 PM To: Justin Haygood Cc: WebKit Development Subject: Re: [webkit-dev] indentation of nested-list Hi Justin, thanks for the screenshot

Re: [webkit-dev] Canvas API in Webkit

2008-12-14 Thread Justin Haygood
The HTML Canvas element was invented by Apple for Safari/WebKit :) - Original Message - From: Lucius Fox To: webkit-dev@lists.webkit.org Sent: Sunday, December 14, 2008 5:24 PM Subject: [webkit-dev] Canvas API in Webkit Hi, Mozilla has a Canvas API which allow extension

Re: [webkit-dev] Fw: not enough space error???

2008-12-13 Thread Justin Haygood
No, but all the source code and object files used to create it are. - Original Message - From: Aman To: webkit-dev Sent: Saturday, December 13, 2008 2:08 AM Subject: [webkit-dev] Fw: not enough space error??? Hi, The release version of the WebCore.lib is about 1.2G, not

Re: [webkit-dev] Proposed Timer API

2008-10-02 Thread Justin Haygood
How about a static: Timer::startTimer(function(),delayInSeconds) ? -- From: Cameron McCormack [EMAIL PROTECTED] Sent: Thursday, October 02, 2008 9:01 PM To: Maciej Stachowiak [EMAIL PROTECTED] Cc: webkit-dev@lists.webkit.org Subject: Re:

Re: [webkit-dev] Proposed Timer API

2008-10-01 Thread Justin Haygood
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maciej Stachowiak Sent: Wednesday, October 01, 2008 1:02 PM To: Darin Adler Cc: WebKit Development Subject: Re: [webkit-dev] Proposed Timer API On Oct 1, 2008, at 9:58 AM, Darin Adler wrote: On Oct 1,

Re: [webkit-dev] setTimeout as browser speed throttle

2008-09-30 Thread Justin Haygood
Fwiw, ActionScript 3 implements a Timer API we could use a basis: http://livedocs.adobe.com/flex/2/langref/flash/utils/Timer.html It basically is an OOP based timer/interval API. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Garen Sent:

Re: [webkit-dev] missing headers error in windows build

2008-09-21 Thread Justin Haygood
The Qt/Windows build is fairly clean. Build the visual studio project file using qmake, and that will compile without any problems. From: Jason Hullinger Sent: Sunday, September 21, 2008 2:28 PM To: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] missing headers error in windows build

Re: [webkit-dev] WebKit and Windows/Cygwin

2008-09-09 Thread Justin Haygood
If you are building for Qt 4, do not use cygwin. Use the Windows native qmake to build. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 3:18 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED];

Re: [webkit-dev] WebKit and Windows/Cygwin

2008-09-09 Thread Justin Haygood
to cygwin not supporting the required version of qt. -Original Message- From: Justin Haygood [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 3:26 PM To: Lautenbach Frank SOFTECHNICS; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; webkit-dev@lists.webkit.org Subject: RE: [webkit-dev

Re: [webkit-dev] [webkit-changes] [35474] trunk/JavaScriptCore

2008-07-31 Thread Justin Haygood
://lists.webkit.org/mailman/listinfo.cgi/webkit-dev -- Justin Haygood [EMAIL PROTECTED] Reaktix. Reality Redefined. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] WebKit memory management?

2008-06-04 Thread Justin Haygood
Based on my (limited) understanding: * Inside the same linked executable (an EXE, DLL, etc..), you can only have a single implementation of something, such as operator new, operator delete, etc.. * Inside different linked executables that are dynamically linked (or statically linked using shared

Re: [webkit-dev] Large Page/Deck sizes

2007-12-24 Thread Justin Haygood
I regularly send pages of several MB (2 -3 MB, tables with tens of thousands of rows). And since its tables, there's a marked amount of tags as well (tens of thousands of rows * 20ish columns * markup). I believe WebKit has no artificial limits. (Now granted, if your computer is slowish,

Re: [webkit-dev] SunSpider IE results URL too long

2007-12-14 Thread Justin Haygood
On Fri, 2007-12-14 at 14:25 -0800, Maciej Stachowiak wrote: On Dec 14, 2007, at 12:42 PM, Jon Shier wrote: Devs: Just wanted to let you know that the SunSpider results produced by IE7 result in the error because of the length of the URL generated. Currently it's 2083 characters

Re: [webkit-dev] Building webkit

2007-11-26 Thread Justin Haygood
Are you in the WebKit source directory (the one containing JavaScriptCore, WebCore, and yet another WebKit directory). If not, cd into that directory first, and then try rerunning that script again. Piyush Sharma wrote: Hi All, I am trying to build Webkit Qt on Linux by using command

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

2007-11-10 Thread Justin Haygood
I've updated the patch :) http://blog.reaktix.com/2007/11/10/plugins-in-qtwebkit-for-windows/ From the blog post: 2 major issues remaining: 1. Windowed plugins don't scroll with the content 2. Windowless plugins draw with the wrong coordinates

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

2007-11-08 Thread Justin Haygood
From: Kevin Ollivier Sent: Thursday, November 08, 2007 11:48 AM To: Justin Haygood Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Proof of Concept: NPAPI plugins in Qt/Windows Hi Justin, On Nov 8, 2007, at 7:35 AM, Justin Haygood wrote: http

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

2007-11-08 Thread Justin Haygood
From: Kevin Ollivier Sent: Thursday, November 08, 2007 11:48 AM To: Justin Haygood Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Proof of Concept: NPAPI plugins in Qt/Windows Hi Justin, On Nov 8, 2007, at 7:35 AM, Justin Haygood wrote: http

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

2007-11-08 Thread Justin Haygood
-- From: Mike Hommey [EMAIL PROTECTED] Sent: Thursday, November 08, 2007 2:11 PM To: Justin Haygood [EMAIL PROTECTED] Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Proof of Concept: NPAPI plugins in Qt/Windows On Thu, Nov 08, 2007