[webkit-dev] getting JavaScript properties from an Element object

2009-12-22 Thread Luka Napotnik
___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Webkit COM API: Are traverse methods of IDOMNode implemented?

2009-12-22 Thread yuan liu
Hello guys: I am trying to get DOM tree using Webkit's win32 COM API. The DOM interfaces seems incomplete. There are ASSERT_NOT_REACHED() in most of the methods of the implementation, such as DOMNode::attributes(), DOMNode::firstChild(). And the method DOMNode::childNodes seems just been

[webkit-dev] Need Information ****URGENT****

2009-12-22 Thread R Kalyan
Hi All, Can anyone let me know the institutes offering training on Webkit across India. We have very urgent requirement to train few of our associates. Thanks Regards, Kalyan 9908800688 =-=-= Notice: The information contained in

[webkit-dev] Need Information ****URGENT****

2009-12-22 Thread R Kalyan
Hi All, Can anyone let me know the institutes offering training on Webkit across India. We have very urgent requirement to train few of our associates. Thanks Regards, Kalyan 9908800688 =-=-= Notice: The information contained

[webkit-dev] HELP - Need Information ****URGENT****

2009-12-22 Thread R Kalyan
Hi All, Can anyone let me know the institutes offering training on Webkit across India. We have very urgent requirement to train few of our associates. Thanks Regards, Kalyan 9908800688 =-=-= Notice: The information contained

Re: [webkit-dev] Webkit COM API: Are traverse methods of IDOMNode implemented?

2009-12-22 Thread Adam Roben
This question should be asked on webkit-help. See http://webkit.org/contact.html for a description of WebKit's email lists. -Adam On Dec 22, 2009, at 8:19 AM, yuan liu wrote: Hello guys: I am trying to get DOM tree using Webkit's win32 COM API. The DOM interfaces seems incomplete. There

Re: [webkit-dev] HELP - Need Information ****URGENT****

2009-12-22 Thread David Kilzer
Please stop sending these messages to webkit-dev. They're getting through, but you're asking on the wrong list. Try webkit-h...@lists.webkit.org instead. You only need to post it once. Thanks. Dave From: R Kalyan r.kal...@tcs.com To: webkit-dev@lists.webkit.org Sent: Tue, December 22,

Re: [webkit-dev] getting JavaScript properties from an Element object

2009-12-22 Thread Darin Adler
This question is for webkit-help, not webkit-dev. Please see the descriptions of the lists on http://webkit.org/contact.html. -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Skipping Flakey Tests

2009-12-22 Thread Darin Adler
On Dec 21, 2009, at 6:14 PM, Dirk Pranke wrote: Given all that, Darin, what were you suggesting when you said Let's fix that? Lets add a feature so something in the tests tree can indicate a Chromium Windows result should be the base result, rather than the platform/win one. We can debate

[webkit-dev] How to add a new interface for ObjC bindings?

2009-12-22 Thread Jian Li
Hi, I am working on adding Blob interface based on the latest File API spec. I have one question about the various kinds of bindings we need to put up for this new interface. I got JSC and V8 bindings generated and built successfully. I have some problem with ObjC bindings. What's the right

Re: [webkit-dev] Skipping Flakey Tests

2009-12-22 Thread Dirk Pranke
On Tue, Dec 22, 2009 at 10:31 AM, Darin Adler da...@apple.com wrote: On Dec 21, 2009, at 6:14 PM, Dirk Pranke wrote: Given all that, Darin, what were you suggesting when you said Let's fix that? Lets add a feature so something in the tests tree can indicate a Chromium Windows result

Re: [webkit-dev] Skipping Flakey Tests

2009-12-22 Thread Darin Adler
On Dec 22, 2009, at 4:27 PM, Dirk Pranke wrote: In the completely generic case, I hope we are not checking in incorrect results. We do intentionally check in incorrect results, fairly often. For example, we’ve checked in whole test suites and then generated expected results without studying

Re: [webkit-dev] Skipping Flakey Tests

