[webkit-dev] how to store javascript identifier

2009-03-04 Thread zhenghe zhang
Hi all Now I have a diffcult problem, and I don't how to solve it. I hope you help me, thank you! When running a webpage, and the javascriptcore will parse the javascript function, and will obtain some identifiers. I don't know how to store these identifiers and where to store

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

2009-03-04 Thread arj123
Hi Nilesh, Will these static HTML pages stay on local hard disk and loaded in WebView from there? Thanks Nilesh Patil-2 wrote: Hi Do you mean that you want to show it as a part of HTML page ( like how its shown for 404). If Yes then i have the simpler way. Create some staic HTML

Re: [webkit-dev] Plug in support on DirectFB Webkit

2009-03-04 Thread Manoj Bhatta
I have built Webkit in order to get rid of X11 calls. Tried to replace the X11 API with GDK calls. But it fails when there is conversion from GtkXtBin to GtkSocket And one more thing I found gdk_window_add_filter()'s call back function is not getting called in my plug in library. I doubt its

Re: [webkit-dev] Detecting paste with cmd-v on Mac

2009-03-04 Thread Rush Manbert
On Mar 3, 2009, at 11:21 PM, Alexey Proskuryakov wrote: 03.03.2009, в 23:21, Rush Manbert написал(а): I checked the values of the DOM even modifiers alyKey, ctrlKey, and shiftKey and they are all false on a cmd-v paste That's expected, Cmd maps to metaKey. Is the difference between

[webkit-dev] Applying transforms to box-reflect

2009-03-04 Thread Jonathan Smiley
Is it possible to apply a transform (like skew) to the reflection generated by -webkit-box-reflect? My current style is: -webkit-box-reflect: below 4px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent),

Re: [webkit-dev] Applying transforms to box-reflect

2009-03-04 Thread David Hyatt
That's not possible (mainly just a syntactic limitation). Right now the transform is essentially determined by the first keyword, e.g., below. Internally the code could handle an arbitrary transform, but the syntax doesn't support it. dave (hy...@apple.com) On Mar 4, 2009, at 12:04 PM,

Re: [webkit-dev] want to port JIT to MIPS - how patchOffset* constant determined?

2009-03-04 Thread x yz
Hi, this really helps! The two pointers may also help Mips. In Mips dest offset patches are in two instructions, no constant biase can be used as in X86. Currently I do check instruction syntax to determine the patch offset. thanks again! joe --- On Wed, 3/4/09, Zoltan Herczeg

Re: [webkit-dev] Plug in support on DirectFB Webkit

2009-03-04 Thread Sriram Neelakandan
Attached is a small patch to get the DFB compilation going (against r40351) and apart from this patch, we need to add support code for DFB for the plugin's view So see all the checks with #if PLATFORM(X11) in WebCore/plugins/gtk/PluginViewGtk.cpp and do the necessary stuff for DFB. NOTE: The

[webkit-dev] A question regarding to JavaScriptCore's C/C++ API.

2009-03-04 Thread Zhe Su
Hi, I'm developing an application which uses webkit's JavaScriptCore and a customized global object (by providing a special class when creating the context). My customized global object provides some built-in properties that can be accessed by javascript code. Now, I want to support a special