Re: [webkit-dev] Yet another bug-less change hosed the tree.

2010-05-10 Thread Brent Fulgham
On Mon, May 10, 2010 at 2:44 PM, Adam Barth wrote: > On Mon, May 10, 2010 at 2:30 PM, Geoffrey Garen wrote: >>> 2) Your patch can be vetted by the various bots that analyze patches >>> posted for review. >> >> True, if what you're really asking for is not just a bug report but also a >> "cooling

Re: [webkit-dev] Yet another bug-less change hosed the tree.

2010-05-10 Thread Brent Fulgham
On May 10, 2010, at 7:50 PM, Adam Barth wrote: > On Mon, May 10, 2010 at 6:04 PM, Brent Fulgham wrote: >> I'm not sure this is totally correct. I'm sure more people than >> ggaren find the TPS cover sheet / cooling off period to be an added >> cost. These added

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

2010-05-26 Thread Brent Fulgham
Hi Frederic, On Wed, May 26, 2010 at 5:17 AM, Frederic Gos wrote: > I'm new to WebKit. I'm trying to build it for the first time under windows > and keep getting errors. The linker seems to need absurd amounts of ram. > I keep getting an out of memory error from link.exe. This is a list for disc

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

2010-05-26 Thread Brent Fulgham
Ojan, On Wed, May 26, 2010 at 9:30 AM, Ojan Vafai wrote: > Frederic, I think the problem you're hitting is a known issue with the > Windows release build. Building debug should work (i.e. build-webkit > --debug). I already responded to Frederic on webkit-help, but basically the answer is: "You

Re: [webkit-dev] Color Management

2010-09-09 Thread Brent Fulgham
Igor, On Thu, Sep 2, 2010 at 7:52 AM, Darin Adler wrote: > On Sep 2, 2010, at 6:39 AM, Igor Trindade Oliveira wrote: > >> My concern about this approach is have duplicated code in platform code >> because many of them do not provide any kind of ICC profile support(qt and >> cairo for example).

[webkit-dev] Request to add Build Bot

2010-09-24 Thread Brent Fulgham
I've finally gotten a system setup and configured to run as a build bot for the WinCairo port. Per the instructions in the wiki, I've filed a bug (https://bugs.webkit.org/show_bug.cgi?id=46360) to add the configuration to the build system. Could someone generate an ID/password combination so I co

Re: [webkit-dev] Any objections to switching to Xcode 3.2.4 or newer?

2010-10-06 Thread Brent Fulgham
Can we go one better and also update Visual Studio? :-) On Oct 6, 2010, at 5:55 PM, Chris Marrin wrote: > +1 +1 +1 ! > > On Oct 6, 2010, at 5:00 PM, Darin Adler wrote: > >> Hi folks. >> >> For those working on Mac OS X: Any objection to upgrading to Xcode 3.2.4? >> It’s now showing up in App

Re: [webkit-dev] WebKitAuxiliaryLibrary and WebKitSupportLibrary have been updated

2010-10-20 Thread Brent Fulgham
On Wed, Oct 20, 2010 at 1:59 PM, Adam Roben wrote: >> As I don't know how to update that, maybe somebody else can do that? > > Whoops, I didn't realize that that bot would be affected. Hopefully Brent > Fulgham can update it soon. Hi guys, I've updated the bui

Re: [webkit-dev] Hunspell based spellchecker

2010-11-17 Thread Brent Fulgham
>> On Wednesday 17 November 2010 04:52:36 Hajime Morita wrote: >>> Hi WebKit folks, >>> >>> I'm thinking about porting Hunspell-based spellchecking code >>> from Chromium to WebKit/WebCore. At least in the Windows implementation (WebKit/WebKit source base), the spell checker is implemented on the

Re: [webkit-dev] WebKit/Cairo

2010-11-18 Thread Brent Fulgham
Hi Heiner, On Nov 18, 2010, at 1:16 AM, Heiner Wolf wrote: > I am compiling WebKit svn rev 72260 on Windows with: > build-webkit --wincairo > > Build succeeds. But DependencyWalker still shows the CoreGraphics, > CFNetwork, CoreFoundation dependencies. > > Any idea what's wrong? That's surpri

Re: [webkit-dev] wincairo buildbot failing, cannot install WebKitSupportLibrary, errors in JavaScriptCore[Generated]

2010-11-18 Thread Brent Fulgham
Hi Adam, On Nov 16, 2010, at 9:59 AM, Adam Roben wrote: >> 2>cat: >> "D:/Projects/BuildSlave/win-cairo-debug/build/WebKitLibraries/win"/tools/scripts/VERSION: >> No such file or directory >> 2>cat: >> "D:/Projects/BuildSlave/win-cairo-debug/build/WebKitLibraries/win"/tools/scripts/COPYRIGHT-EN

Re: [webkit-dev] WebKit/Cairo

2010-11-19 Thread Brent Fulgham
Hi, On Thu, Nov 18, 2010 at 11:15 PM, Heiner Wolf wrote: > will --wincairo switch only CoreGraphics to Cairo or will it also > change the CFNetwork, CoreFoundation dependencies? It changes all settings: CoreGraphics -> Cairo CFNetwork -> curl CoreFoundation -> CFLite -Brent

