Re: [webkit-dev] Need help regarding layouting and painting part

2013-02-10 Thread Benjamin Poulain
On Sun, Feb 10, 2013 at 10:30 PM, 85.mukesh 85.muk...@gmail.com wrote: I want to put any kind of Box2d effect on html element. These things I want to do with css extension. [...] Wrong mailing list. WebKit-dev is for the development of WebKit. If you want to make some kind of non-standard

[webkit-dev] need help with adding javascript commands to browser.

2011-10-06 Thread D.J. Barrow
Hi there, I've generated  WebKit/Source/WebCore/page digiplayer.cpp digiplayer.h and digiplayer.idl The idl file looks as follows module window {     interface [     LegacyDefaultOptionalArguments,     OmitConstructor     ] digiplayer { void videoSetup(in DOMString url,    

Re: [webkit-dev] need help with adding javascript commands to browser.

2011-10-06 Thread Ariya Hidayat
I'm not sure Digiplayer is some sort of web standards we want to implement in WebKit project. See http://www.webkit.org/contact.html, this kind of question should have been sent to webkit-help first. -- Ariya Hidayat, http://ariya.ofilabs.com ___

[webkit-dev] Need help retrieving more complete build failure log.

2011-04-04 Thread Jia Pu
Hello, I need to see more of http://queues.webkit.org/results/8329408 to figure out what caused the failure. Is there a way I can retrieve that? Thanks. Jia ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Need help retrieving more complete build failure log.

