Re: [webkit-dev] JSC binding code question

2010-09-29 Thread Maciej Stachowiak
On Sep 28, 2010, at 10:48 PM, Kinuko Yasuda wrote: Hi Webkit folks, I'm writing a JSC binding code (custom binding code for now) for a method that can take JSON-format parameters, and I want to know what would be the right/recommended way. I mean, I want to write a binding code that can

Re: [webkit-dev] JSC binding code question

2010-09-29 Thread Kinuko Yasuda
On Tue, Sep 28, 2010 at 11:02 PM, Maciej Stachowiak m...@apple.com wrote: And what I have written for this is like following: if (!exec-argument(1).isNull() !exec-argument(1).isUndefined() exec-argument(1).isObject() !exec-argument(1).inherits(JSFlags::s_info)) {        JSObject* object =

Re: [webkit-dev] Should we recommend explicit constructors as part of WebKit style?

2010-09-29 Thread Adam Barth
On Tue, Sep 28, 2010 at 4:45 PM, David Levin le...@google.com wrote: On Tue, Sep 28, 2010 at 4:29 PM, Darin Fisher da...@chromium.org wrote: We're there some recent mishaps with implicit constructors that motivate this thread? I've noticed Adam Barth putting comments in reviews about it (and

Re: [webkit-dev] JSC binding code question

2010-09-29 Thread Adam Barth
On Tue, Sep 28, 2010 at 11:02 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 28, 2010, at 10:48 PM, Kinuko Yasuda wrote: Hi Webkit folks, I'm writing a JSC binding code (custom binding code for now) for a method that can take JSON-format parameters, and I want to know what would be the

Re: [webkit-dev] JSC binding code question

2010-09-29 Thread Maciej Stachowiak
On Sep 28, 2010, at 11:31 PM, Adam Barth wrote: On Tue, Sep 28, 2010 at 11:02 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 28, 2010, at 10:48 PM, Kinuko Yasuda wrote: Hi Webkit folks, I'm writing a JSC binding code (custom binding code for now) for a method that can take JSON-format

Re: [webkit-dev] XHR responseArrayBuffer attribute

2010-09-29 Thread Kenneth Russell
On Tue, Sep 28, 2010 at 11:26 AM, Maciej Stachowiak m...@apple.com wrote: On Sep 28, 2010, at 11:05 AM, Kenneth Russell wrote: On Tue, Sep 28, 2010 at 9:45 AM, Maciej Stachowiak m...@apple.com wrote: On Sep 28, 2010, at 7:15 AM, Chris Marrin wrote: On Sep 27, 2010, at 6:37 PM, Maciej

[webkit-dev] Why does the browser process take up CPU after loadFinished signal is fired?

2010-09-29 Thread luying pan
Hi All, I'm posting this question on the dev list because it's probably a question that can be best answered by developers who know a lot about the inner workings of webkit. I'm testing various webkit ports on fedora and have observed the same cpu usage behavior across all ports. The pcpu number

[webkit-dev] Force rebuild on QT Minimal?

2010-09-29 Thread Chris Fleizach
Is there a way to force a clean build on QT minimal. It looks like it just didn't update building CSSPrimitiveValueMappings.h I tried the Force Build button, but it didn't do a clean build thx ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] XHR responseArrayBuffer attribute

2010-09-29 Thread Maciej Stachowiak
On Sep 29, 2010, at 2:02 PM, Kenneth Russell wrote: On Tue, Sep 28, 2010 at 11:26 AM, Maciej Stachowiak m...@apple.com wrote: On Sep 28, 2010, at 11:05 AM, Kenneth Russell wrote: On Tue, Sep 28, 2010 at 9:45 AM, Maciej Stachowiak m...@apple.com wrote: On Sep 28, 2010, at 7:15 AM, Chris

Re: [webkit-dev] XHR responseArrayBuffer attribute

2010-09-29 Thread Eric Uhrhane
On Wed, Sep 29, 2010 at 6:34 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 29, 2010, at 2:02 PM, Kenneth Russell wrote: On Tue, Sep 28, 2010 at 11:26 AM, Maciej Stachowiak m...@apple.com wrote: On Sep 28, 2010, at 11:05 AM, Kenneth Russell wrote: On Tue, Sep 28, 2010 at 9:45 AM,