Re: [webkit-dev] Webkit Cairo Port on windows

2010-12-16 Thread Brent Fulgham
Hi, On Thu, Dec 16, 2010 at 4:27 AM, Optimus wrote: > I have two Questions. > 1) If i want to ship the webkit on another machine, what all dll i should > bundle, with webkit. The best answer to this question is to use the 'depends' tool on Windows to see what DLL's it needs to load. I believe t

Re: [webkit-dev] How can I call a javascript function from the hosting application

2011-01-10 Thread Brent Fulgham
Hi Patrick, On Jan 10, 2011, at 12:37 PM, Patrick Gansterer wrote: > André Pedralho: >> Hi Fred, my bad! Sorry, it is only available in the Qt port. > > If you have a look at the Qt port you see the following: > > JSC::JSValue v = > d->frame->script()->executeScript(ScriptSourceCode(scriptSour

Re: [webkit-dev] cairo build fails on r81169

2011-03-16 Thread Brent Fulgham
Actually, I do have a build bot, but it's currently red due to a completely different build error introduced recently! I'm working on it... Sent from my iPhone On Mar 16, 2011, at 4:18 PM, Adam Barth wrote: > Please file a bug: https://bugs.webkit.org/enter_bug.cgi?product=WebKit > > I don't

Re: [webkit-dev] cairo build fails on r81169

2011-03-16 Thread Brent Fulgham
> It does have a buildslave. But it has > been failing for months due to some > configuration issue on the slave. That build log shows an annoying behavior of the build system. From time-to-time it decides it has to clobber the build directory. When it does so, I have to log onto the slave and

[webkit-dev] WinCairo Build Slave

2011-03-24 Thread Brent Fulgham
Hi Everyone, As of this moment, we have an active, GREEN WinCairo buildbot running (r81934)! Somehow, it turns out that people other than myself have started using the WinCairo build and it's high time I start treating it like a real port. Consequently, I would really appreciate it if everyone

Re: [webkit-dev] Build system update

2011-03-24 Thread Brent Fulgham
Hi Dimitri, On Mar 24, 2011, at 9:24 AM, Dimitri Glazkov wrote: > \With the gyp conversion at this stage, we now have a possible solution > to this problem. Given that there aren't any other viable alternatives > in the present, please consider the most productive way of > contributing: filing

Re: [webkit-dev] bugid in ChangeLog

2011-03-26 Thread Brent Fulgham
On Mar 26, 2011, at 10:41 AM, Darin Adler wrote: > On Mar 26, 2011, at 3:24 AM, Patrick Gansterer wrote: > >> Sometimes folks commit changes without bug numbers. If those changes breaks >> things it's hard to find the correct context for the change. >> Can we make the bug number a requirement f

[webkit-dev] Platform LayoutTests are out of control

2011-04-20 Thread Brent Fulgham
As I sat tonight, waiting for my local repository to update (~1 hour and counting at this point), I had a bit of free time to contemplate the ever-growing size of the platform results of the layout test archive. Over the last couple of years, the amount of time spent waiting for my local archiv

Re: [webkit-dev] Platform LayoutTests are out of control

2011-04-20 Thread Brent Fulgham
> These got general support, but no one actively interested in going through > our existing tests to see where they could be applied. Would you be > interested in helping organize such an effort? :) Oh sure, Peter -- ruin my nice rant with the opportunity to DO something about it! I guess I'

Re: [webkit-dev] Platform LayoutTests are out of control

2011-04-20 Thread Brent Fulgham
Sent from my iPhone On Apr 20, 2011, at 10:41 PM, Andy Estes wrote: > In the case of updating, isn't it more interesting to look at which ports > update expectations more often? You are right. That's the better question. > Presumably you paid the cost of the initial checkout some time ago.

Re: [webkit-dev] WebKit blog post proposal: Remote debugging with Web Inspector.

2011-05-01 Thread Brent Fulgham
Hi! On Apr 30, 2011, at 10:11 PM, Pavel Feldman wrote: > In return, can I ask to rename the WebKit blog from "Surfin' > Safari" to something more WebKit-specific? Well, that would just be ridiculous, because the Beach Boys reference is awesome! Sent from my iPhone ___

[webkit-dev] Large Source Reorganizations By External WebKit Ports

2011-05-18 Thread Brent Fulgham
I've recently been spending some time reviewing some of the WebKit port that are not part of the core WebKit archive. Electronic Arts, for example, has been very good about making source dumps of their build of WebKit available (wow -- WebKit on the PS3! :), Playo has released their sources, and V

Re: [webkit-dev] Large Source Reorganizations By External WebKit Ports

2011-05-18 Thread Brent Fulgham
Hi Peter, On Wed, May 18, 2011 at 2:09 PM, Peter Kasting wrote: >> Google used this same approach with their Chromium port, the side effects of >> which find us in year two (or three?) of the effort to merge those >> changes back into the core WebKit archive. > > Um, what?  The Chromium port is f

Re: [webkit-dev] Do we have a style preference about const member functions?

2011-05-31 Thread Brent Fulgham
Hi, On Tue, May 31, 2011 at 4:37 PM, Maciej Stachowiak wrote: > I agree that one useful distinction is whether a particular kind of object > is every manipulated via const pointers or references. If we never use const > references/pointers to a particular kind of object, then it is probably not >

Re: [webkit-dev] Do we have a style preference about const member functions?

2011-05-31 Thread Brent Fulgham
On May 31, 2011, at 8:44 PM, Maciej Stachowiak wrote: > For example, the compiler does not tell you that the following implementation > of Node::previousSibling() (currently in our code!) is totally wrong from the > "logical const" perspective: > >Node* previousSibling() const { return m_p

Re: [webkit-dev] Do we have a style preference about const member functions?

2011-06-01 Thread Brent Fulgham
On Tue, May 31, 2011 at 11:31 PM, Maciej Stachowiak wrote: > [...] What do you believe is the proper const-correct way to write > previousSibling() and related methods? > A priori, I think the correct way is this: > >  Node* previousSibling() { return m_previous; } > > I could also be convinced t

Re: [webkit-dev] Public APIs for accessing the Javascript debugger

2011-06-14 Thread Brent Fulgham
Hi Alli, On Tue, Jun 14, 2011 at 7:38 AM, demallien wrote: > I'm interested in providing a public C API for accessing debugger > functionality in JavascriptCore. Can you share the goals of this external API, and why the existing inspector infrastructure is not sufficient? Maybe if we better und

Re: [webkit-dev] Some questions about adobe air version webkit

2011-06-23 Thread Brent Fulgham
Hi Arno, I'd like to be included in any discussion as well! -Brent On Jun 16, 2011, at 9:53 PM, Arno Gourdol wrote: > Hi Wang, > > We'll contact you off list and help you get sorted. If anyone else is > interested in the discussion on this mailing list, let us know. > > – Arno > > > > >

[webkit-dev] Cairo Painting Problem?

2011-06-25 Thread Brent Fulgham
Hi Everyone, I've recently noticed the following strange drawing behavior under the WinCairo port of WebKit. I was hoping someone could confirm whether this is also happening under any other Cairo-based WebKit port. The easiest way to check is to look at the Inspector's "Scripts" tab. Instead

Re: [webkit-dev] Cairo Painting Problem?

2011-06-26 Thread Brent Fulgham
On Jun 25, 2011, at 7:56 PM, Xan Lopez wrote: > On Sun, Jun 26, 2011 at 4:43 AM, Brent Fulgham wrote: >> Hi Everyone, >> >> I've recently noticed the following strange drawing behavior under the >> WinCairo port of WebKit. I was hoping someone could confirm wh

[webkit-dev] Proposed Windows Drawing Change (WebNodeHighlight) Logic

2011-06-26 Thread Brent Fulgham
While investigating a separate issue, I noticed that I was hitting an assertion in the Cairo drawing layer because it was attempting to use an invalid HBITMAP created in the WebNodeHighlight::update method. The underlying issue was that the CreateDIBSection function was failing, because it was

Re: [webkit-dev] Proposed Windows Drawing Change (WebNodeHighlight) Logic

2011-06-27 Thread Brent Fulgham
On Mon, Jun 27, 2011 at 5:36 AM, Adam Roben wrote: > On Jun 27, 2011, at 1:55 AM, Simon Fraser wrote: > >> This should go into a bug. > > Agreed. Opened https://bugs.webkit.org/show_bug.cgi?id=63484. Thanks, -Brent ___ webkit-dev mailing list webkit-d

Re: [webkit-dev] Writing a new XML parser with no external libraries

2011-06-29 Thread Brent Fulgham
Hi, On Tue, Jun 28, 2011 at 10:10 PM, Dirk Schulze wrote: > > Am 29.06.2011 um 05:42 schrieb TAMURA, Kent: > >> I'm a little negative of developing a new XML parser. I'm afraid that the >> new parser introduces a lot of security/stability problems which existing >> parsers already resolved. > >

Re: [webkit-dev] Fixing the Platform fields in Bugzilla

2011-07-05 Thread Brent Fulgham
On Tue, Jul 5, 2011 at 11:26 AM, Christopher Marrin wrote: > > Seems like it would be better to just have one field with the sum total of > all WebKit ports. I've seen plenty of combos like Macintosh PowerPC/Windows > 2000. How about: > > Unspecified (the default) > Mac OSX 10.5 > Mac OSX 10.6 >

Re: [webkit-dev] msys support/WinCE support

2011-07-11 Thread Brent Fulgham
Hi Eric, On Jul 11, 2011, at 11:46 AM, Eric Seidel wrote: > There is code in old-run-webkit-tests attempting to support "msys" > configurations. (Which appears to be used by the WinCE port?) > > Is this an active configuration? Or can we remove "msys" support when > transitioning to new-run-we

[webkit-dev] Request for Update to Windows Development Environment

2011-07-13 Thread Brent Fulgham
Hi Everyone, I've been working on getting WebGL running under Windows. An important part of this task is integrating the ANGLE software to handle shader translation, much as you currently do with the Mac build of WebKit. Unfortunately, the ANGLE sources in the WebKit archive will not build with

[webkit-dev] The Purpose of Core Builders

2011-11-08 Thread Brent Fulgham
A week or two ago, Adam Barth elected to remove my WinCairo build bot from the list of core builders. In the check-in comment, he noted that the WinCairo bot rarely built, and was never green. I do not agree with either of these statements -- the WinCairo build bot had been green for a number of w

Re: [webkit-dev] WebKit branch to support multiple VMs (e.g., Dart)

2011-12-05 Thread Brent Fulgham
> On Dec 5, 2011, at 1:22 PM, Vijay Menon wrote: > At a high-level, the idea is pretty simple.  We want to be able to run > another VM along a JS one.  For example, if we see a Dart script on a web > page, we want the Dart VM to be able to handle it.  If we see a JS script, At one time I was very

[webkit-dev] Prolonged JavaScriptCore Test Failures

2011-12-08 Thread Brent Fulgham
The "run-javascriptcore-tests" test suite has been failing on the various Windows buildbots for the past two or three weeks. I was hoping that someone on the JavaScriptCore team could take a look at https://bugs.webkit.org/show_bug.cgi?id=74127 and look into correcting it. This bug is causing me a

Re: [webkit-dev] Prolonged JavaScriptCore Test Failures

2011-12-09 Thread Brent Fulgham
Hi Mark, On Fri, Dec 9, 2011 at 1:07 PM, Mark Hahnenberg wrote: > I'm currently investigating these failures.  I'd welcome any help in > diagnosing exactly what's going wrong.  I suspect we may have several bugs > piled up on one another due to the length of time that the tests have been > red :-

Re: [webkit-dev] Reg. Accelerated Composition for cairo based webkit

2011-12-22 Thread Brent Fulgham
Hi, On Thu, Dec 22, 2011 at 1:26 AM, Vicky Tux wrote: > Is there any possibilities to enable accelerated composition on cairo based > webkit without opengl, openvg,CG..? I believe the GTK+ based WebKit already has accelerated composition in place, based on OpenGL. The WinCairo port does not cur

Re: [webkit-dev] Could not find answer: Build and run Cairo Webkit on XP

2012-01-17 Thread Brent Fulgham
Hi Christoph, The source tree (and projects) for building the WinCairoRequirements are available in my GitHub archive (https://github.com/bfulgham/WinCairoRequirements). If you can afford to wait, I'll double check my VS2005 build environment tomorrow (~12 hours from now) and see if the WINVER

Re: [webkit-dev] Could not find answer: Build and run Cairo Webkit on XP

2012-01-17 Thread Brent Fulgham
Hi Christoph, On Jan 17, 2012, at 8:37 PM, cwienands wrote: > The procedure entry point WSAPoll could not be located in the dynamic link > library WS2_32.dll. I just pushed an updated WinCairoRequirements.zip file, which you can retrieve by running the "update-webkit-wincairo-libs" command. I

Re: [webkit-dev] Could not find answer: Build and run Cairo Webkit on XP

2012-01-20 Thread Brent Fulgham
Hi, On Fri, Jan 20, 2012 at 7:03 AM, cwienands wrote: > Great, the WSAPoll problem has been resolved. Great! > Unfortunately now one or > potentially two new issues appeared. The MiniBrowser upon start briefly > shows the window but then immediately exits with a Dr Watson (Depends > reports an

Re: [webkit-dev] Could not find answer: Build and run Cairo Webkit on XP

2012-01-20 Thread Brent Fulgham
Hi Christoph, I should have also pointed out that the test application you want to run is probably "WinLauncher", (or rather, "WinLauncherLauncher"), which is a WebKit1 test utility that provides a test web browser. On Jan 20, 2012, at 10:04 AM, cwienands wrote: > >> 1. MiniBrowser exercises

Re: [webkit-dev] wincairo winlauncher still requires Safari?

2012-02-06 Thread Brent Fulgham
Hi Tim, Safari should not be necessary. That said, I *do* have it installed. You might be encountering an unintended dependency. -Brent Sent from my iPhone On Feb 6, 2012, at 3:50 PM, Tim Stowell wrote: > Hi, > > I've built the wincairo port of webkit, but both in debug and release mode >

Re: [webkit-dev] [WinCairo] Can not get Mime from https through a proxy

2012-02-26 Thread Brent Fulgham
Do you have the cacert.pem file in the WebKit.resources folder? Queries via https will fail without it. -Brent Sent from my iPhone On Feb 26, 2012, at 2:32 AM, Carlos Díez Fernández wrote: > Hello, > > I'm using Webkit Wincairo (from trunk) release behind a proxy with the > environment varia

Re: [webkit-dev] Patch for building JavsScriptCore LLInt for iOS simulator & device

2012-06-22 Thread Brent Fulgham
Hi Laurent, Thanks for looking into this. Have you looked at "http://www.webkit.org/coding/contributing.html";? It should explain how to create a bug report and associated patch for review. Thanks! -Brent Sent from my iPad On Jun 22, 2012, at 12:28 PM, Laurent Desegur wrote: > Hello, > >

Re: [webkit-dev] Question about embedding webkit

2012-07-20 Thread Brent Fulgham
Hi, On Fri, Jul 20, 2012 at 11:05 AM, wrote: > I tried to replace href="/foo" by href="./foo" and so on but it doesn't > solve anything, so my question is how can I run > those files inside an application that uses webkit ? Do I also need to > integrate inside my application a small http server

Re: [webkit-dev] Pre-proposal: Adding a Coverity instance for WebKIt

2012-09-17 Thread Brent Fulgham
Hi Gang, On Sep 17, 2012, at 4:11 PM, James Hawkins wrote: > TL;DR - If you have opinions one way or another about having a Coverity > instance available for WebKit developers, please respond to this message. I have used Coverity at on a couple of occasions, without modifying source code to h

Re: [webkit-dev] WinLauncher Fail to launch

2012-11-20 Thread Brent Fulgham
Hi Rakesh, The WinCairo port only has a partially functional WebKit2 port. Consequently, MiniBrowser does not launch. You must run the WinLauncherLauncher target to see a working program. The WinLauncher project builds a DLL that holds the a trial program logic, but does not run as an executab

Re: [webkit-dev] WinLauncher Fail to launch

2012-11-23 Thread Brent Fulgham
Hi Rakesh, If you build the WinCairo port, you don't need iTunes or Safari to be installed. -Brent Sent from my iPhone On Nov 23, 2012, at 12:49 AM, Rakesh Sadhu wrote: > Hi All, > My Webkit Launches now . > I needed Safari and ITunes to be installed . > I'd like to request Webkit.org that

Re: [webkit-dev] Unresolved external on ews-win even after the symbol added in WebKit2.def.in

2012-12-05 Thread Brent Fulgham
Hi Xianzhu, I think you are correct. I'll look at this now. Thanks for the report. -Brent On Tue, Dec 4, 2012 at 8:55 PM, Xianzhu Wang wrote: > Hi, > > I just tested with a temporary patch that removed most of the contents of > WebKit2.def.in (https://bugs.webkit.org/attachment.cgi?id=177603

Re: [webkit-dev] A catalog of iOS-specific changes related to the WebThread

2013-02-10 Thread Brent Fulgham
Hi Maciej, Thank you for taking the time to clearly enumerate these different tasks. It must have been a tedious effort, but I think the list is quite helpful in understanding the changes you are proposing. 1. The WTF changes seem like they could be easily protected by preprocessor macros to not

Re: [webkit-dev] Is the wxWidgets port maintained?

2013-02-11 Thread Brent Fulgham
Hi Everyone, On Mon, Feb 11, 2013 at 1:51 PM, Ryosuke Niwa wrote: > Asking people to ignore wx is basically the same as having the code >> outside the tree. Having the code outside the tree would make this change >> effective instead of having one more rule to the project. >> >> >> My big concer

Re: [webkit-dev] Is the wxWidgets port maintained?

2013-02-11 Thread Brent Fulgham
On Mon, Feb 11, 2013 at 1:55 PM, Ryosuke Niwa wrote: > Meanwhile, are there anything we can do as the WebKit community to help > maintaing a one-man port like Wx in the future? e.g. rebumping build > systems, etc... > I think the recent discussions about standardizing on something like gyp seems

Re: [webkit-dev] Is the wxWidgets port maintained?

2013-02-12 Thread Brent Fulgham
Hi, On Mon, Feb 11, 2013 at 11:44 PM, Eric Seidel wrote: > This entire email thread makes me sad. > > I'm sad because we did this to ourselves (our porting systems/policies > are lacking), we did this very abruptly (the last port we kicked out > of webkit.org took a year?), and we don't have any

Re: [webkit-dev] Linker error with cairo build on Windows

2009-01-09 Thread Brent Fulgham
Hi, On Fri, Jan 9, 2009 at 1:30 AM, Vijay D wrote: > I'm trying a cairo build on Windows. After struggling with a few settings > and errors, I was finally able to build most of everything cleanly from > command-line. In the end WebKit.dll fails with an error: > > 11>WebMutableURLRequest.obj : err

Re: [webkit-dev] Licenses for WebKit contributions

2009-01-12 Thread Brent Fulgham
Hi, On Mon, Jan 12, 2009 at 12:09 AM, Benjamin Meyer wrote: > Shouldn't patches like this be reverted immediately upon notice and then > having a discussion rather then the other way around? Has it been reverted > or the license changed yet? > What about the click-through agreement you have to

Re: [webkit-dev] Build Error

2009-01-14 Thread Brent Fulgham
Loganathan, I'm afraid that the log file you are attaching is for the WebKit project. WebCore is apparently not building, which is triggering the failure in WebKit. Please find and attach the WebCore build log. I provided you the path in my last message. -Brent

Re: [webkit-dev] Unable to build WebCore for windows (debug_cairo) revision 39671

2009-01-14 Thread Brent Fulgham
Girish, On Wed, Jan 14, 2009 at 5:41 AM, Girish Dhamnekar wrote: > I am using the version r39671 of webkit sources. I have followed the steps > as mention at http://webkit.org along with > http://trac.webkit.org/wiki/BuildingCairoOnWindows but i am getting errors > while compiling the derived sou

[webkit-dev] Separating the WebKitSystemInterface Calls

2009-01-16 Thread Brent Fulgham
Various files in the WebKit/win directory access certain Apple-specific platform routines contained in the WebKitSystemInterface library. The services provided by this library seem to span a wide range, from SSL certificates to Font Smoothing levels. For my redistributable WebKit, I would like to

Re: [webkit-dev] Building the windows cairo port of webkit with MINGW compiler

2009-01-17 Thread Brent Fulgham
I have never tried building with mingw, but I think at least the QuickTime issue is easily avoided using the patch on "http://bugs.webkit.org/show_bug.cgi?id=17484 ." This patch removes the video support, since the Quicktime stuff is not redustributable. Hopefully this will get you past thi

Re: [webkit-dev] Building the windows cairo port of webkit with MINGW compiler

2009-01-18 Thread Brent Fulgham
Hi Alex, On Jan 18, 2009, at 4:20 PM, Alexander Vassilev wrote: quite at the base level, i.e. a smart pointer class. Therefore I come to the conclusion that the CF dependency cannot be avoided. How does this correspond with licensing issues - as far as I understand the Cairo port aims to f

Re: [webkit-dev] Building the windows cairo port of webkit with MINGW compiler

2009-01-18 Thread Brent Fulgham
Hi Alex, Just a thought for the future: On Jan 18, 2009, at 4:20 PM, Alexander Vassilev wrote: I have just reached the point where I started compiling sources (I made my own simple Makefile-based build system). The Gtk guys spent a bit of time getting autoconf working for building WebKit.

Re: [webkit-dev] Build problems

2009-01-29 Thread Brent Fulgham
Hi Frank, On Thu, Jan 29, 2009 at 6:08 AM, Frank Thomsen wrote: > Grammar.cpp > > c1xx : fatal error C1083: Cannot open source file: > '..\..\..\webkitbuild\obj\javascriptcore\derivedsources\Grammar.cpp': No > such file or directory This is telling you that the auto-generated files (specificall

Re: [webkit-dev] Window Cairo Build & Redistribution

2009-02-12 Thread Brent Fulgham
Hi Frank, On Thu, Feb 12, 2009 at 8:31 AM, Frank Zerangue wrote: > Do I understand correctly that the Windows Cairo build of WebKit is > re-distributable and the Apple build of WebKit is not? > > If this is the case, can someone explain why WebKitSupportLibrary which is > NOT re-distributable is

Re: [webkit-dev] Fwd: Building WebKit in VC++ 2005

2009-02-15 Thread Brent Fulgham
Hi Saumya: On Feb 15, 2009, at 9:56 AM, Saumya wrote: I installed all the developer tools needed and build in cygwin shell... It buits ok but when i debug there r messages like 'meke sure the project type <.vcproj> is installed' Also i tried to open the webkit solution in VC++ 2005. when i

Re: [webkit-dev] cairo-win32 WebFrame::spoolPages

2009-02-23 Thread Brent Fulgham
HI everyone, On Mon, Feb 23, 2009 at 12:10 AM, Darin Adler wrote: > On Feb 16, 2009, at 9:42 AM, Frank Zerangue wrote: > >> Should this member function be conditionally compiled on PLATFORM(CG)? > > Presumably just its implementation. There's nothing obviously CG-specific > about having a functio

Re: [webkit-dev] Please help!

2009-02-25 Thread Brent Fulgham
Byron, Your build is most likely failing earlier. Please look at the build results for the JavaScriptCore, JavaScriptCoreGenerated, and WebCoreGenerated projects and let us know what errors you are getting. -Brent On Feb 25, 2009, at 6:51 PM, bryon smith wrote: Some body please help me.

Re: [webkit-dev] Please help!

2009-02-26 Thread Brent Fulgham
Byron, If you examine your JavaScriptCore build log, you might notice a bunch of errors with respect to the Windows header files: On Wed, Feb 25, 2009 at 9:32 PM, bryon smith wrote: > JavaScriptCore > > > Build machine environment variables may not be correct. > Creating temporary file [ ... sn

Re: [webkit-dev] Performing errors

2009-02-27 Thread Brent Fulgham
Byron, On Fri, Feb 27, 2009 at 4:51 PM, bryon smith wrote: > Well I did every thing I was told to do and now I get thes, > > Build machine environment variables may not be correct. > echo Project : error PRJ0019: A tool returned an error code from "Performing > Pre-Build Event..." > echo Project

Re: [webkit-dev] Performing errors

2009-02-27 Thread Brent Fulgham
Byron, On Fri, Feb 27, 2009 at 4:51 PM, bryon smith wrote: > Well I did every thing I was told to do and now I get thes, > > Build machine environment variables may not be correct. > echo Project : error PRJ0019: A tool returned an error code from "Performing > Pre-Build Event..." > echo Project

Re: [webkit-dev] compile webkit on windows

2009-03-06 Thread Brent Fulgham
Hi, 2009/3/6 jie zhang : > Hi all > > I try to compile webkit on Window+cygwin+vs2005 ES(Sp1), > But I got some error like this: > > QTMovieWin.obj : error LNK2001: external symbol "__imp > CFStringMakeConstantString" is unresolved。 > [...] You do not have the Apple support libraries in your

Re: [webkit-dev] Error while building WebKit

2009-03-16 Thread Brent Fulgham
Hi Jagdeesh, On Mar 16, 2009, at 6:20 AM, jagadeesh k wrote: Hi, I used the WebKit nightly build r29022 source tar balls and am geting the following error while building, WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp: 827:error:'cairo_clip_extents' was not declared in th

Re: [webkit-dev] Cairo-build on Windows fails

2009-03-16 Thread Brent Fulgham
Hi Frank, The compiler is unhappy with the SOCKET definition, most likely because the Windows networking header is not getting included. You could try including in the curl.h header before this line just to see if that gets you any further. I don't see this issue, and I don't believe M

Re: [webkit-dev] [GTK]Scroll deficiency

2009-03-26 Thread Brent Fulgham
I wonder if your issue is related to one I documented on Windows (using Cairo backend) a few months ago. Currently this only happens for me in Release builds, but it's still quite annoying. https://bugs.webkit.org/show_bug.cgi?id=22891 I attached a few images in my bug for comparison. The

Re: [webkit-dev] [GTK]Scroll deficiency

2009-03-27 Thread Brent Fulgham
Mar 26, 2009, at 10:48 PM, xiong wrote: Webkit r40777 Release builds for me. On Fri, Mar 27, 2009 at 1:25 PM, Brent Fulgham wrote: I wonder if your issue is related to one I documented on Windows (using Cairo backend) a few months ago. Currently this only happens for me in Release bui

Re: [webkit-dev] [GTK]Scroll d eficiency

2009-03-30 Thread Brent Fulgham
Hi Xiong, Thanks for trying these suggestions. On Sun, Mar 29, 2009 at 8:24 PM, xiong wrote: > Brent, > > In my platform, all the hack as you metioned are valueless. > > Bad news to me. > > Now, i only have a clue on cario for the scroll problem. I think we may have two separate (but perhaps re

Re: [webkit-dev] WebKit Compile erros with Visual C++ 2005

2009-04-04 Thread Brent Fulgham
You are missing a step somewhere. Did you build using the 'build-webkit' script, or are you trying to use the IDE? Sent from my iPhone On Apr 3, 2009, at 4:07 PM, Quentin Headen wrote: Hello everyone! I am trying to compile webkit using Visual C++ 2005 I followed all of the instruction

Re: [webkit-dev] embedding WebKit in MFC application

2009-04-14 Thread Brent Fulgham
Hi Martin, On Tue, Apr 14, 2009 at 8:35 AM, Martin Račko wrote: > I would like to create an MFC (Win32 API alternatively) application with > WebKit embedded. I'm afraid you are not going to be able to do so using the stock WebKit project. Apple does not provide a license option for their CoreGr

Re: [webkit-dev] About Win32/Cairo port

2009-05-30 Thread Brent Fulgham
On May 15, 2009, at 9:29 PM, Joonghoon Kim wrote: 1) Sometimes, cairo doesn't render Korean 'bold' letters correctly. English looks fine. It seems to be very close to this cairo bug. http://bugs.freedesktop.org/show_bug.cgi?id=21543 But I'm not sure both are same. (Of course, I'm using Cairo 1.

Re: [webkit-dev] embedding WebKit in MFC application

2009-06-01 Thread Brent Fulgham
Hi Martin, I have updated my MFC port of the Apple example program 'CallJS'. You can grab this example project (http://files.me.com/bfulgham/socw2n). This might be more convenient because it includes a built copy of WebKit and the various support DLLs. It uses the newer API call "WebKitCreateIns

Re: [webkit-dev] About Win32/Cairo port

2009-06-03 Thread Brent Fulgham
Hi Everyone, 2009/5/15 Joonghoon Kim : > 3) I can't see context-menu localized strings, for > CreateBundle() with WebKit.resources/ fails. It's due > to Open CF-Lite. _CFGetFileProperties() returns -1 > for createFileA() fails. > GetLastError() reports ERROR_ACCESS_DENIED. > Anyone know why this h

Re: [webkit-dev] About Win32/Cairo port

2009-06-12 Thread Brent Fulgham
Hi Everyone, 2009/5/15 Joonghoon Kim : > 2) In ACID3 test, some assertion failure occures, > for WebCore attempts to destroy cairo font structures > which has 0 ref count. I changed SimpleFontData::platformDestroy() > to destroy the structures while ref-count is bigger than 0. > The failure has go

Re: [webkit-dev] Cairo Build: WebFrame.cpp fails to compile

2009-06-15 Thread Brent Fulgham
Hi, 2009/6/15 Taeyun Kim : > I'm trying to compile Cairo version of WebKit. > > But WebFrame.cpp in WebKit project fails to compile. There are a series of CoreGraphics-specific calls in this file related to creating a printing context. I have not put together a patch that addresses this, so it w

Re: [webkit-dev] VS2005 debugger complains that webkit.pdb does not match with webkit.dll

2009-06-19 Thread Brent Fulgham
Hi, I would suggest that you avoid using the CoCreateInstance mechanism for instantiation of the WebKit types, and instead use the new 1. Include the header "" 2. Link against the WebKitGUID.lib and WebKit.lib 3. Create your object like so: HRESULT hr = WebKitCreateInstance(CLSID_WebView

Re: [webkit-dev] VS2005 debugger complains that webkit.pdb does not match with webkit.dll

2009-06-19 Thread Brent Fulgham
hows me that it was added in @r42726. -Brent 原始信息 主题: Re: [webkit-dev] VS2005 debugger complains that webkit.pdb does not match with webkit.dll 发件人: Brent Fulgham 收件人: 张雷 抄送: WebKit Development 日期: 2009-6-20 12:18 Hi, I would suggest that you avoid using the C

Re: [webkit-dev] VS2005 debugger complains that webkit.pdb does not match with webkit.dll

2009-06-19 Thread Brent Fulgham
tputDir)\lib\WebKit.tlb and Component File Name to WebKit$(WebKitDLLConfigSuffix). According to MSDN, these can make an exe use a specified COM server. Then recompile. That's OK! 原始信息 主题: Re: [webkit-dev] VS2005 debugger complains that webkit.pdb does not match with web

Re: [webkit-dev] Windows build error for "webkit" module

2009-06-21 Thread Brent Fulgham
It looks as though the C++ runtime is not being linked for some reason. Did you attempt to modify the build settings in some way? -Brent On Jun 20, 2009, at 6:03 AM, Guru Prasad H B wrote: Hi, I am building the webkit for debug version for the first time and i have followed all the step

Re: [webkit-dev] JavaScriptCore in Windows Applications

2009-06-21 Thread Brent Fulgham
Hi Eric, On Jun 21, 2009, at 7:30 PM, Eric Brunstad l...@ericbrunstad.com> wrote: I have developed a Mac application that I am porting to Windows. How can I use JavaScriptCore in my Windows application? You can try my port of the Apple example program "CallJS"; it's an attempt to illustrat

Re: [webkit-dev] JavaScriptCore in Windows Applications

2009-06-22 Thread Brent Fulgham
Hi Eric, On Jun 22, 2009, at 7:12 AM, webkit-l...@ericbrunstad.com wrote: Thank you very much for your reply. It was very helpful. Unfortunately, I cannot compile your CallJS sample. It appears that the 'afxwin.h' file is not present on my system. Is it not possible to compile your sam

Re: [webkit-dev] JavaScriptCore in Windows Applications

2009-06-23 Thread Brent Fulgham
Hi Eric, Let me try to answer your last few questions in order. Unfortunately, I'm on vacation this week and don't have my Windows machine available, otherwise I would have tried to get you the DLLs you asked for. 1. You *should* be able to mix/match the CFLite.lib and DLL from the Call

Re: [webkit-dev] JavaScriptCore in Windows Applications

2009-06-24 Thread Brent Fulgham
Hi Eric, [...]These applications do not necessarily use WebKit (they could, however) but they all use JavaScriptCore because they are written in JavaScript (and interact with objects vended by the application). [...] But, the WebKit built by the Cairo port has a ton of DLLs that would hav

Re: [webkit-dev] JavaScriptCore in Windows Applications

2009-06-24 Thread Brent Fulgham
t, I will try to build the static JavaScriptCore. I tried to build a static Cairo but I was not successful. Do you think it is possible to build a static WebKit or are the dependencies too complex to place all into one static library? Thanks, Eric On Jun 24, 2009, at 8:27 PM, Brent Fu

Re: [webkit-dev] JavaScriptCore in Windows Applications

2009-06-25 Thread Brent Fulgham
Hi Eric, On Jun 25, 2009, at 6:45 AM, Eric Brunstad wrote: Does your cairo.dll have its dependencies built into it? i.e. why are you using a zlib dll rather than a static zlib? I sort of assumed you were doing that because cairo depended on having a zlib.dll. As far as I know, it uses t

Re: [webkit-dev] Webkit client

2009-06-25 Thread Brent Fulgham
Hi Tali, On Jun 24, 2009, at 11:22 PM, tali garsiel wrote: I would like to debug Webkit in a stand alone application (without safari). My OS is windows. Can I use a c# client? (I saw a discussion about registration related problem). What are the alternatives? The WebKit distribution i

Re: [webkit-dev] How to add Maxthon's port.

2009-06-29 Thread Brent Fulgham
2009/6/29 zengweihong : > Hi, > > We're using webkit in Maxthon3.0 and want to submit our changes. > How to add maxthon's port? Are the sources to the Maxthon WebKit available somewhere? I couldn't find any link on the http://www.maxthon.com/ site. Thanks, -Brent ___

  1   2   3   4   >