[webkit-dev] Additional two feature flags for

2012-02-16 Thread TAMURA, Kent
Hi, I'd like to add two more feature flags for implementation. We already have ENABLE_INPUT_TYPE_DATE. * ENABLE_CALENDAR_PICKER It enables graphical calendar picker UI for . We need to introduce this flag because we don't need the calendar picker on mobile platforms such as iOS and Android. A

Re: [webkit-dev] Regarding enabling Accelerated 2D Canvas for Android Webkit

2012-02-16 Thread Dong Seong Hwang
Hi, I ported ACCELERATED_2D_CANVAS to android in the last year at Dorothy team. ACCELERATED_2D_CANVAS became very different between the last year and upstream. The old ACCELERATED_2D_CANVAS used GraphicsContext3D (for WebGL) made by Kenneth Russell. However, removed the old ACCELERATED_2D_CANVAS at

Re: [webkit-dev] Always enabling ENABLE(CLIENT_BASED_GEOLOCATION) ?

2012-02-16 Thread Adam Barth
On Bug 78853, Benjamin Poulain wrote: We still use that code, please wait a bit before removing it. >>> >>> Which port uses the code? > > iOS. We have reasons to keep maintaining this code at the moment. We can > remove that later. > Is this blocking other architectural changes? This came u

Re: [webkit-dev] build.webkit.org problem

2012-02-16 Thread Ryosuke Niwa
I've recently learned that chromium's build bot (build.chromium.org) uses app engine cache by default. Can we add some caching mechanism as well so that the http server ran by the master won't be loaded as much? - Ryosuke On Thu, Feb 16, 2012 at 5:06 PM, William Siegrist wrote: > The server shou

Re: [webkit-dev] build.webkit.org problem

2012-02-16 Thread William Siegrist
The server should be a little better now. Are your slaves still waiting a long time for new steps? -Bill On Feb 16, 2012, at 12:23 PM, William Siegrist wrote: > I'm still working on the web server. It'll be slow for a while. I'll send an > email when things are all moved. The git server

Re: [webkit-dev] Removing HTML notifications from WebKit (Was: Web Notifications API)

2012-02-16 Thread Ojan Vafai
This seems fine to me. The most important thing here is standardizing what we ship to the web platform. On Thu, Feb 16, 2012 at 4:44 PM, Aaron Boodman wrote: > Hello again, > > I'd like to revise my proposal on deprecating HTML notifications in > Chrome extensions: I would like to make the featu

Re: [webkit-dev] Removing HTML notifications from WebKit (Was: Web Notifications API)

2012-02-16 Thread Aaron Boodman
Hello again, I'd like to revise my proposal on deprecating HTML notifications in Chrome extensions: I would like to make the feature runtime-enabled, and leave it enabled for Chrome extensions until there is a suitable replacement. Once we have a replacement, we can follow the deprecation plan I s

Re: [webkit-dev] Always enabling ENABLE(CLIENT_BASED_GEOLOCATION) ?

2012-02-16 Thread Adam Barth
I've posted a patch in https://bugs.webkit.org/show_bug.cgi?id=78853 . Adam On Thu, Feb 16, 2012 at 2:40 PM, Adam Barth wrote: > Is there anyone who uses Geolocation and doesn't enable > ENABLE(CLIENT_BASED_GEOLOCATION) ?  A quick grep through the build > systems seems to indicate that everyone

[webkit-dev] Bugzilla request

2012-02-16 Thread Antonio Gomes
Hi all, I would like to request a "WebKit / BlackBerry" new component in bugs.webkit.org, as well as a 'blackberry' keyword. Could we please get help from the bugzilla maintainers to get them set up? Thanks in advance. -- --Antonio Gomes ___ webkit-de

[webkit-dev] Always enabling ENABLE(CLIENT_BASED_GEOLOCATION) ?

2012-02-16 Thread Adam Barth
Is there anyone who uses Geolocation and doesn't enable ENABLE(CLIENT_BASED_GEOLOCATION) ? A quick grep through the build systems seems to indicate that everyone enables it. Should we remove the non-Client-based code path? See https://bugs.webkit.org/show_bug.cgi?id=40373 for context. (All of i

Re: [webkit-dev] build.webkit.org problem

2012-02-16 Thread William Siegrist
I'm still working on the web server. It'll be slow for a while. I'll send an email when things are all moved. The git server should be much better already though. -Bill On Feb 16, 2012, at 11:40 AM, Osztrogonac Csaba wrote: > Hi, > > It seems build.webkit.org is very very slow now. I man

[webkit-dev] build.webkit.org problem

2012-02-16 Thread Osztrogonac Csaba
Hi, It seems build.webkit.org is very very slow now. I manage to load its webpage rarely and our bots (Qt) regularly wait for 10-20 minutes to get new build step from the master. Could you check what happened? I think it is still related to the disk array problem occured yesterday. Thanks for yo

Re: [webkit-dev] Regarding enabling Accelerated 2D Canvas for Android Webkit

2012-02-16 Thread Adam Barth
On Thu, Feb 16, 2012 at 4:25 AM, Avi D wrote: > Hi, > I am fairly new to Webkit. I am currently trying to Enable > ACCELERATED_2D_CANVAS flag for my build. > When the Flag was enabled (changed in Platform.h -> #define > ENABLE_ACCELERATED_2D_CANVAS 1), I got some build errors related to > Graphics

Re: [webkit-dev] Case typo in fast/js/script-tests/date-constructor.js?

2012-02-16 Thread Adam Barth
I would use "svn blame" on the file you're modifying to see who changed or reviewed changes to the file in the past. Adam On Thu, Feb 16, 2012 at 6:04 AM, Seo Sanghyeon wrote: > Thanks. Who are appropriate folks? > > 2012/2/16, Adam Barth : >> One approach to answering this question is to file

Re: [webkit-dev] Case typo in fast/js/script-tests/date-constructor.js?

2012-02-16 Thread Seo Sanghyeon
Thanks. Who are appropriate folks? 2012/2/16, Adam Barth : > One approach to answering this question is to file a bug and upload a > patch to fix the typo and get it reviewed by the appropriate folks. > > Adam > > > On Wed, Feb 15, 2012 at 4:35 AM, Seo Sanghyeon wrote: >> It defines "toSTring" (n

[webkit-dev] Regarding enabling Accelerated 2D Canvas for Android Webkit

2012-02-16 Thread Avi D
Hi, I am fairly new to Webkit. I am currently trying to Enable ACCELERATED_2D_CANVAS flag for my build. When the Flag was enabled (changed in Platform.h -> #define ENABLE_ACCELERATED_2D_CANVAS 1), I got some build errors related to GraphicsContext3D. On further digging into the information, I found

Re: [webkit-dev] How does the WebRTC project going on?

2012-02-16 Thread ᛏᚮᛘᛘᚤ
And you can also follow https://bugs.webkit.org/show_bug.cgi?id=56459 which is the master bug. /Tommy On Wed, Feb 15, 2012 at 17:59, Adam Barth wrote: > All the work is happening in WebKit trunk. Take a look at the mediastream > folders if you want to see the current progress. > > Adam > On F

Re: [webkit-dev] git.webkit.org is offline

2012-02-16 Thread Philippe Normand
I still can't use the git mirror here and build.webkit.org doesn't respond either, looks like an issue with the web server. Philippe On Wed, 2012-02-15 at 16:04 -0800, William Siegrist wrote: > git.webkit.org is back up on faster/less-broken storage. > > -Bill > > > > On Feb 15, 2012, at 1:2