[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

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 dw...@samsung.com 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

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, 임동우 dw...@samsung.com 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.

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 da...@chromium.org wrote: On Fri, Jun 17, 2011 at 4:11 AM, Anssi Kostiainen anssi.kostiai...@nokia.com wrote: Hi, On 16.6.2011, at 19.02, ext Darin Fisher wrote: On Thu, Jun 16, 2011 at 5:12 AM, Anssi Kostiainen anssi.kostiai...@nokia.com

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 bre...@chromium.org wrote: On Wed, Jun 15, 2011 at 9:30 AM, Holger Freyther ze...@selfish.org 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

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 alexis.men...@openbossa.org wrote: On Wed, Jun 15, 2011 at 2:02 PM, Andrei Popescu andr...@google.com wrote: On Wed, Jun 15, 2011 at 5:58 PM, Brett Wilson bre...@chromium.org wrote: On Wed, Jun 15, 2011 at 9:30 AM, Holger Freyther ze...@selfish.org

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 stevebl...@google.com 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

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 er...@google.com 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

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 Seidele...@webkit.org 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):

[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

[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