Re: [webkit-dev] Some compile time data

2011-04-25 Thread Mihai Parparita
Somewhat related to all this, if you'd like to keep an eye on your Xcode build times, you can use: $ defaults write com.apple.Xcode ShowBuildOperationDuration YES To have the build time show up in the status bar (at least with Xcode 3.x). Mihai On Mon, Apr 25, 2011 at 7:51 PM, Alexey Proskuryak

Re: [webkit-dev] OSX 64 bit plugin support not ready

2011-04-25 Thread Kevin Decker
On Apr 25, 2011, at 2:43 PM, Alan Swartz wrote: > > I thought as you do that "Theoretically, a plugin with a Cocoa event model > and CoreGraphics drawing should work". > The combination of NPDrawingModelCoreGraphics and NPEventModelCocoa has been supported since Safari 4. -kd _

Re: [webkit-dev] Some compile time data

2011-04-25 Thread Alexey Proskuryakov
25.04.2011, в 16:59, Stephanie Lewis написал(а): > 12/trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm One way this can be optimized is by avoiding touching unchanged files. I believe that most of the time, modifications to the code generator don't change a lot of generated files.

[webkit-dev] Some compile time data

2011-04-25 Thread Stephanie Lewis
One point brought up during the compile time discussion today was that if you pulled once a day, you were likely to have rebuild the world. I thought it would be interesting to see which files were contributing to rebuilding the world the most often. Using the data provided by Mihai at http:/

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

2011-04-25 Thread Jian Li
Please see inline for the reply from the spec author Arun about your questions. Arun has updated Blob.slice in the File API spec to explicitly illustrate the case for optional end parameter. If the optional end parameter is not used as a parameter when making this call, let relativeEnd be size.

Re: [webkit-dev] OSX 64 bit plugin support not ready

2011-04-25 Thread Alan Swartz
Yes, I'm painfully aware that Apple does not support Carbon in 64-bits.  This is why I'm learning 64-bit QtWebKit. I thought as you do that "Theoretically, a plugin with a Cocoa event model and CoreGraphics drawing should work".  Unfortunately, I think the code in PluginViewMac.mm is not ready

Re: [webkit-dev] Build system update

2011-04-25 Thread Nico Weber
On Fri, Mar 25, 2011 at 10:59 AM, Maciej Stachowiak wrote: > > In addition to your comments, I also find the gyp syntax somewhat unpleasant. > In particular, in .gypi lists of files to compile, ever entry is > double-quoted, comma-separated, line-separated, and then grouped in multiple > levels