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

2009-02-23 Thread Darin Adler
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 function to do printing. -- Darin

Re: [webkit-dev] problem with ajax POSTs generated from Webkit

2009-02-23 Thread Darin Adler
On Feb 18, 2009, at 11:11 PM, Steve Conover wrote: When I kick off an ajax POST from my webpage and see what comes through in my Protocol, it's an NSURLRequest (not NSMutableURLRequest) with nil HTTPBody, HTTPBodyStream, and HTTPBodyStreamForTransmission properties. The post body is nowher

[webkit-dev] License question (BSD and L GPL) for modified WebKit

2009-02-23 Thread jsuteaka
Hello list, I have a question about the WebKit license terms when building and distributing an app that uses it with modification. What I'd like to do is to build an app based on Chromium-derived source code with some modification by me and distribute it on the web in the binary form. Since my

Re: [webkit-dev] Transparency on GTK/DirectFB

2009-02-23 Thread Iulian
I tried with background transparent to the body, but nothing changed. I found out that the white background came from an image that i put into page. If i don't use any images i get a transparent background. But i soon as i put an image (which alpha bleding) i got the white background. I made some

[webkit-dev] Problem tp play my file from my GMFplayer plugin (using NP Apis in webkit)

2009-02-23 Thread Ajay Gautam
Hi All, I am embedding my GMFPlayer plugin in webkit using NP Apis ,after stream data(video data) from any media server webkit is launching a black screen . Problem is :i am getting this black screen that i don't want or it should be transparent or i should get some information about it but i am n

[webkit-dev] How to show text message on browser

2009-02-23 Thread Nitin Walke
Hi all, I have to show some user defined message in browser.How can I show in browser? pop-window is one where we can show, but I want to show it in browser main window.I am using gtk as front end. suggestion will be appreciated Regards, Nitin ___ web

Re: [webkit-dev] Webkit Building errors in VC++2005

2009-02-23 Thread Eric Carlson
On Feb 22, 2009, at 12:18 AM, Frank Thomsen wrote: I read that wiki page, as well as followed the guidelines beginning with http://webkit.org/building/tools.html to the lette. I had two colleagues do the same – same result. It was when I found the link included in the last mail that I fina

[webkit-dev] Failure to #import

2009-02-23 Thread Bruce Cresanta
Hello, Hello, I'm new to WebKit. I'm using the Mac platform. When I try to #import the compiler fails to include DOM.h and other DOM files that are clearly in the framework. I need help figuring out if it's my setup or the distribution. Thank you. Bruce___

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] Why is HTTPHeaderMap a map instead of multi-map?

2009-02-23 Thread Darin Adler
On Feb 14, 2009, at 11:41 AM, Paul Pedriana wrote: Given that HTTP header fields can have the same header represented more than once, why is it that HTTPHeaderMap is a map and not a multi-map? When there are multiple HTTP header fields with the same field name, it’s just shorthand for a c

Re: [webkit-dev] Role of all loaders

2009-02-23 Thread Darin Adler
On Feb 19, 2009, at 11:17 PM, Nilesh Patil wrote: FrameLoader Controls the process of loading web pages into a frame. Contains all the loading-related functions and data instead of having them all on Frame itself. There’s one of these for each frame. DocumentLoader Controls the proces

Re: [webkit-dev] Which is the main of the Webkit/Webkit project

2009-02-23 Thread ying lcs
Maybe let me rephrase my question. What are the main entry points of Webkit/Webkit project? Where should I set a breakpoint at the code where it will hit for sure? so that I can make sure my current debugger setting works correctly? Thank you On Sat, Feb 21, 2009 at 4:55 AM, Bo Yang wrote: >