Re: [webkit-dev] Remove ENABLE_METER_ELEMENT

2013-06-07 Thread Benjamin Poulain
On Fri, Jun 7, 2013 at 5:28 PM, Daker Pinheiro wrote: > Do you have any plan to support it? > Or does it not apply? > We do not announce our plans for software on this mailing list. The maintenance cost of ENABLE(METER_ELEMENT) is negligible, and it is on us anyway. I don't think it is going to

Re: [webkit-dev] Remove ENABLE_METER_ELEMENT

2013-06-07 Thread Daker Pinheiro
Do you have any plan to support it? Or does it not apply? Br, On Fri, Jun 7, 2013 at 9:23 PM, Benjamin Poulain wrote: > On Fri, Jun 7, 2013 at 4:23 PM, Daker Pinheiro < > daker.pinhe...@openbossa.org> wrote: > >> Every port already support the meter element. >> The code to enable it's support i

Re: [webkit-dev] Remove ENABLE_METER_ELEMENT

2013-06-07 Thread Benjamin Poulain
On Fri, Jun 7, 2013 at 4:23 PM, Daker Pinheiro wrote: > Every port already support the meter element. > The code to enable it's support is guarded by > ENABLE_METER_ELEMENT flag. > > Do you agree to remove it? > Nope. iOS does not enable meter. Cheers, Benjamin _

[webkit-dev] Remove ENABLE_METER_ELEMENT

2013-06-07 Thread Daker Pinheiro
Hi all, Every port already support the meter element. The code to enable it's support is guarded by ENABLE_METER_ELEMENT flag. Do you agree to remove it? Br, -- Daker Fernandes Pinheiro http://codecereal.blogspot.com ___ webkit-dev mailing list webki

[webkit-dev] compact ICU unicode

2013-06-07 Thread Salisbury, Mark
Hello, What would people think about including specific ICU data tables in WTF in order to provide a lightweight (but functional) unicode implementation? On embedded systems the size of ICU is prohibitive. Determining the right way to package it to make it small enough isn't simple either. A

Re: [webkit-dev] When should I use AtomicString vs String?

2013-06-07 Thread Filip Pizlo
Sent from my PDP-11 On Jun 7, 2013, at 6:18 AM, Simon Fraser wrote: > Based on the fact that AtomicString is really a singleton string, I’d like to > suggest a new name for this class: > > Stringleton +1 > > Simon > > On Jun 3, 2013, at 3:37 PM, Brendan Long wrote: > >> On 06/01/2013 1

Re: [webkit-dev] When should I use AtomicString vs String?

2013-06-07 Thread Geoffrey Garen
The Lisp name for this concept is "Symbol". The C/C++/JavaScript name is "Identifier". Geoff On Jun 7, 2013, at 6:18 AM, Simon Fraser wrote: > Based on the fact that AtomicString is really a singleton string, I’d like to > suggest a new name for this class: > > Stringleton > > Simon > > On

Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-06-07 Thread Ryosuke Niwa
Sorry, there has been some regression and platform names are reported incorrectly. I've updated the dashboard to show those names instead for now but I'll try to fix it ASAP. - R. Niwa On Fri, Jun 7, 2013 at 2:42 AM, Mihai Maerean wrote: > Hi > > > Last results on http://perf.webkit.org are

Re: [webkit-dev] When should I use AtomicString vs String?

2013-06-07 Thread Simon Fraser
Based on the fact that AtomicString is really a singleton string, I’d like to suggest a new name for this class: Stringleton Simon On Jun 3, 2013, at 3:37 PM, Brendan Long wrote: > On 06/01/2013 10:09 PM, Glenn Adams wrote: >> But the name did throw me, since I asked myself "what makes this m

Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-06-07 Thread Mihai Maerean
Hi Last results on http://perf.webkit.org are from May 26th (https://perf.webkit.org/#mode=dashboard&days=30) What is the status of perf.webkit.org? Mihai From: Ryosuke Niwa Date: Friday, March 15, 2013 10:52 AM To: WebKit Development Subject: Re: [webkit-dev] WebKit Perf Monitor (perf

Re: [webkit-dev] image+text test failure

2013-06-07 Thread スチン ビリゴ
Hi, Ryosuke. but, there was 221 didn's in test result. I want to fix bug https://bugs.webkit.org/show_bug.cgi?id=112488. I edit the source code, created new expected text and image. the test success on my local, but it is failed after upload to bugs.webkit.org server. What is wrong with me ? S

[webkit-dev] image+text test failure

2013-06-07 Thread スチン ビリゴ
Hi all : I want to building webkit on my Mac Pro Book (Lion 10.7.5). According to the webkit.org site, 1. Installing Developer Tools OK 2. Getting the Code OK 3. Building WebKit OK 4. Running WebKit OK 5. Run the layout tests. When I confirm the result, there is a image+text test failure like thi