Re: [webkit-dev] [webkit-changes] [52439] trunk/WebCore

2009-12-23 Thread Evan Martin
On Mon, Dec 21, 2009 at 12:20 PM, David Kilzer ddkil...@webkit.org wrote: Setting [diff] renames = copies in ~/.gitconfig or in your .git/config file for each project will make git diff try to do rename detection when creating a patch.  (You may also use --find-copies-harder or

Re: [webkit-dev] [webkit-changes] [52439] trunk/WebCore

2009-12-23 Thread David Kilzer
On Wed, December 23, 2009 at 4:34:06 AM, Evan Martin wrote: On Mon, Dec 21, 2009 at 12:20 PM, David Kilzer wrote: Setting [diff] renames = copies in ~/.gitconfig or in your .git/config file for each project will make git diff try to do rename detection when creating a patch. (You may also

[webkit-dev] localStorage quota limit - followup

2009-12-23 Thread William Edney
Folks - Being the instigator of the 'localStorage quota limit' thread earlier in the month, I'm curious as to where the discussion ended up. I, with help with Jeremy Orlow :-), am interested in closing out: https://bugs.webkit.org/show_bug.cgi?id=31791 From following the thread earlier, it

[webkit-dev] build system for wince port

2009-12-23 Thread Patrick Roland Gansterer
Currently the Windows CE port has no working build system. I'd like to contribute one, but i need to know the preferred solution: (1) Add the port to the current sln/vsproj/vsprops files a) Extend the sln/vsproj with the additional platforms and add many FileConfiguration

Re: [webkit-dev] build system for wince port

2009-12-23 Thread Adam Barth
On Wed, Dec 23, 2009 at 5:40 PM, Patrick Roland Gansterer par...@paroga.com wrote: (3) Add a completely independent build system Please try to avoid this option if at all possible. The number of build systems in the tree is out of control already. I'm worried that the port will rot without an

Re: [webkit-dev] localStorage quota limit - followup

2009-12-23 Thread Darin Adler
On Dec 23, 2009, at 1:19 PM, William Edney wrote: From following the thread earlier, it didn't seem like anyone would have a major objection to using UTF-8 instead of UTF-16 for localStorage on Webkit. Maciej did have an objection to doing this in a simplistic way (always using UTF-8). He