2011-04-04 Thread Adam Barth
I'm sorry, the log only contains the last 524288 characters of output because that's all we can upload to AppEngine in one blob. :( If you ask on #webkit, someone might be able to try compiling your patch on Mac to see what the compile error is. Sorry for the inconvenience. Adam On Mon, Apr

[webkit-dev] Need help on running prepare-ChangeLog from git branch.

2011-01-27 Thread Jia Pu
Hello, I'd like to run prepare-ChangeLog based on a particular commit on a branch. When I do a git diff on this branch and master, it shows modified files in both WebCore and LayoutTests directories. However, when I run prepare-ChangeLog with --git-commit option, the script only updates the

Re: [webkit-dev] Need help on running prepare-ChangeLog from git branch.

2011-01-27 Thread Jia Pu
Thanks, Dirk. I think the problem is me misunderstanding the meaning of -g option. What it does is to generate diff between specified-commit and specified-commit^. I thought it would do a diff between specified-commit and the current remote branch that master is based on. It seems what I

Re: [webkit-dev] Need help on running prepare-ChangeLog from git branch.

2011-01-27 Thread Dirk Pranke
You can also use the git X..Y notation to avoid the squash (but you won't get any changes in the checkout or index, just the committed version). I do that quite frequently. -- Dirk On Thu, Jan 27, 2011 at 2:16 PM, Jia Pu j...@apple.com wrote: Thanks, Dirk. I think the problem is me

[webkit-dev] Need help in understanding Webkit reflow

2009-05-27 Thread Lucius Fox
HI, I would like some help/pointers in how to understand Webkit reflow logic/mechanism. I would like to know given a URL, what elements are re-layout/re-calculate dimension multiple times (e.g. things like table without height/width attribute). Is there any instrumentation in Webkit to collect

Re: [webkit-dev] Need help in understanding Webkit reflow

2009-05-27 Thread David Hyatt
Check out the layout() methods on RenderObject and its subclasses. dave On May 27, 2009, at 3:17 PM, Lucius Fox wrote: HI, I would like some help/pointers in how to understand Webkit reflow logic/mechanism. I would like to know given a URL, what elements are re-layout/re-calculate dimension

Re: [webkit-dev] Need help/Suggestions to understand the framework of webkit

2009-05-27 Thread Feng Qian
webkit.org has documentations of setting up build and debug environment using XCode on Mac. chromium.org has documentations of setting up build and debug environment using MSVC on Windows. On Thu, May 21, 2009 at 4:06 PM, gur...@gmail.com wrote: Thanks for the early response. We are

Re: [webkit-dev] Need help/Suggestions to understand the framework of webkit

2009-05-27 Thread Darin Adler
On May 27, 2009, at 7:19 PM, Feng Qian wrote: webkit.org has documentations of setting up build and debug environment using XCode on Mac. And using Visual Studio on Windows too. The instructions start here http://webkit.org/building/tools.html . -- Darin

[webkit-dev] Need help/Suggestions to understand the framework of webkit

2009-05-21 Thread guruhb
Hi All, Please guide me to understand the core framework used in webkit. Suggest me if any book or any URL which gives us documentation of webkit modules. Thanks in Advance, Guru ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Need help/Suggestions to understand the framework of webkit

2009-05-21 Thread guruhb
Thanks for the early response. We are implementing web 2.0 framework for mobile phone and we need to know below. 1. Javascript execution in webkit 2. DOM interaction with Javascriptcore. can i install a safari tool kit on windows environment and is it possible for me to debug and get the

Re: [webkit-dev] Need help with content editable mode modification.

2009-04-16 Thread Ariya Hidayat
I want to modify the behavior of webkit when it is in the content editable mode in Qt. I want to add methods to it that I can call from the Qt framework. I can't seem to find any documentation that is helping with this, Please tell me where should I start. There is little to no documentation

[webkit-dev] Need help making window.localStorage span processes

2009-04-16 Thread Jeremy Orlow
Hi everyone! I recently joined the Chrome team at Google and have been tasked with making window.localStorage work within Chromium. I've spent a good deal of time trying to understand how Chromium and WebKit interact, how the current WebKit localStorage implementation works, and thinking about

[webkit-dev] Need help with content editable mode modification.

2009-04-15 Thread Raja Sekharan
Hi, I want to modify the behavior of webkit when it is in the content editable mode in Qt. I want to add methods to it that I can call from the Qt framework. I can't seem to find any documentation that is helping with this, Please tell me where should I start. There is little to no documentation

[webkit-dev] Need help in understanding Webkit text wrapping

2009-03-09 Thread Meryl Silverburgh
Hi, Can you please tell me where is the Webkit code which does text wrapping? For example, I have a paragraph of text. How does Webkit decide where to break into multiple lines? Thank you. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Need help in understanding Webkit text wrapping

2009-03-09 Thread Dan Bernstein
On Mar 9, 2009, at 6:48 PM, Meryl Silverburgh silverburgh.me...@gmail.com wrote: Hi, Can you please tell me where is the Webkit code which does text wrapping? For example, I have a paragraph of text. How does Webkit decide where to break into multiple lines?

[webkit-dev] Need Help about AppCache in Safari 4

2009-03-09 Thread 陈成
I've write this to test browser's appcache feature. *Manifes Code* CACHE MANIFEST images/image.jpg *HTML Code* html manifest=demo.manifest head meta http-equiv=Content-Type content=text/html; charset=utf-8 titleTest/title /head body img src=images/image.jpg / script

[webkit-dev] Need help in running Webkit in debugger mode

2009-01-28 Thread ying lcs
HI, I am trying to run Webkit in debug under Mac, but I get the following error: $ WebKitTools/Scripts/run-safari --debug Starting Safari with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Volumes/test/WebKit/WebKitBuild/Debug. 2009-01-28 10:51:04.314 Safari[36717:80f] *** CFMessagePort:

Re: [webkit-dev] Need help in running WebKit in debugger mode

2009-01-28 Thread Darin Adler
On Jan 28, 2009, at 10:57 AM, ying lcs wrote: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x7d03, name = 'com.apple.Safari.ServiceProvider' That's a harmless warning you get any time you run two copies of Safari at the same time, when both try to add the Safari

[webkit-dev] Need help in understanding how webkit handles clicks event

2009-01-28 Thread Meryl Silverburgh
Hi, Can you please how webkit handles a mouse click from a user? For example, when user clicks an anchor, it will load the web page. But if the links points to a pdf document, it will load the document using pdf reader. Can you please tell me where in the code handles that? Thank you.

Re: [webkit-dev] Need help in understanding how webkit handles clicks event

2009-01-28 Thread Alex Russell
The PDF handling stuff is related to a mimetype filter. The web server sends a particular mime type along with each document, and if it's not something that the browser knows how to deal with directly, it'll interrogate all of its plugins to see if they want to handle it. When plugins are

Re: [webkit-dev] Need help in understanding web kit

2008-12-10 Thread ying lcs
On Wed, Dec 10, 2008 at 1:50 AM, Ariya Hidayat [EMAIL PROTECTED] wrote: Thank you. I have another question: Does Webkit has page zoom in / out feature? The andriod 's Web kit has such feature. Can you please tell me where in the code which implement that functionality? You can start by

Re: [webkit-dev] Need help in understanding web kit

2008-12-10 Thread Oliver Hunt
On Dec 10, 2008, at 11:35 AM, ying lcs wrote: On Wed, Dec 10, 2008 at 1:50 AM, Ariya Hidayat [EMAIL PROTECTED] wrote: Thank you. I have another question: Does Webkit has page zoom in / out feature? The andriod 's Web kit has such feature. Can you please tell me where in the code which

Re: [webkit-dev] Need help in understanding web kit

2008-12-10 Thread sMiLo
Refer below API in this file: WebKit/gtk/webkit/webkitwebview.cpp, .h void webkit_web_view_set_zoom_level(WebKitWebView* webView, gfloat zoomLevel) void webkit_web_view_zoom_in(WebKitWebView* webView) void webkit_web_view_zoom_out(WebKitWebView* webView) gboolean

[webkit-dev] Need help in understanding web kit

2008-12-09 Thread ying lcs
Hi, Can you please point me to the part of Webkit rendering code where it does text wrapping? for example , how does it determine when to break a paragraph into multiple lines of text? Thank you. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Need help in understanding web kit

2008-12-09 Thread Dan Bernstein
On Dec 9, 2008, at 10:19 PM, ying lcs wrote: Hi, Can you please point me to the part of Webkit rendering code where it does text wrapping? for example , how does it determine when to break a paragraph into multiple lines of text? Thank you. Line layout is implemented in

Re: [webkit-dev] Need help in understanding web kit

2008-12-09 Thread ying lcs
On Wed, Dec 10, 2008 at 12:22 AM, Dan Bernstein [EMAIL PROTECTED] wrote: On Dec 9, 2008, at 10:19 PM, ying lcs wrote: Hi, Can you please point me to the part of Webkit rendering code where it does text wrapping? for example , how does it determine when to break a paragraph into multiple

Re: [webkit-dev] Need help in understanding web kit

2008-12-09 Thread Ariya Hidayat
Thank you. I have another question: Does Webkit has page zoom in / out feature? The andriod 's Web kit has such feature. Can you please tell me where in the code which implement that functionality? You can start by following the code in WebCore::Frame::setZoomFactor() function. It is in

[webkit-dev] Need Help

2008-10-19 Thread Mital Vora
Hie, I am new to webkit. I want to develop JavaScript Webkit Application. Can anyone suggest me a good tutorial / example / sample application in which Webkit and Javascripts are used. Thanks to all in advance. Looking forward for replies. -- Regeards, Mital Vora.

[webkit-dev] Need help with editing functions

2008-05-30 Thread Jonathon Jongsma
I'm attempting to add editing support to QtWebKit (e.g. QWebPage::setEditable()), and it seems to work great for basic editing. But while playing around with it, I've noticed some bugs related to drag-and-drop that I'm having trouble chasing down and would appreciate a bit of guidance. The

RE: [webkit-dev] Need help building on Windows

2007-08-21 Thread Jarrod
: [webkit-dev] Need help building on Windows On Aug 20, 2007, at 12:43 PM, Jarrod wrote: Hello, I am trying to build the webkit on Windows and have been unsuccessful so far. Basically I have installed all the dependant software (I believe), and I have updated the path and added

[webkit-dev] Need help building on Windows

2007-08-20 Thread Jarrod
Hello, I am trying to build the webkit on Windows and have been unsuccessful so far. Basically I have installed all the dependant software (I believe), and I have updated the path and added the proper Environment variables (again, I believe). I found that the last nightly build on windows

Re: [webkit-dev] Need help building on Windows

2007-08-20 Thread Adam Roben
On Aug 20, 2007, at 12:43 PM, Jarrod wrote: Hello, I am trying to build the webkit on Windows and have been unsuccessful so far. Basically I have installed all the dependant software (I believe), and I have updated the path and added the proper Environment variables (again, I believe).

Re: [webkit-dev] Need Help for GTK Port

2007-02-13 Thread Mike Emmel
On 2/13/07, Krzysztof Kowalczyk [EMAIL PROTECTED] wrote: On 2/13/07, atul [EMAIL PROTECTED] wrote: We (me shri) both have a worked on GTK+Webcore (http://gtk-webcore.sourceforge.net/ ) for sometime as we are new to the current WEBKIT ToT we need someone to guide/help us for