Re: [webkit-help] WebKit for multiple Mac OS versions

2011-10-05 Thread Ryosuke Niwa
As far as I know Chrmium Mac uses the same binary for 10.5 and 10.6 so you might be interested in looking into that. Also, if you're shipping ToT WebKit, just be aware that Apple-style-span removal has introduced a regression bug https://bugs.webkit.org/show_bug.cgi?id=68168, which I'm hoping to f

Re: [webkit-help] WebKit for multiple Mac OS versions

2011-10-05 Thread Adam Roben
On Oct 5, 2011, at 7:54 AM, Simon Härtel wrote: > We are considering to ship a custom build or nightly build of WebKit with our > application, which runs on Mac OS X 10.5 and later, to take advantage of the > latest improvements to HTML editing (especially removal of Apple style > spans). We no

Re: [webkit-help] how to breakpoint to debug for webkit project.

2011-10-05 Thread Adam Roben
On Oct 5, 2011, at 5:14 AM, 向定 wrote: > my os is : mac 10.7, > and webkit source is : R9 version. > > I Can debug breakpoint JavascriptCore, webcore, webkit2 for attach to safari > webProcess, but only can't breakpoint debug in webkit project. > > please tell me how to breakpoint debug in

Re: [webkit-help] IWebDocumentView and IWebDocumentRepresentation for Windows Apple Build

2011-10-05 Thread Adam Roben
On Oct 5, 2011, at 2:12 AM, Sumedh wrote: > Hi, > > I am using WebKit apple port for windows, i have extended the WinLauncher > project. I wanted to write my own protocol handler for particular mime type, > lets say "image/". I have implemented IWebDocumentView and > IWebDocumentRepresentatio

Re: [webkit-help] WebKit for multiple Mac OS versions

2011-10-05 Thread Larson, Timothy E.
> We are considering to ship a custom build or nightly build of WebKit with > our application, which runs on Mac OS X 10.5 and later, to take advantage > of the latest improvements to HTML editing (especially removal of Apple > style spans). We noticed that the nightly builds come in different > ve

[webkit-help] WebKit for multiple Mac OS versions

2011-10-05 Thread Simon Härtel
Hello, We are considering to ship a custom build or nightly build of WebKit with our application, which runs on Mac OS X 10.5 and later, to take advantage of the latest improvements to HTML editing (especially removal of Apple style spans). We noticed that the nightly builds come in different v

Re: [webkit-help] Call a javascript by the WebKitView GTK api

2011-10-05 Thread Stanislas Selle
i found the function : webkit_web_view_execute_script (webkitwebview, gchar*) 2011/10/4 Stanislas Selle > Hello , how can i call a Javascript code , or fire a alert for instance , > by using the webkit port in GTK ? > > i found webkit_dom_document_exec_command > > but i didn't find a document

[webkit-help] how to breakpoint to debug for webkit project.

2011-10-05 Thread 向定
my os is : mac 10.7, and webkit source is : R9 version. I Can debug breakpoint JavascriptCore, webcore, webkit2 for attach to safari webProcess, but only can't breakpoint debug in webkit project. please tell me how to breakpoint debug in webkit project, thanks . ___