[webkit-dev] Building release on Windows Vista

2009-08-21 Thread Anton Muhin
Dear WebKit gurus, is it possible to build WebKit on Windows Vista in Release configuration? Both build from Cygwin and VS dies with: c:\WebKit\WebKit\WebKitBuild\lib\WebCore.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x44DA4146 Clean build (wiping off WebKitBuild)

[webkit-dev] Troubles with fresh WebKit build on Windows

2009-10-08 Thread Anton Muhin
Dear WebKiters, I just git pulled WebKit: commit 597a1d3006745f287ae2aba32edd7d3e353ed0d7 Author: barraclo...@apple.com barraclo...@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc Date: Thu Oct 8 09:18:21 2009 + Fix for JIT'ed op_call instructions (evals, constructs, etc.) when

Re: [webkit-dev] Troubles with fresh WebKit build on Windows

2009-10-08 Thread Anton Muhin
On Thu, Oct 8, 2009 at 7:45 PM, Adam Roben aro...@apple.com wrote: This should be fixed as of r49034. I see, thanks. -Adam P.S. Questions like this should really be sent to webkit-h...@lists.webkit.org. Sorry. yours, anton. On Oct 8, 2009, at 11:39 AM, Anton Muhin wrote: Thanks a lot

Re: [webkit-dev] ThreadIdentifier abstraction is inefficient

2009-10-29 Thread Anton Muhin
ens, Somewhat aside from ThreadIdentifier. Actually, at least for now, there should be no invocations of WTF::currentThread() at least for the renderer---everything should run in the same thread. Some time ago I got rid of those checks for Nodes (see DOMDataStore::weakNodeCallback). I didn't

Re: [webkit-dev] ThreadIdentifier abstraction is inefficient

2009-10-30 Thread Anton Muhin
@Dmitry: ok, so unless anyone else would volunteer (Jens?), I'd spend some time next week looking how much we can get from it. On Fri, Oct 30, 2009 at 1:29 AM, Jens Alfke s...@chromium.org wrote: On Oct 29, 2009, at 3:07 PM, Anton Muhin wrote: May you tell me which test(s) you run? I saw

Re: [webkit-dev] Tagging bug names with a platform name: limit to platform-specific patches

2010-01-21 Thread Anton Muhin
On Thu, Jan 21, 2010 at 10:58 AM, Maciej Stachowiak m...@apple.com wrote: On Jan 20, 2010, at 8:18 AM, Darin Adler wrote: Hi folks. We’ve never formalized this, but I believe that patches tagged with a particular platform name such as     [Qt] Add new API for fluffy bunnies should be

Re: [webkit-dev] Tagging bug names with a platform name: limit to platform-specific patches

2010-01-22 Thread Anton Muhin
Thanks a lot, Maciej. yours, anton. On Fri, Jan 22, 2010 at 5:57 AM, Maciej Stachowiak m...@apple.com wrote: On Jan 21, 2010, at 3:37 AM, Anton Muhin wrote: On Thu, Jan 21, 2010 at 10:58 AM, Maciej Stachowiak m...@apple.com wrote: On Jan 20, 2010, at 8:18 AM, Darin Adler wrote: Hi folks

[webkit-dev] svn stopped to commit into WebKit

2010-04-15 Thread Anton Muhin
Dear WebKitters, just a couple of moments ago svn stopped to commit into WebKit for me: svn: Commit blocked by pre-commit hook (exit code 1) with output: svnlook: Can't write to stream: Broken pipe The following files contain tab characters: trunk/LayoutTests/ChangeLog Please

Re: [webkit-dev] svn stopped to commit into WebKit

2010-04-15 Thread Anton Muhin
Thanks a lot, William, probably that was the case although I did checked that before. Anyway, I managed to commit. yours, anton. On Thu, Apr 15, 2010 at 2:07 PM, William Siegrist wsiegr...@apple.com wrote: On Apr 15, 2010, at 6:54 AM, Anton Muhin wrote: Dear WebKitters, just a couple

Re: [webkit-dev] Adding new JS bindings, having slight problems

2010-10-28 Thread Anton Muhin
Good day, Nebojša. Overall I am with Adam, that if it's ECMAScript feature it should go in VM itself (JavaScriptCore or v8). However, as a prototype hacking bindings might be easier. On Thu, Oct 28, 2010 at 4:35 AM, Nebojša Ćirić c...@chromium.org wrote: 2. What is a proper way to specify a

Re: [webkit-dev] Adding new JS bindings, having slight problems

2010-10-28 Thread Anton Muhin
into this. On Thu, Oct 28, 2010 at 4:22 AM, Anton Muhin ant...@chromium.org wrote: Good day, Nebojša. Overall I am with Adam, that if it's ECMAScript feature it should go in VM itself (JavaScriptCore or v8).  However, as a prototype hacking bindings might be easier. On Thu, Oct 28, 2010 at 4:35

Re: [webkit-dev] Optional parameter in IDL and undefined JS value

2011-04-20 Thread Anton Muhin
Just my two cents. There is an elaborate specification how Array.prototype.slice should treat undefined parameters, see ECMAScript 5, 15.4.4.10. Please, note that the spec treats undefined start and end differently: start is converted with ToInteger which turns undefined into 0, while end is

Re: [webkit-dev] WebKit branch to support multiple VMs (e.g., Dart)

2011-12-06 Thread Anton Muhin
Good day, everyone! I am sorry if it didn't sound clear enough in our original message, but we're not proposing a new language support, but we're proposing a patch which allows others runtimes to run along with JS in the browser. Of course, we're doing this because of our work on Dart, but our

Re: [webkit-dev] WebKit branch to support multiple VMs (e.g., Dart)

2011-12-06 Thread Anton Muhin
Good day, Zoltan, On Tue, Dec 6, 2011 at 1:23 PM, Zoltan Herczeg zherc...@inf.u-szeged.hu wrote: Hi Anton, Of course, we're doing this because of our work on Dart, but our intent was to solicit a feedback from the WebKit community if there is any interest in supporting runtimes additional to

Re: [webkit-dev] WebKit branch to support multiple VMs (e.g., Dart)

2011-12-06 Thread Anton Muhin
at 5:55 AM, Anton Muhin ant...@chromium.org wrote: Good day, everyone! I am sorry if it didn't sound clear enough in our original message, but we're not proposing a new language support, but we're proposing a patch which allows others runtimes to run along with JS in the browser. Of course