Re: [webkit-dev] Following up on removing -khtml- and -apple- CSS vendor prefixes

2012-05-03 Thread Ryosuke Niwa
By the way, can we add a test for this? For example, we should make sure document.body.style.khtmlTransform and document.body.style.appleTransform are undefined on ports that do not enable legacy prefixes. In fact, shouldn't we be able to override the value of usesDashboardBackwardCompatibilityMode

Re: [webkit-dev] Following up on removing -khtml- and -apple- CSS vendor prefixes

2012-05-03 Thread Adam Barth
On Thu, May 3, 2012 at 7:57 PM, Ryosuke Niwa wrote: > Resent from the right email address. > > -- Forwarded message -- > From: Ryosuke Niwa > Date: Thu, May 3, 2012 at 7:49 PM > Subject: Re: [webkit-dev] Following up on removing -khtml- and -apple- CSS > vendor prefixes > To: Adam

Re: [webkit-dev] Following up on removing -khtml- and -apple- CSS vendor prefixes

2012-05-03 Thread Ryosuke Niwa
Resent from the right email address. -- Forwarded message -- From: Ryosuke Niwa Date: Thu, May 3, 2012 at 7:49 PM Subject: Re: [webkit-dev] Following up on removing -khtml- and -apple- CSS vendor prefixes To: Adam Barth Cc: Alexey Proskuryakov , webkit-dev@lists.webkit.org On F

[webkit-dev] Feature announcement: Content-Security-Policy 1.1

2012-05-03 Thread Adam Barth
Hi webkit-dev, Content-Security-Policy 1.0 is nearing Working Group Last Call in the W3C WebAppSec working group. Over the next few weeks, I'm going to polish up our implementation of CSP 1.0 to match the final specification. Our implementation is quite close to the spec, so these changes should

[webkit-dev] Default viewport value on WAP DTDs

2012-05-03 Thread Hugo Parente Lima
Hi, I was pointed to trigger a discussion here about the patch: https://bugs.webkit.org/show_bug.cgi?id=85425 I'll try to resume to issue: If no viewport is specified webkit uses the magic and well know value of 980 pixels for the canvas width, this value is very good for most websites develo

Re: [webkit-dev] LayoutTestHelper

2012-05-03 Thread Dirk Pranke
On Thu, May 3, 2012 at 9:16 AM, Maciej Stachowiak wrote: > > On May 3, 2012, at 8:54 AM, Dirk Pranke wrote: > >> On Thu, May 3, 2012 at 7:35 AM, Maciej Stachowiak wrote: >>> >>> Better naming/documentation may help. But I think the root problem here was >>> that the Chromium Android LayoutTestHe

Re: [webkit-dev] LayoutTestHelper

2012-05-03 Thread Maciej Stachowiak
On May 3, 2012, at 8:54 AM, Dirk Pranke wrote: > On Thu, May 3, 2012 at 7:35 AM, Maciej Stachowiak wrote: >> >> Better naming/documentation may help. But I think the root problem here was >> that the Chromium Android LayoutTestHelper does not exist in the WebKit >> repository, as far as I can

Re: [webkit-dev] LayoutTestHelper

2012-05-03 Thread Dirk Pranke
On Thu, May 3, 2012 at 7:35 AM, Maciej Stachowiak wrote: > > Better naming/documentation may help. But I think the root problem here was > that the Chromium Android LayoutTestHelper does not exist in the WebKit > repository, as far as I can tell. So there was no reasonable way for anyone > to cons

[webkit-dev] Adding system memory check in ExecutableAllocator::underMemoryPressure()

2012-05-03 Thread Lianghui Chen
Hi, all I have submitted a patch (https://bugs.webkit.org/attachment.cgi?id=139452&action=review) for https://bugs.webkit.org/show_bug.cgi?id=85063 to add a call in ExecutableAllocator::underMemoryPressure() to check whether system memory is low or not. Does any JavaScriptCore experts have th

Re: [webkit-dev] Queries regarding indexed db implementation

2012-05-03 Thread Joshua Bell
On Thu, May 3, 2012 at 2:04 AM, Jiyeon Kim wrote: > On Thursday, May 03, 2012 at 1:59AM, Alec Flett alecflett@chromium.orgwrote: > > > Hi all. > > > > This is Jiyeon Kim recently joined webkit-dev mailing list. > > ** ** > > Welcome - I'm somewhat new here myself, but I am worki

Re: [webkit-dev] LayoutTestHelper

2012-05-03 Thread Maciej Stachowiak
Better naming/documentation may help. But I think the root problem here was that the Chromium Android LayoutTestHelper does not exist in the WebKit repository, as far as I can tell. So there was no reasonable way for anyone to consider it when making changes. All the LayoutTestHelpers that exi

Re: [webkit-dev] Queries regarding indexed db implementation

2012-05-03 Thread David Grogan
On Thu, May 3, 2012 at 2:04 AM, Jiyeon Kim wrote: > On Thursday, May 03, 2012 at 1:59AM, Alec Flett alecflett@chromium.orgwrote: > > > Hi all. > > > > This is Jiyeon Kim recently joined webkit-dev mailing list. > > ** ** > > Welcome - I'm somewhat new here myself, but I am worki

Re: [webkit-dev] Queries regarding indexed db implementation

2012-05-03 Thread Jiyeon Kim
On Thursday, May 03, 2012 at 1:59AM, Alec Flett alecfl...@chromium.org wrote: Hi all. This is Jiyeon Kim recently joined webkit-dev mailing list. Welcome - I'm somewhat new here myself, but I am working on IndexedDB support in WebKit.. I’ve got two questions on IndexedDB. First, I

Re: [webkit-dev] LayoutTestHelper

2012-05-03 Thread Ryosuke Niwa
Could you rename all these "helper" methods and programs to have more descriptive names? None of this may not have happened if we had more semantically precise program/method names. On Mon, Apr 30, 2012 at 12:33 PM, Dirk Pranke wrote: > On Sun, Apr 29, 2012 at 6:20 PM, Maciej Stachowiak wrote: