Re: [webkit-dev] about webkit's license in chrome

2009-06-13 Thread Jeremy Orlow
The license is assigned on a per-file basis and can be found at the top of
the file.

2009/6/12 David Jones ds...@163.com

 well, is there a doc about that?
 or, could you describe it more detailedly ? I want to know which part is
 under BSD, LGPL and so on.
 I don't find a license illustration in webkit's src.

 On Thu, Jun 11, 2009 at 10:44:25PM -0700, Peter Kasting wrote:
  2009/6/11 David Jones ds...@163.com
 
   As listed in http://code.google.com/chromium/terms.html#3rdparty ,
   there're three different licenses of webkit in chrome:
   BSD http://www.opensource.org/licenses/bsd-license.php/LGPL 2/LGPL
 21http://opensource.org/licenses/lgpl-2.1.php
  
  
   Why?
  
 
  For the same reason the Mozilla code lists three licenses: because the
 code
  is tri-licensed.  It is offered simultaneously under three different
  licenses.
 
 Technically, that is not true. While (most of) Mozilla code is
 effectively tri-licensed, i.e released under the terms of the three
 licences, WebKit code is partly licensed under each one, i.e. parts are
 under 2-clause BSD, parts under 3-clause BSD, and parts under LGPL 2 or
 2.1.
 
 Mike


 --
 网易全新推出企业邮箱 http://qiye.163.com/?ft=2
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] How to execute a JavaScript containing site with JSCore?

2009-06-13 Thread Sebastian Linke
Actually I was focussing on how a context is created based on the html code of 
a website.

Is there a straigthforwarded way to collect all the relationships between the 
site's object and to get a js-context of it?

What I want in the end is to get access on the `document`-element, e.g. to 
perform calls like `document.forms`.

Sebastian


 Hi Sebastian.
 
 JSEvaluateScript can only evaluate JavaScript; it can't parse HTML.
 
 Cheers,
 Geoff
 
 On Jun 10, 2009, at 10:05 PM, Sebastian Linke wrote:
 
  Hi,
 
  based on my experiences when I ran some javascript code on a webkit
  context,
  I was trying to do the same with normal html code.
 
  It may sound a bit naive, but I simply passed the whole content of a
  website
  to `JSEvaluateScript()`, using `JSGlobalContextCreate(NULL)` as the
  context.
 
  This did - as almost expected - not work. The only result I got back
  was
  `undefined`.
 
  So my question is: How does webkit handle this? In what kind of way
  is a
  javascript containing website given to the js engine to get back the
  right
  result after code execution (e.g. today's date displayed on the
  screen)?
 
  Or do things not go the way I think about and there is no html
  generated
  return value sent from JSCore? (Hope you know what I mean...)
 
  Regards
 
  Sebastian
 
  PS: My code example: http://paste.pocoo.org/show/122370/
  ___
  WEB.DE FreeDSL Komplettanschluss mit DSL 6.000 Flatrate und
  Telefonanschluss für 17,95 Euro/mtl.! http://produkte.web.de/go/02/
 
  ___
  webkit-dev mailing list
  webkit-dev at lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
___
WEB.DE FreeDSL Komplettanschluss mit DSL 6.000 Flatrate und 
Telefonanschluss für 17,95 Euro/mtl.! http://produkte.web.de/go/02/

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Red Tree

2009-06-13 Thread Eric Seidel
There are 8 tests failing on windows:
* fast/dom/Window/window-onFocus.html
* fast/events/frame-click-focus.html
* http/tests/history/back-to-post.php
* http/tests/loading/deleted-host-in-resource-load-delegate-callback.html
* http/tests/media/video-play-stall.html
* media/video-loop.html
* media/video-played.html
* media/video-seek-past-end-playing.html
http://build.webkit.org/results/Windows%20Release%20(Tests)/r44649%20(1540)/

Looks like they've been failing since before the buildbot was keeping
records?  Or at least after enough next page clicks it stopped
showing me data...

Also one failing on Tiger:
* http/tests/xmlhttprequest/workers/methods.html
http://build.webkit.org/results/Tiger%20Intel%20Release/r44649%20(1731)/


And the red/green strangeness seems to be back:
* svg/custom/group-opacity.svg
http://build.webkit.org/results/Leopard%20Intel%20Debug%20(Tests)/r44649%20(1925)/

Any thoughts folks?

-eric
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Red Tree

2009-06-13 Thread Adam Roben

On Jun 13, 2009, at 4:46 AM, Eric Seidel e...@webkit.org wrote:


* fast/dom/Window/window-onFocus.html
* fast/events/frame-click-focus.html


I think these were caused by Hyatt's recent focus/active changes.

-Adam

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Should we put the webkit.org mailing lists on Gmane?

2009-06-13 Thread Adam Roben
Gmane (http://gmane.org) provides a few features that could be  
useful for thewebkit.org mailing lists, including:


* a nicer web interface than Mailman's
* indexed search (maybe better than Mailman's, certainly at least as  
good, and with a better interface)

* a mail-to-news gateway (good for people who like news readers)

I think it would be good to put our mailing lists on Gmane (including  
importing the archives of the lists).


If we do this, I'd suggest using the names gmane.comp.web.webkit. 
{dev,changes,unassigned,etc.}. This matches what other similar  
projects (like Chromium) have done.


Getting the lists posted and imported just requires filling out a web  
form (for posting the lists) and sending an email (to request the  
import). I'm happy to take responsibility for doing this if people are  
in favor of it.


-Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] AUTO: Michael C. Martin is out of the office. (returning 06/22/2009)

2009-06-13 Thread Michael C. Martin


I am out of the office until 06/22/2009.

I am out of the office with limited to no access to Notes or Voicemail.  If
this is an emergency please contact Lyle Edwards at lyedwa...@na.ko.com.  I
will respond to your message as soon as I can after returning on Monday
June 22, 2009.


Note: This is an automated response to your message  webkit-dev Digest,
Vol 49, Issue 17 sent on 6/13/2009 10:00:02 AM.

This is the only notification you will receive while this person is away.___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev