Re: [webkit-dev] interested in js speed-up

2008-03-18 Thread Akos Kiss
Dear Geoff,

let me ask one more question: when is this bytecode approach expected to 
get into the mainline of WebKit?

Cheers,
Akos


Geoffrey Garen írta:
 Hi Akos.
 
 Hi Geoff,

 thanks for the info. It seems to me that your answers cancelled my 
 options. :) Optimizing the AST is not the best way to go since 
 execution moves to bytecode. And designing a new bytecode is not an 
 option anymore since you are already doing it. :)
 
 Sorry to spoil your fun :).
 
 However, this opens new possibilities, namely optimizing the bytecode.
 
 Indeed! I think that kind of work will be very valuable.
 
 Is the engine of yours available somehow? (We simply could not find 
 it. Our fault, perhaps.) I would be happy to take a closer look at it.
 
 I'm sorry to say that we haven't posted anything publicly yet, because 
 the design is just too premature. I hope to have an SVN branch, with 
 most of the design sketched out, available soon (within a week or two). 
 I'll be sure to email you once it's available.
 
 Cheers,
 Geoff
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Web Inspector Can't Save Images or Open Images in New Window

2008-03-18 Thread Ben Mills
After upgrading to Safari 3.1 why can I no longer open web inspector  
and download images or open them in a new window. The contextual menu  
has the options but they do nothing when selected and are not grayed  
out. Everything worked perfectly in Safari 3.0.4 on OS X 10.4 -10.5.2  
but the new version of webkit bundled with Safari 3.1 won't allow me  
to do the fore-mentioned. I also tried the current nightly build and  
it also has the same issue.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Web Inspector Can't Save Images or Open Images in New Window

2008-03-18 Thread David Hyatt
I would guess that you have a misbehaving extension/add-on installed.

dave

On Mar 18, 2008, at 5:07 PM, Ben Mills wrote:

 After upgrading to Safari 3.1 why can I no longer open web inspector
 and download images or open them in a new window. The contextual menu
 has the options but they do nothing when selected and are not grayed
 out. Everything worked perfectly in Safari 3.0.4 on OS X 10.4 -10.5.2
 but the new version of webkit bundled with Safari 3.1 won't allow me
 to do the fore-mentioned. I also tried the current nightly build and
 it also has the same issue.
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] How is JSConsole used/accessible in current webkit?

2008-03-18 Thread Maciej Stachowiak

On Mar 18, 2008, at 5:44 PM, Richard Bailey wrote:

 I've been reading through the code and seem to be missing how I can  
 activate JSConsole.

 It is functioning, or disabled in current webkit?

If you use Safari 3.1 with a WebKit nightly, the Web Inspector's  
console will be used as the JS error console.

Regards,
Maciej

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev