Top "Webkit" questions

WebKit is an open-source Web content engine for browsers and other applications, such as Apple Safari, Mail, App Store and several mobile browsers including the pre-installed browsers for Android, iOS, RIM Blackberry, Symbian, and WebOS.

JavaScript Just In Time compilation

I have a quite big JavaScript for HTML page for a device. But it's a bit slow. I tried compressing …

javascript performance browser webkit jit
Webkit notifications requestPermission function doesn't work

I am trying to implement support for WebKit's native desktop notifications on my site. When I try to ask for …

html google-chrome webkit notifications html5-notifications
How to clone or re-dispatch DOM events?

I'm looking for a simple and abstract way of cloning or re-dispatching DOM events only. I am not interested in …

javascript events dom webkit
Javascript: How do constantly monitor variables value

How do I constantly check a variables value. For example: if(variable == 'value'){ dosomething(); } This would work if I constantly …

javascript variables webkit monitor
What is the purpose of webkitRelativePath property in File object?

If you printout File object in Chrome console with something simple like this: <input type="file" onchange="console.info(…

html dom webkit console fileapi
Example code for a simple web page browser using WebKit QT in C++

I have never used Qt and WebKit and now have a need to create a simple single web page browser …

c++ qt webkit qt4 qtwebkit
How to force re-render after a WebKit 3D transform in Safari

I'm using CSS 3D transformations to zoom a div, for example: -webkit-transform: scale3d(2,2,1); The scaling itself works fine in …

css safari webkit transform scale
::-webkit-input-placeholder does not work

i'm writing a mobile web sites and i'm styling it with sass. I would like to change the placeholder color …

html css sass webkit placeholder
is there an alternative to DOMAttrModified that will work in webkit

I need to leverage this DOM event. IE has onpropertychange, which does what I need it to do also. Webkit …

dom webkit mutation-events
wtf is WTF? (in WebKit code base)

I downloaded Chromium's code base and ran across the WTF namespace. namespace WTF { /* * C++'s idea of a reinterpret_cast …

c++ webkit chromium