[webkit-help] Context menu - Webkit GTK

2012-01-22 Thread venkat h
Dear All,


Currently i am working on browser development,in my browser
i would like to enable context menu features to save image from the web
page.

Could you please any one guide me how to enable this feature from
the web-kit,and please suggest me if any one have better idea to implement
this feature.

Please let me know if in need any more information..

Thanks in Advance,
___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help


Re: [webkit-help] JSC: Compiling on iOS

2012-01-22 Thread Brian Barnes
Ah, there's the script and where it's run.  Here's the first problem -- the 
script is referring to the product and multiple targets always confuses that in 
XCode, so it's not writing files in a place they can be found (i.e., the 
regular OS X target build instead of the iOS one).  I don't want to copy files, 
that creates a target that isn't usable and I'd like this to get back into the 
main source.

I'll have to think this one out.  Simple solution is duplicating "Derived 
sources" target and making a iOS one, or just putting that script into the 
actual build for the iOS.

Thanks!

[>] Brian

On Jan 22, 2012, at 5:51 PM, Ariya Hidayat wrote:

>> My first problem is the *.lut.h files.
>> What are these, what generates them (they seem to not exist) and what are 
>> the possible causes of them not existing in my duplicated build?
> 
> These are generated files, check out
> Source/JavaScriptCore/create_hash_table to see the script which
> generate them.
> 
> While this does not solve your problem, the easiest workaround is to
> build JSC in some other platforms (Qt, Mac, ...) and the copy over the
> generated files.
> 
> 
> -- 
> Ariya Hidayat, http://ariya.ofilabs.com

___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help


Re: [webkit-help] JSC: Compiling on iOS

2012-01-22 Thread Ariya Hidayat
> My first problem is the *.lut.h files.
> What are these, what generates them (they seem to not exist) and what are the 
> possible causes of them not existing in my duplicated build?

These are generated files, check out
Source/JavaScriptCore/create_hash_table to see the script which
generate them.

While this does not solve your problem, the easiest workaround is to
build JSC in some other platforms (Qt, Mac, ...) and the copy over the
generated files.


-- 
Ariya Hidayat, http://ariya.ofilabs.com
___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help


[webkit-help] JSC: Compiling on iOS

2012-01-22 Thread Brian Barnes
Since this has come up, and it looks like the framework is staying private, a 
lot of us need to compile JSC on iOS.  I'm going to throw everything away and 
restart a conversion of this that will be a target added to the current JSC 
project, hopefully document it correctly, and maybe get it put into the 
archive, which would be wonderful and save lots of people a lot of time.  There 
are a number of people maintaining and using other versions, it would be nice 
to get it in the source code.

So, I've started by getting all new code, updating it, duplicating the OS X 
target, hand-editing the project file (ugh) to get the type to static library, 
fixing a couple things, and then compiled.

My first problem is the *.lut.h files.

What are these, what generates them (they seem to not exist) and what are the 
possible causes of them not existing in my duplicated build?

I'd like to get an understanding of what these files are so I can properly fix 
things instead of just putting in a fix I don't understand.

[>] Brian


___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help