[webkit-dev] Notifications and modularization (was Re:The Care and Feeding of WebCore Modules)

2012-03-05 Thread Kentaro Hara
> == Likely Future Modules == > > notifications => DISCUSS BEFORE MODULARIZATION I am planning to modularize notifications, by splitting it out of DOMWindow{h,cpp,idl}, Frame.cpp, WorkerContext.{h,cpp,idl} and WorkerThread.{h,cpp}. Any concerns? I'll work on these bugs: https://bugs.webkit.org/sh

Re: [webkit-dev] Is anyone really using IPP

2012-03-05 Thread Chris Rogers
On Mon, Mar 5, 2012 at 3:02 PM, Benjamin Poulain wrote: > Hello, > > I have seen a few patches from Intel to add support of Intel IPP for > some algorithm. A quick search make me think nobody enable this code. > > Is anyone really using IPP? My concern is if nobody uses/tests it, we > might be add

[webkit-dev] Is anyone really using IPP

2012-03-05 Thread Benjamin Poulain
Hello, I have seen a few patches from Intel to add support of Intel IPP for some algorithm. A quick search make me think nobody enable this code. Is anyone really using IPP? My concern is if nobody uses/tests it, we might be adding dead code to WebKit. Benjamin __

Re: [webkit-dev] PageCache and modularization (was Re: The Care and Feeding of WebCore Modules)

2012-03-05 Thread Adam Barth
On Fri, Mar 2, 2012 at 3:10 PM, Adam Barth wrote: > I've just started investigating that issue (which is why the patch is > labeled "work-in-progress").  Is there a reason SQLDatabase is special > cased in PageCache?  Most features interact with the PageCache via > ActiveDOMObject::canSuspend().  

Re: [webkit-dev] Adding -webkit-image-set CSS function

2012-03-05 Thread Beth Dakin
Hi! On Mar 1, 2012, at 5:00 PM, Hajime Morrita wrote: > Are you going to add any compilation flags? I am not planning to add compilation flags since this won't affect any existing web content. > Also, if there is a > Bugzilla entry to track this, I'd like to know that. https://bugs.webkit.org

Re: [webkit-dev] PageCache and modularization (was Re: The Care and Feeding of WebCore Modules)

2012-03-05 Thread Adam Barth
2012/3/5 Alexey Proskuryakov : > 05.03.2012, в 11:29, Adam Barth написал(а): >> For better or worse, Geolocation doesn't support suspend/resume >> (yet?) > > Pages that use Geolocation > should be able to use the page cache Thanks. I'll add a link

Re: [webkit-dev] PageCache and modularization (was Re: The Care and Feeding of WebCore Modules)

2012-03-05 Thread Alexey Proskuryakov
05.03.2012, в 11:29, Adam Barth написал(а): > For better or worse, Geolocation doesn't support suspend/resume > (yet?) Pages that use Geolocation should be able to use the page cache - WBR, Alexey Proskuryakov ___

Re: [webkit-dev] PageCache and modularization (was Re: The Care and Feeding of WebCore Modules)

2012-03-05 Thread Adam Barth
On Mon, Mar 5, 2012 at 8:47 AM, Brady Eidson wrote: > On Mar 2, 2012, at 3:10 PM, Adam Barth wrote: >> 2012/3/2 Alexey Proskuryakov : >>> It seems that we have some agreement on what to modularize, but not >>> necessarily agreement on what the modularization should encompass. >>> >>> For example

Re: [webkit-dev] PageCache and modularization (was Re: The Care and Feeding of WebCore Modules)

2012-03-05 Thread Alexey Proskuryakov
02.03.2012, в 15:10, Adam Barth написал(а): >> For example, I think that >> that moves some knowledge of what makes a page uncacheable out of >> PageCache::canCachePageContainingThisFrame makes the code less hackable, and >> is likely to become a

Re: [webkit-dev] PageCache and modularization (was Re: The Care and Feeding of WebCore Modules)

2012-03-05 Thread Brady Eidson
On Mar 2, 2012, at 3:10 PM, Adam Barth wrote: > 2012/3/2 Alexey Proskuryakov : >> It seems that we have some agreement on what to modularize, but not >> necessarily agreement on what the modularization should encompass. >> >> For example, I think that

Re: [webkit-dev] error while build webkit for gtk on mac lion

2012-03-05 Thread Victor LI
I sorry to post this question in here. I have posted this question in webkit-help a few days ago ,but there is no answer till now. Any answer is appreciated. 在 2012-3-5,下午4:44, Eric Seidel 写道: > I'm told webkit-help is a better place to ask build questions. > > Also, there are IRC channels wh

Re: [webkit-dev] Looking forward to get an advice about event listeners for navigator.battery.

2012-03-05 Thread Kihong Kwon
Thank you for your kind comments. I will change my patch like your suggestion. BR. Kihong. > -Original Message- > From: aba...@gmail.com [mailto:aba...@gmail.com] On Behalf Of Adam Barth > Sent: Monday, March 05, 2012 5:45 PM > To: Kihong Kwon > Cc: webkit-dev@lists.webkit.org > Subject:

Re: [webkit-dev] Looking forward to get an advice about event listeners for navigator.battery.

2012-03-05 Thread Adam Barth
There's likely a better design for your patch. For example, each BatterManager could register itself with the BatteryController. When one of these events occurs, the BatteryController could fire the event on all the BatterManager class, regardless of whether they have listeners added. That would

Re: [webkit-dev] error while build webkit for gtk on mac lion

2012-03-05 Thread Eric Seidel
I'm told webkit-help is a better place to ask build questions. Also, there are IRC channels which may be of help: http://webkitgtk.org/?page=contact On Mon, Mar 5, 2012 at 12:27 AM, Victor LI wrote: > I get the code from trunk or webkit.org, and compile for gtk port, and it > complained "no C++

[webkit-dev] Looking forward to get an advice about event listeners for navigator.battery.

2012-03-05 Thread Kihong Kwon
Hi. I'm implementing Battery Status API. (https://bugs.webkit.org/show_bug.cgi?id=62698) (http://www.w3.org/TR/battery-status/) I have an issue which would need your comments. Battery Status API needs to be added under the Navigator class, but there is not any event handling logic there. Therefor

[webkit-dev] error while build webkit for gtk on mac lion

2012-03-05 Thread Victor LI
I get the code from trunk or webkit.org, and compile for gtk port, and it complained "no C++ compiler found" My host platform is MAC lion with Xcode 4 please help me for this problem, thanks. the error code as following: ./build-webkit --gtk Calling autogen.sh in /soft/svn/webkit/WebKitBuild/