Re: [webkit-dev] Commit Queue Status

2009-09-18 Thread Eric Seidel
Yup, clearly it needs to show more information. :) The commit-queue calls "core_builders_are_green()" which you can see the source of here: http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/modules/buildbot.py#L86 Right the commit-queue is blocked by any Leopard builder/tester or any Windo

Re: [webkit-dev] Commit Queue Status

2009-09-18 Thread Drew Wilson
So awesome - thanks for doing this, Eric. It says it's blocked because the builders are red - is it just looking for compile status across all platforms, or does it actually wait for all unit tests to be green, or just some subsets of the Mac unit tests, or what? -atw On Fri, Sep 18, 2009 at 2:47

[webkit-dev] Commit Queue Status

2009-09-18 Thread Eric Seidel
In case you're wondering why your commit-queue+'d patch has not landed yet... http://webkit-commit-queue.appspot.com/ will now tell you. It needs work, but it's better than nothing. The code will soon be in SVN and patches are most welcome: https://bugs.webkit.org/show_bug.cgi?id=29307 -eric _

Re: [webkit-dev] Runtime setting for incomplete features

2009-09-18 Thread Jeremy Orlow
On Fri, Sep 18, 2009 at 12:59 PM, Alexey Proskuryakov wrote: > > 18.09.2009, в 12:24, Jeremy Orlow написал(а): > > I'm not sure if we've hit any compatibility issues with this yet, but it >> seems quite plausible that someone would compare window.localStorage (or >> sessionStorage or database) t

Re: [webkit-dev] Runtime setting for incomplete features

2009-09-18 Thread Alexey Proskuryakov
18.09.2009, в 12:24, Jeremy Orlow написал(а): I'm not sure if we've hit any compatibility issues with this yet, but it seems quite plausible that someone would compare window.localStorage (or sessionStorage or database) to undefined and, since it's null (vs. undefined), their script would

Re: [webkit-dev] Coding Style addition - `using namespace` positioning

2009-09-18 Thread Darin Adler
I think the guideline in your patch is good. It makes sense to do the using namespace directives just after the includes, before the code in the file begins. -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.o

Re: [webkit-dev] Safari 64 and NSAPI out-of-process and Printing

2009-09-18 Thread Darin Adler
On Sep 18, 2009, at 12:02 PM, Rudi Sherry wrote: I'm looking into the NSAPI interface for Safari in Snow Leopard. We have a full-frame plug-in (not embedded) that will want to be able to print, and more specifically, put up its own Print dialog. Can an out-of-process plug-in show a dialog?

Re: [webkit-dev] Runtime setting for incomplete features

2009-09-18 Thread Jeremy Orlow
With databases, localStorage, and sessionStorage, there is a Settings option for enabling or disabling the feature. If it's disabled, DOMWindow::localStorage returns 0 (i.e. null) which is then wrapped in an object of type Storage by the bindings. This results in |alert((typeof window.localStorag

Re: [webkit-dev] Coding Style addition - `using namespace` positioning

2009-09-18 Thread Brady Eidson
On Sep 18, 2009, at 12:11 PM, Brady Eidson wrote: ... please let me know if there's any objects or suggested changes to my proposal. s/objects/objections/ ~Brady Thanks, ~Brady ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists

[webkit-dev] Coding Style addition - `using namespace` positioning

2009-09-18 Thread Brady Eidson
This morning a fellow engineer asked us what our standard is on where `using namespace` statements should go. I had a strong feeling there was "a right answer", but was dismayed to see it wasn't in the coding style guidelines, and also to see how inconsistent we are throughout WebKit. Thi

Re: [webkit-dev] Commissioning an enhancement to QtWebkit

2009-09-18 Thread Garth Dahlstrom
Hi Maciej, Thought that list would be more geared towards on-going employment opportunities (btw there no description on the listman page for webkit- jobs or webkit-help); as per your suggestion I've posted it to that list. Thanks, -G On 2009-09-17, at 12:42 PM, Maciej Stachowiak wrote:

[webkit-dev] Safari 64 and NSAPI out-of-process and Printing

2009-09-18 Thread Rudi Sherry
I'm looking into the NSAPI interface for Safari in Snow Leopard. We have a full-frame plug-in (not embedded) that will want to be able to print, and more specifically, put up its own Print dialog. Can an out-of-process plug-in show a dialog? Thanks, Rudi

[webkit-dev] Fwd: IDNA, IRI, HTML5 coordination

2009-09-18 Thread 신정식, 申政湜
Hi, I just thought that we want to keep our eyes on what's being done on these fronts and give feedback if necessary. Jungshik -- Forwarded message -- From: Larry Masinter Date: 2009/9/16 Subject: IDNA, IRI, HTML5 coordination To: "public-...@w3.org" Goal: bring together and

Re: [webkit-dev] Two Pass Layout?

2009-09-18 Thread Alex Milowski
On Thu, Sep 17, 2009 at 11:36 PM, Roland Steiner wrote: > Hi Alex, > I'm in the process of doing ruby layout, currently under review (reviewers: > *hint, hint*), where I had several of the same issues, albeit not quite as > severe as with MathML (in effect, one could see ruby as nothing than a > s

Re: [webkit-dev] map tag and zoom donot work ..?

2009-09-18 Thread Dan Bernstein
On Sep 18, 2009, at 8:09 AM, Simon Fraser wrote: On Sep 17, 2009, at 11:08 PM, Purushottam Sholapur wrote: Hi All, Web pages with < map > tag do not behave as expected when page is zoomed. Typically, map tag with coords property do not scale properly when page is zoomed. E.g: http://24

Re: [webkit-dev] map tag and zoom donot work ..?

2009-09-18 Thread Simon Fraser
On Sep 17, 2009, at 11:08 PM, Purushottam Sholapur wrote: Hi All, Web pages with < map > tag do not behave as expected when page is zoomed. Typically, map tag with coords property do not scale properly when page is zoomed. E.g: http://24x7guru.com/joe/resolution.html , there is continue