Are Web Slices a vetted Internet standard? Was there any formal
discussion about it? Closed design results in poor design. Remember the
tag?
There's also this to consider:
http://ajaxian.com/archives/not-possible-to-use-web-slice-icon-in-other-browsers
Hi guys,
did you notice the Web
It has nothing to do with webkit, it's your pure qt app. refer qt
signals/slots documentation.
btw, here are things that could help you...
-you could pass data from LineEdit1 is to LineEdit2 with:
"LineEdit2->setText(LineEdit1->text());"
-If you want to do it on PushButton1
Hi all:
Currently I am writing application on Qt 4.5 that uses webkit intensively(it
works as UI of application) on windows XP SP2.
I have a problem - Every page that qtwebkit shows has some adobe flash
elements. And every page that has flash overloads cpu up to 40-70% while
playing. Non-flash we
Hi all,
I am building webkit through Qt port. But I am new to Qt.
I am designing a basic interface.
My program has three components: PushButton, LineEdit1, LineEdit2;
I want to do thing : when I press on "PushButton" , data from LineEdit1 is
passed to LineEdit2.
Here is my code but I met error
On Mar 19, 2009, at 1:51 PM, Ravi Ramachandra wrote:
I am very new to webkit. Pardon my silly question.
I wanted to know when and where do we decode a JPEG image file?
For example if on a HTML page if i encounter tag and with
that tag we have a src=".http:////some_picture.jpg";, how does
I think I can see a bug here – the compile guard on the definition of
VoidPtrPair in JITStubs.h isn't right.
#if PLATFORM(MAC)
should be changed to
#if !COMPILER(MSVC)
(and the else case should #error if compiled on x86-64, if it not 64-
bit safe).
The MSVC version of this structure works
All,
I am very new to webkit. Pardon my silly question.
I wanted to know when and where do we decode a JPEG image file?
For example if on a HTML page if i encounter tag and with that tag we
have a src=".http:////some_picture.jpg";, how does webkit render this?
It needs to decode this MIME typ
Hi,
In some sites, when users click a link, webkit will open a new window
to display the content.
Can you please tell me where does webkit (in the code) handle that
window pops up?
Thank you.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http:
On Mar 19, 2009, at 11:58 AM, Mike Hommey wrote:
On Thu, Mar 19, 2009 at 10:20:03AM -0700, Darin Adler wrote:
On Mar 19, 2009, at 10:12 AM, Mike Hommey wrote:
Except alert() isn't defined under jsc. Are there any other non-js
(native) functions available in jsc, since it seems to be the
pr
On Thu, Mar 19, 2009 at 10:20:03AM -0700, Darin Adler wrote:
> On Mar 19, 2009, at 10:12 AM, Mike Hommey wrote:
>
>> Except alert() isn't defined under jsc. Are there any other non-js
>> (native) functions available in jsc, since it seems to be the problem ?
>
> Sure, there are tons and tons of n
Hi guys,
did you notice the Web Slices feature of IE8? I want to implement a
similar thing with the QT webkit. but to do that, I want the webkit be
able to return the piece of HTML under my mouse click. for example if
I click on an image, I'll have returned. and if I click
on some paragraph, I'll
On Mar 19, 2009, at 10:12 AM, Mike Hommey wrote:
Except alert() isn't defined under jsc. Are there any other non-js
(native) functions available in jsc, since it seems to be the
problem ?
Sure, there are tons and tons of native functions; almost every
function on every built-in JavaScript
On Thu, Mar 19, 2009 at 09:43:36AM -0700, Maciej Stachowiak wrote:
>
> On Mar 18, 2009, at 1:47 PM, Mike Hommey wrote:
>
>> On Wed, Mar 18, 2009 at 01:07:51PM -0700, Gavin Barraclough wrote:
>>> On Mar 18, 2009, at 11:06 AM, Mike Hommey wrote:
>>>
An earlier call to JSC::JITStubs::cti_op_call_
On Mar 18, 2009, at 1:47 PM, Mike Hommey wrote:
On Wed, Mar 18, 2009 at 01:07:51PM -0700, Gavin Barraclough wrote:
On Mar 18, 2009, at 11:06 AM, Mike Hommey wrote:
An earlier call to JSC::JITStubs::cti_op_call_NotJSFunction works
and a
lot
of other stub functions are called before the cras
Hi ,
I have done web kit porting to ARM.
I have used scratchbox cross compiling tool chain to do this. Install
scratchbox and and gcc in it.
Then follow the steps as given for Linux.
Regards,
Veer
Hi,
Can anyone give me any pointer to compile WebKit GTK+ port for ARM
processor?
Can this b
--
Thanks & Regards,
Siddu
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
For the Apple Mac port, look at the list of FEATURE_DEFINES in
JavaScriptCore/Configurations/JavaScriptCore.xcconfig,
WebCore/Configurations/WebCore.xcconfig and
WebKit/mac/Configurations/WebKit.xcconfig.
For other ports, look in related build files for the ENABLE_FOO macros.
Dave
> myObj.HelloWorld();
>
U must register a NPAPI method Identifier with the browser using
browser->getstringidentifiers
and later implement the method in your NPP->Invoke.
Invoke's NPVariant *result is the JS return value.
Please read about all this and much more @
http://developer.mozilla.org/en
Hi all,
I have written a plugin which represents a new MIME type I wish the
browser to be capable of handling. It runs fine is only used to
provide an API. So, for example the plugin is used like this:
/**/
var myObj = document.embeds[0];
myObj.HelloWorld();
/**
19 matches
Mail list logo