Re: [webkit-dev] Save Page - Ideas

2008-11-05 Thread Maciej Stachowiak
On Oct 30, 2008, at 9:47 AM, Darin Fisher wrote: We have code to support this feature in the Chromium code base. You can find it here: http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/dom_serializer.h?view=markup

Re: [webkit-dev] Save Page - Ideas

2008-11-05 Thread Maciej Stachowiak
On Nov 5, 2008, at 10:22 AM, Darin Fisher wrote: On Wed, Nov 5, 2008 at 7:04 AM, Maciej Stachowiak [EMAIL PROTECTED] wrote: On Oct 30, 2008, at 9:47 AM, Darin Fisher wrote: We have code to support this feature in the Chromium code base. You can find it here:

Re: [webkit-dev] Save Page - Ideas

2008-11-05 Thread Darin Fisher
On Wed, Nov 5, 2008 at 11:06 AM, Maciej Stachowiak [EMAIL PROTECTED] wrote: On Nov 5, 2008, at 10:22 AM, Darin Fisher wrote: On Wed, Nov 5, 2008 at 7:04 AM, Maciej Stachowiak [EMAIL PROTECTED] wrote: On Oct 30, 2008, at 9:47 AM, Darin Fisher wrote: We have code to support this feature

[webkit-dev] Save Page - Ideas

2008-10-30 Thread zaheer ahmad
hi, iam working on implementing save page functionality. Looks like its not already supported in the core. Following are some high level ideas and iam not sure if some or all of these are the right approaches to this problem - write the page data to the file system as and when is received - but

Re: [webkit-dev] Save Page - Ideas

2008-10-30 Thread David Kilzer
On Thu, 10/30/08, zaheer ahmad [EMAIL PROTECTED] wrote: iam working on implementing save page functionality. Looks like its not already supported in the core. Apple's Mac port saves .webarchive files. The format is specific to the CoreFoundation framework, but there is platform-specific

Re: [webkit-dev] Save Page - Ideas

2008-10-30 Thread Darin Fisher
On Thu, Oct 30, 2008 at 9:33 AM, David Kilzer [EMAIL PROTECTED] wrote: On Thu, 10/30/08, zaheer ahmad [EMAIL PROTECTED] wrote: iam working on implementing save page functionality. Looks like its not already supported in the core. Apple's Mac port saves .webarchive files. The format is