On Tue, Jul 12, 2011 at 9:01 PM, Adam Barth wrote:
> On Tue, Jul 12, 2011 at 8:34 PM, Ryosuke Niwa wrote:
>> On Tue, Jul 12, 2011 at 8:19 PM, Dirk Pranke wrote:
>>>
>>> Hum. I take it back ... it still wouldn't be a tree, since
>>> chromium-mac-leopard would fall back to chromium-mac-snowleopard
On Tue, Jul 12, 2011 at 8:34 PM, Ryosuke Niwa wrote:
> On Tue, Jul 12, 2011 at 8:19 PM, Dirk Pranke wrote:
>>
>> Hum. I take it back ... it still wouldn't be a tree, since
>> chromium-mac-leopard would fall back to chromium-mac-snowleopard, then
>> mac-leopard, but chromium-mac-snow-leopard would
On Tue, Jul 12, 2011 at 8:19 PM, Dirk Pranke wrote:
>
> Hum. I take it back ... it still wouldn't be a tree, since
> chromium-mac-leopard would fall back to chromium-mac-snowleopard, then
> mac-leopard, but chromium-mac-snow-leopard would fall back to
> mac-snowleopard (giving chromium-mac-snowleo
On Tue, Jul 12, 2011 at 8:05 PM, Dirk Pranke wrote:
> On Mon, Jul 11, 2011 at 11:52 AM, Dirk Pranke wrote:
>> On Mon, Jul 11, 2011 at 10:46 AM, Adam Barth wrote:
>>> On Mon, Jul 11, 2011 at 12:30 AM, Maciej Stachowiak wrote:
On Jul 10, 2011, at 12:11 PM, Adam Barth wrote:
> On Sun, Jul
On Mon, Jul 11, 2011 at 11:52 AM, Dirk Pranke wrote:
> On Mon, Jul 11, 2011 at 10:46 AM, Adam Barth wrote:
>> On Mon, Jul 11, 2011 at 12:30 AM, Maciej Stachowiak wrote:
>>> On Jul 10, 2011, at 12:11 PM, Adam Barth wrote:
On Sun, Jul 10, 2011 at 12:01 PM, James Robinson wrote:
> On Jul
12.07.2011, в 16:42, Luke Macpherson написал(а):
> As a follow-up to this question, should Webkit support WCSS now that
> WML has been removed?
There was an IRC discussion of that a few months ago, which hasn't been
captured in the bug. WCSS is also apparently needed for XHTML-MP, which we
ha
On Jul 12, 2011, at 4:42 PM, Luke Macpherson wrote:
> As a follow-up to this question, should Webkit support WCSS now that WML has
> been removed?
Seems an obvious no.
-- Darin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.
Hi Steve,We would +1 for this feature in Android (and iOS too).--GlanOn Jul 7, 2011, at 6:11 AM, Steve Block wrote:You need to check with Android port owners on whether they intend to enableINSPECTOR in their builds and expose remote debugging capabilities.I'm afraid we have no plans right now to e
As a follow-up to this question, should Webkit support WCSS now that
WML has been removed?
There has been a patch sitting around for a while waiting to do this here:
https://bugs.webkit.org/show_bug.cgi?id=59786
On Sun, Apr 24, 2011 at 6:22 PM, Adam Barth wrote:
> Hi webkit-dev,
>
> To make prog
Hi Yong,
On 12 July 2011 18:10, Yong Li wrote:
> Another slow case is converting a const C string to WTF::String every
> time. For example,
>
> return (m_httpHeaderFields.contains("If-Match") ||
> m_httpHeaderFields.contains("If-Modified-Since") ||
> m_httpHeaderFields.co
How about using RopeImpl as JSString does to boost operator+=? Not
sure how bad it affects simple strings. Then another idea is to
introduce a LargeString implemented with ropes for special purposes
like parsers.
Another slow case is converting a const C string to WTF::String every
time. For examp
I apologize for the confusion. Thank you Alexey and Darin for your guidance.
I've filed ID# 9761774 at http://bugreport.apple.com.
Cheers.
-Paul
> -Original Message-
> From: Alexey Proskuryakov [mailto:a...@webkit.org]
> Sent: July 12, 2011 2:25 PM
> To: Mossman, Paul (Paul)
> Cc:
On Jul 12, 2011, at 11:15 AM, Mossman, Paul (Paul) wrote:
> But can anyone see a good reason why a browser would refuse to play a .wav
> file, but happily render .html, .jpg, .css, etc?
This is not an appropriate question for webkit-dev as it is not a question
about the development of WebKit.
12.07.2011, в 11:15, Mossman, Paul (Paul) написал(а):
> On a related note, we've found that as of iOS 4.3.3 Mobile Safari will also
> not play .wav files under the same conditions. (Unverified SSL cert,
> manually accepted by the user.) The error is:
>
>"The Movie cannot be played."
>
>
Hi all,
On a related note, we've found that as of iOS 4.3.3 Mobile Safari will also not
play .wav files under the same conditions. (Unverified SSL cert, manually
accepted by the user.) The error is:
"The Movie cannot be played."
I've updated ID# 9697244 at http://bugreport.apple.com.
Bu
On Jul 12, 2011, at 10:31 AM, Darin Fisher wrote:
> On Tue, Jul 12, 2011 at 10:25 AM, Darin Adler wrote:
>
>> I would not be surprised if at least some of these will show up immediately
>> with the right kind of performance test. The CSS parsing and serialization
>> functions seem almost certa
Excited to see WTF::String getting easier to use efficiently!
On Tue, Jul 12, 2011 at 10:25 AM, Darin Adler wrote:
>
> I would not be surprised if at least some of these will show up immediately
> with the right kind of performance test. The CSS parsing and serialization
> functions seem almost c
On Tue, Jul 12, 2011 at 10:25 AM, Darin Adler wrote:
> Hi folks.
>
> The key to fast use of WTF::String is to avoid creating temporary
> WTF::StringImpl objects or temporary copies of string data.
>
> With the latest enhancements to WTF::String, here are the preferred fast
> ways to build a new s
Hi folks.
The key to fast use of WTF::String is to avoid creating temporary
WTF::StringImpl objects or temporary copies of string data.
With the latest enhancements to WTF::String, here are the preferred fast ways
to build a new string:
- A single expression with the + operator and argumen
On Jul 11, 2011, at 9:33 PM, Eric Seidel wrote:
> Eventually we might transition the cygwin port to Apache2
https://bugs.webkit.org/show_bug.cgi?id=22517 discusses this a little bit.
-Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http:/
Thank you. Will do.
On Mon, Jul 11, 2011 at 11:10 PM, Patrick Gansterer wrote:
> On Mon, 11 Jul 2011 21:30:44 -0700, Brent Fulgham
> wrote:
>>> Is the WinCE port still active?
>>
>> I don't know about your other questions, but Patrick Gansterer (paroga)
>> maintains the WinCE port. I believe i
21 matches
Mail list logo