2009-12-22 Thread Dirk Pranke
On Tue, Dec 22, 2009 at 4:58 PM, Darin Adler da...@apple.com wrote: On Dec 22, 2009, at 4:27 PM, Dirk Pranke wrote: In the completely generic case, I hope we are not checking in incorrect results. We do intentionally check in incorrect results, fairly often. For example, we’ve checked in

Re: [webkit-dev] How to add a new interface for ObjC bindings?

2009-12-22 Thread Jian Li
Thanks for all your information. Do you mean to add files into MigrateHeaders.make as the following? $(PRIVATE_HEADERS_DIR)/DOMBlob.h \ $(INTERNAL_HEADERS_DIR)/DOMBlobInternal.h \ What's the difference between adding into PRIVATE_HEADERS_DIR and adding into PUBLIC_HEADERS_DIR? Blob

Re: [webkit-dev] How to add a new interface for ObjC bindings?

2009-12-22 Thread David Kilzer
The Headers directory is for public API exposed by a framework on Mac OS X. The PrivateHeaders directory is a staging area for API that will be made public some day. Note that WebCore.framework is not a public framework on Mac OS X--it's an implementation detail of WebKit.framework--so the

Re: [webkit-dev] [webkit-changes] [52439] trunk/WebCore

2009-12-22 Thread Maciej Stachowiak
On Dec 21, 2009, at 12:22 PM, Eric Seidel wrote: I'm happy to move the commit-queue to use an SVN checkout instead if that would be a desired change. :) Yes please. - Maciej -eric On Mon, Dec 21, 2009 at 2:20 PM, David Kilzer ddkil...@webkit.org wrote: If you want to make sure you're

Re: [webkit-dev] Skipping Flakey Tests

2009-12-22 Thread Maciej Stachowiak
On Dec 22, 2009, at 10:31 AM, Darin Adler wrote: On Dec 21, 2009, at 6:14 PM, Dirk Pranke wrote: Given all that, Darin, what were you suggesting when you said Let's fix that? Lets add a feature so something in the tests tree can indicate a Chromium Windows result should be the base

Re: [webkit-dev] [webkit-changes] [52439] trunk/WebCore

2009-12-22 Thread Eric Seidel
Done. The commit-queue is now using an SVN checkout of Git. -eric On Tue, Dec 22, 2009 at 10:01 PM, Maciej Stachowiak m...@apple.com wrote: On Dec 21, 2009, at 12:22 PM, Eric Seidel wrote: I'm happy to move the commit-queue to use an SVN checkout instead if that would be a desired change.

Re: [webkit-dev] [webkit-changes] [52439] trunk/WebCore

2009-12-22 Thread David Kilzer
You mean it's using git-svn instead of just git now? In my original message, I meant that it should be using a local svn working directory (no git at all) to fix the file history issue. I'm sure that would present a number of issues, though, not the least of which would be much slower

Re: [webkit-dev] [webkit-changes] [52439] trunk/WebCore

2009-12-22 Thread Eric Seidel
Sorry, I meant to say instead of Git. :) bugzilla-tool (or really scm.py) is completely agnostic wrt SCM system, so I just relaunched the commit-queue from an SVN checkout instead of a Git checkout. I expect it will continue to work just fine, if slightly slower. -eric On Tue, Dec 22, 2009 at

[webkit-dev] question of webkit on android2.0

2009-12-22 Thread allstars.chh
hi recently i have found some problems of webkit on android2.0 and i have posted it onto android's google group http://groups.google.com/group/android-developers/browse_thread/thread/eb4d9136ef248804/8c1ffb3a8b4248b0?hl=en#8c1ffb3a8b4248b0 the problem is that there are some changes in

Re: [webkit-dev] question of webkit on android2.0

2009-12-22 Thread Darin Adler
On Dec 22, 2009, at 10:04 PM, allstars.chh wrote: so i am wondering where i can get some information about my question here? or android group? As you say, Android changes to WebKit have not been entirely merged, so I suggest that given that you discuss the bugs you have found with the