Re: [webkit-dev] JavaScriptCore Debugger - Non-Browser

2012-02-14 Thread Sergiy Temnikov
Hi, could you please elaborate a bit more on this? Are there any definite plans and timelines already defined? What is the new direction for the JS debugger evolution? Thanks in advance, -Sergiy Temnikov Wakanda Server architect Message: 5 Date: Mon, 13 Feb 2012 11:46:10 -0800 From: Oliver

Re: [webkit-dev] JavaScriptCore Debugger - Non-Browser Implementation

2012-02-14 Thread Sergiy Temnikov
Hi, The APIs exist, so it should be possible to make one, but no one has done so at this time, so far as I know. We did implement a remote debugger in JSC in Wakanda Server. It will be open-sourced very soon. For a quick demo please take a look at this video:

[webkit-dev] Qt Snow Leopard buildbot.

2012-02-14 Thread Alexis Menard
Hi all, Qt Snow Leopard build bot is experiencing some hardware issues. It seems like the MacBook Pro it was running on died, the machine doesn't even want to switch on. I'll try to bring it back to life today. Sorry for the inconvenience. Thanks. -- Alexis Menard (darktears) Software

[webkit-dev] Is the style bot OK?

2012-02-14 Thread Raphael Kubo da Costa
I've been trying to send a patch to bug 78600 for a few hours, but the style bot is always rejecting [1] it when trying to apply a separate patch. Does the bot need some love? [1] https://bugs.webkit.org/show_bug.cgi?id=78600#c2 -- Raphael Kubo da Costa ProFUSION embedded systems

Re: [webkit-dev] Is the style bot OK?

2012-02-14 Thread Eric Seidel
It does seem wedged. However it will reset itself every 20 patches or so: http://trac.webkit.org/browser/trunk/Tools/EWSTools/start-queue.sh On Tue, Feb 14, 2012 at 8:44 AM, Raphael Kubo da Costa k...@profusion.mobi wrote: I've been trying to send a patch to bug 78600 for a few hours, but the

Re: [webkit-dev] Is the style bot OK?

2012-02-14 Thread Adam Barth
Sorry about that. I tried to fix it last night but apparently was unsuccessful. I'll try again. Adam On Feb 14, 2012 8:43 AM, Raphael Kubo da Costa k...@profusion.mobi wrote: I've been trying to send a patch to bug 78600 for a few hours, but the style bot is always rejecting [1] it when

Re: [webkit-dev] optimizing browser handling of Facebook Timeline scrolling

2012-02-14 Thread Steven Young
If anyone needs a test page, you can log in as my test user styoung.tra...@gmail.com (pwd:browsertest). Then go to https://www.facebook.com/styoung. you could maintain a separate document for measuring items, so you could measure without reflowing the main document. We are actually already

Re: [webkit-dev] optimizing browser handling of Facebook Timeline scrolling

2012-02-14 Thread Maciej Stachowiak
On Feb 14, 2012, at 10:25 AM, Steven Young wrote: (2) 50% of time spent painting images... This is a simple speed vs quality tradeoff. If you down-sampled the images on the server, they'd download and paint much faster. Thanks. Downsampling sounds like a straightforward solution. We

Re: [webkit-dev] optimizing browser handling of Facebook Timeline scrolling

2012-02-14 Thread Geoffrey Garen
If anyone needs a test page, you can log in as my test user styoung.tra...@gmail.com (pwd:browsertest). Then go to https://www.facebook.com/styoung. Nice! I took a trace of this timeline and saw similar results as before (lots of time computing .offsetHeight and .scrollLeft), but with less

Re: [webkit-dev] Web Notifications API

2012-02-14 Thread Jian Li
Both GMail and Google Calendar are using text based notification, not html notification. What kind of notifications do IRCCloud, New York Timers skimmer view, and TweetDeck use, text based or html? Are notifications trigger from the web site or Chrome App extension? On Mon, Feb 13, 2012 at 6:05

Re: [webkit-dev] Web Notifications API

2012-02-14 Thread Adam Barth
On Tue, Feb 14, 2012 at 2:07 PM, Jian Li jia...@chromium.org wrote: Both GMail and Google Calendar are using text based notification, not html notification. What kind of notifications do IRCCloud, New York Timers skimmer view, and TweetDeck use, text based or html? I believe they use

Re: [webkit-dev] Web Notifications API

2012-02-14 Thread Daniel Cheng
I think TweetDeck actually uses HTML notifications. Daniel On Tue, Feb 14, 2012 at 14:14, Adam Barth aba...@webkit.org wrote: On Tue, Feb 14, 2012 at 2:07 PM, Jian Li jia...@chromium.org wrote: Both GMail and Google Calendar are using text based notification, not html notification.

[webkit-dev] Including new IETestCenter tests in the LayoutTests

2012-02-14 Thread Dave Tharp
Greetings, I am currently looking at the WebKit CSS3 failures on IETestCenter (http://samples.msdn.microsoft.com/ietestcenter/ ). I'm making some progress, and getting ready to submit a patch. I've contacted Beth Dakin about my approach on the first patch, and she says I should proceed.

[webkit-dev] Can you help me with a problem obtaining the size of content after a WebView has been resized?

2012-02-14 Thread Matt Mower
Hi. I'm trying to use WebKit WebView inside a view-based NSTableView (OSX 10.7.2) and it works fairly well except for one (for me) show-stopper problem. My table is using a custom NSView (XKMessageView) that contains two subviews. The first is an NSView with a button, the second is a WebKit

Re: [webkit-dev] Including new IETestCenter tests in the LayoutTests

2012-02-14 Thread Adam Barth
On Tue, Feb 14, 2012 at 3:03 PM, Dave Tharp dth...@codeaurora.org wrote: I am currently looking at the WebKit CSS3  failures on IETestCenter (http://samples.msdn.microsoft.com/ietestcenter/ ). I’m making some progress, and getting ready to submit a patch.  I’ve contacted Beth Dakin about my

[webkit-dev] Propose adding button support to text based notifications (Was: Removing HTML notifications from WebKit)

2012-02-14 Thread Jian Li
One of the reasons for using html notifications is to allow direct interaction with the notifications. Here're some scenarios from our customers that want to use html notifications purely for this purpose: 1) In calendar notifications, the user might want to snooze the reminder for some time. 2)

Re: [webkit-dev] Propose adding button support to text based notifications (Was: Removing HTML notifications from WebKit)

2012-02-14 Thread Benjamin Poulain
On Tue, Feb 14, 2012 at 5:59 PM, Jian Li jia...@chromium.org wrote: One of the reasons for using html notifications is to allow direct interaction with the notifications. Here're some scenarios from our customers that want to use html notifications purely for this purpose: Does any platform

Re: [webkit-dev] Propose adding button support to text based notifications (Was: Removing HTML notifications from WebKit)

2012-02-14 Thread Andrew Wilson
On Tue, Feb 14, 2012 at 6:13 PM, Benjamin Poulain benja...@webkit.orgwrote: On Tue, Feb 14, 2012 at 5:59 PM, Jian Li jia...@chromium.org wrote: One of the reasons for using html notifications is to allow direct interaction with the notifications. Here're some scenarios from our customers

[webkit-dev] Layout issue with fieldset legend element

2012-02-14 Thread Sravan
Hi, While working on webkit bug#:50287 ( https://bugs.webkit.org/show_bug.cgi?id=50287), i found another issue related to legend element of fieldset form-property as described below. On applying padding style information to fieldset legend element, the bottom border gets clipped-off in Safari