Re: [webkit-dev] Web SQL Database API - openDatabaseSync

2010-07-02 Thread Andrei Popescu
Hi, On Fri, Jul 2, 2010 at 2:40 AM, Eric Uhrhane wrote: > I doubt that it's been pushed to any Android phone yet.  It only went > into webkit in the past couple of months, and there's a bit of lag as > they incorporate new code.  You'd have to ask Android folks when they > plan to ship it. > Asy

Re: [webkit-dev] Clients and the Page constructor

2010-07-22 Thread Andrei Popescu
On Wed, Jul 21, 2010 at 8:57 PM, Steve Block wrote: > > Another argument for the setter is that it makes it easier to inject a > mock for testing in response to a LayoutTestController method call, by > simply calling the setter again to replace the real client with a mock > client. Personally, how

Re: [webkit-dev] Adding ENABLE_BATTERY_STATUS to WebCore

2011-06-15 Thread Andrei Popescu
On Wed, Jun 15, 2011 at 5:58 PM, Brett Wilson wrote: > On Wed, Jun 15, 2011 at 9:30 AM, Holger Freyther wrote: >> On 06/15/2011 06:11 PM, laszlo.1.gom...@nokia.com wrote: >>> Hi, >>> >> >>> >>> The use-case for us is to enable content developers to implement >>> rudimentary power management (e.g

Re: [webkit-dev] Adding ENABLE_BATTERY_STATUS to WebCore

2011-06-15 Thread Andrei Popescu
On Wed, Jun 15, 2011 at 6:08 PM, Alexis Menard wrote: > On Wed, Jun 15, 2011 at 2:02 PM, Andrei Popescu wrote: >> On Wed, Jun 15, 2011 at 5:58 PM, Brett Wilson wrote: >>> On Wed, Jun 15, 2011 at 9:30 AM, Holger Freyther wrote: >>>> On 06/15/2011 06:11 PM, l

Re: [webkit-dev] Adding ENABLE_BATTERY_STATUS to WebCore

2011-06-17 Thread Andrei Popescu
On Fri, Jun 17, 2011 at 4:21 PM, Darin Fisher wrote: > > > On Fri, Jun 17, 2011 at 4:11 AM, Anssi Kostiainen > wrote: >> >> Hi, >> >> On 16.6.2011, at 19.02, ext Darin Fisher wrote: >> > >> > On Thu, Jun 16, 2011 at 5:12 AM, Anssi Kostiainen >> > wrote: >> > >> > On 15.6.2011, at 21.29, ext Dari

Re: [webkit-dev] Why don't WebKit support the database of geolocation permissions?

2011-08-08 Thread Andrei Popescu
On Mon, Aug 8, 2011 at 11:16 AM, 임동우 wrote: > Why don't WebKit support the database of geolocation permissions? > (Record the user permission into database, and use it when user revisit the > web site.) > > > Most of major browsers who use WebKit are support this kind of feature. > > Chrome and

Re: [webkit-dev] Why don't WebKit support the database of geolocation permissions?

2011-08-10 Thread Andrei Popescu
Hi, On Wed, Aug 10, 2011 at 9:51 AM, DongWoo Im wrote: > Dear Andrei. > Thanks for your reply. > > > > You said the redundant implementation is an intentional decision to give > freedom to browser vendors. > You've written the spec. of geolocation, so that must be the intention of > the editor.

[webkit-dev] WebKit and Android

2011-08-22 Thread Andrei Popescu
Hello WebKit! We would like to give an update about WebKit on Android. A while ago, we started the effort to upstream the Android port of WebKit. For a variety of reasons, this work took longer than anticipated and was never finished. We realize that the incomplete Android port that exists today i

[webkit-dev] setting a size limit for Application Cache

2009-05-06 Thread Andrei Popescu
Hi, I was recently looking at https://bugs.webkit.org/show_bug.cgi?id=22700 I have a small patch that attempts to fix this issue by 1. allowing the ChromeClient implementers to decide what the size limit should be, 2. evicting caches (in LRU order) from the database when the size limit is reach

Re: [webkit-dev] Fwd: Review queue needs love

2009-06-19 Thread Andrei Popescu
Hi, On Fri, Jun 19, 2009 at 3:03 AM, Eric Seidel wrote: > > The other 24 remaining patches consist of 6 Gtk patches, 3 Chromium > patches, and a bunch of huge new feature patches. > No quite. The following two are rather small patches to common code (appcache and database): https://bugs.webkit.o

Re: [webkit-dev] Testing harness for Geolocation

2009-09-02 Thread Andrei Popescu
Hi Adam, On Wed, Sep 2, 2009 at 2:59 PM, Adam Barth wrote: > Improvements to the geolocation feature have stalled out because we > don't have a way to test these patches.  It seems the existing > geolocation feature has been implemented without testing.  (Boo!) > > Testing geolocation seems differ

Re: [webkit-dev] How to make S60 webkit installed on a symbian 3rd cellphone such as n71

2007-06-27 Thread Andrei Popescu
Hi, You can try to get a developer certificate from https://www.symbiansigned.com/, and use petran tool (comes with S60 SDK) to strip out the capabilities you don't need from your DLLs. Andrei On 6/27/07, 黎明 <[EMAIL PROTECTED]> wrote: I have complier s60 webkit using ARM RealView 2.2, also ma

[webkit-dev] Geolocation API in WebKit

2008-09-18 Thread Andrei Popescu
Hello, I would like to know if there is anyone working on adding WebKit support for the Geolocation API as defined in this W3C draft: http://dev.w3.org/geo/api/spec-source.html I am asking because our team would like to help with this. If nobody is working on it, we'd like to start the developme