[webkit-dev] ENABLE(INSPECTOR) check in Console::lastWMLErrorMessage

2010-04-28 Thread ryan zhu
Hi, Looks like it should add ENABLE(INSPECTOR) check in Console::lastWMLErrorMessage() (/trunk/WebCore/page/Console.cpp) Thanks. Regards Ryan ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Disabling the JIT

2010-04-28 Thread Chinmaya Sn
Just curious, how would you verify if JavaScript in your browser has JIT support or not? On Tue, Apr 27, 2010 at 3:10 PM, Nyx wrote: > > >> Another way would be to set export QMAKEARGS="$QMAKEARGS > DEFINES+=ENABLE_JIT=0" before building. > > Ok. I tried this approach. I have a build script that

Re: [webkit-dev] policy on perf/memory regressions?

2010-04-28 Thread Stephanie Lewis
The policy has never been clearly defined but in most cases follow this rule. Upon discovering the perf. regression a P1 bug is filed. It is expected that the bug will be a top priority, and handled in a timely manner. With the exception of very large perf. regressions, we rarely roll patches

[webkit-dev] policy on perf/memory regressions?

2010-04-28 Thread Ojan Vafai
Do we have a policy on perf/memory regressions? I've been told that there's a "zero-regression" policy for page load tests. Is that actually the case? What about cases that are clear perf regressions that don't show up in PLT (e.g. they show up in one of the Chromium page load tests and/or on a rea

Re: [webkit-dev] Function & Property Names

2010-04-28 Thread Geoffrey Garen
> However, this does not report the function names > correctly. What happens instead? Geoff ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Function & Property Names

2010-04-28 Thread Nyx
I'm in the process of writing a program to analyze traces of JavaScript code. This involves logging events that occur in the interpreter. Currently, I'm trying to just log function calls and property accesses. However, I'm unsure exactly how to go about getting the names (identifiers) associated w

Re: [webkit-dev] QtWebkit vs GtkWebkit

2010-04-28 Thread Phoenix Revived
I am involved - as a user of webkit, helping find bugs that others may not have discovered. Unfortunately, I don't know my way around the innards of QtWebkit, so I am posting here in the hope that others who do, may have a solution. Thanks for your comments. Cheers, ---AK _

Re: [webkit-dev] Turning on MathML by Default?

2010-04-28 Thread Alex Milowski
On Wed, Apr 28, 2010 at 3:53 PM, İsmail Dönmez wrote: > On Wed, Apr 28, 2010 at 5:52 PM, Alex Milowski wrote: >> >> On Wed, Apr 28, 2010 at 3:11 PM, İsmail Dönmez wrote: >> > >> > I wonder if it'll work fine since MathML also needs strong font support. >> >> Font support is still an issue on all

Re: [webkit-dev] Turning on MathML by Default?

2010-04-28 Thread İsmail Dönmez
On Wed, Apr 28, 2010 at 5:52 PM, Alex Milowski wrote: > On Wed, Apr 28, 2010 at 3:11 PM, İsmail Dönmez wrote: > > > > I wonder if it'll work fine since MathML also needs strong font support. > > Font support is still an issue on all platforms. The STIX fonts that I've > gotten ahold of are terr

Re: [webkit-dev] Turning on MathML by Default?

2010-04-28 Thread Alex Milowski
On Wed, Apr 28, 2010 at 3:11 PM, İsmail Dönmez wrote: > > I wonder if it'll work fine since MathML also needs strong font support. Font support is still an issue on all platforms. The STIX fonts that I've gotten ahold of are terrible. Maybe when they ship they'll be better. It is likely that t

[webkit-dev] interesting "time-lapse" photo

2010-04-28 Thread Eric Carlson
Came across is an interesting pseudo time lapse of nightfall in the Hong Kong this morning: http://61226.com/share/hk.swf. Instead of a using a true time-lapse image sequence, this uses just two photos, a mask, and opacity manipulation for a fairly convincing effect. The author used Flash

Re: [webkit-dev] Turning on MathML by Default?

2010-04-28 Thread İsmail Dönmez
On Wed, Apr 28, 2010 at 5:10 PM, Alex Milowski wrote: > On Wed, Apr 28, 2010 at 1:14 PM, İsmail Dönmez wrote: > > Did anyone tested it on Qt port? Just curious... > > No, not yet. I haven't setup a Qt build for myself quite yet (just > Mac & Gtk). > > That actually might be easier to do than Wi

Re: [webkit-dev] Turning on MathML by Default?

2010-04-28 Thread Alex Milowski
On Wed, Apr 28, 2010 at 1:14 PM, İsmail Dönmez wrote: > Did anyone tested it on Qt port? Just curious... No, not yet. I haven't setup a Qt build for myself quite yet (just Mac & Gtk). That actually might be easier to do than Windows. :) I'll look into that today or tomorrow. -- --Alex Milows

Re: [webkit-dev] Turning on MathML by Default?

2010-04-28 Thread İsmail Dönmez
Did anyone tested it on Qt port? Just curious... Regards, ismail On Wed, Apr 28, 2010 at 3:13 PM, Sausset François wrote: > I'm also involved in implementing MathML and I share the Alex advice. > MathML implementation has been asleep for too long. Turning it on by > default should accelerate th

Re: [webkit-dev] Turning on MathML by Default?

2010-04-28 Thread Sausset François
I'm also involved in implementing MathML and I share the Alex advice. MathML implementation has been asleep for too long. Turning it on by default should accelerate the recent progress. François Sausset Le 28 avr. 2010 à 14:40, Alex Milowski a écrit : > With the latest patch (37044) having bee

[webkit-dev] Turning on MathML by Default?

2010-04-28 Thread Alex Milowski
With the latest patch (37044) having been committed, I feel like we're at a point where I'd like the MathML implementation to be available in the nightly builds. The code has been built and tested successfully on the Mac and Gtk builds. I intend to look at the windows build next. We have a growi

Re: [webkit-dev] Trouble reviewing patches since the experimental commenting support went into bugs.webkit.org's action=review page

2010-04-28 Thread Tor Arne Vestbø
On 22.04.10 22.18, Andrew Scherkus wrote: On Thu, Apr 22, 2010 at 1:13 PM, Adam Roben mailto:aro...@apple.com>> wrote: On Apr 22, 2010, at 4:01 PM, Darin Adler wrote: > - The comments all cite only a single line of the patch and I almost never have a comment that's for a single lin